/* =========================================================
   Byrava Travels — Global Stylesheet (Yellow Theme)
   ========================================================= */
:root {
  /* Blue & green theme — Byrava Travels brand */
  --yellow: #1E3A8A;        /* primary — brand navy blue */
  --yellow-dark: #16296B;   /* deep blue */
  --yellow-soft: #EAF0FB;   /* soft blue tint */
  --gold-grad: linear-gradient(135deg, #2A50B8, #16296B);
  --green: #1FA355;         /* brand green */
  --green-dark: #167A40;
  --accent-light: #6EA0FF;  /* bright blue — for accents on dark backgrounds */
  --accent-green: #34C759;  /* bright green — for accents on dark backgrounds */
  --ink: #1c1c1c;
  --ink-soft: #4a4a4a;
  --muted: #7a7a7a;
  --line: #ececec;
  --bg: #ffffff;
  --bg-alt: #fafafa;
  --dark: #181818;
  --dark-2: #222;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --shadow-lg: 0 20px 50px rgba(0,0,0,.14);
  --maxw: 1200px;
  --font: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 56px 0; }
.section-alt { background: var(--bg-alt); }
.text-center { text-align: center; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; color: var(--ink); }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
.lead { color: var(--ink-soft); font-size: 1.05rem; }

/* ---- Section heading ---- */
.eyebrow {
  display: inline-block; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; font-size: .78rem; color: var(--yellow-dark);
  background: var(--yellow-soft); padding: 6px 16px; border-radius: 30px; margin-bottom: 16px;
}
.section-head { max-width: 640px; margin: 0 auto 38px; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--muted); margin-top: 12px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 40px; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: 2px solid transparent; transition: .25s; white-space: nowrap;
}
.btn-primary { background: var(--gold-grad); color: #ffffff; box-shadow: 0 8px 20px rgba(30,58,138,.35); }
.btn-primary:hover { background: linear-gradient(135deg, #3A62D0, #16296B); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(22,41,107,.45); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--yellow); }
.btn-block { width: 100%; justify-content: center; }

/* =========================================================
   Header / Navbar
   ========================================================= */
.topbar {
  background: var(--dark); color: #ddd; font-size: .85rem;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; height: 42px; }
.topbar a { color: #ddd; transition: .2s; }
.topbar a:hover { color: var(--accent-light); }
.topbar .tb-left { display: flex; gap: 22px; }
.topbar .tb-social { display: flex; gap: 14px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }

header.site-header {
  position: sticky; top: 0; z-index: 1000; background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,.06); transition: .3s;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 112px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.35rem; letter-spacing: -.5px; flex-shrink: 0; }
.brand .logo-badge {
  width: 44px; height: 44px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, #2A50B8, #16296B);
  display: grid; place-items: center; color: #fff; font-size: 1.4rem; font-weight: 800;
  border: 2px solid var(--green);
}
.brand .logo-badge img { width: 100%; height: 100%; object-fit: cover; }
.brand small { display: block; font-size: .6rem; font-weight: 500; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; }
.brand-logo { height: 94px; width: auto; max-width: 290px; object-fit: contain; display: block; }
.footer-logo { height: 92px; background: #fff; padding: 9px 14px; border-radius: 12px; max-width: 320px; }
@media (max-width: 768px) { .brand-logo { height: 64px; max-width: 220px; } .nav { height: 88px; } }
.nav-links { display: flex; align-items: center; gap: 6px; margin: 0 auto; }
.nav-links a {
  padding: 10px 18px; border-radius: 30px; font-weight: 500; font-size: .95rem; color: var(--ink-soft); transition: .2s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: var(--yellow-soft); }
.nav-cta { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 9px; font-weight: 600; }
.nav-phone .ic { width: 38px; height: 38px; border-radius: 50%; background: var(--yellow-soft); display: grid; place-items: center; color: var(--yellow-dark); }
.nav-phone small { display: block; font-size: .68rem; color: var(--muted); font-weight: 500; }
.hamburger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 26px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .3s; }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero video, .hero .hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
}
.hero .hero-bg {
  background: linear-gradient(120deg, #1a1a1a, #333) center/cover;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,.42) 100%);
}
.hero-inner { max-width: 1120px; padding: 60px 0; margin: 0 auto; text-align: center; }
.hero .eyebrow { background: rgba(110,160,255,.16); color: var(--accent-light); }
.hero h1 { color: #fff; margin-bottom: 18px; font-size: clamp(2.6rem, 6.6vw, 4.8rem); text-shadow: 0 2px 22px rgba(0,0,0,.55); }
.hero h1 span { color: var(--accent-light); }
.hero p { font-size: 1.25rem; color: #f3f3f3; margin-bottom: 30px; max-width: 900px; margin-left: auto; margin-right: auto; text-shadow: 0 2px 16px rgba(0,0,0,.6); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; justify-content: center; }
.hero-trust { display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; justify-content: center; }
.hero-trust .ht { }
.hero-trust .ht b { font-size: 1.8rem; color: var(--accent-light); display: block; }
.hero-trust .ht span { font-size: .85rem; color: #ccc; }
/* hero feature checklist + call button */
.hero-features { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; margin: 0 auto 30px; max-width: 760px; }
.hero-features li { color: #eee; font-weight: 500; font-size: .96rem; display: flex; align-items: center; gap: 8px; }
.hero-features .chk { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-light); color: #06214a; font-size: .72rem; font-weight: 800; }
.hero-call { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.hero-call:hover { background: rgba(255,255,255,.22); color: #fff; transform: translateY(-2px); }

/* ---- Animated cinematic hero (slideshow + Ken Burns + cross-fade) ---- */
.hero-slideshow { position: absolute; inset: 0; z-index: -4; overflow: hidden; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; will-change: transform, opacity;
  animation: heroCycle 42s infinite; transform: scale(1.1);
}
.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 7s; }
.hero-slide:nth-child(3) { animation-delay: 14s; }
.hero-slide:nth-child(4) { animation-delay: 21s; }
.hero-slide:nth-child(5) { animation-delay: 28s; }
.hero-slide:nth-child(6) { animation-delay: 35s; }
/* pan direction variants — makes the vehicles feel like they are moving */
.hero-slide.pan-l { animation-name: heroCycleL; }
.hero-slide.pan-r { animation-name: heroCycleR; }
@keyframes heroCycle {
  0%   { opacity: 0; transform: scale(1.04); }
  2.5% { opacity: 1; } 15% { opacity: 1; }
  17.5%{ opacity: 0; transform: scale(1.16); }
  100% { opacity: 0; transform: scale(1.16); }
}
@keyframes heroCycleL {
  0%   { opacity: 0; transform: scale(1.16) translateX(3%); }
  2.5% { opacity: 1; } 15% { opacity: 1; }
  17.5%{ opacity: 0; } 100% { opacity: 0; transform: scale(1.16) translateX(-4%); }
}
@keyframes heroCycleR {
  0%   { opacity: 0; transform: scale(1.16) translateX(-3%); }
  2.5% { opacity: 1; } 15% { opacity: 1; }
  17.5%{ opacity: 0; } 100% { opacity: 0; transform: scale(1.16) translateX(4%); }
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.hero-shade {
  position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(90deg, rgba(15,15,15,.85) 0%, rgba(20,20,20,.6) 50%, rgba(20,20,20,.35) 100%);
}
.hero-shade::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(1200px 500px at 15% 30%, rgba(30,58,138,.12), transparent 60%);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
@keyframes heroGlow { from { opacity: .5; } to { opacity: 1; } }

.hero .eyebrow .live-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow);
  margin-right: 6px; vertical-align: middle; box-shadow: 0 0 0 0 rgba(30,58,138,.7);
  animation: livePulse 1.8s infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(30,58,138,.6); }
  70% { box-shadow: 0 0 0 10px rgba(30,58,138,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,58,138,0); }
}
/* rotating headline word */
.rotator { color: var(--yellow); display: inline-block; position: relative; }
.rotator.swap { animation: rotSwap .5s ease; }
@keyframes rotSwap { 0% { opacity: 0; transform: translateY(14px); } 100% { opacity: 1; transform: none; } }

/* animated scroll cue */
.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.5); border-radius: 20px; z-index: 1; }
.hero-scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: var(--yellow); border-radius: 3px; animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(14px); } 100% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; opacity: 1; transform: none; }
  .hero-slide:not(:first-child) { display: none; }
  .hero-scroll span, .live-dot, .hero-shade::after { animation: none; }
}

/* ---- Section with moving photo background (Ken Burns) ---- */
.section-photo { position: relative; overflow: hidden; color: #fff; }
.section-photo > .container { position: relative; z-index: 2; }
.section-photo .photo-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0;
  animation: kenburns 24s ease-in-out infinite alternate; will-change: transform;
}
.section-photo .photo-overlay { position: absolute; inset: 0; z-index: 1; }
@keyframes kenburns { from { transform: scale(1.05) translate(0, 0); } to { transform: scale(1.18) translate(-2%, -2%); } }
.section-photo h2, .section-photo .section-head p { color: #fff; }
.section-photo .steps { position: relative; }
/* dashed gold connector line behind the step numbers (desktop) */
.section-photo .steps::before {
  content: ''; position: absolute; top: 37px; left: 13%; right: 13%; height: 2px; z-index: 0;
  background: repeating-linear-gradient(90deg, rgba(30,58,138,.55) 0 10px, transparent 10px 22px);
}
.section-photo .step { z-index: 1; }
.section-photo .step .num {
  width: 74px; height: 74px; border: 0; font-size: 1.5rem; color: #ffffff;
  background: var(--gold-grad);
  box-shadow: 0 10px 26px rgba(30,58,138,.45), 0 0 0 7px rgba(30,58,138,.12);
}
.section-photo .step h4 { color: #fff; font-size: 1.18rem; margin-bottom: 8px; }
.section-photo .step p { color: #d9d9d9; font-size: .92rem; }
@media (max-width: 992px) { .section-photo .steps::before { display: none; } }
@media (prefers-reduced-motion: reduce) { .section-photo .photo-bg { animation: none; } }

/* ---- Available vehicles gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-grid .g-wide { grid-column: span 2; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.09); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,15,15,.78) 0%, rgba(15,15,15,.15) 45%, transparent 70%); }
.gallery-item .label { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; }
.gallery-item .label b { display: block; font-size: 1.05rem; }
.gallery-item .label span { font-size: .78rem; color: var(--accent-light); font-weight: 600; }
.gallery-item .pill { position: absolute; top: 12px; right: 12px; z-index: 2; background: var(--gold-grad); color: #ffffff; font-weight: 700; font-size: .74rem; padding: 4px 12px; border-radius: 20px; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: 1fr 1fr; } .gallery-grid .g-wide { grid-column: span 2; } }

/* ---- Service card with photo ---- */
.service-card .card-photo { display: block; margin: -32px -26px 20px; height: 170px; overflow: hidden; position: relative; }
.service-card .card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover .card-photo img { transform: scale(1.08); }
.service-card .card-photo .ic {
  position: absolute; bottom: -26px; left: 22px; margin: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
.service-card.has-photo { padding-top: 0; overflow: hidden; }
.service-card.has-photo .body-pad { padding-top: 30px; }

/* ---- Search / quick enquiry bar under hero ---- */
.quickbar { background: #fff; box-shadow: var(--shadow); border-radius: var(--radius); margin: -46px auto 0; position: relative; z-index: 5; max-width: var(--maxw); padding: 22px; }
.quickbar form { display: grid; grid-template-columns: repeat(5, 1fr) auto; gap: 14px; align-items: end; }
.quickbar .fld { display: flex; flex-direction: column; gap: 5px; }
.quickbar label { font-size: .78rem; font-weight: 600; color: var(--muted); }
.quickbar input, .quickbar select {
  padding: 11px 12px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-family: inherit; font-size: .92rem;
}
.quickbar input:focus, .quickbar select:focus { outline: none; border-color: var(--yellow); }

/* =========================================================
   Stats
   ========================================================= */
.stats { background: linear-gradient(135deg, var(--yellow), var(--yellow-dark)); }
.stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats .stat { position: relative; padding: 0 10px; }
.stats .stat + .stat::before { content: ''; position: absolute; left: 0; top: 12%; height: 76%; width: 1px; background: rgba(255,255,255,.22); }
.stats .stat-ic { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.18); box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.stats .stat b { font-size: clamp(1.8rem, 4vw, 2.8rem); display: block; color: #fff; line-height: 1.1; }
.stats .stat span { font-weight: 500; color: rgba(255,255,255,.85); }
@media (max-width: 768px) { .stats .stat + .stat::before { display: none; } }

/* =========================================================
   Services
   ========================================================= */
.grid-cards { display: grid; gap: 26px; }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }

.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; transition: .3s;
}
.service-card:hover { border-color: var(--yellow); box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card .ic {
  width: 62px; height: 62px; border-radius: 16px; background: var(--yellow-soft); color: var(--yellow-dark);
  display: grid; place-items: center; margin-bottom: 20px; transition: .3s;
}
.service-card:hover .ic { background: var(--yellow); color: #fff; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-card .more { display: inline-block; margin-top: 14px; font-weight: 600; color: var(--yellow-dark); font-size: .9rem; }

/* =========================================================
   Why choose us
   ========================================================= */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-media { position: relative; }
.why-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.why-media .badge {
  position: absolute; bottom: -22px; left: -22px; background: var(--dark); color: #fff;
  padding: 20px 26px; border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.why-media .badge b { color: var(--yellow); font-size: 2rem; display: block; }
.why-list { display: grid; gap: 22px; margin-top: 26px; }
.why-item { display: flex; gap: 16px; }
.why-item .ic {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px; background: var(--yellow-soft);
  color: var(--yellow-dark); display: grid; place-items: center;
}
.why-item h4 { font-size: 1.08rem; margin-bottom: 4px; }
.why-item p { color: var(--muted); font-size: .92rem; }

/* =========================================================
   Vehicle / fleet cards
   ========================================================= */
.filter-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.filter-tabs button {
  padding: 10px 22px; border-radius: 30px; border: 1.5px solid var(--line); background: #fff;
  font-family: inherit; font-weight: 500; cursor: pointer; transition: .2s; color: var(--ink-soft);
}
.filter-tabs button:hover { border-color: var(--yellow); }
.filter-tabs button.active { background: var(--yellow); border-color: var(--yellow); color: var(--ink); font-weight: 600; }

.vehicle-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: .3s; display: flex; flex-direction: column;
}
.vehicle-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: transparent; }
.vehicle-card .thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-alt); }
.vehicle-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.vehicle-card:hover .thumb img { transform: scale(1.07); }
.vehicle-card .tag {
  position: absolute; top: 14px; left: 14px; background: var(--yellow); color: var(--ink);
  font-size: .72rem; font-weight: 700; padding: 5px 13px; border-radius: 20px; text-transform: uppercase; letter-spacing: .04em;
}
.vehicle-card .pop-badge {
  position: absolute; top: 14px; right: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 4px;
  background: var(--gold-grad); color: #ffffff; font-size: .72rem; font-weight: 700;
  padding: 5px 12px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,.18);
}
.vehicle-card .body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.vehicle-card h3 { font-size: 1.22rem; margin-bottom: 4px; }
.vehicle-card .cat { font-size: .82rem; color: var(--yellow-dark); font-weight: 600; margin-bottom: 14px; }
.vehicle-specs { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 18px; }
.vehicle-specs .sp { display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; color: var(--ink-soft); }
.vehicle-specs .sp svg { color: var(--yellow-dark); }
.vehicle-card .foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.vehicle-card .price b { font-size: 1.35rem; color: var(--ink); }
.vehicle-card .price span { font-size: .8rem; color: var(--muted); }
.vehicle-card .price small { display:block; font-size: .72rem; color: var(--muted); font-weight:500; }

/* =========================================================
   Steps / how it works
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { text-align: center; position: relative; }
.step .num {
  width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center;
  background: var(--yellow-soft); color: var(--yellow-dark); font-size: 1.4rem; font-weight: 800; border: 2px dashed var(--yellow);
}
.step h4 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .9rem; }

/* =========================================================
   Testimonials
   ========================================================= */
.testi-wrap { max-width: 820px; margin: 0 auto; position: relative; }
.testi-track { overflow: hidden; }
.testi-slide { text-align: center; padding: 10px 20px; }
.testi-slide .stars { color: var(--yellow); font-size: 1.3rem; letter-spacing: 3px; margin-bottom: 18px; }
.testi-slide .quote { font-size: 1.25rem; font-weight: 500; color: var(--ink); line-height: 1.6; margin-bottom: 24px; }
.testi-slide .who { font-weight: 700; }
.testi-slide .where { color: var(--muted); font-size: .9rem; }
.testi-dots { display: flex; gap: 9px; justify-content: center; margin-top: 30px; }
.testi-dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; transition: .2s; }
.testi-dots button.active { background: var(--yellow-dark); width: 28px; border-radius: 8px; }

/* ---- Testimonials as text boxes (card grid) ---- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow); position: relative; transition: .3s; display: flex; flex-direction: column; }
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--yellow); }
.testi-card .qmark { position: absolute; top: 14px; right: 24px; font-size: 3.4rem; line-height: 1; color: var(--yellow-soft); font-family: Georgia, 'Times New Roman', serif; }
.testi-card .stars { color: var(--yellow); letter-spacing: 2px; margin-bottom: 14px; font-size: 1.02rem; }
.testi-card .quote { color: var(--ink-soft); font-size: .97rem; line-height: 1.7; margin-bottom: 22px; position: relative; z-index: 1; }
.testi-card .who-row { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.testi-card .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--gold-grad); color: #ffffff; display: grid; place-items: center; font-weight: 700; font-size: 1.15rem; flex: 0 0 auto; }
.testi-card .who { font-weight: 700; line-height: 1.2; }
.testi-card .where { color: var(--muted); font-size: .84rem; }
@media (max-width: 992px) { .testi-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .testi-grid { grid-template-columns: 1fr; } }

/* =========================================================
   Blog cards
   ========================================================= */
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .3s; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.blog-card .thumb { aspect-ratio: 16/10; overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.blog-card:hover .thumb img { transform: scale(1.06); }
.blog-card .body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.blog-card .meta { font-size: .78rem; color: var(--yellow-dark); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.blog-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.blog-card p { color: var(--muted); font-size: .92rem; margin-bottom: 14px; }
.blog-card .more { margin-top: auto; font-weight: 600; color: var(--ink); font-size: .9rem; }

/* =========================================================
   CTA band
   ========================================================= */
.cta-band {
  color: #fff; border-radius: var(--radius); padding: 56px; text-align: center; position: relative; overflow: hidden;
  background-image: linear-gradient(120deg, rgba(18,18,18,.86), rgba(30,30,30,.78)), url('/assets/vehicles/tempo.jpg');
  background-size: cover, 118%; background-position: center, center; background-repeat: no-repeat;
  animation: ctaKen 26s ease-in-out infinite alternate;
}
@keyframes ctaKen {
  0% { background-position: center, 30% 38%; background-size: cover, 116%; }
  100% { background-position: center, 70% 62%; background-size: cover, 138%; }
}
@media (prefers-reduced-motion: reduce) { .cta-band { animation: none; } }
.cta-band::before { content: ''; position: absolute; width: 320px; height: 320px; background: radial-gradient(var(--yellow), transparent 70%); opacity: .18; top: -110px; right: -70px; animation: ctaGlow 8s ease-in-out infinite alternate; }
.cta-band::after { content: ''; position: absolute; width: 280px; height: 280px; background: radial-gradient(var(--yellow), transparent 70%); opacity: .12; bottom: -130px; left: -50px; animation: ctaGlow2 9s ease-in-out infinite alternate; }
@keyframes ctaGlow { 0% { transform: translate(0,0) scale(1); opacity: .12; } 100% { transform: translate(-46px,34px) scale(1.35); opacity: .30; } }
@keyframes ctaGlow2 { 0% { transform: translate(0,0) scale(1); opacity: .08; } 100% { transform: translate(56px,-30px) scale(1.4); opacity: .22; } }
.cta-band h2, .cta-band p, .cta-band .btn { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: #ccc; margin-bottom: 26px; max-width: 560px; margin-inline: auto; }
.cta-band .btn { animation: ctaPulse 2.6s ease-in-out infinite; }
@keyframes ctaPulse { 0%,100% { box-shadow: 0 8px 20px rgba(30,58,138,.35); } 50% { box-shadow: 0 10px 34px rgba(30,58,138,.75); } }
@media (prefers-reduced-motion: reduce) { .cta-band::before, .cta-band::after, .cta-band .btn { animation: none; } }
/* vehicle image strip inside a CTA band */
.cta-vehicles { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.cta-vehicles img { width: 128px; height: 84px; object-fit: cover; border-radius: 12px; border: 2px solid rgba(255,255,255,.15); box-shadow: 0 10px 24px rgba(0,0,0,.35); transition: .3s; }
.cta-vehicles img:hover { transform: translateY(-6px) scale(1.05); border-color: var(--yellow); }
@media (max-width: 600px) { .cta-vehicles img { width: 92px; height: 62px; } }

/* =========================================================
   FAQ
   ========================================================= */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden; background: #fff; }
.faq-q { width: 100%; text-align: left; padding: 20px 24px; background: none; border: 0; font-family: inherit; font-size: 1.02rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; color: var(--ink); }
.faq-q .pm { flex: 0 0 auto; color: var(--yellow-dark); transition: .3s; font-size: 1.4rem; line-height: 1; }
.faq-item.open .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--muted); }
.faq-a p { padding: 0 24px 20px; }

/* =========================================================
   Footer
   ========================================================= */
footer.site-footer { background: var(--dark); color: #bdbdbd; padding-top: 66px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 46px; }
.footer-grid h4 { color: #fff; margin-bottom: 20px; font-size: 1.05rem; }
.footer-brand .brand { color: #fff; margin-bottom: 16px; }
.footer-brand p { font-size: .92rem; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: .92rem; transition: .2s; }
.footer-links a:hover { color: var(--accent-light); padding-left: 5px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 15px; font-size: .92rem; }
.footer-contact .ic { color: var(--accent-light); flex: 0 0 auto; margin-top: 2px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: .2s; }
.footer-social a:hover { background: var(--accent-light); color: var(--ink); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; font-size: .86rem; color: #999; }
.footer-bottom a { color: var(--accent-light); }

/* =========================================================
   Page banner (inner pages)
   ========================================================= */
/* Page banner — live Ken-Burns slideshow of our real fleet photos (slides injected by main.js) */
.page-banner { position: relative; overflow: hidden; background: #14182a; color: #fff; padding: 74px 0; text-align: center; }
.page-banner .banner-slides { position: absolute; inset: 0; z-index: 0; }
.page-banner .bslide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; will-change: transform, opacity;
  animation: bannerFade 24s linear infinite, kenburns 12s ease-in-out infinite alternate;
}
.page-banner::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(120deg, rgba(20,24,42,.88) 0%, rgba(22,41,107,.70) 55%, rgba(20,24,42,.86) 100%);
}
.page-banner > .container { position: relative; z-index: 2; }
@keyframes bannerFade {
  0%   { opacity: 0; }
  4%   { opacity: 1; }
  25%  { opacity: 1; }
  29%  { opacity: 0; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .page-banner .bslide { animation: none; }
  .page-banner .bslide:first-child { opacity: 1; }
}
.page-banner h1 { color: #fff; }
.page-banner .crumb { margin-top: 12px; color: #ddd; font-size: .92rem; }
.page-banner .crumb a { color: var(--accent-light); }

/* =========================================================
   Forms (enquiry)
   ========================================================= */
.enquiry-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.form-field label { font-size: .82rem; font-weight: 600; color: var(--ink); letter-spacing: .01em; }
.enquiry-form .btn[type="submit"], .enquiry-form button[type="submit"] { margin-top: 6px; }
.enquiry-form .form-note { margin-top: -4px; }
.form-field input, .form-field select, .form-field textarea {
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; font-size: .95rem; transition: .2s; background: var(--bg-alt); color: var(--ink); width: 100%;
}
.form-field textarea { resize: vertical; min-height: 84px; line-height: 1.5; }
/* icon-prefixed inputs */
.form-field .req { color: var(--green-dark); font-weight: 800; }
.input-wrap { position: relative; display: block; }
.input-wrap .in-ic { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--muted); display: flex; align-items: center; pointer-events: none; z-index: 1; transition: color .2s; }
.input-wrap .in-ic svg { width: 17px; height: 17px; }
.input-wrap input, .input-wrap select { padding-left: 44px; }
.input-wrap:focus-within .in-ic { color: var(--yellow); }
.form-field.err .in-ic { color: #e53935; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #a3a3a3; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #d5d5d5; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--yellow); background: #fff; box-shadow: 0 0 0 4px rgba(30,58,138,.12); }
.form-field.err input, .form-field.err select { border-color: #e53935; }
.form-field .msg { font-size: .78rem; color: #e53935; display: none; }
.form-field.err .msg { display: block; }
.form-note { font-size: .82rem; color: var(--muted); }
.form-alert { padding: 13px 16px; border-radius: var(--radius-sm); font-size: .92rem; font-weight: 500; display: none; }
.form-alert.ok { display: block; background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.form-alert.bad { display: block; background: #ffebee; color: #c62828; border: 1px solid #ef9a9a; }

/* =========================================================
   Landing popup + floating button + WhatsApp
   ========================================================= */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 2000;
  display: none; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity .3s;
}
.modal-overlay.show { display: flex; opacity: 1; }
.modal {
  background: #fff; border-radius: 18px; max-width: 720px; width: 100%; overflow: hidden;
  display: grid; grid-template-columns: 0.8fr 1.2fr; box-shadow: var(--shadow-lg);
  /* minmax(0,1fr) caps the row at the modal's max-height. Without it the row is
     auto-sized and grows past 90vh, so .modal-body never scrolls and the submit
     button gets clipped off the bottom on phones. */
  grid-template-rows: minmax(0, 1fr);
  transform: translateY(20px) scale(.98); transition: transform .35s cubic-bezier(.22,.61,.36,1); max-height: 90vh; position: relative;
}
.modal-overlay.show .modal { transform: none; }
/* Left brand panel */
.modal-media { background: linear-gradient(160deg, #2A50B8 0%, #16296B 100%); color: #fff; padding: 30px 26px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.modal-media::before { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; top: -80px; right: -70px; background: radial-gradient(var(--accent-light), transparent 70%); opacity: .3; }
.modal-media .mm-inner { position: relative; z-index: 1; }
.modal-media .mm-badge { display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: .04em; background: rgba(255,255,255,.15); padding: 6px 14px; border-radius: 30px; margin-bottom: 16px; }
.modal-media h3 { color: #fff; font-size: 1.35rem; line-height: 1.2; margin-bottom: 10px; }
.modal-media p { color: rgba(255,255,255,.85); font-size: .86rem; margin-bottom: 16px; }
.modal-media ul { display: grid; gap: 10px; }
.modal-media li { display: flex; gap: 10px; align-items: center; font-weight: 500; color: #fff; font-size: .85rem; }
.modal-media li .ic { background: var(--accent-green); color: #06231a; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.modal-media li .ic svg { width: 12px; height: 12px; }
.modal-media .mm-call { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-weight: 700; font-size: .9rem; background: rgba(255,255,255,.12); padding: 9px 15px; border-radius: 30px; }
.modal-media .mm-call:hover { background: rgba(255,255,255,.22); }
/* Right form panel */
/* min-height:0 is required: .modal-body is a grid item, and grid items default to
   min-height:auto, which refuses to shrink below their content — so overflow-y:auto
   never engaged and .modal's max-height:90vh simply CLIPPED the submit button off
   the bottom on phones. -webkit-overflow-scrolling keeps momentum scroll on iOS. */
.modal-body {
  padding: 26px 28px 24px; overflow-y: auto; position: relative;
  min-height: 0; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
}
.modal-body > h3 { font-size: 1.3rem; margin-bottom: 3px; }
.modal-body > p { color: var(--muted); font-size: .86rem; margin-bottom: 16px; }
/* compact form spacing inside the popup only (contact/service pages keep roomy spacing) */
.modal .enquiry-form { gap: 13px; }
.modal .form-row { gap: 12px; }
.modal .form-field { gap: 6px; }
.modal .form-field label { font-size: .78rem; }
.modal .form-field input, .modal .form-field select, .modal .form-field textarea { padding: 10px 13px; font-size: .9rem; }
.modal .input-wrap input, .modal .input-wrap select { padding-left: 38px; }
.modal .input-wrap .in-ic { left: 12px; }
.modal .form-field textarea { min-height: 58px; }
.modal .enquiry-form .btn[type="submit"] { margin-top: 2px; padding: 12px; }
.modal .form-note { font-size: .74rem; margin-top: -2px; }
.modal-close { position: absolute; top: 14px; right: 16px; background: rgba(0,0,0,.06); border: 0; width: 40px; height: 40px; border-radius: 50%; font-size: 1.4rem; line-height: 1; cursor: pointer; z-index: 5; transition: .2s; color: var(--ink); }
.modal-close:hover { background: #e53935; color: #fff; transform: rotate(90deg); }

.float-btns { position: fixed; right: 20px; bottom: 22px; z-index: 900; display: flex; flex-direction: column; gap: 12px; }
.float-btns a, .float-btns button {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-lg);
  cursor: pointer; border: 0; transition: .25s; color: #fff;
}
.float-btns a:hover, .float-btns button:hover { transform: scale(1.08); }
.fab-whatsapp { background: #25D366; }
.fab-enquire { background: var(--gold-grad); color: #ffffff !important; font-weight: 700; width: auto !important; height: 56px; border-radius: 40px; padding: 0 24px; gap: 8px; display: inline-flex !important; align-items: center; justify-content: center; }
.fab-enquire svg { width: 18px; height: 18px; flex: 0 0 auto; }
.fab-call { background: var(--dark); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* skeleton loading */
.skeleton { background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%); background-size: 400% 100%; animation: sk 1.4s ease infinite; border-radius: var(--radius); }
@keyframes sk { 0% { background-position: 100% 50% } 100% { background-position: 0 50% } }
.empty-state { text-align: center; padding: 50px 20px; color: var(--muted); grid-column: 1/-1; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 992px) {
  .why { grid-template-columns: 1fr; gap: 40px; }
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .quickbar form { grid-template-columns: repeat(2, 1fr); }
  .modal { grid-template-columns: 1fr; max-width: 460px; }
  .modal-media { display: none; }
}
@media (max-width: 768px) {
  .section { padding: 42px 0; }
  .topbar { display: none; }
  .nav-links {
    position: fixed; top: 78px; left: 0; right: 0; background: #fff; flex-direction: column;
    align-items: stretch; padding: 16px; gap: 4px; box-shadow: var(--shadow); transform: translateY(-140%);
    transition: transform .3s; max-height: calc(100vh - 78px); overflow-y: auto;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 16px; border-radius: var(--radius-sm); }
  .hamburger { display: block; }
  .nav-phone { display: none; }
  .cols-3, .cols-4, .cols-2, .stats .grid { grid-template-columns: 1fr; }
  .stats .grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .hero { min-height: 80vh; }
  .why-media .badge { left: 10px; bottom: -16px; }
}

/* ---- ColorBends animated footer background (React Bits port) ---- */
footer.site-footer { position: relative; overflow: hidden; background: #0c1020; padding-top: 50px; }
.footer-bends { position: absolute; inset: 0; z-index: 0; opacity: .7; pointer-events: none; }
.footer-bends canvas { display: block; width: 100% !important; height: 100% !important; }
footer.site-footer::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(10,14,26,.55), rgba(10,14,26,.72)); pointer-events: none; }
footer.site-footer .container, footer.site-footer .footer-bottom { position: relative; z-index: 1; }

/* =========================================================
   Dock-style magnify-on-hover (React Bits <Dock/> feel,
   ported to pure CSS springy scaling — applied to all buttons)
   ========================================================= */
.btn, .filter-tabs button, .fab-whatsapp, .icon-btn, .pw-toggle {
  transition: transform .28s cubic-bezier(.34, 1.56, .64, 1),
              background .25s ease, box-shadow .25s ease, color .2s ease, border-color .2s ease !important;
  will-change: transform;
}
/* magnify (scale up) on hover/focus — the dock's core effect */
.btn:hover, .btn:focus-visible { transform: scale(1.07) !important; }
.btn:active { transform: scale(.98) !important; }
.filter-tabs button:hover { transform: scale(1.06); }
.filter-tabs button.active { transform: scale(1.04); }
.fab-whatsapp:hover { transform: scale(1.12) !important; }
.btn-block:hover, .btn-block:focus-visible { transform: scale(1.02) !important; }  /* gentler for full-width buttons */
@media (prefers-reduced-motion: reduce) {
  .btn:hover, .btn:active, .filter-tabs button:hover, .fab-whatsapp:hover, .btn-block:hover { transform: none !important; }
}

/* =========================================================
   Site-wide animation layer
   ========================================================= */
/* smoother reveal + staggered grid children */
.reveal { transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
.grid-cards > .reveal:nth-child(2), .gallery-grid > .reveal:nth-child(2), .testi-grid > .reveal:nth-child(2), .steps > .reveal:nth-child(2), .pillars > .reveal:nth-child(2) { transition-delay: .07s; }
.grid-cards > .reveal:nth-child(3), .gallery-grid > .reveal:nth-child(3), .testi-grid > .reveal:nth-child(3), .steps > .reveal:nth-child(3), .pillars > .reveal:nth-child(3) { transition-delay: .14s; }
.grid-cards > .reveal:nth-child(4), .gallery-grid > .reveal:nth-child(4), .steps > .reveal:nth-child(4) { transition-delay: .21s; }
.grid-cards > .reveal:nth-child(5), .gallery-grid > .reveal:nth-child(5) { transition-delay: .28s; }
.grid-cards > .reveal:nth-child(6), .gallery-grid > .reveal:nth-child(6) { transition-delay: .35s; }
.grid-cards > .reveal:nth-child(7), .gallery-grid > .reveal:nth-child(7) { transition-delay: .42s; }

/* hero content entrance sequence on load */
.hero-inner > * { opacity: 0; animation: heroUp .8s cubic-bezier(.22,.61,.36,1) forwards; }
.hero-inner .eyebrow { animation-delay: .15s; }
.hero-inner h1 { animation-delay: .3s; }
.hero-inner p { animation-delay: .45s; }
.hero-inner .hero-features { animation-delay: .58s; }
.hero-inner .hero-actions { animation-delay: .7s; }
.hero-inner .hero-trust { animation-delay: .82s; }
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* animated nav underline */
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px; border-radius: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: center; transition: transform .28s cubic-bezier(.34,1.56,.64,1); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

/* icon pop on card hover */
.service-card .ic, .why-item .ic, .ci-card .ic, .pillar .ic, .stat-ic { transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.service-card:hover .ic, .ci-card:hover .ic, .pillar:hover .ic { transform: scale(1.12) rotate(-5deg); }
.why-item:hover .ic { transform: scale(1.1); }

/* floating badges / pills */
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.vehicle-card .pop-badge, .gallery-item .pill { animation: floaty 3.2s ease-in-out infinite; }
.gallery-item:hover .pill { animation-play-state: paused; }

/* whatsapp gentle attention pulse */
@keyframes fabPulse { 0%,100% { box-shadow: 0 10px 24px rgba(0,0,0,.25), 0 0 0 0 rgba(37,211,102,.5); } 50% { box-shadow: 0 10px 24px rgba(0,0,0,.25), 0 0 0 12px rgba(37,211,102,0); } }
.fab-whatsapp { animation: fabPulse 2.6s ease-in-out infinite; }

/* section headings rise slightly */
.section-head { will-change: transform; }

/* link hover lift for footer/quick links already handled; add smooth image zoom easing */
.vehicle-card .thumb img, .blog-card .thumb img, .gallery-item img, .service-card .card-photo img { transition: transform .6s cubic-bezier(.22,.61,.36,1); }

/* count-up numbers keep layout stable */
.stats .stat b, .hero-trust .ht b { font-variant-numeric: tabular-nums; }

@media (prefers-reduced-motion: reduce) {
  .hero-inner > * { opacity: 1; animation: none; }
  .vehicle-card .pop-badge, .gallery-item .pill, .fab-whatsapp { animation: none; }
}

/* gallery CTA tile (fills the grid + covers empty space) */
.gallery-item.gallery-cta { display: grid; place-items: center; text-align: center; padding: 20px; background: linear-gradient(135deg, #2A50B8, #16296B); }
.gallery-item.gallery-cta::after { display: none; }
.gallery-cta .cta-inner { position: relative; z-index: 2; color: #fff; }
.gallery-cta .cta-inner .ci-ic { width: 46px; height: 46px; margin: 0 auto 12px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); color: #fff; }
.gallery-cta .cta-inner b { display: block; font-size: 1.12rem; margin-bottom: 4px; }
.gallery-cta .cta-inner span { font-size: .88rem; color: var(--accent-green); font-weight: 600; }
.gallery-cta:hover { filter: brightness(1.1); }

/* logo chip inside the enquiry modal brand panel */
.modal-media .mm-logo { height: 68px; width: auto; max-width: 210px; background: #fff; padding: 6px 10px; border-radius: 10px; margin-bottom: 14px; display: block; object-fit: contain; }

/* =========================================================
   Vehicle card quick actions (Call / WhatsApp / Book Now)
   ========================================================= */
.veh-actions { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 8px; padding: 0 22px 20px; }
.veh-actions .va {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 8px; border-radius: 10px; font-size: .84rem; font-weight: 700; white-space: nowrap;
  border: 1.5px solid var(--line); transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .2s, color .2s, border-color .2s;
}
.veh-actions .va svg { width: 15px; height: 15px; }
.veh-actions .va:hover { transform: translateY(-2px); }
.veh-actions .va-call { color: var(--yellow-dark); background: var(--yellow-soft); border-color: transparent; }
.veh-actions .va-call:hover { background: var(--yellow); color: #fff; }
.veh-actions .va-wa { color: #128C4A; background: #E6F7EE; border-color: transparent; }
.veh-actions .va-wa:hover { background: #25D366; color: #fff; }
.veh-actions .va-book { background: var(--gold-grad); color: #fff; border-color: transparent; box-shadow: 0 6px 14px rgba(30,58,138,.28); }
.veh-actions .va-book:hover { background: linear-gradient(135deg,#3A62D0,#16296B); }
.vehicle-card .foot { padding-bottom: 14px; }
@media (max-width: 420px) { .veh-actions { grid-template-columns: 1fr 1fr; } .veh-actions .va-book { grid-column: 1 / -1; } }

/* =========================================================
   Tour packages (services page)
   ========================================================= */
.pkg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.pkg-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: .3s;
}
.pkg-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: transparent; }
.pkg-card .pkg-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--bg-alt); }
.pkg-card .pkg-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.pkg-card:hover .pkg-thumb img { transform: scale(1.07); }
.pkg-card .pkg-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(20,24,42,.82) 100%);
}
.pkg-card .pkg-cap { position: absolute; left: 18px; right: 18px; bottom: 14px; z-index: 2; color: #fff; }
.pkg-card .pkg-cap h3 { color: #fff; font-size: 1.3rem; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.pkg-card .pkg-cap .pkg-meta { display: flex; gap: 14px; font-size: .82rem; color: #e8eefc; margin-top: 3px; flex-wrap: wrap; }
.pkg-card .pkg-cap .pkg-meta span { display: inline-flex; align-items: center; gap: 5px; }
.pkg-card .pkg-body { padding: 18px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.pkg-card .pkg-desc { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }
.pkg-hi { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.pkg-hi span { background: var(--yellow-soft); color: var(--yellow-dark); font-size: .74rem; font-weight: 600; padding: 5px 11px; border-radius: 20px; }
.pkg-rates { border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 16px; }
.pkg-rates .pr {
  display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
  padding: 9px 14px; font-size: .88rem; border-bottom: 1px solid var(--line);
}
.pkg-rates .pr:last-child { border-bottom: 0; }
.pkg-rates .pr:nth-child(odd) { background: var(--bg-alt); }
.pkg-rates .pr .veh { color: var(--ink-soft); }
.pkg-rates .pr .veh small { display: block; color: var(--muted); font-size: .73rem; }
.pkg-rates .pr b { color: var(--yellow-dark); font-size: 1rem; white-space: nowrap; }
.pkg-rates .pr b span { font-weight: 500; color: var(--muted); font-size: .74rem; }
.pkg-card .pkg-actions { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.pkg-card .pkg-actions .btn { justify-content: center; padding: 11px 18px; font-size: .88rem; }
.pkg-card .pkg-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 11px 16px;
  border-radius: 40px; background: #E6F7EE; color: #128C4A; font-weight: 700; font-size: .86rem; transition: .25s;
}
.pkg-card .pkg-wa:hover { background: #25D366; color: #fff; }
.pkg-card .pkg-wa svg { width: 16px; height: 16px; }

/* terms strip under the packages */
.pkg-terms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.pkg-term {
  display: flex; gap: 13px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--yellow); border-radius: var(--radius-sm); padding: 16px 18px;
}
.pkg-term .ic { color: var(--yellow-dark); flex: 0 0 auto; margin-top: 2px; }
.pkg-term b { display: block; font-size: .92rem; margin-bottom: 2px; }
.pkg-term p { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.pkg-note { margin-top: 16px; color: var(--muted); font-size: .84rem; text-align: center; }

@media (max-width: 992px) { .pkg-grid { grid-template-columns: 1fr; } .pkg-terms { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .pkg-card .pkg-actions { grid-template-columns: 1fr; } }

/* =========================================================
   Tablet / small-laptop nav (769-1080px)
   The full desktop nav needs ~1100px: brand 120 + links 533 + cta 342
   + gaps = 1051px, vs only 984px available at 1024px. Below 1080px it
   overflowed and body{overflow-x:hidden} silently CLIPPED the Enquire
   button, so switch to the dropdown here rather than only at 768px.
   Header is 138px tall in this range (topbar 42 + nav 96).
   ========================================================= */
@media (max-width: 1120px) {
  .nav-links {
    position: fixed; top: 154px; left: 0; right: 0; background: #fff; flex-direction: column;
    align-items: stretch; padding: 16px; gap: 4px; box-shadow: var(--shadow);
    transform: translateY(-150%); transition: transform .3s;
    max-height: calc(100vh - 154px); overflow-y: auto;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 16px; border-radius: var(--radius-sm); }
  .hamburger { display: block; }
  .nav-phone { display: none; }
}

/* =========================================================
   Mobile polish — tap targets, vertical rhythm, nav seam
   (audited at 390px / 360px: no horizontal scroll; these fix
    sub-40px text links and the ~2x page height on phones)
   ========================================================= */
@media (max-width: 768px) {
  /* dropdown must meet the shorter mobile nav exactly (nav is 76px here) */
  .nav-links { top: 88px; max-height: calc(100vh - 88px); }

  /* tighter rhythm so the page isn't endless on a phone */
  .section { padding: 34px 0; }
  .section-head { margin-bottom: 24px; }

  /* comfortable tap targets: these inline links measured 20-27px tall */
  .site-footer li a { display: inline-block; padding: 8px 0; }
  .page-banner .crumb a { display: inline-block; padding: 6px 2px; }
  .vehicle-card h3 a { display: inline-block; padding: 7px 0; }
  a.more, .service-card .more { display: inline-flex; align-items: center; min-height: 42px; }
  .service-card h3 a, .svc-card h3 a { display: inline-block; padding: 7px 0; }
  .ci-card a, .footer-bottom a { display: inline-block; padding: 7px 2px; }

  /* keep the tick aligned to the first line when a feature wraps */
  .hero-features li { align-items: flex-start; }
  .hero-features .chk { flex: 0 0 auto; margin-top: 1px; }
}
@media (max-width: 420px) {
  .section { padding: 30px 0; }
  h1 { font-size: 1.9rem; }
  .hero-actions { gap: 10px; }
}
