*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#f7f5f2;
font-family:'Inter',sans-serif;
color:#3e3129;
overflow-x:hidden;
}

/* NAVBAR */

.navbar{
position:absolute;
top:0;
left:0;
width:100%;
z-index:1000;
padding:22px 0;
}

.nav-container{
width:86%;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
display:flex;
align-items:center;
gap:12px;
}

.logo-main{
font-family:'Cormorant Garamond',serif;
font-size:28px;
color:#d2a85a;
}

.logo-sub{
font-size:11px;
letter-spacing:4px;
color:#b99861;
}

.nav-links{
display:flex;
gap:34px;
list-style:none;
}

.nav-links a{
text-decoration:none;
font-size:14px;
letter-spacing:2px;
color:#6f655d;
font-weight:600;
transition:.3s;
}

.nav-links a.active{
color:#d4a24f;
}

.nav-links a:hover{
color:#d4a24f;
}

.nav-right{
display:flex;
align-items:center;
gap:24px;
}

.phone{
font-size:13px;
color:#7a6d63;
}

.appointment-btn{
background:#d5ab58;
color:#fff;
padding:14px 22px;
font-size:12px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.appointment-btn:hover{
background:#be9547;
}

/* HERO */

.treatment-hero{
height:560px;
background:url('acne treatment.jpg') center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(31,17,8,0.34);
}

.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;
}

.hero-content{
position:relative;
z-index:2;
width:68%;
margin:auto;
padding-top:70px;
}

.mini-heading{
font-size:11px;
letter-spacing:4px;
color:#d2a85a;
display:block;
margin-bottom:18px;
}

.hero-content h1{
font-family:'Cormorant Garamond',serif;
font-size:72px;
line-height:0.95;
font-weight:500;
color:#fff;
margin-bottom:20px;
}

.hero-content p{
font-size:17px;
line-height:1.7;
color:#f0ebe6;
}

/* OVERVIEW */

.overview-section{
padding:110px 0 70px;
background:#f7f5f2;
}

.overview-container{
width:72%;
margin:auto;
}

.overview-box{
max-width:760px;
}

.overview-box h2{
font-family:'Cormorant Garamond',serif;
font-size:42px;
font-weight:500;
margin-bottom:12px;
}

.gold-line{
width:55px;
height:1px;
background:#c9a35c;
margin-bottom:28px;
}

.overview-box p{
font-size:16px;
line-height:2;
color:#726860;
}

/* BENEFITS */

.benefits-section{
padding:80px 0 95px;
background:#f4f1ed;
}

.benefits-container{
width:72%;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:120px;
}

.benefit-column h3{
font-family:'Cormorant Garamond',serif;
font-size:40px;
font-weight:500;
margin-bottom:28px;
color:#352b24;
}

.benefit-column ul{
list-style:none;
}

.benefit-column ul li{
position:relative;
padding-left:26px;
margin-bottom:20px;
font-size:15px;
color:#6e635b;
line-height:1.7;
}

.benefit-column ul li::before{
content:"✓";
position:absolute;
left:0;
top:0;
color:#d3a34f;
font-size:14px;
}

/* PROCEDURE */

.procedure-section{
padding:110px 0;
background:#faf8f5;
}

.procedure-container{
width:58%;
margin:auto;
}

.procedure-container h2{
text-align:center;
font-family:'Cormorant Garamond',serif;
font-size:46px;
font-weight:500;
margin-bottom:70px;
color:#3b3028;
}

.procedure-steps{
display:flex;
flex-direction:column;
gap:34px;
}

.step{
display:flex;
align-items:center;
gap:34px;
}

.step span{
font-size:19px;
font-family:'Cormorant Garamond',serif;
color:#d2a85a;
min-width:40px;
}

.step p{
font-size:15px;
color:#6f645b;
}

/* RESULTS STRIP */

.results-strip{
background:linear-gradient(90deg,#231a15,#3b2a1e,#231a15);
padding:95px 0;
text-align:center;
}

.results-content span{
font-size:11px;
letter-spacing:4px;
color:#cfa250;
display:block;
margin-bottom:18px;
}

.results-content h2{
font-family:'Cormorant Garamond',serif;
font-size:50px;
font-weight:500;
color:#fff;
margin-bottom:18px;
}

.results-content p{
font-size:15px;
color:#d3c9c0;
margin-bottom:35px;
}

.gallery-btn{
display:inline-block;
padding:16px 34px;
background:#d5aa57;
text-decoration:none;
color:#fff;
font-size:12px;
letter-spacing:2px;
font-weight:600;
transition:.3s;
}

.gallery-btn:hover{
background:#be9546;
}

/* FAQ */

.faq-section{
padding:120px 0;
background:#f7f5f2;
}

.faq-container{
width:56%;
margin:auto;
}

.faq-container h2{
text-align:center;
font-family:'Cormorant Garamond',serif;
font-size:46px;
font-weight:500;
margin-bottom:60px;
color:#342922;
}

.faq-box{
display:flex;
flex-direction:column;
gap:18px;
}

.faq-item{
background:#f3f0eb;
border:1px solid #ece5dd;
overflow:hidden;
}

.faq-question{
width:100%;
background:none;
border:none;
padding:24px 28px;
display:flex;
justify-content:space-between;
align-items:center;
font-size:15px;
cursor:pointer;
color:#493b31;
font-weight:500;
}

.faq-question span{
color:#c9a052;
font-size:20px;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
background:#fff;
}

.faq-answer p{
padding:0 28px 28px;
font-size:14px;
line-height:1.9;
color:#6f655d;
}

/* CTA SECTION */

.cta-section{
padding:40px 0 120px;
background:#f7f5f2;
}

.cta-box{
width:72%;
margin:auto;
padding:95px 80px;
background:linear-gradient(135deg,#b28743,#e0bd72,#c69b53);
text-align:center;
}

.cta-box span{
display:block;
font-size:11px;
letter-spacing:4px;
color:#fff;
margin-bottom:24px;
}

.cta-box h2{
font-family:'Cormorant Garamond',serif;
font-size:72px;
line-height:1;
font-weight:500;
color:#fff;
margin-bottom:28px;
}

.cta-box p{
max-width:760px;
margin:auto;
font-size:16px;
line-height:1.9;
color:#f7f2ea;
margin-bottom:42px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:18px;
}

.dark-btn{
background:#2a201b;
color:#fff;
text-decoration:none;
padding:18px 34px;
font-size:12px;
letter-spacing:2px;
font-weight:600;
transition:.3s;
}

.dark-btn:hover{
background:#1a120e;
}

.light-btn{
border:1px solid rgba(255,255,255,0.7);
color:#fff;
text-decoration:none;
padding:18px 34px;
font-size:12px;
letter-spacing:2px;
font-weight:600;
transition:.3s;
}

.light-btn:hover{
background:rgba(255,255,255,0.08);
}

/* FOOTER */

.footer{
background:linear-gradient(90deg,#221915,#35261d,#221915);
padding-top:95px;
position:relative;
}

.footer-container{
width:72%;
margin:auto;
display:grid;
grid-template-columns:1.2fr 1fr 1fr 1.2fr;
gap:70px;
padding-bottom:70px;
}

.footer-column h3{
font-family:'Cormorant Garamond',serif;
font-size:38px;
color:#d4a24f;
margin-bottom:10px;
font-weight:500;
}

.footer-mini{
display:block;
font-size:11px;
letter-spacing:4px;
color:#b6945d;
margin-bottom:28px;
}

.footer-column p{
font-size:14px;
line-height:2;
color:#b7ada4;
}

.social-icons{
display:flex;
gap:12px;
margin-top:28px;
}

.social-icons div{
width:34px;
height:34px;
border:1px solid rgba(255,255,255,0.2);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:13px;
}

.footer-column h4{
font-size:13px;
letter-spacing:3px;
color:#c69a50;
margin-bottom:28px;
}

.footer-column ul{
list-style:none;
}

.footer-column ul li{
margin-bottom:16px;
font-size:14px;
color:#d0c7bf;
}

.contact-list li{
line-height:1.8;
}

/* FOOTER BOTTOM */

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.08);
padding:28px 14%;
display:flex;
justify-content:space-between;
align-items:center;
}

.footer-bottom p{
font-size:12px;
color:#998d82;
}

.footer-links{
display:flex;
gap:24px;
}

.footer-links a{
font-size:12px;
text-decoration:none;
color:#998d82;
transition:.3s;
}

.footer-links a:hover{
color:#d5a954;
}

/* WHATSAPP BUTTON */

.whatsapp-btn{
position:fixed;
right:28px;
bottom:28px;
background:#25d366;
color:#fff;
text-decoration:none;
padding:16px 24px;
border-radius:40px;
font-size:13px;
font-weight:600;
z-index:999;
box-shadow:0 10px 25px rgba(0,0,0,0.16);
transition:.3s;
}

.whatsapp-btn:hover{
transform:translateY(-4px);
}

/* RESPONSIVE */

@media(max-width:1200px){

.benefits-container,
.footer-container,
.cta-box,
.overview-container{
width:85%;
}

.faq-container,
.procedure-container{
width:80%;
}

.hero-content{
width:85%;
}

}

@media(max-width:900px){

.nav-container{
width:92%;
flex-direction:column;
gap:24px;
}

.nav-links{
flex-wrap:wrap;
justify-content:center;
gap:20px;
}

.hero-content h1{
font-size:52px;
}

.benefits-container{
grid-template-columns:1fr;
gap:70px;
}

.footer-container{
grid-template-columns:1fr;
gap:50px;
}

.footer-bottom{
flex-direction:column;
gap:18px;
align-items:flex-start;
padding:30px 8%;
}

.footer-links{
flex-wrap:wrap;
gap:14px;
}

.cta-box{
padding:70px 40px;
}

.cta-box h2{
font-size:52px;
}

.results-content h2{
font-size:42px;
}

}

@media(max-width:600px){

.hero-content h1{
font-size:38px;
line-height:1.05;
}

.hero-content p{
font-size:15px;
}

.overview-box h2,
.procedure-container h2,
.faq-container h2{
font-size:38px;
}

.cta-box h2{
font-size:38px;
}

.results-content h2{
font-size:34px;
}

.cta-buttons{
flex-direction:column;
}

.cta-box{
padding:60px 26px;
}

.faq-container,
.procedure-container,
.overview-container,
.benefits-container,
.footer-container,
.cta-box{
width:90%;
}

.footer-bottom{
padding:26px 5%;
}

.whatsapp-btn{
right:18px;
bottom:18px;
padding:14px 20px;
}

}

.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;
}

/* =========================
   GLASSMORPHISM NAVBAR
========================= */

.navbar{
    position:fixed;
    top:20px;
    left:50%;
    transform:translateX(-50%);

    width:90%;
    max-width:1600px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:18px 40px;

    background:
    rgba(63, 44, 38, 0.678);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);
    border-radius:60px;

    box-shadow:0 10px 40px rgba(0,0,0,.15);

    z-index:9999;
}

.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;
}
.logo-main{
    font-family:'Cormorant Garamond',serif;
    font-size:32px;
    color:#d4aa61;
}

.logo-sub{
    font-size:10px;
    letter-spacing:4px;
    color:#d4aa61;
}

.nav-links{
    display:flex;
    align-items:center;
    gap:28px;
}

.nav-links a{
    color:#fff;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.3s;
}

.nav-links a:hover{
    color:#d4aa61;
}

.nav-btn{
    background:#c59b5f;
    color:#fff;
    padding:14px 26px;
    border-radius:40px;
    font-size:12px;
    letter-spacing:1px;
    transition:.3s;
}

.nav-btn:hover{
    background:#fff;
    color:#1f1712;
}


.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;
}

.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);
}