/* =========================================================
   ADYAR PACKERS & MOVERS — stylesheet
   Design tokens
   ========================================================= */
:root{
  --orange: #FF4B00;
  --orange-dark: #D63F00;
  --black: #241E1A;
  --white: #FFFFFF;
  --bg-light: #FBF3EA;
  --gray-600: #7A7068;
  --gray-300: #E8DDD0;
  --gray-100: #F5EDE2;

  --font-head: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius-sm: 14px;
  --radius-md: 28px;
  --shadow-card: 0 26px 55px -28px rgba(36,30,26,.28);
  --shadow-glow: 0 18px 40px -20px rgba(36,30,26,.3);
  --border-w: 1px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;width:100%;}
body{
  max-width:100%;
  position:relative;
  font-family: var(--font-body);
  color: var(--black);
  background: var(--bg-light);
  margin:0;
  -webkit-font-smoothing:antialiased;
}
/* Neutralize Bootstrap's scrollbar-compensation padding when the offcanvas
   menu opens. Its width calculation can be wildly wrong in some browser/devtools
   configurations (seen adding 100px+), leaving a large blank gap on the right
   edge of the page. Our layout doesn't rely on that compensation, so force it off. */
body{padding-right:0 !important;}
.overflow-guard{overflow-x:hidden;width:100%;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
section{position:relative;}
.container-xl{max-width:1240px;}

h1,h2,h3,h4,.font-head{font-family:var(--font-head);}
h2.section-title{
  font-size:clamp(1.9rem,3vw,2.6rem);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-0.02em;
  margin-bottom:.7rem;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-family:var(--font-head);
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.02em;
  color:var(--white);
  background:var(--orange);
  border-radius:999px;
  padding:.4rem 1rem;
  margin-bottom:1.2rem;
  box-shadow:0 10px 24px -14px rgba(26,29,35,.3);
}
.section-kicker::before{content:none;}
.bg-black .section-kicker,
.stats-section .section-kicker{color:var(--white);}
.section-heading-row{position:relative;width:100%;}
.ghost-num{display:none;}
.section-heading-row > *:not(.ghost-num){position:relative;z-index:1;}
.section-sub{
  color:var(--gray-600);
  font-size:1rem;
  max-width:600px;
  line-height:1.65;
  font-weight:400;
}
.section-pad{padding:6.5rem 0;}
@media(max-width:767px){.section-pad{padding:4rem 0;}}
.bg-light{background:var(--bg-light);}
.bg-black{background:var(--black);color:var(--white);}

/* Buttons */
.btn-brand{white-space:nowrap;
  background:var(--orange);
  color:var(--white);
  border:none;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.95rem;
  padding:.85rem 1.8rem;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
  box-shadow:var(--shadow-glow);
  position:relative;
}
.btn-brand:hover{background:var(--orange-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 20px 40px -18px rgba(26,29,35,.35);}
.btn-outline-brand{white-space:nowrap;
  background:var(--white);
  color:var(--black);
  border:1.5px solid var(--gray-300);
  font-family:var(--font-head);
  font-weight:600;
  font-size:.95rem;
  padding:.82rem 1.75rem;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  transition:all .25s var(--ease);
  box-shadow:var(--shadow-card);
}
.btn-outline-brand:hover{background:var(--black);color:var(--white);border-color:var(--black);transform:translateY(-3px);}
.btn-outline-light{white-space:nowrap;
  background:rgba(255,255,255,.1);color:var(--white);border:1.5px solid rgba(255,255,255,.5);
  font-family:var(--font-head);font-weight:600;font-size:.95rem;padding:.82rem 1.75rem;
  border-radius:999px;display:inline-flex;align-items:center;gap:.55rem;
  transition:all .25s var(--ease);
}
.btn-outline-light:hover{background:var(--white);color:var(--black);border-color:var(--white);}

/* =========================================================
   HEADER
   ========================================================= */
.topbar{
  background:var(--black);color:rgba(255,255,255,.85);
  font-size:.82rem;padding:.5rem 0;
  display:none;
}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;}
.topbar-left{display:flex;align-items:center;flex-wrap:wrap;}
.topbar-phone{display:inline-flex;align-items:center;color:var(--white);font-weight:600;font-family:var(--font-head);transition:color .2s;margin-right:.6rem;}
.topbar-phone i{color:var(--orange);margin-right:.4rem;}
.topbar-phone:hover{color:var(--orange);}
.topbar-sep{color:rgba(255,255,255,.3);margin-right:.6rem;}
.topbar-hours{display:inline-flex;align-items:center;color:rgba(255,255,255,.75);}
.topbar-hours i{color:var(--orange);margin-right:.4rem;}
@media(min-width:992px){.topbar{display:block;}}

.site-header{
  position:sticky;top:0;z-index:1000;
  background:var(--white);
  transition:box-shadow .3s var(--ease);
}
.site-header.scrolled{box-shadow:0 10px 30px -20px rgba(0,0,0,.5);}

.header-topbar{
  background:var(--orange);
  max-height:0;overflow:hidden;opacity:0;
  transition:max-height .35s var(--ease), opacity .3s var(--ease);
}
@media(min-width:992px){.header-topbar{max-height:44px;opacity:1;}}
.site-header.topbar-collapsed .header-topbar{max-height:0 !important;opacity:0 !important;}
.header-topbar-inner{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;
  padding:.5rem 1.6rem;gap:.5rem 1.5rem;
}
.header-topbar-left,.header-topbar-right{display:flex;align-items:center;flex-wrap:wrap;}
.header-topbar-item{
  display:flex;align-items:center;color:var(--white);
  font-family:var(--font-head);font-weight:600;font-size:.78rem;
  opacity:.95;transition:opacity .2s;
  margin-right:5px;
}
.header-topbar-item:last-child{margin-right:0;}
.header-topbar-item:hover{opacity:1;color:var(--white);text-decoration:none;}
.header-topbar-item i{margin-right:.5rem;font-size:.85rem;flex:0 0 auto;}

.header-dark-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:.75rem 1.6rem;max-width:1320px;margin:0 auto;
}
.navbar-brand{display:flex;align-items:center;gap:.6rem;}
.navbar-brand img{height:52px;width:auto;flex:0 0 auto;}
.navbar-brand-text{display:flex;flex-direction:column;line-height:1;}
.navbar-brand-text strong{font-family:var(--font-head);font-weight:800;font-size:1.05rem;color:var(--black);letter-spacing:.01em;}
.navbar-brand-text small{font-family:var(--font-head);font-weight:700;font-size:.58rem;letter-spacing:.1em;color:var(--orange);margin-top:.15rem;}

.header-nav-dark{display:flex;align-items:center;}
.header-nav-dark .nav-link{
  font-family:var(--font-head);
  font-weight:600;
  font-size:.87rem;
  color:var(--black);
  margin:0 .7rem;
  white-space:nowrap;
  position:relative;
  transition:color .2s;
}
.header-nav-dark .nav-link::after{
  content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--orange);
  transition:width .25s var(--ease);
}
.header-nav-dark .nav-link:hover,.header-nav-dark .nav-link.active{color:var(--orange);}
.header-nav-dark .nav-link:hover::after,.header-nav-dark .nav-link.active::after{width:100%;}

.header-dark-actions{display:flex;align-items:center;gap:1.3rem;}
.header-dark-phone{display:flex;align-items:center;gap:.55rem;color:var(--white);}
.header-dark-phone i{
  width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:.95rem;flex:0 0 34px;
}
.header-dark-phone span{display:flex;flex-direction:column;line-height:1.25;font-family:var(--font-head);font-weight:700;font-size:.88rem;}
.header-dark-phone small{color:rgba(255,255,255,.5);font-size:.66rem;font-weight:600;}
.header-dark-phone:hover{color:var(--orange);}

.btn-sm-header{padding:.62rem 1.3rem;font-size:.85rem;}

.navbar-toggler{
  border:1.5px solid rgba(255,255,255,.25);border-radius:8px;
  padding:.5rem .7rem;
  background:var(--orange);
}
.navbar-toggler:focus{box-shadow:none;outline:none;}
.navbar-toggler-icon{
  display:inline-block;width:1.4em;height:1.4em;vertical-align:middle;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat:no-repeat;background-position:center;background-size:100%;
}

.mobile-offcanvas{
  background:var(--black);
  width:300px;max-width:85vw;
  height:100vh;height:100dvh;
  border:none;
  box-shadow:20px 0 50px -20px rgba(0,0,0,.5);
  z-index:1200;
  display:flex;flex-direction:column;
}
.mobile-offcanvas .mobile-nav-panel{
  flex:1 1 auto;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.mobile-offcanvas-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:1.2rem 1.4rem;
  border-bottom:1px solid rgba(255,255,255,.12);
  flex:0 0 auto;
}
.mobile-offcanvas-header .navbar-brand img{height:36px;}
.mobile-offcanvas-header .navbar-brand-text strong{font-size:.95rem;}
.mobile-offcanvas-header .navbar-brand-text small{font-size:.55rem;}
.mobile-offcanvas-close{
  width:38px;height:38px;border-radius:50%;
  border:1.5px solid rgba(255,255,255,.25);background:transparent;
  color:var(--white);display:flex;align-items:center;justify-content:center;
  font-size:1rem;flex:0 0 auto;transition:background .2s, border-color .2s;
}
.mobile-offcanvas-close:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);}
.mobile-nav-panel{display:flex;flex-direction:column;padding:1rem 1.6rem 1.5rem;}
.mobile-nav-link{
  font-family:var(--font-head);font-weight:600;font-size:.98rem;color:rgba(255,255,255,.85);
  padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);
}
.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--orange);}
.mobile-nav-actions{display:flex;flex-direction:column;gap:.7rem;margin-top:1.2rem;}
.mobile-nav-actions a{justify-content:center;}
.header-cta{margin-left:.5rem;}

/* =========================================================
   HERO — bold split-screen (oversized type + live tracking card)
   ========================================================= */
.hero-split{position:relative;background:var(--black);overflow:hidden;}
.hero-split-spacer{height:4rem;background:var(--black);}
@media(max-width:991px){.hero-split-spacer{height:2rem;}}
.hero-split-row{display:flex;flex-wrap:wrap;align-items:stretch;}
.hero-split-left{
  flex:1 1 480px;min-width:0;
  position:relative;overflow:hidden;
  background:var(--black);
  padding:6.5rem 3.2rem 3.5rem;
  display:flex;flex-direction:column;justify-content:center;
  min-height:640px;
}
.hero-split-left::before{
  content:"";position:absolute;top:-180px;right:-180px;
  width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle, rgba(255,75,0,.32) 0%, rgba(255,75,0,0) 70%);
  z-index:0;
}
.hero-split-left > *{position:relative;z-index:1;}
.split-tag{
  display:inline-flex;align-items:center;width:fit-content;
  border:1px solid rgba(255,255,255,.25);color:var(--white);
  font-family:var(--font-head);font-weight:700;font-size:.78rem;letter-spacing:.05em;
  padding:.5rem 1rem;border-radius:999px;margin-bottom:2rem;
}
.split-tag span{color:var(--orange);margin-right:.5rem;font-size:.7rem;}
.mega-type{
  font-family:var(--font-head);font-weight:900;
  font-size:clamp(2.4rem,5.4vw,4.6rem);
  line-height:.96;letter-spacing:-.02em;color:var(--white);
  margin-bottom:1.6rem;
}
.mega-type div{display:block;}
.mega-type .line-accent{color:var(--orange);}
.mega-type .line-outline{color:transparent;-webkit-text-stroke:2px var(--white);}
.split-sub{color:rgba(255,255,255,.62);font-size:1.02rem;line-height:1.65;max-width:460px;margin-bottom:2.2rem;}
.split-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.6rem;}
.split-stats{display:flex;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.15);padding-top:1.7rem;}
.split-stat{margin-right:2.4rem;}
.split-stat strong{display:block;font-family:var(--font-head);font-weight:900;font-size:1.9rem;color:var(--orange);line-height:1;}
.split-stat span{color:rgba(255,255,255,.55);font-size:.72rem;font-family:var(--font-head);font-weight:600;letter-spacing:.04em;}

.hero-split-right{flex:1 1 480px;position:relative;min-height:440px;overflow:hidden;background:#1c2733;}
.hero-split-right img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block;position:absolute;inset:0;}
.hero-split-right::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(17,24,32,.55) 0%, rgba(17,24,32,0) 26%);
  z-index:1;
}
.route-tag{
  position:absolute;top:1.8rem;right:1.8rem;z-index:3;
  background:rgba(11,15,20,.55);border:1px solid rgba(255,255,255,.25);border-radius:999px;
  color:var(--white);font-family:var(--font-head);font-weight:700;font-size:.76rem;
  padding:.55rem 1rem;display:flex;align-items:center;gap:.5rem;
}
.route-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--orange);}
.corner-mark{
  position:absolute;bottom:1.4rem;right:1.8rem;z-index:3;
  writing-mode:vertical-rl;color:rgba(255,255,255,.5);
  font-family:var(--font-head);font-weight:700;font-size:.68rem;letter-spacing:.2em;
}
.float-card{
  position:absolute;left:-1.8rem;bottom:2.2rem;z-index:4;
  background:var(--white);border-radius:10px;padding:1.5rem 1.6rem;width:290px;
  box-shadow:0 40px 70px -20px rgba(0,0,0,.55);
}
.float-card .fc-top{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;}
.float-card .fc-icon{
  width:44px;height:44px;border-radius:50%;background:#FFF1EA;color:var(--orange);
  display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:900;font-family:var(--font-head);flex:0 0 44px;
}
.float-card h4{font-family:var(--font-head);font-weight:800;font-size:.98rem;color:var(--black);margin-bottom:.1rem;}
.float-card p{color:var(--gray-600);font-size:.78rem;margin:0;}
.float-card .fc-progress{height:6px;border-radius:99px;background:var(--gray-100);overflow:hidden;margin-bottom:.7rem;}
.float-card .fc-progress-fill{width:78%;height:100%;background:linear-gradient(90deg,var(--orange),var(--orange-dark));}
.float-card .fc-foot{display:flex;justify-content:space-between;font-family:var(--font-head);font-weight:700;font-size:.72rem;color:var(--black);}
.float-card .fc-foot span:last-child{color:var(--orange);}

@media(max-width:991px){
  .hero-split-left{padding:5rem 1.6rem 3rem;min-height:0;}
  .hero-split-right{min-height:380px;}
  .float-card{left:1.2rem;right:1.2rem;bottom:1.2rem;width:auto;}
  .corner-mark{display:none;}
}
@media(max-width:575px){
  .split-stats{gap:1rem 0;}
  .split-stat{margin-right:1.3rem;}
}

/* =========================================================
   HERO SLIDER v2 — full-bleed image + bottom tab bar
   ========================================================= */
.hero-slider-v2{position:relative;height:86vh;min-height:600px;max-height:820px;overflow:hidden;background:var(--black);}
.hero-slider-v2 .carousel,
.hero-slider-v2 .carousel-inner,
.hero-slider-v2 .carousel-item{height:100%;}
.hero-v2-slide{position:relative;height:100%;}
.hero-v2-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.hero-v2-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(0deg, rgba(11,15,20,.95) 0%, rgba(11,15,20,.6) 42%, rgba(11,15,20,.32) 100%),
    linear-gradient(100deg, rgba(11,15,20,.65) 0%, rgba(11,15,20,.1) 55%);
}
.hero-v2-content{
  position:relative;z-index:2;height:100%;
  display:flex;flex-direction:column;justify-content:center;
  padding-bottom:7rem;color:var(--white);
}
.hero-v2-eyebrow{
  display:inline-flex;align-items:center;width:fit-content;
  border:1px solid rgba(255,255,255,.28);border-radius:999px;
  padding:.5rem 1rem;margin-bottom:1.3rem;
  font-family:var(--font-head);font-weight:700;font-size:.78rem;letter-spacing:.06em;color:var(--white);
}
.hero-v2-eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);display:inline-block;margin-right:.55rem;}
.hero-v2-content h1{
  font-family:var(--font-head);font-weight:800;
  font-size:clamp(2.2rem,4.6vw,3.7rem);line-height:1.1;letter-spacing:-.01em;
  max-width:720px;margin-bottom:1.2rem;
}
.hero-v2-content h1 .accent{color:var(--orange);}
.hero-v2-sub{font-size:1.08rem;color:rgba(255,255,255,.72);max-width:540px;margin-bottom:2.1rem;line-height:1.65;}
.hero-v2-btns{display:flex;gap:1rem;flex-wrap:wrap;}

.hero-v2-tabs{
  position:absolute;left:0;right:0;bottom:0;z-index:3;
  display:flex;
  border-top:1px solid rgba(255,255,255,.16);
  background:rgba(11,15,20,.42);
}
.hero-v2-tab{
  flex:1;position:relative;text-align:left;
  background:transparent;border:none;border-right:1px solid rgba(255,255,255,.14);
  padding:1.15rem 1.7rem 1.05rem;cursor:pointer;
  transition:background .25s var(--ease);
}
.hero-v2-tab:last-child{border-right:none;}
.hero-v2-tab:hover{background:rgba(255,255,255,.06);}
.hero-v2-tab .tab-num{
  font-family:var(--font-head);font-weight:800;font-size:.78rem;
  color:rgba(255,255,255,.4);margin-right:.5rem;transition:color .25s;
}
.hero-v2-tab .tab-label{
  font-family:var(--font-head);font-weight:700;font-size:.88rem;
  color:rgba(255,255,255,.55);transition:color .25s;
}
.hero-v2-tab.active .tab-num,
.hero-v2-tab.active .tab-label{color:var(--white);}
.hero-v2-tab.active .tab-num{color:var(--orange);}
.tab-progress{position:absolute;top:0;left:0;right:0;height:3px;background:rgba(255,255,255,.12);overflow:hidden;}
.tab-progress-fill{display:block;height:100%;width:0%;background:var(--orange);}
.hero-v2-tab.active .tab-progress-fill{animation:tabFill 6s linear forwards;}
@keyframes tabFill{from{width:0%}to{width:100%}}

@media(max-width:767px){
  .hero-slider-v2{height:auto;min-height:0;max-height:none;}
  .hero-v2-content{padding:8rem 0 6.5rem;}
  .hero-v2-tabs{overflow-x:auto;}
  .hero-v2-tab{flex:0 0 auto;min-width:160px;}
}

/* =========================================================
   HERO — full-bleed photo + floating quote card
   ========================================================= */
.hero-full{
  position:relative;
  min-height:660px;
  display:flex;align-items:center;
  overflow:hidden;
  background:var(--black);
}
.hero-full-bg{position:absolute;inset:0;z-index:0;}
.hero-full-bg img{width:100%;height:100%;object-fit:cover;display:block;}
.hero-full-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: linear-gradient(100deg, rgb(20 16 14 / 59%) 0%, rgb(20 16 14 / 61%) 38%, rgb(20 16 14 / 52%) 48%, rgba(20, 16, 14, .4) 62%, rgba(20, 16, 14, .08) 76%, rgba(20, 16, 14, 0) 88%); */
    background: linear-gradient(100deg, rgb(20 16 14 / 50%) 0%, rgb(20 16 14 / 39%) 38%, rgb(20 16 14 / 0%) 48%, rgb(20 16 14 / 0%) 62%, rgba(20, 16, 14, .08) 76%, rgba(20, 16, 14, 0) 88%);
}
.hero-full-inner{position:relative;z-index:2;padding:5rem 0 6rem;}
.hero-full-text{
  max-width:600px;
  border-radius:var(--radius-md);
  padding:2.2rem 2.4rem 2.2rem 0;
}
.hero-full-label{
  display:block;font-family:var(--font-head);font-weight:700;font-size:.85rem;
  letter-spacing:.16em;color:var(--white);margin-bottom:.6rem;
  text-shadow:0 2px 12px rgba(0,0,0,.6);
}
.hero-full-title{
  font-family:var(--font-head);font-weight:800;
  font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.08;letter-spacing:-.01em;
  color:var(--white);margin-bottom:1.2rem;
  text-shadow:0 4px 20px rgba(0,0,0,.55);
}
.hero-full-title .accent{color:var(--orange);}
.hero-full-sub{color:rgba(255,255,255,.85);font-size:1.05rem;line-height:1.65;max-width:460px;margin-bottom:2.4rem;text-shadow:0 2px 10px rgba(0,0,0,.6);}

.hero-feature-row{display:flex;flex-wrap:wrap;gap:1.8rem 2.2rem;}
.hero-feature-item{display:flex;align-items:center;gap:.7rem;}
.hero-feature-icon{
  width:52px;height:52px;border-radius:50%;flex:0 0 52px;
  background:var(--orange);color:var(--white);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;
  box-shadow:0 12px 24px -10px rgba(255,75,0,.5);
}
.hero-feature-item span{font-family:var(--font-head);font-weight:700;font-size:.82rem;color:var(--white);line-height:1.3;}

.hero-quote-float{
  position:absolute;right:6%;top:50%;transform:translateY(-50%);
  z-index:3;
  background:var(--white);
  border-radius:var(--radius-md);
  box-shadow:0 40px 70px -25px rgba(0,0,0,.45);
  padding:1.8rem 1.8rem 1.6rem;
  width:330px;
}
.hero-quote-float h3{font-family:var(--font-head);font-weight:800;font-size:1.15rem;color:var(--black);margin-bottom:.15rem;letter-spacing:.01em;}
.hero-quote-float > p{color:var(--gray-600);font-size:.85rem;margin-bottom:1.2rem;}
.hqf-row{display:flex;gap:.7rem;}
.hqf-row .hqf-field{flex:1;min-width:0;}
.hqf-field{margin-bottom:.85rem;}
.hqf-field label{display:block;font-family:var(--font-head);font-weight:600;font-size:.72rem;color:var(--gray-600);margin-bottom:.3rem;}
.hqf-input{
  display:flex;align-items:center;gap:.5rem;
  border:1px solid var(--gray-300);border-radius:var(--radius-sm);
  padding:.55rem .7rem;background:var(--bg-light);
}
.hqf-input i{color:var(--orange);font-size:.9rem;flex:0 0 auto;}
.hqf-input input,.hqf-input select{
  border:none;background:transparent;outline:none;
  font-size:.85rem;color:var(--black);width:100%;font-family:var(--font-body);
}
.hqf-input:focus-within{border-color:var(--orange);}
/* Hide the browser's own native calendar icon on date inputs — we already
   show our own orange calendar icon on the left, and the two together
   looked duplicated/misaligned. */
.hqf-input input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0;
  position:absolute;right:0;top:0;bottom:0;width:100%;height:100%;
  cursor:pointer;margin:0;
}
.hqf-input-date{position:relative;}
.hqf-input input[type="date"]{position:relative;}
.hqf-submit{
  width:100%;margin-top:.4rem;
  background:var(--black);color:var(--white);border:none;
  font-family:var(--font-head);font-weight:700;font-size:.92rem;letter-spacing:.02em;
  padding:.85rem;border-radius:var(--radius-sm);
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  transition:background .2s;
}
.hqf-submit:hover{background:var(--orange);}

@media(max-width:991px){
  .hero-full{min-height:0;display:block;padding-bottom:2rem;background:var(--black);}
  .hero-full-bg{position:relative;inset:auto;height:230px;}
  .hero-full-overlay{
    position:relative;inset:auto;height:230px;margin-top:-230px;
    background:linear-gradient(180deg, rgba(24,20,17,0) 55%, rgba(24,20,17,.95) 100%);
  }
  .hero-full-inner{position:relative;background:var(--black);padding:1.6rem 0 1.5rem;}
  .hero-full-text{background:transparent;padding:0;margin-left:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;}
  .hero-quote-float{
    position:relative;right:auto;top:auto;transform:none;
    width:calc(100% - 2.4rem);margin:1rem 1.2rem 0;
  }
}
@media(max-width:575px){
  .hero-feature-row{gap:1.2rem 1.6rem;}
  .hero-feature-icon{width:44px;height:44px;flex:0 0 44px;font-size:1.1rem;}
}

/* Hero slider controls */
.hero-slider .carousel-item{transition:transform .7s ease-in-out;}
.hero-slide-indicators{
  position:absolute !important;left:3.2rem !important;right:auto !important;
  bottom:1.6rem !important;top:auto !important;margin:0 !important;
  display:flex;gap:.5rem;justify-content:flex-start !important;z-index:20;
}
@media(max-width:991px){.hero-slide-indicators{left:1.6rem;bottom:1rem;}}
.hero-slide-indicators button{
  width:28px;height:4px;border-radius:2px;border:none;
  background:rgba(255,255,255,.25);padding:0;margin:0;cursor:pointer;
  opacity:1;text-indent:-9999px;
  transition:background .25s var(--ease), width .25s var(--ease);
}
.hero-slide-indicators button.active{background:var(--orange);width:40px;}
.hero-slide-arrows{
  position:absolute;right:3.2rem;bottom:1.5rem;z-index:20;
  display:flex;gap:.6rem;
}
@media(max-width:991px){.hero-slide-arrows{right:1.6rem;bottom:1rem;}}
.hero-slide-arrows button{
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.06);
  color:var(--white);display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;cursor:pointer;transition:background .2s, border-color .2s;
}
.hero-slide-arrows button:hover{background:var(--orange);border-color:var(--orange);}
.hero-slide-counter{
  position:absolute;left:3.2rem;bottom:2.6rem;z-index:20;
  font-family:var(--font-head);font-weight:700;font-size:.75rem;
  color:rgba(255,255,255,.5);letter-spacing:.05em;
}
@media(max-width:991px){.hero-slide-counter{left:1.6rem;bottom:2rem;}}
.hero-slide-counter .current{color:var(--orange);font-size:.95rem;}
.hero{
  position:relative;
  background:radial-gradient(120% 140% at 88% 8%, #1c2a38 0%, #111820 46%, #0b0f14 100%);
  overflow:hidden;
  padding:6.5rem 0 3.5rem;
}
/* soft orange corner curves, decorative only */
.hero::before{
  content:"";
  position:absolute;top:-120px;left:-120px;
  width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle, rgba(255,75,0,.28) 0%, rgba(255,75,0,0) 70%);
  z-index:0;
}
.hero::after{
  content:"";
  position:absolute;bottom:-160px;right:-80px;
  width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle, rgba(255,75,0,.18) 0%, rgba(255,75,0,0) 70%);
  z-index:0;
}
.hero-content{position:relative;z-index:2;color:var(--white);}
.hero-badge{
  display:inline-flex;align-items:center;gap:.6rem;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.85);
  font-family:var(--font-head);font-weight:600;font-size:.82rem;
  padding:.5rem 1rem;border-radius:999px;
  margin-bottom:1.4rem;
}
.hero-badge i{color:var(--orange);font-size:.75rem;}
.hero-content h1{
  font-size:clamp(2.2rem,4.4vw,3.3rem);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.01em;
  margin-bottom:1.1rem;
}
.hero-content h1 span{display:block;}
.hero-content h1 .accent{color:var(--orange);}
.hero-lead{font-size:1.1rem;color:rgba(255,255,255,.88);max-width:520px;margin-bottom:.85rem;font-weight:500;}
.hero-support{color:rgba(255,255,255,.6);max-width:500px;margin-bottom:2rem;line-height:1.7;font-size:.96rem;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.4rem;}
.hero-highlights{display:flex;flex-wrap:wrap;gap:1.4rem 2.1rem;}
.hero-highlight{display:flex;align-items:center;gap:.55rem;color:rgba(255,255,255,.8);font-size:.88rem;font-weight:600;font-family:var(--font-head);}
.hero-highlight i{color:var(--orange);font-size:1.1rem;}

/* Right-side visual: curved panel + small inset */
.hero-visual{position:relative;z-index:2;padding:1rem 0 1rem 2.2rem;}
.hero-visual-main{
  position:relative;
  border-radius:180px 24px 24px 24px;
  overflow:hidden;
  box-shadow:0 40px 70px -30px rgba(0,0,0,.6);
  border:1px solid rgba(255,255,255,.08);
}
.hero-visual-main img{width:100%;height:100%;display:block;aspect-ratio:4/3.2;object-fit:cover;}
.hero-route-overlay{
  position:absolute;inset:0;
  width:100%;height:100%;
  pointer-events:none;
  z-index:2;
  opacity:.9;
}
.hero-route-overlay img{width:100%;height:100%;object-fit:cover;}
.hero-visual-inset{
  position:absolute;top:-1.6rem;left:-1.6rem;
  width:34%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 40px -18px rgba(0,0,0,.55);
  border:4px solid var(--black);
  z-index:3;
}
.hero-visual-inset img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;}
@media(max-width:991px){
  .hero-visual{padding-left:1rem;margin-top:1.5rem;}
  .hero-visual-inset{width:30%;}
}

/* Foreground truck illustration overlapping the seam */
.hero-truck-fg{
  position:relative;z-index:2;
  margin-top:-2.5rem;
  max-width:560px;
  pointer-events:none;
}
.hero-truck-fg img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 30px rgba(0,0,0,.45));}
@media(max-width:991px){
  .hero-truck-fg{max-width:400px;margin:1rem auto -1rem;}
}
@media(max-width:575px){
  .hero-truck-fg{max-width:300px;}
}

/* Quote card overlapping hero */
.quote-card{
  position:relative;
  margin-top:1.5rem;
  z-index:5;
  background:var(--white);
  border:none;
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-card);
  padding:2.4rem 2.6rem;
}
.quote-card h3{font-family:var(--font-head);font-weight:700;font-size:1.25rem;margin-bottom:1.3rem;}
.quote-card .form-label{font-size:.76rem;font-weight:600;font-family:var(--font-head);color:var(--gray-600);margin-bottom:.35rem;}
.quote-card .form-control,.quote-card .form-select{
  border:1px solid var(--gray-300);
  border-radius:var(--radius-sm);
  padding:.62rem .8rem;
  font-size:.9rem;
  background:var(--white);
}
.quote-card .form-control:focus,.quote-card .form-select:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(255,75,0,.08);
}
.quote-card .btn-brand{white-space:nowrap;width:100%;justify-content:center;padding:.85rem;margin-top:.4rem;}

/* =========================================================
   ABOUT
   ========================================================= */
.about-visual-new{position:relative;padding-bottom:1rem;}
.about-visual-photo {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    aspect-ratio: 6/5.4;
}
.about-visual-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.about-floating-stat{
  position:absolute;left:-1.2rem;bottom:1.6rem;z-index:2;
  background:var(--white);border-radius:var(--radius-sm);
  box-shadow:0 24px 45px -20px rgba(36,30,25,.4);
  padding:1.1rem 1.4rem;
  display:flex;flex-direction:column;
}
.about-floating-stat strong{font-family:var(--font-head);font-weight:800;font-size:1.9rem;color:var(--orange);line-height:1;}
.about-floating-stat span{font-size:.76rem;color:var(--gray-600);font-weight:600;font-family:var(--font-head);margin-top:.3rem;line-height:1.3;}
.about-floating-badge{
  position:absolute;right:1rem;top:1rem;z-index:2;
  background:var(--white);border-radius:var(--radius-sm);
  box-shadow:0 14px 30px -14px rgba(0,0,0,.5);
  border:1.5px solid var(--gray-300);
  padding:.7rem 1rem;
  display:flex;align-items:center;gap:.6rem;
}
.about-floating-badge i{color:var(--orange);font-size:1.3rem;}
.about-floating-badge span{font-size:.72rem;font-weight:700;font-family:var(--font-head);color:var(--black);line-height:1.25;}
@media(max-width:575px){
  .about-floating-stat{left:.6rem;bottom:.6rem;padding:.85rem 1.1rem;}
  .about-floating-stat strong{font-size:1.5rem;}
  .about-floating-badge{padding:.55rem .8rem;}
}

.about-copy p{color:var(--gray-600);line-height:1.75;margin-bottom:1.4rem;font-size:1rem;}
.about-feature-grid{
  display:flex;flex-wrap:wrap;gap:1rem;
  margin:0 0 1.8rem;
}
.about-feature-card {
    flex: 1 1 calc(50% - .5rem);
    display: flex;
    align-items: center;
    gap: .8rem;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
    padding: 10px;
    transition: background .2s var(--ease), transform .2s var(--ease);
}
.about-feature-card:hover{background:var(--white);box-shadow:var(--shadow-card);transform:translateY(-3px);}
.about-feature-card i{color:var(--orange);font-size:1.3rem;flex:0 0 auto;}
.about-feature-card span{font-size:.86rem;color:var(--black);font-weight:600;font-family:var(--font-body);line-height:1.35;}
@media(max-width:575px){.about-feature-card{flex:1 1 100%;}}

/* =========================================================
   SERVICES — editorial list, not a card grid
   ========================================================= */
.service-list{border-top:1px solid var(--gray-300);}
.service-row{
  display:flex;align-items:flex-start;gap:1.5rem;
  padding:1.9rem 0;
  border-bottom:1px solid var(--gray-300);
  border-left:3px solid transparent;
  padding-left:1.1rem;margin-left:-1.1rem;
  transition:border-color .25s var(--ease), background .25s var(--ease);
}
.service-row:hover{border-left-color:var(--orange);background:transparent;}
.service-row-num{
  font-family:var(--font-head);font-weight:600;
  font-size:1.3rem;color:var(--gray-300);line-height:1;
  flex:0 0 40px;transition:color .25s var(--ease);
}
.service-row:hover .service-row-num{color:var(--orange);}
.service-row-icon{
  width:40px;height:40px;border-radius:50%;flex:0 0 40px;
  background:var(--bg-light);color:var(--orange);border:none;
  display:flex;align-items:center;justify-content:center;font-size:1.05rem;
  transition:background .25s var(--ease), color .25s var(--ease);
}
.service-row:hover .service-row-icon{background:var(--orange);color:var(--white);}
.service-row-body{flex:1;min-width:0;}
.service-row-body h3{font-size:1.08rem;font-weight:700;margin-bottom:.35rem;}
.service-row-body p{color:var(--gray-600);font-size:.9rem;line-height:1.6;margin:0;max-width:400px;}
.service-row-arrow{
  align-self:center;color:var(--gray-300);font-size:1.25rem;flex:0 0 auto;
  transition:transform .25s var(--ease), color .25s var(--ease);
}
.service-row:hover .service-row-arrow{color:var(--orange);transform:translateX(5px);}
@media(max-width:575px){
  .service-row-body p{max-width:none;}
  .service-row-num{font-size:1.6rem;flex-basis:38px;}
}

/* Lighter variant used for shorter "what sets us apart" style lists */
.service-list.service-list-compact .service-row{padding:1.5rem ;height:120px;}

/* =========================================================
   SERVICES CAROUSEL — image cards, horizontal scroll
   ========================================================= */
.service-carousel-nav{display:flex;gap:.7rem;}
.service-carousel-nav-mobile{justify-content:center;margin-top:1.5rem;}
.sc-btn{
  width:44px;height:44px;border-radius:50%;
  border:1.5px solid var(--gray-300);background:var(--white);
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--black);font-size:1rem;
  transition:background .2s, color .2s, border-color .2s;
}
.sc-btn:hover{background:var(--orange);color:var(--white);border-color:var(--orange);}
.sc-btn:disabled{opacity:.35;pointer-events:none;}

.service-carousel-wrap{overflow:hidden;}
.service-carousel{
  display:flex;gap:1.4rem;
  overflow-x:auto;scroll-snap-type:x mandatory;
  padding:.3rem 1.5rem 1rem;
  -ms-overflow-style:none;scrollbar-width:none;
}
.service-carousel::-webkit-scrollbar{display:none;}
.service-card-item {
    flex: 0 0 auto;
    width: 230px;
    scroll-snap-align: start;
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: 15px;
    overflow: hidden;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.service-card-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);border-color:var(--orange);}
.service-card-img {
    width: 100%;
    aspect-ratio: 5/4;
    overflow: hidden;
    /* background: var(--bg-light); */
}
.service-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s var(--ease);}
.service-card-item:hover .service-card-img img{transform:scale(1.06);}
.service-card-body{padding:1.1rem 1.2rem 1.4rem;text-align:center;}
.service-card-body h3{font-family:var(--font-head);font-size:.98rem;font-weight:700;line-height:1.3;margin-bottom:.7rem;color:var(--black);}
.service-read-more{
  color:var(--orange);font-weight:700;font-size:.8rem;font-family:var(--font-head);
  display:inline-flex;align-items:center;gap:.35rem;
  transition:gap .2s;
}
.service-read-more:hover{gap:.55rem;}

@media(max-width:767px){
  .service-carousel{padding-left:1.2rem;padding-right:1.2rem;}
  .service-card-item{width:200px;}
}

/* =========================================================
   ROUTES
   ========================================================= */
.routes-section{
  position:relative;
  background:var(--white);
  overflow:hidden;
}
.routes-bg-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    max-width: 56vw;
    height: auto;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}
@media(max-width:1200px){
  .routes-bg-image{width:260px;max-width:30vw;}
}
@media(max-width:991px){
  .routes-bg-image{
    position:relative;right:auto;bottom:auto;
    width:80%;max-width:380px;margin:2rem auto 0;display:block;
    opacity:1;-webkit-mask-image:none;mask-image:none;
  }
}
.route-card{
  background:var(--white);
  border:none;
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-card);
  height:100%;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.route-card:hover{transform:translateY(-5px);box-shadow:0 30px 55px -22px rgba(38,33,25,.32);}
.route-media{
  position:relative;height:260px;overflow:hidden;
  border-bottom:none;
  background:var(--white);
}
.route-media-wave{position:absolute;left:0;right:0;bottom:-1px;line-height:0;z-index:2;}
.route-media-wave svg{width:100%;height:20px;display:block;}
.route-media svg{width:100%;height:100%;}
.route-media img{width:100%;height:100%;object-fit:contain;display:block;}
.route-media--full{height:260px;background:var(--white);}
.route-media--full img{object-fit:contain;}
.route-media .route-truck-badge{
  position:absolute;bottom:.8rem;right:.8rem;
  background:var(--white);color:var(--orange);
  width:32px;height:32px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:.85rem;
  border:1px solid var(--gray-300);
}
.route-body{padding:1.4rem 1.4rem 1.6rem;}
.route-title{
  font-family:var(--font-head);font-weight:700;font-size:1.02rem;
  display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem;
}
.route-title .route-arrow{color:var(--orange);}
.route-body p{color:var(--gray-600);font-size:.88rem;line-height:1.6;margin-bottom:1rem;}
.route-services{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.3rem;}
.route-services li{
  font-size:.72rem;font-weight:600;font-family:var(--font-head);
  background:var(--bg-light);color:var(--gray-600);
  padding:.3rem .6rem;border-radius:var(--radius-sm);
}
.route-body .btn-outline-brand{white-space:nowrap;width:100%;justify-content:center;padding:.62rem;font-size:.86rem;}

/* Route line divider used in routes header */
.route-line{display:block;width:100%;height:1px;background:var(--gray-300);margin:.5rem 0 2.6rem;}

/* =========================================================
   WHY CHOOSE US — hairline spec-sheet grid
   ========================================================= */
.why-grid{
  display:flex;flex-wrap:wrap;
  border-top:1px solid var(--gray-300);
  border-left:1px solid var(--gray-300);
}
.why-tile{
  flex:0 0 33.3333%;max-width:33.3333%;box-sizing:border-box;
  border-right:1px solid var(--gray-300);
  border-bottom:1px solid var(--gray-300);
  padding:2.3rem 1.9rem;
  transition:background .25s var(--ease);
}
.why-tile:hover{background:var(--white);}
.why-icon{
  width:42px;height:42px;border-radius:50%;
  background:var(--bg-light);color:var(--orange);
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;
  margin-bottom:1.2rem;
  box-shadow:none;border:none;
}
.why-tile h3{font-size:.98rem;font-weight:700;margin-bottom:.4rem;}
.why-tile p{color:var(--gray-600);font-size:.86rem;margin:0;line-height:1.55;}
@media(max-width:767px){.why-tile{flex:0 0 50%;max-width:50%;}}
@media(max-width:480px){.why-tile{flex:0 0 100%;max-width:100%;}}

/* =========================================================
   STATS — bold orange block
   ========================================================= */
.stats-section{
  background:var(--orange);
  border-top:none;
  border-bottom:none;
  padding:5rem 0;
  position:relative;
  overflow:hidden;
}
.stats-wave{position:absolute;left:0;right:0;line-height:0;z-index:2;}
.stats-wave.top{top:-1px;}
.stats-wave.bottom{bottom:-1px;}
.stats-wave svg{width:100%;height:40px;display:block;}
@media(max-width:767px){.stats-wave svg{height:24px;}}
.stat-item{text-align:center;padding:1rem;border-left:1px solid rgba(255,255,255,.3);}
.stat-item:first-child{border-left:none;}
@media(max-width:767px){.stat-item{border-left:none;border-top:1px solid rgba(255,255,255,.3);}
  .stat-item:first-child{border-top:none;}}
.stat-number{
  font-family:var(--font-head);font-weight:800;
  font-size:clamp(2rem,3.6vw,2.8rem);
  color:var(--white);line-height:1;margin-bottom:.5rem;
}
.stat-label{color:var(--white);font-size:.86rem;font-weight:600;}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.process-wrap{position:relative;}
.process-line{
  position:absolute;top:26px;left:8%;right:8%;height:2px;
  background-image:repeating-linear-gradient(90deg,var(--gray-300) 0 10px, transparent 10px 20px);
  z-index:0;
}
@media(max-width:991px){.process-line{display:none;}}
.process-step{position:relative;z-index:1;text-align:center;padding:0 1rem;}
.process-num{
  width:48px;height:48px;border-radius:50%;
  background:var(--white);border:1.5px solid var(--gray-300);
  color:var(--orange);font-family:var(--font-head);font-weight:600;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 1.2rem;font-size:1rem;box-shadow:var(--shadow-card);
}
.process-step h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;}
.process-step p{color:var(--gray-600);font-size:.88rem;margin:0;}

/* =========================================================
   MOVING PROCESS BANNER — solid black block
   ========================================================= */
.process-banner{
  position:relative;background:var(--black);overflow:hidden;padding:6rem 0;
  border-top:none;border-bottom:none;
}
.process-banner .section-title,
.process-banner p{color:var(--white);}
.process-banner p{color:rgba(255,255,255,.65) !important;}
.flow-track{
  position:relative;z-index:2;display:flex;align-items:center;flex-wrap:wrap;
  gap:.7rem;margin-top:2rem;
}
.flow-step{
  font-family:var(--font-head);font-weight:600;
  color:var(--black);background:var(--white);border:none;
  border-radius:999px;padding:.55rem 1.2rem;font-size:.86rem;
  display:flex;align-items:center;gap:.5rem;
}
.flow-step i{color:var(--orange);}
.flow-sep{color:rgba(255,255,255,.4);font-size:1rem;}
.process-banner-visual{position:relative;text-align:center;}
.process-banner-visual img{
  width:100%;max-width:460px;height:auto;margin:0 auto;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,.5));
}

/* =========================================================
   CTA — minimal centered panel
   ========================================================= */
.cta-section{position:relative;padding:6rem 0;background:var(--white);}
.cta-panel{
  position:relative;
  background:var(--black);
  border:none;
  border-radius:var(--radius-md);
  padding:3.5rem 3rem;
  text-align:center;
  max-width:760px;
  margin:0 auto;
  box-shadow:var(--shadow-card);
}
.cta-panel-icon{
  width:50px;height:50px;border-radius:50%;
  background:rgba(255,255,255,.1);color:var(--orange);border:none;
  display:flex;align-items:center;justify-content:center;font-size:1.25rem;
  margin:0 auto 1.5rem;
}
.cta-eyebrow{
  display:inline-flex;justify-content:center;align-items:center;margin:0 auto 1.2rem;
  color:var(--white);font-family:var(--font-head);font-weight:700;font-size:.78rem;letter-spacing:.02em;text-transform:none;
  background:var(--orange);border-radius:999px;padding:.4rem 1rem;
  box-shadow:0 10px 24px -14px rgba(26,29,35,.3);
}
.cta-eyebrow::before{content:none;}
.cta-panel-text h2{
  font-size:clamp(1.8rem,2.8vw,2.4rem);
  font-weight:700;line-height:1.24;margin-bottom:.9rem;color:var(--white);letter-spacing:-.01em;
}
.cta-panel-text p{color:rgba(255,255,255,.65);font-size:1rem;max-width:460px;margin:0 auto 2rem;}
.cta-trust-row{display:flex;justify-content:center;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);padding:1.4rem 0;margin-bottom:2.2rem;}
.cta-trust-item{display:flex;flex-direction:column;margin:0 1.2rem;}
.cta-trust-item strong{font-family:var(--font-head);font-weight:700;font-size:1.3rem;color:var(--white);line-height:1;}
.cta-trust-item span{font-size:.76rem;color:rgba(255,255,255,.5);margin-top:.3rem;}
.cta-btn-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;}

.cta-panel-split{
  display:flex;align-items:center;gap:0;
  max-width:1080px;
  text-align:left;
  padding:0;
  overflow:hidden;
}
.cta-panel-visual{
  flex:0 0 36%;
  align-self:stretch;
  background:linear-gradient(160deg, rgba(255,75,0,.16), rgba(255,255,255,.02));
  display:flex;align-items:center;justify-content:center;
  padding:2rem 1.2rem;
}
.cta-panel-visual img{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 22px 30px rgba(0,0,0,.55));}
.cta-panel-content{flex:1;padding:3rem 3rem 3rem 2.6rem;}
.cta-panel-split .cta-eyebrow{margin:0 0 1.2rem;}
.cta-panel-split .cta-panel-text p{margin:0 0 2rem;max-width:none;}
.cta-panel-split .cta-trust-row{justify-content:flex-start;}
.cta-panel-split .cta-trust-item{margin:0 1.6rem 0 0;}
.cta-panel-split .cta-btn-row{justify-content:flex-start;}

@media(max-width:991px){
  .cta-panel-split{flex-direction:column;text-align:center;}
  .cta-panel-visual{flex:0 0 auto;width:100%;padding:2rem 1rem 0;}
  .cta-panel-content{padding:2rem 2rem 2.6rem;}
  .cta-panel-split .cta-eyebrow{margin:0 auto 1.2rem;}
  .cta-panel-split .cta-trust-row,.cta-panel-split .cta-btn-row{justify-content:center;}
  .cta-panel-split .cta-trust-item{margin:0 .9rem;}
  .cta-panel-split .cta-panel-text p{margin:0 auto 2rem;}
}

@media(max-width:575px){
  .cta-panel{padding:2.6rem 1.6rem;}
  .cta-trust-row{gap:1.4rem;}
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-info-card{background:var(--black);color:var(--white);border:none;border-radius:var(--radius-md);padding:2.6rem;height:100%;box-shadow:var(--shadow-card);position:relative;overflow:hidden;}
.contact-info-card > *:not(.contact-info-corner-img){position:relative;z-index:1;}
.contact-info-corner-img{
  position:absolute;right:-10px;bottom:-10px;
  width:160px;max-width:38%;height:auto;
  opacity:.9;pointer-events:none;z-index:0;
}
.contact-info-card h3{font-family:var(--font-head);font-weight:700;font-size:1.2rem;margin-bottom:1.7rem;color:var(--white);}
.contact-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;}
.contact-row i{color:var(--orange);font-size:1.05rem;margin-top:.15rem;}
.contact-row strong{display:block;font-family:var(--font-head);font-size:.92rem;margin-bottom:.15rem;color:var(--white);}
.contact-row span{color:rgba(255,255,255,.6);font-size:.88rem;line-height:1.55;}
.contact-map-line{margin-top:2rem;}
.contact-form{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);padding:2.6rem;box-shadow:var(--shadow-card);}
.contact-form .form-label{font-size:.8rem;font-weight:600;font-family:var(--font-head);margin-bottom:.35rem;}
.contact-form .form-control,.contact-form .form-select{
  border:1px solid var(--gray-300);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.9rem;
}
.contact-form .form-control:focus,.contact-form .form-select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,75,0,.08);}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-card{
  background:var(--white);
  border:none;
  border-radius:var(--radius-md);
  padding:2.4rem 2.2rem;
  height:100%;
  position:relative;
  box-shadow:none;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 30px 55px -22px rgba(38,33,25,.32);}
.testimonial-quote-mark{
  font-family:var(--font-head);font-weight:800;font-size:3rem;line-height:1;
  color:var(--orange);opacity:.25;margin-bottom:.4rem;
}
.testimonial-stars{color:var(--orange);font-size:.85rem;margin-bottom:.9rem;letter-spacing:.15em;}
.testimonial-card p.testimonial-text{color:var(--black);font-size:.98rem;line-height:1.7;margin-bottom:1.6rem;}
.testimonial-person{display:flex;align-items:center;gap:.8rem;}
.testimonial-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--bg-light);color:var(--orange);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-head);font-weight:700;font-size:.95rem;
  flex:0 0 44px;
}
.testimonial-person strong{display:block;font-family:var(--font-head);font-weight:700;font-size:.92rem;}
.testimonial-person span{color:var(--gray-600);font-size:.8rem;}

/* Owl Carousel styling — match brand.
   Safety net: show the cards in a plain wrapped row by default, so
   testimonials stay visible even if the Owl Carousel script fails to
   load or initialize for any reason (slow network, blocked script, etc).
   Once Owl adds its own "owl-loaded" class, its JS takes over layout. */
.testimonial-owl-wrap{position:relative;}
.testimonial-owl{display:flex;flex-wrap:wrap;gap:1.5rem;}
.testimonial-owl .testimonial-card{flex:1 1 300px;}
.testimonial-owl.owl-loaded{display:block;flex-wrap:nowrap;}
.testimonial-owl .owl-stage-outer{padding:.5rem 0 1rem;}
.testimonial-owl .testimonial-card{height:100%;}
.testimonial-owl .owl-item{display:flex;height:auto;}
.testimonial-owl .owl-nav{
  position:absolute;top:-4.6rem;right:0;display:flex;gap:.7rem;
}
.testimonial-owl .owl-nav button.owl-prev,
.testimonial-owl .owl-nav button.owl-next{
  width:44px;height:44px;border-radius:50% !important;
  background:var(--white) !important;
  border:1.5px solid var(--gray-300) !important;
  color:var(--black) !important;
  display:flex;align-items:center;justify-content:center;
  font-size:1rem;transition:background .2s, color .2s, border-color .2s;
}
.testimonial-owl .owl-nav button.owl-prev:hover,
.testimonial-owl .owl-nav button.owl-next:hover{
  background:var(--orange) !important;color:var(--white) !important;border-color:var(--orange) !important;
}
.testimonial-owl .owl-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;}
.testimonial-owl .owl-dot span{
  width:8px;height:8px;border-radius:50%;background:var(--gray-300);
  display:block;margin:0;transition:background .2s, width .2s;
}
.testimonial-owl .owl-dot.active span{background:var(--orange);width:22px;border-radius:99px;}
@media(max-width:767px){
  .testimonial-owl .owl-nav{display:none;}
}

/* =========================================================
   FAQ — accordion
   ========================================================= */
.faq-accordion .accordion-item{
  background:transparent;border:none;border-bottom:1px solid var(--gray-300);border-radius:0;
}
.faq-accordion .accordion-item:first-child{border-top:1px solid var(--gray-300);}
.faq-accordion .accordion-button{
  background:transparent;box-shadow:none;
  font-family:var(--font-head);font-weight:700;font-size:1.02rem;color:var(--black);
  padding:1.5rem 0;
}
.faq-accordion .accordion-button:not(.collapsed){color:var(--orange);}
.faq-accordion .accordion-button::after{
  filter:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FF4B00' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
  width:16px;height:16px;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FF4B00' d='M1 7h14a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2Z'/%3E%3C/svg%3E");
}
.faq-accordion .accordion-body{padding:0 0 1.6rem;color:var(--gray-600);font-size:.94rem;line-height:1.7;max-width:640px;}
.faq-side-card{
  background:var(--black);color:var(--white);border:none;border-radius:var(--radius-md);
  padding:2.4rem;height:100%;
  display:flex;flex-direction:column;justify-content:center;
  box-shadow:var(--shadow-card);
}
.faq-side-card h3{font-family:var(--font-head);font-weight:700;font-size:1.25rem;margin-bottom:.7rem;color:var(--white);}
.faq-side-card p{color:rgba(255,255,255,.65);font-size:.9rem;margin-bottom:1.5rem;}

/* =========================================================
   FOOTER NEWSLETTER BAR
   ========================================================= */
.footer-newsletter{
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:2rem 0;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;
}
.footer-newsletter h4{font-family:var(--font-head);font-weight:700;color:var(--white);font-size:1.05rem;margin:0 0 .2rem;}
.footer-newsletter p{color:rgba(255,255,255,.55);font-size:.85rem;margin:0;}
.footer-newsletter-form{display:flex;gap:.7rem;flex-wrap:wrap;}
.footer-newsletter-form input{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.2);
  color:var(--white);padding:.7rem 1rem;border-radius:var(--radius-sm);
  font-size:.9rem;flex:1 1 200px;min-width:0;max-width:100%;
}
.footer-newsletter-form input::placeholder{color:rgba(255,255,255,.4);}
.footer-newsletter-form input:focus{outline:none;border-color:var(--orange);}
.site-footer{background:var(--black);color:rgba(255,255,255,.72);padding-top:4.5rem;border-top:none;}
.footer-logo{display:flex;align-items:center;gap:.65rem;margin-bottom:1.1rem;}
.footer-logo img{height:50px;width:auto;flex:0 0 auto;}
.footer-logo-text{display:flex;flex-direction:column;line-height:1;}
.footer-logo-text strong{font-family:var(--font-head);font-weight:800;font-size:1.15rem;color:var(--white);letter-spacing:.01em;}
.footer-logo-text small{font-family:var(--font-head);font-weight:700;font-size:.62rem;letter-spacing:.1em;color:var(--orange);margin-top:.2rem;}
.site-footer p.footer-about{color:rgba(255,255,255,.55);font-size:.9rem;line-height:1.7;max-width:320px;}
.footer-col h4{font-family:var(--font-head);color:var(--white);font-size:1rem;font-weight:700;margin-bottom:1.2rem;}
.footer-col ul li{margin-bottom:.7rem;}
.footer-col ul li a{color:rgba(255,255,255,.6);font-size:.9rem;transition:color .2s;}
.footer-col ul li a:hover{color:var(--orange);}
.footer-social{display:flex;gap:.7rem;margin-top:1.3rem;}
.footer-social a{
  width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.25);
  display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .2s;
}
.footer-social a:hover{background:var(--orange);border-color:var(--orange);}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:0;padding:1.5rem 0;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;
  font-size:.85rem;color:rgba(255,255,255,.5);
}
.footer-bottom a{color:rgba(255,255,255,.5);margin-left:1.3rem;}
.footer-bottom a:hover{color:var(--orange);}
.footer-credit{
  text-align:center;padding:0 0 1.5rem;
  font-size:.8rem;color:rgba(255,255,255,.4);
}
.footer-credit a{color:rgba(255,255,255,.65);text-decoration:none;}
.footer-credit a:hover{color:var(--orange);text-decoration:none;}

/* =========================================================
   PAGE HEADER (inner pages)
   ========================================================= */
.page-header{
  position:relative;background:var(--black);padding:7.5rem 0 4.5rem;overflow:hidden;
  border-bottom:none;
}
.page-header .hero-bg{display:none;}
.page-header .hero-overlay{display:none;}
.page-header h1{color:var(--white);font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:700;position:relative;z-index:2;}
.page-header .breadcrumb-line{position:relative;z-index:2;color:rgba(255,255,255,.5);font-size:.85rem;font-family:var(--font-head);font-weight:600;}
.page-header .breadcrumb-line a{color:rgba(255,255,255,.5);}
.page-header .breadcrumb-line a:hover{color:var(--orange);}
.page-header .breadcrumb-line .sep{margin:0 .5rem;color:var(--orange);}
.page-header-wave{position:absolute;left:0;right:0;bottom:-1px;line-height:0;z-index:2;}
.page-header-wave svg{width:100%;height:44px;display:block;}
@media(max-width:767px){.page-header-wave svg{height:26px;}}

/* Back to top */
.back-to-top{
  position:fixed;right:1.4rem;bottom:1.4rem;z-index:999;
  width:46px;height:46px;border-radius:50%;
  background:var(--orange);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 26px -10px rgba(255,75,0,.6);
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:all .3s var(--ease);border:none;
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}
@media(max-width:767px){.back-to-top{bottom:5.6rem;right:1rem;}}

.whatsapp-float{
  position:fixed;right:1.4rem;bottom:4.4rem;z-index:999;
  width:52px;height:52px;border-radius:50%;
  background:#25D366;color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-size:1.7rem;line-height:1;
  box-shadow:0 14px 26px -10px rgba(37,211,102,.65);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
}
.whatsapp-float:hover{transform:scale(1.08);color:var(--white);box-shadow:0 18px 32px -8px rgba(37,211,102,.75);}
@media(max-width:767px){.whatsapp-float{bottom:8.6rem;right:1rem;width:48px;height:48px;font-size:1.5rem;}}

/* =========================================================
   MOBILE BOTTOM NAV — app-style, thumb-reachable
   ========================================================= */
.mobile-bottom-nav{
  display:none;
  position:fixed;left:0;right:0;bottom:0;z-index:5;
  background:var(--white);
  border-top:1px solid var(--gray-300);
  padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
  box-shadow:0 -8px 24px -12px rgba(36,30,26,.15);
}
@media(max-width:767px){
  .mobile-bottom-nav{display:flex;align-items:flex-end;justify-content:space-between;}
  body{padding-bottom:4.6rem;}
}
.mb-nav-item{
  flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;
  font-family:var(--font-head);font-weight:600;font-size:.66rem;
  color:var(--gray-600);padding:.35rem .2rem;
  transition:color .2s var(--ease);
}
.mb-nav-item i{font-size:1.2rem;line-height:1;}
.mb-nav-item.active{color:var(--orange);}
.mb-nav-cta{
  flex:0 0 auto;margin:0 .3rem;
  width:52px;height:52px;border-radius:50%;
  background:var(--orange);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;
  box-shadow:0 12px 24px -8px rgba(255,75,0,.55);
  transform:translateY(-14px);
  border:4px solid var(--white);
}

/* Utility */
.text-orange{color:var(--orange) !important;}
.divider-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);display:inline-block;}
.text-outline{color:transparent;-webkit-text-stroke:1.5px var(--white);}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;}
}

/* On mobile, override AOS's left/right slide-in animations to move
   vertically (bottom-to-top) instead. Horizontal slide animations don't
   make sense once two-column layouts stack into a single column, and
   they can read as unwanted sideways motion on narrow screens. This
   targets AOS's own generated transform regardless of which element
   uses fade-left/fade-right, so no HTML changes are needed anywhere. */
@media(max-width:767px){
  [data-aos="fade-right"],
  [data-aos="fade-left"]{
    transform:translate3d(0, 40px, 0) !important;
  }
  [data-aos="fade-right"].aos-animate,
  [data-aos="fade-left"].aos-animate{
    transform:translate3d(0, 0, 0) !important;
  }
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-grid{
  display:flex;flex-wrap:wrap;
  gap:1.4rem;
}
.gallery-item {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    height: 0;
    box-shadow: var(--shadow-card);
    flex: 0 1 calc(25% - 1.05rem);
    min-width: 180px;
    height: 250px;
}
.gallery-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease);}
.gallery-item:hover img{transform:scale(1.08);}
.gallery-item-overlay{
  position:absolute;top:0;right:0;bottom:0;left:0;
  background:rgba(24,20,17,0);
  display:flex;align-items:center;justify-content:center;
  color:var(--white);font-size:2rem;opacity:0;
  transition:background .3s var(--ease), opacity .3s var(--ease);
}
.gallery-item:hover .gallery-item-overlay{background:rgba(24,20,17,.45);opacity:1;}
.gallery-item-video .gallery-item-overlay{
  background:rgba(24,20,17,.25);opacity:1;
}
.gallery-item-video:hover .gallery-item-overlay{background:rgba(24,20,17,.5);}
.gallery-play{color:var(--orange);font-size:3.2rem;text-shadow:0 6px 18px rgba(0,0,0,.5);}

@media(max-width:991px){
  .gallery-item{flex:0 1 calc(50% - .7rem);}
}
@media(max-width:480px){
  .gallery-item{flex:1 1 100%;}
}

/* Fancybox brand tweaks */
.fancybox-thumbs{background:var(--black);}
.fancybox-button{background:rgba(24,20,17,.6);}

/* =========================================================
   POPULAR LOCATIONS
   ========================================================= */
.location-tags{
  display:flex;flex-wrap:wrap;gap:.8rem;
}
.location-tag{
  display:inline-flex;align-items:center;gap:.5rem;
  background:var(--white);
  border:1.5px solid var(--gray-300);
  border-radius:999px;
  padding:.65rem 1.2rem;
  font-family:var(--font-head);font-weight:600;font-size:.88rem;
  color:var(--black);
  transition:background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.location-tag i{color:var(--orange);font-size:.85rem;flex:0 0 auto;}
.location-tag:hover{
  background:var(--orange);border-color:var(--orange);color:var(--white);
  transform:translateY(-2px);
}
.location-tag:hover i{color:var(--white);}
@media(max-width:575px){
  .location-tag{padding:.55rem 1rem;font-size:.82rem;}
}
