@media (max-width:992px) {
    .header-section{
     padding: 15px 20px;

    }
    .logo img{
        height: 70px;

    }
    .nav-bar ul{
        gap: 8px;
    }
    .action-btn{
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width:768px){
    .header-section{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        position: relative;
    }
   .logo img{
 height: 60px;
}
.menu-toggle{
    display: block;
    font-size: 30px;
    cursor: pointer;
    color: #0b4ea2;
}
.nav-bar{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.nav-bar .active{
    display: block;

}
.nav-bar ul{
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 12px;
}
.nav-bar ul li{
    width: 100%;
}
.action-btn{
    width:100% ;
    text-align: center;
    border-radius: 8px;

}
.action-btn a{
    display: block;
    padding: 12px;
}
.hero{
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
}
.hero-content{
    width: 100%;
    text-align: center;
    padding: 20px;
}
.hero-content h1{
    font-size: 32px;
    line-height: 1.3;
}
.hero-content p{
    font-size: 16px;
    line-height: 1.6;
}
.btn,
.whatsapp-btn{
    display: block;
    width: 100%;
    margin: 10px 0;
    
}
.slider{
    width: 100%;
    height: 300px;
}
.slide{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.features{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 20px;
}
.feature-box{
    width: 100%;
}
.feature-box i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}
.feature-box h4{
    font-size: 13px;
}
.doctor-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    gap: 25px;
}
.doctor-image,
.doctor-content,
.doctor-status{
    width: 100%;
}
.doctor-image img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.doctor-content{
    text-align: center;
}
.doctor-content h2{
    font-size: 28px;
}
.doctor-content h4{
    font-size: 18px;
}
.doctor-content p{
    font-size: 15px;
    line-height: 1.7;
}
.doctor-content ul{
    padding: 0;
}
.doctor-content ul li{
    list-style: none;
    margin: 10px 0;
}
.doctor-btn{
    display: block;
    width: 100%;
    text-align: center;
}
.doctor-status{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.stat-card{
    width: 100%;
}
.conditions-section{
    padding: 40px 15px;

}
.section-heading{
    margin-bottom: 35px;

}
.section-heading h2{
    font-size: 28px;
}
.section-heading p{
    font-size: 15px;
    line-height: 1.6;
}
.conditions-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.condition-card{
    padding: 20px 15px;
}
.condition-card i{
    font-size: 32px;
}
.condition-card h3{
    font-size: 20px;
}
.condition-card p{
    font-size: 14px;
    line-height: 1.6;
}
.condition-card a{
    display: inline-block;
    margin-top: 10px;
}
.why-choose{
    padding: 40px 15px;

}
.choose-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.choose-card{
    padding: 20px;
    text-align: center;
}
.choose-card i::first-child{
    width: 70px;
    height: 70px;
    font-size: 28px;
}
.choose-card h3{
    font-size: 20px;
    margin-top: 15px;
}
.choose-card p{
    font-size: 14px;
    margin-top: 15px;
}
.choose-card a{
    margin-top: 10px;
}
.testimonial-section{
    padding: 40px 15px;
}
.testimonial-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.testimonial-card{
    padding: 20px;
}
.testimonial-card img{
    width: 65px;
    height: 65px;
}
.testimonial-card h3{
    font-size: 20px;
}
.stars{
    font-size: 16px;
}
.testimonial-card p{
    font-size: 14px;
    line-height: 1.7;
}
.gallery-section{
    padding: 40px 15px;
}
.gallery-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.gallery-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.footer{
    padding: 40px 15px 20px;
}
.footer-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
}
.footer-box h3{
    margin-bottom: 15px;
}
.footer-box p{
    font-size: 15px;
    line-height: 1.7;
}
.footer-box ul{
    padding: 0;
}
.footer-box ul li{
    margin: 10px 0;
}
.footer-box ul li a{
    display: inline-block;
}
.footer-logo{
    width: 140px;
    margin: auto;
    display: block;
}
.footer-social{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.footer-social a{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.footer-bottom{
    margin-top: 30px;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
}

}

    

 

