/*Reset*/

*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;


}
/*Body*/
body{
    font-family: 'Poppins', sans-serif;

}
/*Top Bar*/
.top-bar{
    min-height:60px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background-color:blue;
    font-size:15px;

}
/*top-info*/
.top-info{
    display:flex;
    align-items:center;
    gap: 15px;

}
.social-icons{
    display:flex;
    align-items:center;
    gap: 10px;

}
.social-icons a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
}

 .top-center{
    display:flex;
    flex-wrap: 1;
    align-items:center;
    padding: 0 10px;
    gap:5px;

}
.top-center address{
    margin: 0;
    word-break: break-word;
}
.top-right{
    display:flex;
    align-items:center;
    gap:8px;
}
.top-right a{
    color:#fff;
    text-decoration:none;
}
.top-right a:hover{
    text-decoration:underline;
}
/*Header*/
.header-section{
    height:90px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 0 40px;
    background-color:#fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

/*Logo*/
.logo img{
    height:85px;


}
/*Navigation Bar*/
.menu-toggle{
    display: none;
    font-size: 28px;
    cursor: pointer;
}
.nav-bar.active{
    display: block;
}
.nav-bar ul{
    list-style:none;
    display:flex;
    gap:10px;
    text-transform:uppercase;
    color:#333;
}
.nav-bar ul li a{
    text-decoration:none;
    color:#333;
}
.action-btn{
    background-color:#58B947;
    color:#fff;
    padding:8px;
    border-radius:30px;
    font-weight:600;
    cursor:pointer;
}
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    background: #ffffff;
}
.hero-content{
    width:48%;
    border-radius:25px;
    background:linear-gradient( 135deg, #eef7ff 0%, #f8fbff 50%, #ffffff 100%);
    box-shadow: 0 10px 30px rgba(11 , 78, 162 , 0.08), 0 2px 10px rgba(0 , 0, 0 , 0.05);
}
.hero-content h1{
    font-size:60px;
    color:#0b4ea2;
    line-height:1.2;
}
.hero-content h1 span{
    
    color:#4caf50;
    
}
.hero-content p{
    font-size:20px;
    color:#555;
    margin:20px 0px;
}
.btn{
    background-color:#4caf50;
    color:#fff;
    padding:15px 30px;
    border-radius:30px;
    font-weight:600;
    cursor:pointer;
    text-decoration:none;
    font-weight:600;
    margin: 10px 5px;
    display: inline-block;
}
.whatsapp-btn{
    background-color:#25D366;
    color:#fff;
    padding:14px;
    border-radius:30px;
    cursor:pointer;
    text-decoration:none;
    font-weight:600;
    margin: 10px 5px;
    display: inline-block;
}
.features{
    flex: 1;
    display:flex;
    justify-content:center;
    margin-top:40px;
    gap:10px;

}
.feature-box{
    flex:1;
    width:150px;
    text-align:center;
    padding:10px;
    border-radius:15px;
    transition: all.3s ease;
    cursor:pointer;
}
.feature-box i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#F5F8FF;
    color:#0B4EA2;
    font-size:30px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.feature-box:hover i{
    background:#58b947;
    color:#fff;
}
.feature-box h4{
    font-size:14px;
    color:#333;
    margin-top:10px;
    line-height: 1.3;
}
.slider{
    width:48%;
    height:500px;
    position:relative;
    overflow:hidden;
    border-radius:25px;
    box-shadow:  0 10px 30px rgba(11 , 78, 162 , 0.08), 0 2px 10px rgba(0 , 0, 0 , 0.05)
}
.slide{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    transition:1s;
}
.slide.active{
    opacity:1;
}
.doctor-section{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:5px;
    padding:20px;
    background:#fff;
}
.doctor-image{
    width: 25%;
}
.doctor-image img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.doctor-content{
    width: 50%;
}
.small-title{
    color:#58b947;
    font-size:14px;
    font-weight:600;
}
.doctor-content h2{
    color:#0B4EA2;
    margin:10px 0px;
}
.doctor-content h4{
    color:#58b947;
    line-height:1.8;
    margin-bottom:15px;
}
.doctor-content p{
    color:#555;
    line-height:1.8;
    margin-bottom:15px;
}
.doctor-content ul{
    list-style:none;
}
.doctor-content ul li{
    margin:8px ;
    color:#333;
    line-height:1.8;
}
.doctor-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:#0b4ea2;
    color:#fff;
    border-radius:30px;
}
.doctor-status{
    display:flex;
    width:20% ;
    flex-direction:column;
    gap: 20px;
}
.stat-card{
    background: #fff;
    padding: 20px;
    width: 180px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0 , 0, 0 , 0.8);
    text-align: center;
}
.stat-card h3 {
    color: #58b947;
    font-size: 28px;

}
.stat-card p{
    color: #666;
    font-size: 14px;
}
.conditions-section{
    padding:80px 8%;
    background:#f8fbff;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    color:#58B947;
    font-size:14px;
    font-weight:600;
}

.section-heading h2{
    color:#0B4EA2;
    font-size:38px;
    margin-top:10px;
}

.conditions-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.condition-card{
    background:#fff;
    padding:25px 15px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    transition:0.3s;
}

.condition-card:hover{
    transform:translateY(-8px);
}

.condition-card i{
    font-size:40px;
    color:#58B947;
    margin-bottom:15px;
}

.condition-card h3{
    color:#0B4EA2;
    margin-bottom:10px;
}

.condition-card p{
    font-size:14px;
    color:#666;
    margin-bottom:15px;
}

.condition-card a{
    color:#58B947;
    text-decoration:none;
    font-weight:600;
}
.treatments-section{
    padding:80px 8%;
    background:#fff;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#58B947;
    font-size:14px;
    font-weight:600;
}

.section-title h2{
    color:#0B4EA2;
    font-size:38px;
    margin:10px 0;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.7;
}

.treatments-container{
    display:grid;
    grid-template-columns:repeat(auto-fit minmax(220pX,1fr));
    gap:25px;
}

.treatment-card{
    background:#fff;
    border-radius:20px;
    padding:25px 20px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s;
}

.treatment-card:hover{
    transform:translateY(-10px);
}

.treatment-card img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.treatment-card h3{
    color:#0B4EA2;
    margin-bottom:10px;
}

.treatment-card p{
    color:#666;
    font-size:14px;
    line-height:1.6;
    margin-bottom:15px;
}

.treatment-card a{
    text-decoration:none;
    color:#58B947;
    font-weight:600;
}
.section-heading{
    text-align: center;
    margin-bottom: 50px;
}
.section-heading span{
    color: #58b947;
    font-size: 14px;
    font-weight: 600;
}
.section-heading h2{
    color: #0b4ea2;
    font-size: 42px;
    margin: 10px 0;
}
.section-heading p{
    color: #666;
}
.choose-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
/* WHY CHOOSE SECTION */

.why-choose{
    padding:70px 8%;
    background:#f8fbff;
}

.choose-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
    transition:0.3s;
}

.choose-card:hover{
    transform:translateY(-8px);
}

.choose-card i:first-child{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#f0faf0;
    color:#0b4ea2;
    font-size:38px;
    margin-bottom:20px;
}

.choose-card h3{
    color:#0b4ea2;
    margin-bottom:10px;
}

.choose-card p{
    color:#666;
    font-size:14px;
    line-height:1.7;
    margin-bottom:20px;
}

.choose-card a{
    width:32px;
    height:32px;
    line-height:32px;
    display:inline-block;
    background:#58b947;
    color:#fff;
    border-radius:50%;
}
.testimonial-section{
    padding:80px 8%;
    background:#f8fbff;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    color:#58b947;
    font-weight:600;
}

.section-heading h2{
    color:#0B4EA2;
    font-size:42px;
    margin:10px 0;
}

.section-heading p{
    color:#666;
}

.testimonial-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.testimonial-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

.testimonial-card h3{
    color:#0B4EA2;
    margin-bottom:10px;
}

.stars{
    color:#f4b400;
    font-size:18px;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#666;
    line-height:1.7;
}.gallery-section{
    padding:80px 8%;
    background:#fff;
}

.gallery-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.gallery-item{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.4s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}
.cta-section{
    padding:80px 8%;
    background:linear-gradient(135deg,#0B4EA2,#58B947);
    text-align:center;
    color:#fff;
    border-radius:20px;
    margin:80px 8%;
}

.cta-content h2{
    font-size:42px;
    margin-bottom:20px;
}

.cta-content p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-btn{
    background:#fff;
    color:#0B4EA2;
    padding:15px 30px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
}

.cta-whatsapp{
    background:#25D366;
    color:#fff;
    padding:15px 30px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
}

.cta-btn:hover,
.cta-whatsapp:hover{
    transform:translateY(-3px);
    transition:0.3s;
}
.faq-section{
    padding:80px 8%;
    background:#f8fbff;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:12px;
    padding:20px;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.faq-item summary{
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#0B4EA2;
}

.faq-item p{
    margin-top:15px;
    color:#666;
    line-height:1.7;
}
.footer{
    background:#0B4EA2;
    color:#fff;
    padding-top:60px;
}

.footer-container{
    width:90%;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.footer-logo{
    width:120px;
    margin-bottom:15px;
}

.footer-box h3{
    margin-bottom:20px;
}

.footer-box p{
    line-height:1.8;
    color:#ddd;
}

.footer-box ul{
    list-style:none;
}

.footer-box ul li{
    margin-bottom:10px;
}

.footer-box ul li a{
    color:#ddd;
    text-decoration:none;
}

.footer-box ul li a:hover{
    color:#58B947;
}

.footer-social{
    display:flex;
    gap:15px;
}

.footer-social a{
    width:40px;
    height:40px;
    background:#58B947;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    transition:0.3s;
}

.footer-social a:hover{
    transform:translateY(-5px);
}

.footer-bottom{
    margin-top:40px;
    padding:20px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,0.2);
}
