/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
            .custom-puja-section {
                display: flex;
                justify-content: space-around;
                text-align: center;
                margin: 0  0 40px;
                flex-wrap: wrap;
                gap: 10px;
            }
            .custom-puja-box {
                flex: 1;
                min-width: 150px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 10px;
                background: #fff;
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            }
            .custom-puja-box img {
                width: 50px;
                height: 50px;
                object-fit: contain;
                margin-bottom: 15px;
            }
            .custom-puja-box h3 {
                font-size: 16px;
                margin-bottom: 10px;
                font-weight: bold;
            }
            .custom-puja-box p {
                font-size: 14px;
                color: #555;
                line-height: 1.4;
                margin-bottom: 0px;
            }
			.custom-puja-title {
				width: 100%;
				color: #bc5631;
			}
			 .custom-puja-title h1 {
				 font-weight: bold;
    			color: #bc5631;
			}