/*
Theme Name: Svayou Child
Template: astra
Author: Child Theme Configurator
Version: 4.10.1.1745905871
Updated: 2025-04-29 05:51:11

*/

/* select option{
    color: #2C3D7F !important;
}
#aboutus [data-id="4b2498c"]{
	display: none !important;
}
#aboutus .elementor-element-fb157dc{
	padding: 80px 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 480px){  
	#aboutus .elementor-element-fb157dc{
	padding: 30px 0 !important;
}
} */



/* Treatment Approach Styles */
.treatment-approach-wrapper {
    padding: 40px 0;
}

.treatment-section-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.treatment-section-heading span {
    color: #374C9F; /* Blue color for emphasis */
}
.treatment-approach-grid {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.treatment-card {
    background: #F7F7F7;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 200px;
}
.treatment-card-inner {
    padding: 25px 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.treatment-icon-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.treatment-icon {
    width: 60px;
    height: 60px;
}
.treatment-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.treatment-heading {
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 15px 0;
    line-height: 1.4;
    text-transform: capitalize;
}
.treatment-description {
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}
.treatment-no-results {
    text-align: center;
    padding: 40px;
    color: #6c757d;
    font-size: 16px;
}

/* What We Offer section styling */
.what-we-offer-wrapper {
    padding: 40px 0;
}

.what-we-offer-grid {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.what-we-offer-card {
    background: #F7F7F7;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 200px;
}

.what-we-offer-inner {
    padding: 25px 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what-we-offer-icon-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.what-we-offer-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.what-we-offer-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.what-we-offer-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
    text-transform: capitalize;
}

.section-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.section-heading span {
    color: #374C9F; /* Blue color for emphasis */
}

h3.what-we-offer-heading {
    padding: 10px 5px;
}

/* Scrollbar styling for horizontal scroll */
.treatment-approach-grid::-webkit-scrollbar,
.what-we-offer-grid::-webkit-scrollbar {
    height: 8px;
}

.treatment-approach-grid::-webkit-scrollbar-track,
.what-we-offer-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.treatment-approach-grid::-webkit-scrollbar-thumb,
.what-we-offer-grid::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.treatment-approach-grid::-webkit-scrollbar-thumb:hover,
.what-we-offer-grid::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

@media (max-width: 768px) {
    .treatment-approach-grid,
    .what-we-offer-grid {
        gap: 15px;
        padding: 0 10px;
    }
    
    .treatment-card-inner,
    .what-we-offer-inner {
        padding: 20px 15px;
    }
    
    .treatment-heading,
    .what-we-offer-heading {
        font-size: 16px;
    }
    
    .treatment-description {
        font-size: 13px;
    }
    
    .section-heading,
    .treatment-section-heading {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .what-we-offer-card,
    .treatment-card {
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .treatment-approach-wrapper,
    .what-we-offer-wrapper {
        padding: 40px 20px;
    }
    
    .treatment-approach-grid,
    .what-we-offer-grid {
        gap: 10px;
        padding: 0 5px;
    }
    
    .treatment-card-inner,
    .what-we-offer-inner {
        padding: 15px 10px;
    }
    
    .treatment-icon-wrapper,
    .what-we-offer-icon-wrapper {
        width: 65px;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .treatment-icon,
    .what-we-offer-icon {
        width: 40px;
        height: 40px;
    }
    
    .treatment-heading,
    .what-we-offer-heading {
        font-size: 14px;
    }
    
    .treatment-description {
        font-size: 12px;
    }
    
    .section-heading,
    .treatment-section-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .what-we-offer-card,
    .treatment-card {
        min-width: 140px;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Comfortable Facilities Section */
.comfortable-facilities-wrapper {
    padding: 50px 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.comfortable-facilities-wrapper .section-heading {
    font-size: 42px;
	font-weight: 600 !important;
    margin-bottom: 50px;
    font-weight: 700;
    color: #333;
}

.comfortable-facilities-wrapper .section-heading span {
    color: #374C9F;
}

.comfortable-facilities-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.comfortable-facilities-card {
    background-color: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 400px;
}

.comfortable-facilities-inner {
    display: flex;
    width: 100%;
}

.comfortable-facilities-content-wrapper {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.comfortable-facilities-heading {
    font-size: 16px;
/*     font-weight: 400; */
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.comfortable-facilities-image-wrapper {
    width: 120px;
    flex-shrink: 0;
}

.comfortable-facilities-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .comfortable-facilities-grid {
        flex-direction: row;
        justify-content: center;
    }
    .comfortable-facilities-card {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .comfortable-facilities-grid {
        flex-direction: column;
        align-items: center;
    }
    .comfortable-facilities-card {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 480px) {
    .comfortable-facilities-wrapper {
        padding: 40px 20px;
    }
    .comfortable-facilities-wrapper .section-heading {
        font-size: 26px;
    }
    .comfortable-facilities-inner {
        flex-direction: row; /* Revert for smaller screens if needed or keep as is */
    }
    .comfortable-facilities-content-wrapper {
        padding: 20px;
    }
    .comfortable-facilities-heading {
        font-size: 16px;
    }
    .comfortable-facilities-image-wrapper {
        width: 100px;
    }
}


/* Age Group Section Styling */
.age-group-wrapper {
    padding: 40px 0;
    max-width: 1200px;
}

.age-group-section-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.age-group-section-heading span {
    color: #374C9F; /* Blue color for emphasis */
}

.age-group-grid {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    justify-content: center;
}

.age-group-card {
    background: #F7F7F7;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 200px;
}

.age-group-card-inner {
    padding: 25px 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.age-group-icon-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.age-group-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.age-group-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.age-group-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

/* Scrollbar styling */
.age-group-grid::-webkit-scrollbar {
    height: 8px;
}

.age-group-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.age-group-grid::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.age-group-grid::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .age-group-grid {
        gap: 15px;
        padding: 0 10px;
    }
    
    .age-group-card-inner {
        padding: 20px 15px;
    }
    
    .age-group-heading {
        font-size: 16px;
    }
    
    .age-group-section-heading {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .age-group-card {
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .age-group-wrapper {
        padding: 40px 20px;
    }
    
    .age-group-grid {
        gap: 10px;
        padding: 0 5px;
    }
    
    .age-group-card-inner {
        padding: 15px 10px;
    }
    
    .age-group-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .age-group-icon {
        width: 40px;
        height: 40px;
    }
    
    .age-group-heading {
        font-size: 14px;
    }
    
    .age-group-section-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .age-group-card {
        min-width: 140px;
    }
}


        .doctor-section-heading {
            text-align: left;
            margin-bottom: 40px;
            color: #374C9F;
            font-size: 45px;
            font-family: "Poppins", Sans-serif;
        }
        
        .doctor-section-heading span {
            color: #3B3B3B;
        }
        
        .doctor-cards-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
        }
        
        .doctor-card {
            background: #F9F9F9;
            border-radius: 20px;
            overflow: hidden;
        }
        
        .doctor-card-inner {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .doctor-image-wrapper {
            overflow: hidden;
        }
        
        .doctor-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        /* Placeholder styling for missing images */
        .doctor-image-placeholder {
            width: 100%;
            height: 350px;
            background: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-family: "Poppins", Sans-serif;
        }

        /* .doctor-card:hover .doctor-image {
            transform: scale(1.05);
        } */
        
        .doctor-info-wrapper {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .doctor-name {
            font-family: "Poppins", Sans-serif;
            font-size: 26px;
            font-weight: 500;
            text-transform: capitalize;
            color: #3B3B3B;
        }
        
        .doctor-position {
            font-family: "Poppins", Sans-serif;
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -0.64px;
            color: #A79900;
            margin-top: 10px;
        }
        
        .doctor-details {
            margin-top: 10px;
        }
        
        .doctor-details p {
            margin-bottom: 0 !important;
        }
        
        .doctor-details .doctor-experience, 
        .doctor-details .doctor-language, 
        .doctor-details .doctor-certified {
            font-family: "Poppins", Sans-serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: -0.48px;
            color: #646464;
        }
        
        .doctor-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
            background-color: #F8DB21;
            color: #000;
            text-decoration: none;
            border: none;
            border-radius: 100px;
            transition: opacity 0.3s ease;
            width: 100%;
            text-align: center;
            font-family: "Manrope", Sans-serif;
            font-size: 13px;
            text-transform: uppercase;
            padding: 16px 30px 16px 30px;
        }
        
        .doctor-button:hover {
            opacity: 0.9;
            color: #000;
        }
        
        .doctor-button-content {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .doctor-no-results {
            text-align: center;
            padding: 30px;
            color: #7f8c8d;
            font-style: italic;
            font-family: "Poppins", Sans-serif;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .doctor-cards-grid {
                grid-template-columns: 1fr 1fr;
            }
            
            .doctor-section-heading {
                font-size: 32px;
            }
        }
        
        @media only screen and (min-width: 320px) and (max-width: 480px) { 
            .doctor-section-heading {
                text-align: center;
                font-size: 25px;
            }
            
            .doctor-image {
                height: 210px;
            }
			
			.doctor-image-wrapper img {
				height: 210px;
			}
            
            .doctor-image-placeholder {
                height: 210px;
            }
            
            .doctor-info-wrapper {
                padding: 10px 10px 20px 10px;
            }
            
            .doctor-name {
                font-size: 16px;
            }
            
            .doctor-position {
                font-size: 15px;
            }
            
            .doctor-details .doctor-experience, 
            .doctor-details .doctor-language, 
            .doctor-details .doctor-certified {
                font-size: 13px;
            }
            
            .doctor-button {
                padding: 15px 5px 15px 5px;
                font-size: 10px;
            }
        }


        .neuro-tabs-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .neuro-tabs-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
            padding: 0;
            list-style: none;
        }

        .neuro-tabs-nav li {
            padding: 10px 25px;
            background: #fff;
            border: 2px solid #FFD700;
            border-radius: 30px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s;
            color: #374C9F;
            font-family: 'Manrope';
        }

        .neuro-tabs-nav li.active {
            background: #FFD700;
            color: #374C9F;
            font-family: 'Manrope';
        }

        .neuro-tab-intro-container {
            margin-bottom: 30px;
        }

        .neuro-tab-intro {
            display: none;
            text-align: center;
            font-size: 18px;
            font-family: "Poppins", Sans-serif;
            color: #444;
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .neuro-tab-intro.active {
            display: block;
        }

        .neuro-tab-content {
            display: none;
        }

        .neuro-tab-content.active {
            display: block;
        }

        .neuro-tab-row {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: center;
        }

        .neuro-tab-left {
            flex: 1 1 50%;
        }

        .neuro-tab-right {
            flex: 1 1 45%;
        }

        .neuro-tab-right img {
            width: 100%;
            border-radius: 12px;
            transform: scale(1.02);
            margin-left: -20px;
        }

        .neuro-tabs-heading {
            font-family: "Poppins", Sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 44px;
            line-height: 57px;
            color: #000000;
            text-align: center;
            margin-bottom: 30px;
        }

        .neuro-tabs-heading span {
            color: #374C9F;
            margin-right: -0.19em;
        }

        .break-lg {
            display: inline;
        }

        @media screen and (max-width: 768px) {
            .break-lg {
                display: none;
            }

            .neuro-tabs-heading {
                font-size: 28px;
                line-height: 38px;
                font-family: "Poppins", Sans-serif;
            }

            .neuro-tab-row {
                flex-direction: column;
                gap: 20px;
            }

            .neuro-tab-left,
            .neuro-tab-right {
                flex: 1 1 100%;
                max-width: 100%;
            }

            .neuro-tabs-nav {
                flex-wrap: wrap;
                gap: 10px;
            }

            .neuro-tabs-nav li {
                flex: 1 1 auto;
                text-align: center;
                padding: 10px 15px;
                font-size: 14px;
                font-family: "Poppins", Sans-serif;
            }

            .neuro-tab-intro {
                font-size: 16px;
                text-align: left;
            }
        }

        .neuro-tab-bullets {
            list-style: none;
            padding: 0;
        }

        .neuro-tab-bullets li {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            font-family: "Poppins", Sans-serif;
            font-size: 16px;
            font-weight: 500;
        }

        .check-icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: #FFD700;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            margin-right: 12px;
        }

        .neuro-tab-right {
            border: 3px solid #374c9f;
            border-radius: 20px;
        }


