*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
  background:#fff2df;
  color:#2b211b;
  overflow-x:hidden;
}

img{
  width:100%;
  display:block;
}

a{
  text-decoration:none;
}

ul{
  list-style:none;
}



/* NAVBAR */

.navbar{
  width:100%;
  padding:22px 80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #ebe3d9;
  background:#f6f3ef;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo-main{
    font-family:'Cormorant Garamond',serif;
    font-size:31px;
    color:#d4aa61;
    font-weight:500;
}

.logo-sub{
    font-size:10px;
    letter-spacing:4px;
    color:#c49c5a;
}


.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.whatsapp-btn img {
  width: 35px;
  height: 35px;
}

.nav-links{
  display:flex;
  gap:34px;
}

.nav-links a{
  color:#ffffff;
  font-size:14px;
  letter-spacing:0.5px;
  transition:0.3s;
}

.nav-links a:hover,
.nav-links .active{
  color:#c79b5f;
}

.nav-right{
  display:flex;
  align-items:center;
  gap:25px;
}

.nav-right p{
  font-size:13px;
  color:#6d5b4f;
}

.book-btn{
  background:#c79b5f;
  color:#fff;
  padding:14px 22px;
  font-size:12px;
  letter-spacing:1px;
  transition:0.3s;
}

.book-btn:hover{
  background:#2a211b;
}



/* HERO */

.about-hero{
  padding:110px 20px 140px;
  text-align:center;
}

.small-heading{
  color:#c79b5f;
  font-size:12px;
  letter-spacing:4px;
  margin-bottom:22px;
}

.hero-content h1{
  font-family:'Cormorant Garamond',serif;
  font-size:88px;
  line-height:0.95;
  font-weight:400;
  color:#2b211b;
}

.hero-content h1 span{
  color:#c79b5f;
}

.line{
  width:80px;
  height:1px;
  background:#c79b5f;
  margin:35px auto;
}

.hero-text{
  max-width:760px;
  margin:auto;
  color:#6b5b4d;
  line-height:2;
  font-size:16px;
}

.nav-btn{
  padding:14px 28px;
  background:#c59b5f;
  color:#fff;
  font-size:12px;
  letter-spacing:0.5px;
  text-transform:uppercase;
  transition:0.3s;
}

.nav-btn:hover{
  background:#fff;
  color:#1f1712;
}

/* STORY */

.story-section{
  padding:0 80px 120px;
}

.story-container{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.story-image img{
  height:520px;
  object-fit:cover;
}

.section-label{
  color:#c79b5f;
  font-size:12px;
  letter-spacing:4px;
  margin-bottom:20px;
}

.story-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:58px;
  line-height:1.15;
  font-weight:400;
  margin-bottom:30px;
  color:#2b211b;
}

.story-content p{
  color:#6b5b4d;
  line-height:2;
  margin-bottom:22px;
  font-size:15px;
}



/* VALUES */

.values-section{
  background:#f0ebe5;
  padding:90px 80px;
}

.values-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.value-box{
  background:#f7f4ef;
  border:1px solid #e5ddd1;
  padding:40px;
}

.value-box h3{
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  font-weight:400;
  margin-bottom:18px;
  color:#2b211b;
}

.value-box p{
  color:#6c5c4f;
  line-height:2;
  font-size:15px;
}



/* DOCTOR */

.doctor-section{
  padding:120px 80px;
  background:#f7f4ef;
}

.doctor-container{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:480px 1fr;
  gap:70px;
  align-items:start;
}

.doctor-image img{
  height:760px;
  object-fit:cover;
}

.doctor-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:68px;
  font-weight:400;
  margin-bottom:16px;
  color:#2b211b;
}

.doctor-content h4{
  color:#b88f56;
  font-size:13px;
  letter-spacing:1px;
  font-weight:400;
  margin-bottom:28px;
}

.doctor-content p{
  color:#66574b;
  line-height:2;
  font-size:15px;
  margin-bottom:28px;
}

/* DOCTOR INFO */

.doctor-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-top:40px;
}

.info-box h5{
  color:#c79b5f;
  font-size:12px;
  letter-spacing:3px;
  margin-bottom:18px;
}

.info-box ul li{
  color:#5f5247;
  margin-bottom:12px;
  font-size:14px;
  line-height:1.8;
}

.achievement-box{
  margin-top:40px;
  padding:28px;
  background:#f1ebe4;
  border-left:2px solid #c79b5f;
}

.achievement-box h5{
  color:#c79b5f;
  font-size:12px;
  letter-spacing:3px;
  margin-bottom:14px;
}

.achievement-box p{
  margin-bottom:0;
  font-size:14px;
}



/* INFRASTRUCTURE */

.infrastructure-section{
  position:relative;
  padding:130px 20px;
  background:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
  text-align:center;
  overflow:hidden;
}

.infra-overlay{
  position:absolute;
  inset:0;
  background:rgba(28,20,15,0.82);
}

.infra-content{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:auto;
}

.infra-content p{
  color:#c79b5f;
  font-size:12px;
  letter-spacing:4px;
  margin-bottom:20px;
}

.infra-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:68px;
  color:#fff;
  font-weight:400;
  margin-bottom:24px;
}

.infra-content span{
  color:#d7cec5;
  line-height:2;
  font-size:15px;
}



/* CTA */

.cta-section{
  padding:120px 80px;
  background:#f7f4ef;
}

.cta-box{
  max-width:1200px;
  margin:auto;
  background:linear-gradient(135deg,#bf9458,#e3c082);
  padding:100px 40px;
  text-align:center;
}

.cta-box p{
  color:#fff;
  font-size:12px;
  letter-spacing:4px;
  margin-bottom:20px;
}

.cta-box h2{
  font-family:'Cormorant Garamond',serif;
  color:#fff;
  font-size:74px;
  line-height:1.05;
  font-weight:400;
  margin-bottom:28px;
}

.cta-box span{
  display:block;
  max-width:760px;
  margin:auto;
  color:#fff;
  line-height:2;
  margin-bottom:42px;
  font-size:15px;
}

.cta-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
}

.primary-btn{
  background:#2a211b;
  color:#fff;
  padding:18px 34px;
  font-size:12px;
  letter-spacing:2px;
  transition:0.3s;
}

.primary-btn:hover{
  background:#fff;
  color:#2a211b;
}

.secondary-btn{
  border:1px solid rgba(255,255,255,0.6);
  color:#fff;
  padding:18px 34px;
  font-size:12px;
  letter-spacing:2px;
  transition:0.3s;
}

.secondary-btn:hover{
  background:#fff;
  color:#2a211b;
}



/* FOOTER */

.footer{
  background:#241b16;
  padding-top:100px;
}

.footer-container{
  max-width:1300px;
  margin:auto;
  padding:0 80px 70px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:60px;
}

.footer-logo h3{
  font-family:'Cormorant Garamond',serif;
  font-size:38px;
  color:#c79b5f;
  font-weight:400;
}

.footer-logo span{
  color:#b8945d;
  font-size:11px;
  letter-spacing:4px;
}

.footer-col p{
  color:#bbaea2;
  line-height:2;
  margin:22px 0;
  font-size:14px;
}

.social-icons{
  display:flex;
  gap:14px;
}

.social-icons a{
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}

.footer-col h4{
  color:#c79b5f;
  font-size:12px;
  letter-spacing:3px;
  margin-bottom:24px;
}

.footer-col ul li{
  margin-bottom:14px;
}

.footer-col ul li a,
.contact-list li{
  color:#bbaea2;
  font-size:14px;
  line-height:1.8;
  transition:0.3s;
}

.footer-col ul li a:hover{
  color:#fff;
}

/* FOOTER BOTTOM */

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:28px 80px;
}

.footer-bottom-content{
  max-width:1300px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}

.footer-bottom p{
  color:#9e9083;
  font-size:13px;
}

.footer-links{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.footer-links a{
  color:#9e9083;
  font-size:13px;
  transition:0.3s;
}

.footer-links a:hover{
  color:#c79b5f;
}



/* WHATSAPP BUTTON */

.whatsapp-btn{
  position:fixed;
  right:30px;
  bottom:30px;
  background:#c79b5f;
  color:#fff;
  padding:16px 24px;
  font-size:13px;
  letter-spacing:1px;
  z-index:999;
  transition:0.3s;
}

.whatsapp-btn:hover{
  background:#2a211b;
}



/* RESPONSIVE */

@media(max-width:1200px){

  .story-container,
  .doctor-container{
    grid-template-columns:1fr;
  }

  .values-grid{
    grid-template-columns:1fr;
  }

  .doctor-image img{
    height:620px;
  }

}



@media(max-width:900px){

  .navbar{
    padding:24px 30px;
    flex-direction:column;
    gap:25px;
  }

  .nav-links{
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
  }

  .nav-right{
    flex-direction:column;
    gap:16px;
  }

  .about-hero{
    padding:90px 20px 110px;
  }

  .hero-content h1{
    font-size:58px;
  }

  .story-section,
  .values-section,
  .doctor-section,
  .cta-section{
    padding-left:30px;
    padding-right:30px;
  }

  .story-content h2,
  .doctor-content h2,
  .infra-content h2,
  .cta-box h2{
    font-size:48px;
  }

  .doctor-info-grid{
    grid-template-columns:1fr;
  }

  .footer-container{
    grid-template-columns:1fr;
    padding:0 30px 60px;
  }

  .footer-bottom{
    padding:25px 30px;
  }

  .footer-bottom-content{
    flex-direction:column;
    align-items:flex-start;
  }

}



@media(max-width:600px){

  .hero-content h1{
    font-size:42px;
  }

  .hero-text{
    font-size:15px;
  }

  .story-content h2,
  .doctor-content h2,
  .infra-content h2,
  .cta-box h2{
    font-size:38px;
  }

  .story-image img{
    height:420px;
  }

  .doctor-image img{
    height:460px;
  }

  .cta-box{
    padding:70px 25px;
  }

  .cta-buttons{
    flex-direction:column;
  }

  .footer-links{
    gap:16px;
  }

  .whatsapp-btn{
    right:20px;
    bottom:20px;
    padding:14px 20px;
  }

}
.pulse{
  transform:scale(1.06);
}


.navbar{
    position:relative;
}

.hamburger{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.hamburger span{
    width:28px;
    height:3px;
    background:#000;
    transition:0.3s;
}

/* Mobile */

@media(max-width:900px){

    .hamburger{
        display:flex;
    }

    .nav-right{
        display:none;
    }

    nav{
        width:100%;
    }

    .nav-links{
        display:none !important;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        flex-direction:column;
        align-items:center;
        gap:20px;
        padding:25px 0;
        margin:0 !important;
        z-index:9999;
        box-shadow:0 5px 15px rgba(0,0,0,0.1);
    }

    .nav-links.active{
        display:flex !important;
    }

    .nav-links li{
        width:100%;
        text-align:center;
    }

    .nav-links a{
        display:block;
        padding:10px;
    }
}

/* X Animation */

.hamburger.active span:nth-child(1){
    transform:rotate(45deg) translate(5px,6px);
}

.hamburger.active span:nth-child(2){
    opacity:0;
}

.hamburger.active span:nth-child(3){
    transform:rotate(-45deg) translate(5px,-6px);
}









@keyframes heroZoom{
    from{
        background-size:100%;
    }
    to{
        background-size:115%;
    }
}








@keyframes lineGrow{

    to{
        width:220px;
    }
}

.story-section{
    padding:120px 8%;
    background:#faf8f4;
}

.story-container{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}
.story-image img{

    width:100%;

    border-radius:30px;

    transition:.8s;

    box-shadow:
    0 40px 80px rgba(0,0,0,.12);
}

.story-image:hover img{

    transform:scale(1.05);
}

.floating-badge{

    position:absolute;

    bottom:40px;
    right:-20px;

    background:white;

    padding:20px 30px;

    border-radius:20px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.15);

    animation:
    floatBox 4s ease-in-out infinite;
}

@keyframes floatBox{

    50%{
        transform:translateY(-12px);
    }
}

.value-box{

    background:white;

    padding:50px 35px;

    border-radius:25px;

    transition:.5s;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 20px 40px rgba(0,0,0,.06);
}

.value-box:hover{

    transform:
    translateY(-15px);

    box-shadow:
    0 30px 60px rgba(0,0,0,.15);
}

.value-box::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:#d4a55d;

    transform:scaleX(0);

    transition:.5s;
}

.value-box:hover::before{
    transform:scaleX(1);
}

.doctor-section{

    padding:140px 8%;

    background:
    linear-gradient(
    135deg,
    #faf8f4,
    white
    );
}

.doctor-image img{

    border-radius:40px;

    transition:.8s;

    box-shadow:
    0 30px 80px rgba(0,0,0,.15);
}

.doctor-image:hover img{

    transform:
    scale(1.04)
    rotate(-1deg);
}

.info-box{

    background:white;

    border-radius:25px;

    padding:30px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);

    transition:.4s;
}

.info-box:hover{

    transform:translateY(-10px);

    box-shadow:
    0 25px 50px rgba(0,0,0,.14);
}

.infrastructure-section{

    position:relative;

    min-height:70vh;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
    rgba(0,0,0,.55),
    rgba(0,0,0,.55)
    ),
    url("https://images.unsplash.com/photo-1516549655669-df1e3f26c4fb?q=80&w=2000");

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.infra-content{

    max-width:900px;

    text-align:center;

    color:white;
}

.cta-box{

    background:
    linear-gradient(
    135deg,
    #b68340,
    #d4a55d
    );

    color:white;

    padding:80px;

    border-radius:40px;

    box-shadow:
    0 30px 80px rgba(182,131,64,.35);
}

.footer{

    background:#220e00;

    color:white;

    border-top:
    1px solid rgba(212,165,93,.3);
}

.footer a{

    transition:.4s;
}

.footer a:hover{

    color:#d4a55d;

    padding-left:8px;
}

.reveal{

    opacity:0;
    transform:translateY(70px);

    transition:1s;
}

.reveal.active{

    opacity:1;
    transform:translateY(0);
}


.navbar{

    position:fixed;
    top:20px;
    left:50%;

    transform:translateX(-50%);

    width:90%;

    backdrop-filter:blur(20px);

    background:
    rgba(63, 44, 38, 0.678);

    border:
    1px solid rgba(255,255,255,.12);

    border-radius:60px;

    padding:18px 40px;

    z-index:9999;

    box-shadow:
    0 10px 40px rgba(0,0,0,.15);
}



.sub-menu{
    list-style:none;
    padding:0;
    margin:0;
}

/* =========================
   NAVBAR DROPDOWN FIX
========================= */

.dropdown{
    position:relative;
}

.sub-menu{
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    min-width:280px;

    background:#ffffff;
    border-radius:15px;

    padding:10px 0;
    margin-top:15px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    display:none;
    z-index:99999;
}

.sub-menu li{
    width:100%;
}

.sub-menu li a{
    display:block;
    padding:12px 20px;
    color:#2b211b !important;
    font-size:14px !important;
    text-transform:none !important;
    letter-spacing:.5px !important;
    transition:.3s;
}

.sub-menu li a:hover{
    background:#f7f4ef;
    color:#c79b5f !important;
    padding-left:28px;
}

/* Desktop Hover */

@media(min-width:901px){

    .dropdown:hover .sub-menu{
        display:block;
        animation:dropdownFade .3s ease;
    }

}

/* Mobile */

@media(max-width:900px){

    .dropdown{
        width:100%;
    }

    .sub-menu{
        position:static;
        transform:none;
        width:90%;
        margin:10px auto;
        box-shadow:none;
        border:1px solid #e7ded2;
        border-radius:10px;
    }

    .sub-menu li a{
        text-align:center;
        padding:10px;
    }
}

@keyframes dropdownFade{
    from{
        opacity:0;
        transform:translateX(-50%) translateY(10px);
    }
    to{
        opacity:1;
        transform:translateX(-50%) translateY(0);
    }
}

.sub-menu{
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    min-width:280px;

    background:#fff;
    border-radius:15px;

    padding:10px 0;

    margin-top:0;   /* change */

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    display:none;
    z-index:99999;
}




.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 50px;
    position:relative;
}

.logo img{
    height:55px;
    width:auto;
}

.hamburger{
    display:flex;
    flex-direction:column;
    gap:6px;
    cursor:pointer;
    z-index:9999;
}

.hamburger span{
    width:32px;
    height:3px;
    background:#fff;
    border-radius:10px;
}

/* Menu hidden by default */

.nav-links{
    position:absolute;
    top:100%;
    right:0;
    width:350px;
    background:#4b310aab;
    padding:30px;
    display:none;
    flex-direction:column;
    list-style:none;
    box-shadow:0 20px 50px rgba(0,0,0,.3);
}

.nav-links.active{
    display:flex;
}

.nav-btn{
    display:none;
}


/* CLINIC GALLERY */

.clinic-gallery{
    padding:120px 80px;
    background:#faf7f2;
}

.gallery-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.gallery-heading p{
    color:#c79b5f;
    letter-spacing:4px;
    font-size:12px;
    margin-bottom:15px;
}

.gallery-heading h2{
    font-family:'Cormorant Garamond', serif;
    font-size:58px;
    font-weight:500;
    color:#2b211b;
    margin-bottom:20px;
}

.gallery-heading span{
    color:#6b5b4d;
    line-height:1.8;
    font-size:16px;
}

.clinic-gallery-grid{
    max-width:1300px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.clinic-photo{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.clinic-photo img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.6s ease;
}

.clinic-photo:hover img{
    transform:scale(1.08);
}

/* Tablet */

@media(max-width:991px){

    .clinic-gallery{
        padding:80px 30px;
    }

    .clinic-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-heading h2{
        font-size:42px;
    }
}

/* Mobile */

@media(max-width:600px){

    .clinic-gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-heading h2{
        font-size:34px;
    }

    .clinic-photo img{
        height:260px;
    }
}


.book-now-btn{
    position: fixed;
    right: 20px;
    bottom: 90px; /* WhatsApp button ke upar/neeche adjust kar sakta hai */
    
    background: linear-gradient(135deg,#c79b5f,#e3c082);
    color: #fff;
    
    padding: 8px 16px;
    border-radius: 8px;
    
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    
    z-index: 9999;
    transition: .3s;
    margin-bottom: 1rem;
}

.book-now-btn:hover{
    transform: translateY(-3px);
}

.footer-social{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.footer-social a{
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:16px;
    transition:.35s ease;
}

.footer-social a:hover{
    background:#8db69a;
    color:#1d3127;
    border-color:#8db69a;
    transform:translateY(-4px);
}