
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--gold:#c9a96e;--gold-light:#e8d5b0;--dark:#16100a;--dark2:#241a0e;--cream:#faf6ef;--warm:#f3ece0;--text:#3d2f1f;--muted:#8a7560}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}

/* HEADER */
header{position:fixed;top:0;width:100%;z-index:1000;padding:1rem 5%;display:flex;align-items:center;justify-content:space-between;background:#ffffff57;backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,169,110,.15);transition:all .4s}
header.scrolled{padding:.75rem 5%}
.logo{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:2px;text-decoration:none}
.logo img{ width: 115px; height: auto;}
.nav-links{display:flex;align-items:center;gap:.3rem}
.nav-links a{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.6);text-decoration:none;padding:.5rem 1rem;border-radius:50px;transition:all .3s}
.nav-links a:hover{color:var(--gold);background:rgba(201,169,110,.08)}
.nav-cta{background:var(--gold)!important;color:var(--dark)!important;font-weight:600!important}
.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}
.hamburger{display:none;background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:.3rem}

/* MOBILE NAV */
.mobile-nav{display:flex;flex-direction:column;gap:1.5rem;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--dark2);z-index:2000;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.22,.61,.36,1);box-shadow:-10px 0 50px rgba(0,0,0,.5)}
.mobile-nav.open{right:0}
.mobile-nav a{font-size:1.1rem;color:rgba(255,255,255,.8);text-decoration:none;font-weight:500;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:1rem;transition:color .3s}
.mobile-nav a i{color:var(--gold);width:20px;text-align:center}
.mobile-nav a:hover{color:var(--gold)}
.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:rgba(255,255,255,.6);font-size:1.3rem;cursor:pointer}
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1999}
.overlay.show{display:block}

/* HERO */
#hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease}
.hero-slide.active{opacity:1}
.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,10,5,.85) 0%,rgba(22,16,10,.6) 60%,rgba(16,10,5,.4) 100%)}
.hero-slide:nth-child(1){background-image:url('https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?w=1600&q=80')}
.hero-slide:nth-child(2){background-image:url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?w=1600&q=80')}
.hero-slide:nth-child(3){background-image:url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=1600&q=80')}
.hero-dots{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:.6rem}
.hero-dot{width:28px;height:3px;border-radius:2px;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:all .3s}
.hero-dot.active{background:var(--gold);width:48px}
.hero-content{position:relative;z-index:5;padding:8rem 5% 4rem;max-width:720px}
.hero-badge{display:inline-flex;align-items:center;gap:.7rem;background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.35);color:var(--gold-light);font-size:.75rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;padding:.45rem 1.2rem;border-radius:50px;margin-bottom:2rem;opacity:0;animation:fadeUp .8s .3s both}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,7vw,5.5rem);line-height:1.05;font-weight:700;color:#fff;margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s .5s both}
.hero-title em{color:var(--gold);font-style:italic}
.hero-sub{font-size:1.05rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.68);margin-bottom:2.5rem;max-width:520px;opacity:0;animation:fadeUp .8s .7s both}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:fadeUp .8s .9s both}
.hero-trust{position:absolute;bottom:4rem;right:5%;z-index:5;display:flex;gap:1rem;flex-direction:column;opacity:0;animation:fadeRight .8s 1.1s both}
.trust-pill{display:flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.07);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);padding:.6rem 1.1rem;border-radius:50px;color:rgba(255,255,255,.85);font-size:.8rem}
.trust-pill i{color:var(--gold)}

/* BUTTONS */
.btn-primary{background:var(--gold);color:var(--dark);padding:.95rem 2.2rem;border-radius:50px;font-weight:600;font-size:.9rem;letter-spacing:.5px;text-decoration:none;border:none;cursor:pointer;transition:all .35s;display:inline-flex;align-items:center;gap:.6rem;box-shadow:0 0 40px rgba(201,169,110,.35)}
.btn-primary:hover{transform:translateY(-3px);background:var(--gold-light);box-shadow:0 12px 40px rgba(201,169,110,.5)}
.btn-outline{border:1.5px solid rgba(255,255,255,.35);color:#fff;padding:.95rem 2.2rem;border-radius:50px;font-weight:400;font-size:.9rem;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:all .35s;background:transparent;display:inline-flex;align-items:center;gap:.6rem}
.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}

@keyframes fadeUp{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}
.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .8s ease,transform .8s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}

/* ABOUT */
#about{padding:8rem 5%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.about-visuals{position:relative}
.about-img-main{width:100%;height:520px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 30px 80px rgba(0,0,0,.15)}
.about-img-float{position:absolute;bottom:-2rem;right:-2rem;width:200px;height:200px;object-fit:cover;border-radius:20px;border:6px solid var(--cream);box-shadow:0 20px 50px rgba(0,0,0,.2)}
.about-badge-float{position:absolute;top:2rem;left:-2rem;background:var(--dark);color:#fff;padding:1.2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.25)}
.about-badge-float .num{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:700;color:var(--gold);display:block;line-height:1}
.about-badge-float .lbl{font-size:.72rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1px}
.section-label{font-size:.72rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.section-label::before{content:'';width:28px;height:1.5px;background:var(--gold)}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin-bottom:1.5rem;color:var(--dark)}
.section-title em{color:var(--gold);font-style:italic}
.about-text{line-height:1.9;color:var(--muted);margin-bottom:2.5rem;font-size:.95rem}
.about-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}
.about-feat{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.2rem;background:var(--warm);border-radius:12px;transition:transform .3s}
.about-feat:hover{transform:translateX(5px)}
.about-feat i{color:var(--gold);font-size:1.1rem;margin-top:.15rem;min-width:20px}
.about-feat p{font-size:.9rem;color:var(--text);line-height:1.5}
.about-feat p strong{display:block;font-weight:600;margin-bottom:.2rem}
.stats-row{display:flex;gap:2.5rem}
.stat-box{text-align:center}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:700;color:var(--gold);display:inline-block;line-height:1}
.stat-plus{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:700;color:var(--gold)}
.stat-box .lbl{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-top:.3rem;display:block}

/* SERVICES */
#services{background:var(--dark);padding:8rem 5%}
#services .sec-head{text-align:center;margin-bottom:4rem}
#services .section-title{color:#fff}
#services .section-label{justify-content:center}
#services .section-label::before{display:none}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.svc-card{background:rgba(255,255,255,.03);border:1px solid rgba(201,169,110,.12);border-radius:20px;overflow:hidden;transition:all .4s;cursor:pointer}
.svc-card:hover{transform:translateY(-10px);border-color:rgba(201,169,110,.45);box-shadow:0 30px 60px rgba(0,0,0,.3)}
.svc-img-wrap{position:relative;height:200px;overflow:hidden}
.svc-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.svc-card:hover .svc-img-wrap img{transform:scale(1.08)}
.svc-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(22,16,10,.8) 0%,transparent 60%)}
.svc-tag{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--dark);font-size:.7rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.3rem .8rem;border-radius:50px}
.svc-body{padding:1.8rem}
.svc-icon-row{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.svc-icon{width:42px;height:42px;border-radius:12px;background:rgba(201,169,110,.1);display:flex;align-items:center;justify-content:center}
.svc-icon i{color:var(--gold);font-size:1.1rem}
.svc-card h3{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:#fff;font-weight:600}
.svc-card p{color:rgba(255,255,255,.45);font-size:.85rem;line-height:1.7;margin-bottom:1.5rem}
.svc-footer{display:flex;align-items:center;justify-content:space-between}
.svc-price{color:var(--gold);font-weight:600;font-size:1.1rem}
.svc-price span{font-size:.75rem;color:rgba(255,255,255,.3);font-weight:400}
.svc-btn{background:rgba(201,169,110,.1);border:1px solid rgba(201,169,110,.25);color:var(--gold);font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.45rem 1rem;border-radius:50px;text-decoration:none;transition:all .3s}
.svc-btn:hover{background:var(--gold);color:var(--dark)}

/* GALLERY */
#gallery{padding:5rem 0;overflow:hidden;background:var(--warm)}
#gallery .sec-head{text-align:center;padding:0 5%;margin-bottom:3rem;display: flex; flex-direction: column; align-items: center;}
.gallery-strip{display:flex;gap:1rem;animation:scrollStrip 30s linear infinite;width:max-content}
.gallery-strip:hover{animation-play-state:paused}
.gallery-item{width:280px;height:200px;border-radius:16px;overflow:hidden;flex-shrink:0}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gallery-item:hover img{transform:scale(1.08)}
@keyframes scrollStrip{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* TESTIMONIALS */
#testimonials{padding:8rem 5%;background:var(--cream)}
#testimonials .sec-head{text-align:center;margin-bottom:4rem;display: flex; flex-direction: column; align-items: center;}
.carousel-wrap{position:relative;overflow:hidden}
.carousel-track{display:flex;gap:2rem;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}
.testi-card{min-width:calc(33.333% - 1.34rem);background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.07);transition:transform .4s;flex-shrink:0;position:relative}
.testi-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.1)}
.testi-quote{font-family:'Cormorant Garamond',serif;font-size:4rem;line-height:.8;color:var(--gold-light);margin-bottom:.5rem}
.stars{color:var(--gold);font-size:.9rem;letter-spacing:2px;margin-bottom:1.2rem}
.testi-text{color:var(--muted);line-height:1.8;font-size:.93rem;margin-bottom:2rem;font-style:italic}
.testi-author{display:flex;align-items:center;gap:1rem}
.testi-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2.5px solid var(--gold-light)}
.testi-avatar img{width:100%;height:100%;object-fit:cover}
.testi-name{font-weight:600;color:var(--dark);font-size:.95rem}
.testi-info{font-size:.78rem;color:var(--muted)}
.testi-verified{color:var(--gold);font-size:.75rem;margin-top:.2rem}
.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem}
.carousel-btn{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--gold-light);background:transparent;color:var(--gold);font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}
.carousel-btn:hover{background:var(--gold);color:var(--dark);border-color:var(--gold)}
.carousel-dots{display:flex;gap:.5rem;align-items:center}
.c-dot{width:8px;height:8px;border-radius:50%;background:var(--gold-light);border:none;cursor:pointer;transition:all .3s;padding:0}
.c-dot.active{background:var(--gold);width:24px;border-radius:4px}

/* CTA */
#cta-banner{background:linear-gradient(135deg,#16100a 0%,#241a0e 50%,#16100a 100%);padding:7rem 5%;position:relative;overflow:hidden}
.cta-glow1{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(#c9a96e,transparent 70%);opacity:.12;top:-200px;right:5%}
.cta-glow2{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(#c9a96e,transparent 70%);opacity:.1;bottom:-100px;left:10%}
.cta-inner{position:relative;z-index:2;max-width:700px;margin:0 auto;text-align:center}
.cta-tag{display:inline-flex;align-items:center;gap:.6rem;background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.3);color:var(--gold);font-size:.75rem;letter-spacing:2px;text-transform:uppercase;padding:.4rem 1.2rem;border-radius:50px;margin-bottom:2rem}
#cta-banner h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3.8rem);color:#fff;margin-bottom:1rem;line-height:1.15}
#cta-banner h2 em{color:var(--gold);font-style:italic}
#cta-banner p{color:rgba(255,255,255,.6);font-size:1rem;margin-bottom:2.5rem;line-height:1.7}
.cta-phone-box{display:inline-flex;align-items:center;gap:1rem;background:rgba(201,169,110,.08);border:1px solid rgba(201,169,110,.25);padding:1rem 2rem;border-radius:16px;margin-bottom:2.5rem}
.cta-phone-box i{color:var(--gold);font-size:1.4rem;animation:ringPhone 2s ease-in-out infinite}
.cta-phone-box a{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:700;color:var(--gold);text-decoration:none;letter-spacing:1px}
@keyframes ringPhone{0%,100%{transform:rotate(0)}10%{transform:rotate(-15deg)}20%{transform:rotate(15deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}50%{transform:rotate(0)}}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* FOOTER */
footer{background:#0e0b05;padding:6rem 5% 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-brand .logo{font-size:1.8rem;display:block;margin-bottom:1.2rem}
.footer-about{color:rgba(255,255,255,.4);font-size:.88rem;line-height:1.8;margin-bottom:1.8rem}
.social-links{display:flex;gap:.8rem}
.social-link{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:.9rem;text-decoration:none;transition:all .3s}
.social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--dark);transform:translateY(-3px)}
footer h4{color:rgba(255,255,255,.9);font-size:.78rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;display:flex;align-items:center;gap:.6rem}
footer h4::after{content:'';flex:1;height:1px;background:rgba(255,255,255,.07)}
footer ul{list-style:none}
footer ul li{margin-bottom:.8rem}
footer ul a{color:rgba(255,255,255,.45);text-decoration:none;font-size:.88rem;transition:color .3s;display:flex;align-items:center;gap:.6rem}
footer ul a i{color:var(--gold);width:16px;text-align:center;font-size:.8rem}
footer ul a:hover{color:var(--gold)}
.footer-contact-item{margin-bottom:1.2rem!important}
.footer-contact-item a{align-items:flex-start!important;gap:.8rem!important}
.contact-label{font-size:.68rem;color:rgba(255,255,255,.25);text-transform:uppercase;letter-spacing:1px;display:block}
.contact-val{font-size:.88rem;color:rgba(255,255,255,.5);display:block;margin-top:.15rem}
.footer-bottom{padding:1.8rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:rgba(255,255,255,.25);font-size:.8rem}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{color:rgba(255,255,255,.2);text-decoration:none;font-size:.8rem;transition:color .3s}
.footer-bottom-links a:hover{color:var(--gold)}

/* FAB */
.fab{position:fixed;bottom:1.8rem;right:1.8rem;z-index:500;background:var(--gold);color:var(--dark);padding:.85rem 1.6rem;border-radius:50px;font-weight:700;font-size:.85rem;letter-spacing:.5px;text-decoration:none;box-shadow:0 8px 30px rgba(201,169,110,.5);display:none;align-items:center;gap:.6rem;transition:all .3s}
.fab:hover{background:var(--gold-light);transform:translateY(-3px)}

/* RESPONSIVE */
@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.testi-card{min-width:calc(50% - 1rem)}}
@media(max-width:768px){.nav-links{display:none}.hamburger{display:block}.fab{display:flex}#about{grid-template-columns:1fr;gap:3rem;padding:5rem 5%}.about-img-float,.about-badge-float{display:none}.about-img-main{height:300px}.services-grid{grid-template-columns:1fr}#services{padding:5rem 5%}.testi-card{min-width:100%}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.hero-trust{display:none}.stats-row{gap:1.5rem}}
@media(max-width:480px){.hero-title{font-size:2.6rem}.hero-btns{flex-direction:column}}


  /* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index:102;
}

.quickcontact img{
  width: 45px;}
  
  #offerPopup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

#offerPopup.active {
  opacity: 1;
  visibility: visible;
}

/* Popup Box */
#offerPopup .popup-box {
  position: relative;
  max-width: 900px;
  width: 90%;
  border-radius: 15px;
  overflow: hidden;
  animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
  from {transform: scale(0.8); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

/* Image */
#offerPopup .popup-box img {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* Close Button */
#offerPopup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
