html{scroll-behavior:smooth}

body{background:#fff;color:#1c1a17;overflow-x:hidden;font-family:'DM Sans',sans-serif}

::selection{background:v#f5ddd1;color:#a5660c}
 
h1{  font-family: "Playfair Display", serif;font-size:100px;font-weight:900;}

h2{font-family: "Playfair Display", serif;font-size:62px;font-weight:700;color:#1c1a17}

h3{font-family: "Playfair Display", serif;font-size:25px;font-weight:700;color:#1c1a17}

h4{font-size:1rem;font-weight:500;
  text-transform:uppercase;color:#a5660c}

h5{font-size: 17px;font-weight:500;color:#1c1a17}

h6{font-size:1rem;font-weight:400;letter-spacing:2px;
  text-transform:uppercase;color:rgba(28,26,23,.4)}

p{font-size:18px;font-weight:300;color:rgba(28,26,23,.7)}

.section-pad{padding:75px 0}

.top-bar{
  background:linear-gradient(90deg,#8c5208,#a5660c,#c07a18,#a5660c,#8c5208);
  padding:8px 0;
  position:relative;
  z-index:901;
}
.tb-item{
  display:flex;align-items:center;gap:5px;
  font-size:1rem;font-weight:500;
  color:rgba(255,255,255,.85);
  text-decoration:none;
  transition:color .2s;
  white-space:nowrap; letter-spacing: 1px;
}

a.tb-item:hover{color:#fff}

.tb-item i{font-size:11px;flex-shrink:0;color:#fff}

.tb-divider{
  width:1px;height:16px;
  background:rgba(255,255,255,.35);
  display:inline-block;
}

.tb-social a{
  color:rgba(255,255,255,.75);
  font-size:1rem;
  text-decoration:none;
  transition:color .2s,transform .2s;
  display:flex;
}

.tb-social a:hover{color:#fff;transform:scale(1.15)}

.navbar .container{display:block;padding:10px 0}

.logodv img{width:140px}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
    .reveal.in{opacity:1;transform:translateY(0)}

#mainNav{background:rgba(255,255,255,0)!important;border-bottom:1px solid transparent
        ;padding:10px 0px;transition:background .45s,border-color .45s,padding .35s;z-index:900}

#mainNav.nav-solid{background:rgba(255,255,255,.96)!important;border-color:#ede5d8;padding:.9rem 3%;backdrop-filter:blur(16px)}
    .navbar-brand{font-family: "Playfair Display", serif;font-size:1.55rem;font-weight:900;letter-spacing:-.05em;color:#fff!important;line-height:1;transition:color .3s}

#mainNav.nav-solid .navbar-brand{color:#1c1a17!important}

.navbar-brand span{color:#a5660c}

.nav-link{
    font-size:1rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    padding: 0px 20px !important;
    transition: color .2s;
    position: relative;}


 #mainNav.nav-solid .nav-link{color:rgba(28,26,23,.7)!important}

.nav-link::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:1px;
    background:#a5660c;transform:scaleX(0);transform-origin:left;transition:transform .25s}

.nav-link:hover{color:#a5660c!important}

.nav-link:hover::after{transform:scaleX(1)}

/* ── Services Dropdown ── */

/* Desktop: hover trigger */
@media(min-width:992px){
  .nav-item.dropdown:hover .nav-dropdown{
    display:block;
  }
  /* prevent Bootstrap from toggling via click on desktop */
  .nav-item.dropdown .nav-link.dropdown-toggle{
    pointer-events:auto;
  }
}

.nav-dropdown{
  background:#fff;
  border:none;
  border-top:3px solid #a5660c;
  border-radius:0;
  padding:.5rem 0;
  min-width:230px;
  box-shadow:0 12px 36px rgba(0,0,0,.12);
  margin-top:0!important;
}
.nav-dropdown .dropdown-item{
  font-size:1rem;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(28,26,23,.6);
  padding:.65rem 1.4rem;
  transition:color .2s,background .2s,padding-left .2s;
  position:relative;
  background:transparent;
}
.nav-dropdown .dropdown-item::before{
  content:'';
  position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:0;height:55%;
  background:#a5660c;
  transition:width .2s;
}
.nav-dropdown .dropdown-item:hover{
  color:#a5660c;
  background:#fdf6ee;
  padding-left:1.9rem;
}
.nav-dropdown .dropdown-item:hover::before{width:3px}

.dropdown-toggle::after{border-top: none;}

/* Mobile: static, indented below Services link */
@media(max-width:991px){
  .nav-dropdown{
    background:rgba(255,255,255,.06);
    border:none;
    border-left:3px solid #a5660c;
    border-top:none;
    border-radius:0;
    box-shadow:none;
    padding:.25rem 0;
    margin-left:1rem!important;
    position:static!important;
    transform:none!important;
    float:none;
  }
  .nav-dropdown .dropdown-item{
    color:rgba(255,255,255,.5);
    padding:.45rem 1rem;
    font-size:1rem;
  }
  .nav-dropdown .dropdown-item:hover{
    color:#a5660c;
    background:transparent;
    padding-left:1.4rem;
  }
}

.btn-nav-cta{font-size:1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;
    color:#fff!important;background:#a5660c;border:none;padding:8px 25px;border-radius:0;
    text-decoration:none;transition:background .2s,transform .2s}

.btn-nav-cta:hover{background:#a5660c;transform:translateY(-2px);color:#fff!important}

.navbar-toggler{border:1px solid rgba(255,255,255,.3);padding:6px 10px;border-radius:0}

#mainNav.nav-solid .navbar-toggler{border-color:#d9cfc0}

/* .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")} */

#mainNav.nav-solid .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(28,26,23,.8)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

/* ── Mobile nav ── */
@media(max-width:991px){
  /* align toggler to the right inside its column */
  #mainNav .row > div:last-child{
    display:flex!important;
    align-items:center;
    justify-content:flex-end;
  }
  /* escape the col-6 constraint: dropdown goes full width */
  #navLinks{
    position:absolute;
    left:0;right:0;top:100%;
    background:rgba(18,16,13,.97);
    border-top:3px solid #a5660c;
    z-index:1000;
    padding:0 1.5rem;
  }
  #navLinks.show,#navLinks.collapsing{padding:1.4rem 1.5rem}
  #navLinks .navbar-nav{width:100%;align-items:flex-start!important;margin-right:0!important}
  #navLinks .nav-link{
    color:rgba(255,255,255,.75)!important;
    padding:.65rem 0!important;
    border-bottom:1px solid rgba(255,255,255,.07);
    width:100%;
  }
  #navLinks .nav-link:hover{color:#a5660c!important}
  #navLinks .btn-nav-cta{margin-top:20px;text-align:center;display:inline-block}
}

.hero-slider{position:relative;width:100%;height:650px;overflow:hidden}

.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease;z-index:1}

.hero-slide.active{opacity:1;z-index:2}

.hero-slide .hs-bg{
      position:absolute;inset:0;
      background-size:cover;
      background-position:center;
      transform:scale(1.08);
      transition:transform 8s ease;
 }

 .hero-slide.active .hs-bg{transform:scale(1)}

 .hs-content{position:absolute;inset:0;z-index:3;display:flex;
      justify-content:flex-end; padding: 0; align-items: center;}

.hs-chip {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #a5660c;
    color: #fff;
    font-size:1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    margin-bottom: 10px;
    width: fit-content;
    opacity: 0;
    transition: opacity .7s .4s, transform .7s .4s;
}

.hero-slide.active .hs-chip{opacity:1;transform:translateY(0)}

.hs-content h1 {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .9s .55s, transform .9s .55s;
    margin-bottom: 10px;
}
   
.hero-slide.active .hs-content h1{opacity:1;transform:translateY(0)}

.hs-content h1 em{font-style:italic;color:#a5660c;display:block}

.hs-sub{opacity:0;transform:translateY(18px);transition:opacity .8s .72s,
transform .8s .72s;margin-bottom:25px;font-size:30px}

.hero-slide.active .hs-sub{opacity:1;transform:translateY(0)}
 
 .hs-btns{display:flex;gap:10px;flex-wrap:wrap;opacity:0;transform:translateY(14px);
    transition:opacity .7s .88s,transform .7s .88s}
 
 .hero-slide.active .hs-btns{opacity:1;transform:translateY(0)}

.hs-prev,.hs-next{position:absolute;top:50%;transform:translateY(-50%);
      z-index:10;width:52px;height:52px;background:#a5660c;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;backdrop-filter:blur(6px)}

.hs-prev{left:2rem}.hs-next{right:2rem}

.hs-prev:hover,.hs-next:hover{background:#a5660c;border-color:#a5660c}
    @media(max-width:767px){.hs-prev{left:.8rem}.hs-next{right:.8rem}}

 .hs-dots{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:.6rem}

.hs-dot{
    width: 28px;
    height: 3px;
    background: rgb(255 255 255 / 67%);
    cursor: pointer;
    transition: background .3s, width .3s;
    border: navajowhite;
}

.hs-dot.active{background:#a5660c;width:48px}

.hs-counter{position:absolute;right:3%;bottom:2.5rem;z-index:10;font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:700;color:rgba(255,255,255,.5)}

.hs-counter span{color:#fff;font-size:1.4rem}

.hs-progress{position:absolute;bottom:0;left:0;height:3px;background:#a5660c;width:0%;z-index:10;transition:width 5s linear}

.btn-terra{font-size:1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:#a5660c;border:1.5px solid #a5660c;padding:.82rem 2.2rem;border-radius:0;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}

.btn-terra:hover{background:#a5660c;border-color:#a5660c;color:#fff;transform:translateY(-3px)}
 
.btn-outline-w{font-size:1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#a5660c;background:transparent;border:1.5px solid #a5660c;padding:.82rem 2.2rem;border-radius:0;text-decoration:none;transition:border-color .2s,background .2s;display:inline-block}

.btn-outline-w:hover{background:rgba(255,255,255,.1);}

.btn-outline-terra{font-size:1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#a5660c;background:transparent;border:1.5px solid #a5660c;padding:.82rem 2.2rem;border-radius:0;text-decoration:none;transition:background .2s,color .2s;display:inline-block}

.btn-outline-terra:hover{background:#a5660c;color:#fff}

.svc-all-btn{padding:.9rem 2.8rem;font-size:1rem}
.svc-all-btn i{transition:transform .25s}
.svc-all-btn:hover i{transform:translateX(5px)}

.marquee-band{background:#a5660c;padding:12px 0; overflow:hidden}

.marquee-track{display:flex;animation:marquee 24s linear infinite;white-space:nowrap}

.marquee-item {
    font-size:1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    padding: 0 2.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
  
.m-dot{width:4px;height:4px;background:rgba(255,255,255,.5);border-radius:50%;flex-shrink:0}

@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.about-section{background:#fff}

.about-img-main{width:100%;height:520px;object-fit:cover;display:block}

.about-img-col{position:relative}

.about-img-accent{position:absolute;bottom:-40px;right:-40px;
  width:200px;height:200px;object-fit:cover;border:6px solid #fff;box-shadow:0 16px 40px rgba(0,0,0,.12)}

.about-years-badge{
    position: absolute;
    background: #a5660c;
    color: #fff;
    padding:15px 25px;
    text-align: center;
    top: 30px;
   left: -19px; 
}

.about-years-badge .big-num{font-family:'DM Sans',sans-serif;
    font-size:45px;font-weight:900;line-height:1;display:block}

.about-years-badge span{
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    font-size:1rem;
  }

.about-text{padding-left: 55px;}
 
.about-text h4{margin-bottom:12px}

.about-text h2{margin-bottom:25px}

.feat-row {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ede5d8;
    gap: 15px;
    margin-top: 22px;
    padding-top: 22px;
}

.feat-icon-box{width:44px;height:44px;
  flex-shrink:0;background:#f5ddd1;
  color:#a5660c;display:flex;align-items:center;
  justify-content:center;font-size: 24px;}
 
.feat-row h5{font-size:1rem;margin-bottom:5px}

.feat-row p{font-size:16px;margin-bottom:0}

.services-section{background:#faf8f5}

.svc-header{margin-bottom:48px}

.svc-header h2{margin-bottom:12px}

.svc-title-divider{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:.6rem}

.svc-title-divider span{width:40px;height:1.5px;background:#a5660c;display:block}
 
.svc-title-divider i{color:#a5660c;font-size:.7rem}

 .svc-card{background:#fff;border:1px solid #ede5d8;overflow:visible;transition:box-shadow .35s,transform .35s;position:relative;
    height:100%;display:flex;flex-direction:column}

 .svc-card:hover{box-shadow:0 20px 50px rgba(0,0,0,.10);transform:translateY(-6px)}

.svc-img-wrap{position:relative; overflow: hidden; flex-shrink:0;}

.svc-img-wrap img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .55s ease}

.svc-card:hover .svc-img-wrap img{transform:scale(1.07)}

.svc-icon-badge{position:absolute;top:-26px;left:50%;transform:translateX(-50%);width:52px;
    height:52px;background:#a5660c;border:4px solid #fff;border-radius:50%;display:flex;
    align-items:center;justify-content:center;color:#fff;font-size:20px;z-index:2;
    transition:background .3s,transform .3s}
 
 .svc-card:hover .svc-icon-badge{background:#1c1a17;transform:translateX(-50%) scale(1.1)}

 .svc-card-body{padding:35px 30px;  text-align:center; position: relative;
    flex:1 1 auto;display:flex;flex-direction:column}

/* Reserve two title lines so one- and two-line headings keep their body copy on the same baseline */
.svc-card-body h3{min-height:2.4em;display:flex;align-items:center;justify-content:center}

.svc-card-body p{margin-bottom:0;color:rgba(28,26,23,.65)}

.stats-band{background:#1c1a17;padding:70px 0px}

.stat-item{text-align:center;}

.stat-big{font-family:'DM Sans',sans-serif;font-size:70px;font-weight:900;color:#a5660c;display:block}

.stat-lbl{font-size:1rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45);display:block;margin-top:.45rem}

.gallery-section{background:#fff}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.gf-btn{
    font-size:1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(28, 26, 23, .7);
    background: transparent;
    border: 1px solid #d9cfc0;
    padding: 7px 25px;
    cursor: pointer;
    transition: all .2s;
}

.gf-btn:hover,.gf-btn.active{background:#a5660c;color:#fff;border-color:#a5660c}

.gallery-grid{columns:3;column-gap: 15px;}

 @media(max-width:767px){.gallery-grid{columns:2}}
 
 @media(max-width:480px){.gallery-grid{columns:1}}

 .gal-item{break-inside:avoid;margin-bottom:1rem;position:relative;overflow:hidden;
    cursor:pointer;display:block}

.gal-item img,
.gal-item video{width:100%;display:block;transition:transform .55s ease}

.gal-item:hover img,
.gal-item:hover video{transform:scale(1.07)}

/* A poster-less video item paints its own first frame as the thumbnail. */
.gal-item video{background:#1c1a17;pointer-events:none}

.gal-overlay{position:absolute;inset:0;
    background:linear-gradient(to top,rgba(28,26,23,.75) 0%,transparent 50%);
    display:flex;flex-direction:column;justify-content:flex-end;padding:19px;opacity:0;
    transition:opacity .35s}

.gal-item:hover .gal-overlay{opacity:1}
 
.gal-overlay h5{color:#fff;font-size:1rem;margin-bottom:3px}

.gal-overlay h6{color:rgba(255,255,255,.65)}
 
.gal-zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);
    opacity:0;width:48px;height:48px;background:#a5660c;color:#fff;display:flex;
    align-items:center;justify-content:center;font-size:1.1rem;transition:opacity .3s,transform .3s}

.gal-item:hover .gal-zoom{opacity:1;transform:translate(-50%,-50%) scale(1)}

/* Video tiles keep their play badge on screen — a still thumbnail gives the
   viewer no other clue that there is something to play. */
.gal-item.is-video .gal-zoom{
    opacity:1;transform:translate(-50%,-50%) scale(1);
    border-radius:50%;font-size:1.4rem;
    box-shadow:0 6px 20px rgba(0,0,0,.35)}

.gal-item.is-video:hover .gal-zoom{transform:translate(-50%,-50%) scale(1.12)}

.lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:2rem}

.lightbox.open{display:flex;animation:lbIn .3s ease both}

@keyframes lbIn{from{opacity:0}to{opacity:1}}

.lb-inner{position:relative;max-width:900px;max-height:90vh;width:100%}

.lb-inner img,
.lb-inner video{width:100%;max-height:80vh;object-fit:contain;display:block;
    border:3px solid rgba(255,255,255,.08);animation:lbImgIn .35s ease both}

.lb-inner video{background:#000;outline:none}

/* display:block above outranks the UA rule behind the `hidden` attribute, so the
   swap between image and video needs this or both would render at once. */
.lb-inner img[hidden],
.lb-inner video[hidden]{display:none}

@keyframes lbImgIn{from{transform:scale(.93);opacity:0}to{transform:scale(1);opacity:1}}

 .lb-caption{padding:14px 0 0;display:flex;justify-content:space-between;align-items:center}

 .lb-caption h5{color:rgba(255,255,255,.9);font-size:1rem;margin-bottom:0}
 
 .lb-caption h6{color:rgba(255,255,255,.45);margin-bottom:0}
 
 .lb-close{position:absolute;top:-16px;right:-16px;width:42px;height:42px;background:#a5660c;
    color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s;z-index:10}

 .lb-close:hover{background:#a5660c}
 
 .lb-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;
    height:46px;background:rgba(255,255,255,.50);color:#fff;
    border:1px solid rgba(255,255,255,.2);cursor:pointer;display:flex;align-items:center;
    justify-content:center;font-size:1.2rem;transition:background .2s;z-index:10}
 
 .lb-nav-btn:hover{background:#a5660c;border-color:#a5660c}
 
 .lb-prev{left:1.5rem}.lb-next{right:1.5rem}

 @media(max-width:991px){.lb-prev{left:0}.lb-next{right:0}}

 .process-section{background:#fff}

.proc-flow{display:flex;align-items:center;gap:0;    margin-top: 25px;}

.proc-step{flex:1;min-width:0}

 .proc-card{
      background:#faf6ef;
      border-radius:18px;
      padding: 38px 25px;
      text-align:center;
      height:100%;
      position:relative;
      overflow:hidden;
      transition:transform .35s,box-shadow .35s;
      border:1px solid #ece2d2;
      box-shadow:0 10px 30px rgba(165,102,12,.07);
}

 .proc-card::before{
      content:'';
      position:absolute;top:0;left:0;right:0;height:4px;
      background:linear-gradient(90deg,#a5660c,#d4852a);
      transform:scaleX(0);transform-origin:left;
      transition:transform .4s ease;
 }

.proc-card:hover::before{transform:scaleX(1)}

.proc-card:hover{transform:translateY(-7px);box-shadow:0 24px 48px rgba(165,102,12,.13)}

.proc-card--final::before{background:linear-gradient(90deg,#a5660c,#7a3e00)}

.proc-num{
      font-family:'DM Sans',sans-serif;
      font-size:80px;font-weight:900;
      color:#ede5d8;line-height:1;
      display:block;margin-bottom:30px;
      transition:color .35s;
 }
 
 .proc-card:hover .proc-num{color:#f5ddd1}

 .proc-diamond{
      width:54px;height:54px;
      background:linear-gradient(135deg,#fdf6ee,#f5ddd1);
      border:2px solid #e8d5bb;
      display:flex;align-items:center;justify-content:center;
      font-size:20px;color:#a5660c;
      transform:rotate(45deg);
      border-radius:6px;
      margin:0 auto 22px;
      transition:background .35s,border-color .35s,color .35s;
}

.proc-diamond i{transform:rotate(-45deg);display:block}

.proc-card:hover .proc-diamond{
      background:linear-gradient(135deg,#a5660c,#d4852a);
      border-color:#a5660c;color:#fff;
}

.proc-card p{font-size:16px;margin:0}

.proc-arr{
      flex:0 0 52px;  display:flex;align-items:center;justify-content:center;
      gap:0;position:relative;
 }

 .arr-tail{
      display:block;width:22px;height:2px;
      background:linear-gradient(90deg,#c89040,#a5660c);
 }

 .arr-head{font-size:1.1rem;color:#a5660c;margin-left:-3px}

.arr-tail--mob,.arr-head--mob{display:none}

  @media(max-width:767px){
    .proc-flow{flex-direction:column;gap:0}

    .proc-step{width:100%;max-width:420px;margin:0 auto}

    .proc-arr{flex-direction:column;padding:9.6px 0;gap:0}
   
    .arr-tail,.arr-head{display:none}
   
    .arr-tail--mob{display:block;width:2px;height:20px;background:linear-gradient(180deg,#c89040,#a5660c)}
    
    .arr-head--mob{display:block;font-size:1.1rem;color:#a5660c;margin-top:-4px}
}


.testi-section{background:#faf8f5;overflow:hidden}

.testi-track-wrap{overflow:hidden;position:relative}

.testi-track{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}

.testi-slide{flex-shrink:0} /* width set by JS */

.testi-card{background:#fff;border:1px solid #ede5d8;padding:38px; border-radius: 20px;
    height:100%;position:relative;transition:border-color .3s,box-shadow .3s}

.testi-card:hover{border-color:#a5660c;box-shadow:0 16px 40px rgba(0,0,0,.06)}

.quote-mark{
    font-family: "Playfair Display", serif;
    font-size: 75px;
    font-weight: 900;
    color: #f5ddd1;
    line-height: .8;
    position: absolute;
    top: 1rem;
    left: 30px;
}

.stars{color:#a5660c; font-size:20px ; margin-top: 10px;; font-size: 14px;}

.testi-card  p{font-style:italic;position:relative;z-index:1}

.testi-author{display:flex;align-items:center;gap:15px}

.testi-av{width:46px;height:46px;border-radius:50%;
    background:linear-gradient(135deg,#a5660c,#a5660c);display:flex;align-items:center;
    justify-content:center;font-family: "Playfair Display", serif;
    font-weight:900;color:#fff;flex-shrink:0}

.testi-author h5{
    font-size:1rem;
    margin-bottom: 5px;
}

.testi-controls{display:flex;align-items:center;gap:16px;margin-top:20px}

.testi-btn{width:46px;height:46px;background:transparent;
    border:1.5px solid #d9cfc0;color:rgba(28,26,23,.7);display:flex;align-items:center;
    justify-content:center;font-size:16px;cursor:pointer;transition:all .2s;flex-shrink:0}

.testi-btn:hover{background:#a5660c;border-color:#a5660c;color:#fff}

.testi-progress-dots{
    display: flex;
    gap: 10px;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.t-dot{
    height: 20px;
    background: #d9cfc0;
    cursor: pointer;
    transition: background .3s;
    width: 20px;
    border-radius: 50%;
    border: none;
}

.t-dot.active{background:#a5660c}

.testi-autoplay-btn{width:36px;height:36px;background:transparent;border:1px solid #d9cfc0;
    color:rgba(28,26,23,.4);font-size:16px;cursor:pointer;display:flex;align-items:center;
    justify-content:center;transition:all .2s;flex-shrink:0; display: none;}

.testi-autoplay-btn:hover{border-color:#a5660c;color:#a5660c}

.cta-section{position:relative;overflow:hidden;
    background:linear-gradient(rgba(28,26,23,.78),rgba(28,26,23,.78)),
    url("../services-img/services-8.jpeg") center/cover no-repeat fixed;
    padding:80px 0;text-align:center}

.cta-section h4{
    margin-bottom: 10px;
    color: #ffffff;
}

.cta-section h2{color:#fff;margin-bottom:16px}

.cta-section h2 em{font-style:italic;color:#a5660c}

.cta-section p{color:rgba(255,255,255,.65);max-width:460px;margin:0 auto 32px}

.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

footer{
    background: #2b1a00;
    padding: 70px 0px;
    position: relative;
}

 footer::before{
      content:'';
      position:absolute;top:0;left:0;right:0;height:3px;
 background:linear-gradient(90deg,transparent 0%,#a5660c 30%,#d4852a 50%,#a5660c 70%,transparent 100%);
  }

.footer-brand-wrap{position:relative}

.footer-watermark{
      font-family:"Playfair Display",serif;
      font-size:9rem;font-weight:900;letter-spacing:-.05em;
      color:rgba(255,255,255,.03);
      position:absolute;top:-1.5rem;left:-1rem;
      line-height:1;pointer-events:none;user-select:none;
    }

    .footer-brand{
      font-family:"Playfair Display",serif;
      font-size:2rem;font-weight:900;letter-spacing:-.05em;
      color:#fff;text-decoration:none;display:block;margin-bottom:1rem;
      position:relative;
    }

 .footer-brand span{color:#a5660c}
 
 .footer-desc {
    font-size: 16px;
    max-width: 270px;
    color: rgb(255 255 255 / 70%);
    line-height: 1.7;
    position: relative;
}

.footer-social{display:flex;gap:.6rem;margin-top:18px;position:relative}

.f-soc{
      width:38px;height:38px;border-radius:8px;
      border:1px solid rgba(255,255,255,.1);
      display:flex;align-items:center;justify-content:center;
      color: rgb(255 255 255 / 70%);font-size:20px;
      text-decoration:none;overflow:hidden;position:relative;
      transition:border-color .25s,color .25s;
}

.f-soc::before{
      content:'';position:absolute;inset:0;
      background:linear-gradient(135deg,#a5660c,#d4852a);
      opacity:0;transition:opacity .25s;
}

.f-soc i{position:relative;z-index:1;transition:transform .25s}

.f-soc:hover{border-color:#a5660c;color:#fff}

.f-soc:hover::before{opacity:1}

.f-soc:hover i{transform:scale(1.15)}

.footer-col-title{
    font-size:1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(165, 102, 12, .25);
}

.footer-links{list-style:none;padding:0;margin:0}

.footer-links li{margin-bottom:15px}

 .footer-links a{
      font-size:1rem;color:rgb(255 255 255 / 70%);
      text-decoration:none;
      display:flex;align-items:center;gap:0;
      transition:color .25s,gap .25s;
}

    .footer-links a::before{
      content:'→';
      color:#a5660c;font-size:.8rem;
      max-width:0;overflow:hidden;opacity:0;
      transition:max-width .25s,opacity .25s,margin-right .25s;
      margin-right:0;
    }
    .footer-links a:hover {
    color: rgb(255 255 255 / 70%);
    gap: 8px;
}

.footer-links a:hover::before{max-width:1.2rem;opacity:1;margin-right:.4rem}

.footer-contact-item{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1rem}

.fc-icon{
      width:34px;height:34px;flex-shrink:0;
      background:rgba(165,102,12,.12);
      border:1px solid rgba(165,102,12,.22);
      border-radius:7px;
      display:flex;align-items:center;justify-content:center;
      color:#a5660c;font-size:.85rem;
}

.footer-contact-item span{font-size:1rem;
    color:rgb(255 255 255 / 70%);line-height:1.6;padding-top:.1rem}

.footer-cta-btn{
      display:inline-flex;align-items:center;gap:.6rem;
      border:1.5px solid rgba(165,102,12,.6);
      color:#a5660c;padding:.65rem 1.5rem;
      font-size:1rem;font-weight:500;letter-spacing:.04em;
      text-decoration:none;margin-top:1.4rem;
      transition:background .25s,color .25s,border-color .25s;
    }

.footer-cta-btn i{font-size:.8rem;transition:transform .25s}

.footer-cta-btn:hover{background:#a5660c;border-color:#a5660c;color:#fff}

.footer-cta-btn:hover i{transform:translateX(5px)}

.footer-divider{
    display: flex;
    align-items: center;
    gap:16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.fd-line{flex:1;height:1px;background:rgb(255 255 255 / 16%)}

.fd-diamond{color:#a5660c;font-size:15px;opacity:.5;line-height:1}


    .footer-bottom p{font-size:1rem;color:rgba(255,255,255,.4);margin-bottom:0}
    .footer-bottom span{color:#a5660c}

/*
    @media(max-width:991px){.about-text{padding-left:0;margin-top:4rem}.about-img-accent{display:none}.about-years-badge{left:0}}
    @media(max-width:767px){.hs-content{padding-bottom:5rem}}
    */


/* ════════════════════════════════════
   ABOUT PAGE
════════════════════════════════════ */

/* Section label */
.sec-label{
  font-size:1rem;letter-spacing:.22em;text-transform:uppercase;
  color:#a5660c;font-weight:500;display:block;margin-bottom:.6rem;
}

/* ── Page Banner ── */
.page-banner{
  position:relative;
  background-size:cover;
  background-position:center;
  padding:180px 0 90px;
  color:#fff;
}
.pb-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(28,26,23,.85),rgba(28,26,23,.65));
}
.pb-chip{
  display:inline-block;
  font-size:1rem;letter-spacing:.3em;text-transform:uppercase;
  color:#f5ddd1;font-weight:500;
  padding:7px 22px;
  border:1px solid rgba(245,221,209,.4);
  margin-bottom:1.2rem;
}
.pb-title{
  color:#fff!important;
  font-size:78px;
  margin-bottom:1rem;
  line-height:1.05;
}
.pb-title em{font-style:italic;color:#a5660c}
.pb-sub{
  font-size:17px;
  color:rgba(255,255,255,.78);
  max-width:580px;
  margin:0 auto 1.5rem;
}
.pb-crumb{
  display:inline-flex;align-items:center;gap:.7rem;
  font-size:1rem;letter-spacing:.1em;
  color:rgba(255,255,255,.6);
}
.pb-crumb a{
  color:#fff;text-decoration:none;
  transition:color .2s;
}
.pb-crumb a:hover{color:#a5660c}
.pb-crumb i{font-size:10px;color:#a5660c}
.pb-crumb span{color:#a5660c}

@media(max-width:767px){
  .page-banner{padding:140px 0 70px}
  .pb-title{font-size:48px}
  .pb-sub{font-size:16px}
}

/* ── Story image grid ── */
.story-img-wrap{
  position:relative;
  padding-bottom:30px;
  padding-right:30px;
}
.story-img-main{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:4px;
  display:block;
}
.story-img-accent{
  position:absolute;
  bottom:0;right:0;
  width:55%;height:240px;
  object-fit:cover;
  border:8px solid #fff;
  border-radius:4px;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
}
.story-badge{
  position:absolute;
  top:30px;left:-30px;
  background:#a5660c;
  color:#fff;
  width:120px;height:120px;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  border-radius:50%;
  box-shadow:0 12px 28px rgba(165,102,12,.35);
  text-align:center;
}
.sb-num{
  font-family:'DM Sans',sans-serif;
  font-size:38px;font-weight:900;line-height:1;
}
.sb-num small{font-size:.6em;font-weight:700}
.sb-label{
  font-size:9.5px;letter-spacing:.18em;
  text-transform:uppercase;font-weight:500;
  margin-top:.35rem;
}

@media(max-width:767px){
  .story-img-main{height:380px}
  .story-img-accent{height:170px}
  .story-badge{left:0;top:0;width:90px;height:90px}
  .sb-num{font-size:28px}
  .sb-label{font-size:8.5px}
}

/* ── Mission Vision Values Cards ── */
.mvv-card{
  background:#fff;
  padding:2.8rem 2rem 2.2rem;
  text-align:center;
  height:100%;
  position:relative;
  border:1px solid #ede5d8;
  transition:transform .35s,box-shadow .35s,border-color .35s;
}
.mvv-card:hover{
  transform:translateY(-8px);
  border-color:#a5660c;
  box-shadow:0 22px 44px rgba(165,102,12,.13);
}
.mvv-num{
  position:absolute;top:1rem;right:1.3rem;
  font-family:'DM Sans',sans-serif;
  font-size:42px;font-weight:900;
  color:#f5ddd1;line-height:1;
  transition:color .35s;
}
.mvv-card:hover .mvv-num{color:#a5660c}
.mvv-icon{
  width:64px;height:64px;
  background:#fdf6ee;
  border:2px solid #f5ddd1;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;color:#a5660c;
  margin:0 auto 1.5rem;
  transition:background .35s,color .35s,border-color .35s;
}
.mvv-card:hover .mvv-icon{
  background:#a5660c;color:#fff;border-color:#a5660c;
}
.mvv-card h3{font-size:1.3rem;margin-bottom:.7rem}
.mvv-card p{font-size:1rem;margin:0}
.mvv-card--feat{background:#a5660c;border-color:#a5660c}
.mvv-card--feat h3,.mvv-card--feat p{color:#fff!important}
.mvv-card--feat p{color:rgba(255,255,255,.85)!important}
.mvv-card--feat .mvv-num{color:rgba(255,255,255,.18)}
.mvv-card--feat .mvv-icon{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);color:#fff}
.mvv-card--feat:hover .mvv-icon{background:#fff;color:#a5660c}
.mvv-card--feat:hover{transform:translateY(-8px);box-shadow:0 22px 44px rgba(165,102,12,.3)}

/* ── About Stats ── */
.about-stats{
  background:#1c1a17;
  padding:55px 0;
  position:relative;
}
.about-stats::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,transparent,#a5660c,#d4852a,#a5660c,transparent);
}
.as-cell{
  padding:1rem;
  border-right:1px solid rgba(255,255,255,.08);
}
.as-cell:last-child{border-right:none}
.as-num{
  font-family:'DM Sans',sans-serif;
  font-size:62px;font-weight:900;
  color:#fff;
  margin-bottom:.4rem;
  line-height:1;
}
.as-num small{color:#a5660c;font-size:.6em;font-weight:700}
.as-label{
  font-size:1rem;letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
  font-weight:500;margin:0;
}
@media(max-width:767px){
  .as-num{font-size:42px}
  .as-cell:nth-child(2){border-right:none}
  .as-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:1.5rem;margin-bottom:1.5rem}
}

/* ── Why Choose Us ── */
.wcu-row{
  display:flex;align-items:flex-start;gap:1.2rem;
  margin-bottom:1.6rem;
}
.wcu-ico{
  flex-shrink:0;
  width:54px;height:54px;
  background:#fdf6ee;
  border:1px solid #f5ddd1;
  display:flex;align-items:center;justify-content:center;
  color:#a5660c;font-size:1.3rem;
  border-radius:6px;
  transition:background .3s,color .3s;
}
.wcu-row:hover .wcu-ico{background:#a5660c;color:#fff;border-color:#a5660c}
.wcu-row h3{font-size:1.1rem;margin-bottom:.35rem}
.wcu-row p{font-size:1rem;margin:0}

/* WCU image collage */
.wcu-img-wrap{
  position:relative;
  padding-bottom:40px;
}
.wcu-img-1{
  width:88%;
  height:480px;
  object-fit:cover;
  border-radius:4px;
  display:block;
  margin-left:auto;
}
.wcu-img-2{
  position:absolute;
  bottom:0;left:0;
  width:50%;height:220px;
  object-fit:cover;
  border:8px solid #fff;
  border-radius:4px;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
}
.wcu-quote{
  position:absolute;
  top:30px;right:30px;
  width:230px;
  background:#fff;
  padding:1.4rem 1.3rem;
  border-left:3px solid #a5660c;
  box-shadow:0 18px 40px rgba(0,0,0,.1);
}
.wcu-quote i{
  color:#a5660c;font-size:1.6rem;
  display:block;margin-bottom:.4rem;
}
.wcu-quote p{
  font-size:1rem;font-style:italic;
  margin-bottom:.6rem;line-height:1.5;
}
.wcu-author{
  font-size:1rem;letter-spacing:.1em;
  text-transform:uppercase;color:#a5660c;font-weight:500;
}
@media(max-width:991px){
  .wcu-img-1{width:100%;height:380px}
  .wcu-img-2{display:none}
  .wcu-quote{position:static;width:auto;margin-top:1rem}
}

/* ── About CTA ── */
.about-cta{
  position:relative;
  background-size:cover;background-position:center;
  padding:110px 0;
}
.ac-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(28,26,23,.88),rgba(28,26,23,.78));
}
.about-cta h2{font-size:48px}
@media(max-width:767px){
  .about-cta{padding:75px 0}
  .about-cta h2{font-size:32px}
}


/* ════════════════════════════════════
   SERVICES PAGE
════════════════════════════════════ */

/* Intro section image collage */
.srv-intro-imgs{
  position:relative;
  padding-right:30px;
  padding-bottom:30px;
}
.srv-intro-1{
  width:100%;height:500px;
  object-fit:cover;border-radius:4px;display:block;
}
.srv-intro-2{
  position:absolute;
  bottom:0;right:0;
  width:55%;height:230px;
  object-fit:cover;
  border:8px solid #fff;border-radius:4px;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
}
.srv-intro-badge{
  position:absolute;
  top:30px;left:-20px;
  width:120px;
  background:#1c1a17;color:#fff;
  padding:1.1rem 1rem;
  text-align:center;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  border-left:3px solid #a5660c;
}
.srv-intro-badge .bi-tools{
  font-size:1.6rem;color:#a5660c;display:block;margin-bottom:.4rem;
}
.srv-intro-badge p{
  font-size:1rem;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.85);font-weight:500;margin:0;line-height:1.4;
}
@media(max-width:767px){
  .srv-intro-1{height:380px}
  .srv-intro-2{height:170px}
  .srv-intro-badge{left:0;top:10px;width:96px;padding:.8rem .6rem}
}

/* Service Cards */
.srv-card{
  background:#fff;
  height:100%;
  border:1px solid #ede5d8;
  transition:transform .35s,box-shadow .35s,border-color .35s;
  position:relative;
  overflow:hidden;
}
.srv-card:hover{
  transform:translateY(-8px);
  border-color:#a5660c;
  box-shadow:0 24px 50px rgba(165,102,12,.13);
}
.srv-card-img{
  position:relative;
  height:230px;
  overflow:hidden;
}
.srv-card-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}
.srv-card:hover .srv-card-img img{transform:scale(1.08)}
.srv-card-img::before{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(28,26,23,.45));
  z-index:1;
}
.srv-num{
  position:absolute;
  bottom:1rem;left:1.2rem;
  font-family:'DM Sans',sans-serif;
  font-size:3rem;font-weight:900;
  color:#fff;line-height:1;
  z-index:2;
  text-shadow:0 4px 12px rgba(0,0,0,.3);
}
.srv-card-body{
  padding:1.8rem 1.6rem 1.6rem;
  position:relative;
}
.srv-ico{
  width:48px;height:48px;
  background:#fdf6ee;
  border:1px solid #f5ddd1;
  display:flex;align-items:center;justify-content:center;
  color:#a5660c;font-size:1.2rem;
  border-radius:8px;
  margin-bottom:1.1rem;
  transition:background .3s,color .3s,border-color .3s;
}
.srv-card:hover .srv-ico{
  background:#a5660c;color:#fff;border-color:#a5660c;
}
.srv-card-body h3{
  font-size:1.25rem;margin-bottom:.55rem;
  transition:color .3s;
}
.srv-card:hover .srv-card-body h3{color:#a5660c}
.srv-card-body p{
  font-size:1rem;margin-bottom:1.1rem;
}
.srv-link{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:1rem;letter-spacing:.15em;text-transform:uppercase;
  font-weight:500;color:#a5660c;
  text-decoration:none;
  border-bottom:1px solid transparent;
  padding-bottom:2px;
  transition:gap .25s,border-color .25s;
}
.srv-link i{font-size:.85rem;transition:transform .25s}
.srv-link:hover{gap:.7rem;border-color:#a5660c;color:#a5660c}
.srv-link:hover i{transform:translateX(3px)}

/* Last cell CTA card */
.srv-cta-card{
  background:linear-gradient(135deg,#a5660c,#8c5208);
  color:#fff;
  height:100%;
  padding:2.5rem 2rem;
  display:flex;flex-direction:column;justify-content:center;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.srv-cta-card::before{
  content:'';
  position:absolute;
  width:200px;height:200px;
  background:rgba(255,255,255,.05);
  border-radius:50%;
  top:-80px;right:-80px;
}
.srv-cta-star{
  font-size:2rem;color:#f5ddd1;
  margin-bottom:1rem;
  position:relative;
}
.srv-cta-card h3{color:#fff;font-size:1.5rem;margin-bottom:.7rem;position:relative}
.srv-cta-card p{color:rgba(255,255,255,.85);margin-bottom:1.5rem;position:relative}
.btn-outline-w-on-gold{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:1rem;font-weight:500;letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;background:transparent;
  border:1.5px solid rgba(255,255,255,.5);
  padding:.78rem 1.8rem;text-decoration:none;
  transition:background .2s,border-color .2s;
  position:relative;
  align-self:center;
}
.btn-outline-w-on-gold:hover{
  background:#fff;color:#a5660c;border-color:#fff;
}

/* Why Tiles */
.why-tile{
  background:#fff;
  border:1px solid #ede5d8;
  padding:1.5rem 1.2rem;
  height:100%;
  transition:border-color .3s,transform .3s;
}
.why-tile:hover{border-color:#a5660c;transform:translateY(-4px)}
.why-tile i{
  color:#a5660c;font-size:1.7rem;display:block;margin-bottom:.7rem;
}
.why-tile h3{font-size:1.05rem;margin-bottom:.35rem}
.why-tile p{font-size:1rem;margin:0}

/* Why image with stat */
.srv-why-img{
  position:relative;
}
.srv-why-img img{
  width:100%;height:520px;
  object-fit:cover;
  border-radius:4px;
  display:block;
}
.srv-why-stat{
  position:absolute;
  bottom:-30px;right:-20px;
  background:#a5660c;
  color:#fff;
  padding:1.6rem 1.4rem;
  width:230px;
  box-shadow:0 20px 40px rgba(165,102,12,.3);
}
.why-stat-num{
  font-family:'DM Sans',sans-serif;
  font-size:48px;font-weight:900;
  line-height:1;display:block;margin-bottom:.5rem;
}
.why-stat-num small{font-size:.55em;color:#f5ddd1}
.srv-why-stat p{
  font-size:1rem;letter-spacing:.1em;
  color:rgba(255,255,255,.88);
  margin:0;line-height:1.5;
}
@media(max-width:991px){
  .srv-why-img img{height:380px}
  .srv-why-stat{bottom:auto;top:auto;right:0;left:0;margin-top:-2rem;position:relative;width:auto}
}


/* ════════════════════════════════════
   SERVICE DETAIL PAGES — distinct identity
   Restyles the components shared with about.php
   (story collage + wcu list) into a squared,
   framed, card-driven look under .svc-page.
════════════════════════════════════ */

/* ── Overview figure: squared image with an offset terracotta frame,
      replacing about's soft rounded overlap collage ── */
.svc-page .story-img-wrap{
  padding:28px 28px 0 0;
}
.svc-page .story-img-wrap::before{
  content:"";
  position:absolute;
  top:0;right:0;
  width:60%;height:80%;
  background:#faf1e6;
  border:2px solid #a5660c;
  z-index:0;
}
.svc-page .story-img-main{
  position:relative;z-index:1;
  border-radius:0;
  height:500px;
}
.svc-page .story-img-accent{
  z-index:2;
  border-radius:0;
  border:6px solid #fff;
  box-shadow:0 20px 45px rgba(28,26,23,.18);
}
.svc-page .story-badge{
  z-index:3;
  border-radius:0;
  top:24px;left:22px;
  width:104px;height:104px;
  box-shadow:0 14px 30px rgba(165,102,12,.35);
}

/* ── Feature list becomes stacked cards with round icons ── */
.svc-page .wcu-row{
  background:#fff;
  border:1px solid #ede5d8;
  border-left:3px solid #a5660c;
  padding:1.15rem 1.25rem;
  margin-bottom:1rem;
  transition:box-shadow .3s,transform .3s;
}
.svc-page .wcu-row:hover{
  box-shadow:0 16px 36px rgba(28,26,23,.08);
  transform:translateX(4px);
}
.svc-page .wcu-ico{
  border-radius:50%;
}

/* ── WCU collage: squared + framed to match the overview ── */
.svc-page .wcu-img-wrap::before{
  content:"";
  position:absolute;
  top:-24px;right:0;
  width:58%;height:70%;
  border:2px solid #a5660c;
  z-index:0;
}
.svc-page .wcu-img-1{
  position:relative;z-index:1;
  border-radius:0;
  height:460px;
}
.svc-page .wcu-img-2{
  position:relative;z-index:2;
  border-radius:0;
  border:6px solid #fff;
}

/* ── What's Included tiles: left-aligned with a top accent bar ── */
.svc-page .why-tile{
  border-top:3px solid #a5660c;
}

@media(max-width:767px){
  .svc-page .story-img-main,
  .svc-page .wcu-img-1{height:360px}
  .svc-page .story-img-wrap::before,
  .svc-page .wcu-img-wrap::before{display:none}
  .svc-page .story-badge{width:84px;height:84px;top:12px;left:12px}
}


/* ════════════════════════════════════
   GALLERY PAGE
════════════════════════════════════ */

/* Stats strip under the banner */
.gal-strip{
  background:#faf6ef;
  padding:50px 0;
  border-bottom:1px solid #ede5d8;
}
.gs-num{
  font-family:'DM Sans',sans-serif;
  font-size:48px;font-weight:900;
  color:#1c1a17;
  line-height:1;
  margin-bottom:.45rem;
}
.gs-num small{color:#a5660c;font-size:.55em;font-weight:700}
.gs-label{
  font-size:1rem;letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(28,26,23,.55);font-weight:500;
  margin:0;
}
@media(max-width:767px){
  .gs-num{font-size:34px}
}


/* ════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════ */

/* Quick contact cards */
.ct-card{
  background:#fff;
  border:1px solid #ede5d8;
  padding:2rem 1.4rem;
  text-align:center;
  height:100%;
  position:relative;
  overflow:hidden;
  transition:transform .35s,border-color .35s,box-shadow .35s;
}
.ct-card::before{
  content:'';
  position:absolute;top:0;left:0;right:0;height:3px;
  background:#a5660c;
  transform:scaleX(0);transform-origin:left;
  transition:transform .35s;
}
.ct-card:hover::before{transform:scaleX(1)}
.ct-card:hover{
  transform:translateY(-6px);
  border-color:#a5660c;
  box-shadow:0 22px 44px rgba(165,102,12,.12);
}
.ct-ico{
  width:60px;height:60px;
  background:#fdf6ee;
  border:2px solid #f5ddd1;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#a5660c;font-size:1.3rem;
  margin:0 auto 1.2rem;
  transition:background .35s,color .35s,border-color .35s;
}
.ct-card:hover .ct-ico{
  background:#a5660c;color:#fff;border-color:#a5660c;
}
.ct-label{
  font-size:1rem;letter-spacing:.22em;
  text-transform:uppercase;
  color:#a5660c;font-weight:500;
  margin-bottom:.5rem;display:block;
}
/* break long values (the email) at their own wbr first, anywhere only if it still overflows */
.ct-card h3{font-size:1.25rem;margin-bottom:.5rem;overflow-wrap:break-word;word-break:normal;line-height:1.4}
.ct-card p{font-size:1rem;margin:0}
/* the phone number reads better in the body face than in Playfair's figures */
.ct-phone{font-family:'DM Sans',sans-serif;font-weight:400;letter-spacing:.02em}

/* Contact Form */
.contact-form{
  background:#faf6ef;
  padding:2.5rem;
  border:1px solid #ede5d8;
}

/* Form success / error banners */
.form-alert{
  display:flex;align-items:flex-start;gap:.85rem;
  padding:1rem 1.15rem;margin-bottom:1.5rem;border-radius:10px;
  font-size:1rem;line-height:1.45;
  border:1px solid transparent;
}
.form-alert i{font-size:1.25rem;line-height:1.2;flex:0 0 auto}
.form-alert strong{display:block;margin-bottom:2px}
.form-alert span{display:block;opacity:.85;font-size:1rem}
.form-alert--ok{background:#eef7ee;border-color:#cfe6cf;color:#2f6d3a}
.form-alert--ok i{color:#3a9d4c}
.form-alert--err{background:#fbeeee;border-color:#efcccc;color:#9a3232}
.form-alert--err i{color:#c0392b}
.ct-flabel{
  display:block;
  font-size:1rem;letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(28,26,23,.55);font-weight:500;
  margin-bottom:.5rem;
}
.ct-input{
  width:100%;
  background:#fff;
  border:1px solid #ede5d8;
  padding:.85rem 1rem;
  font-size:1rem;font-family:'DM Sans',sans-serif;
  color:#1c1a17;
  outline:none;
  transition:border-color .25s,box-shadow .25s;
}
.ct-input:focus{
  border-color:#a5660c;
  box-shadow:0 0 0 3px rgba(165,102,12,.1);
}
textarea.ct-input{resize:vertical;min-height:120px}
.ct-check{
  width:16px;height:16px;
  accent-color:#a5660c;
  flex-shrink:0;
}
.ct-check-lbl{
  font-size:1rem;color:rgba(28,26,23,.65);
  cursor:pointer;margin:0;
}

@media(max-width:599px){
  .contact-form{padding:1.6rem}
}

/* Side info panel */
.ct-side{
  background:#1c1a17;
  height:auto;
  align-self:flex-start;
  display:flex;flex-direction:column;
  position:relative;overflow:hidden;
}
.ct-side-img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}
.ct-side-body{
  padding:2rem 1.8rem;
  color:#fff;
  flex:1;
}
.ct-side-body h3{
  color:#fff;
  font-size:1.4rem;
  margin-bottom:1.5rem;
  padding-bottom:.8rem;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ct-feat{
  display:flex;align-items:flex-start;gap:1rem;
  margin-bottom:1.3rem;
}
.ct-feat-ico{
  flex-shrink:0;
  width:42px;height:42px;
  background:rgba(165,102,12,.18);
  border:1px solid rgba(165,102,12,.3);
  border-radius:6px;
  display:flex;align-items:center;justify-content:center;
  color:#a5660c;font-size:1.1rem;
}
.ct-feat h6{
  color:#fff;
  font-size:1rem;letter-spacing:.04em;
  text-transform:none;
  font-weight:600;margin-bottom:.2rem;
}
.ct-feat p{
  font-size:1rem;
  color:rgba(255,255,255,.55);
  margin:0;line-height:1.5;
}
.ct-side-social{
  display:flex;gap:.7rem;
  margin-top:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.08);
}
.ct-side-social a{
  width:36px;height:36px;
  border:1px solid rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.55);
  text-decoration:none;font-size:.9rem;
  transition:background .25s,border-color .25s,color .25s;
}
.ct-side-social a:hover{
  background:#a5660c;border-color:#a5660c;color:#fff;
}

/* Map Section */
.ct-map-section{position:relative;background:#faf6ef;padding-bottom:75px}
.ct-map-wrap{
  position:relative;
}
.ct-map-card{
  position:absolute;
  top:50%;left:5%;
  transform:translateY(-50%);
  background:#fff;
  padding:2rem 1.8rem;
  width:340px;
  max-width:90%;
  box-shadow:0 22px 50px rgba(0,0,0,.15);
  border-left:3px solid #a5660c;
  z-index:5;
}
.ct-map-card h3{font-size:1.4rem;margin-bottom:1rem}
.ct-map-card p{
  font-size:1rem;
  display:flex;align-items:flex-start;gap:.6rem;
  margin-bottom:.6rem;
  line-height:1.6;
}
.ct-map-card p i{color:#a5660c;margin-top:.2rem;flex-shrink:0}
.ct-map-card .btn-outline-terra{margin-top:.8rem;padding:.65rem 1.4rem;font-size:1rem}

@media(max-width:767px){
  .ct-map-card{
    position:relative;
    top:auto;left:auto;
    transform:none;
    width:auto;
    margin:1.5rem 1rem 0;
  }
}

