:root {
  --orange: #6f5bff;
  --orange-dark: #3d6cff;
  --blue: #09477d;
  --blue-light: #00adb5;
  --green: #2f7d57;
  --text: #1d2f4f;
  --shadow: 0 18px 36px rgba(9, 24, 48, 0.16);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: "Poppins", sans-serif; color: var(--text); background: #f4f7fb; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; border-radius: 14px; }
.container { width: min(1140px, 92%); margin: 0 auto; }
.section { padding: 84px 0; position: relative; overflow: hidden; }
.narrow { width: min(760px, 100%); }

.top-header { background: linear-gradient(120deg, #08345f, #0b5d9a 55%, #3d6cff); color: #fff; font-size: 14px; }
.top-header__inner { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; flex-wrap: wrap; align-items: center; }
.top-left p { margin: 0; display: flex; gap: 8px; align-items: center; }
.top-right { display: flex; gap: 16px; align-items: center; }
.top-right a { display: inline-flex; gap: 7px; align-items: center; font-weight: 500; }
.navbar { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(0,0,0,.08); border-bottom: 1px solid #e6eef8; }
.navbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 18px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; color: var(--blue); }
.logo img { width: 172px; height: 74px; object-fit: contain; }
.logo span { color: var(--blue); line-height: 1.15; max-width: 200px; }
.logo strong { color: var(--orange); font-weight: 800; }
.nav-links { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; }
.nav-links a { font-weight: 600; font-size: 15px; padding: 9px 12px; border-radius: 999px; transition: .2s ease; }
.nav-links a.active, .nav-links a:hover { color: var(--orange); }
.nav-links a:hover { background: #edf1ff; }
.menu-toggle { display: none; background: transparent; border: 0; font-size: 24px; }
.nav-cta i { margin-right: 6px; }

.sticky-contact { position: fixed; right: 12px; top: 40%; display: flex; flex-direction: column; gap: 10px; z-index: 30; }
.sticky-contact a { color: #fff; width: 44px; height: 44px; border-radius: 999px; box-shadow: var(--shadow); font-size: 18px; font-weight: 600; display: grid; place-items: center; }
.sticky-contact a:nth-child(1) { background: linear-gradient(120deg, #175bb5, #3383e2); }
.sticky-contact a:nth-child(2) { background: linear-gradient(120deg, #238b3f, #34b055); }
.sticky-contact a:nth-child(3) { background: linear-gradient(120deg, #5f52d8, #3d6cff); }
.mobile-quick-contact { display: none; }

.hero { position: relative; min-height: 86vh; overflow: hidden; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin: 0; }
.hero--full {
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.09), transparent 38%), linear-gradient(180deg, rgba(5, 22, 46, 0.08), rgba(5, 22, 46, 0.28));
  pointer-events: none;
  z-index: 1;
}
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .7s ease; }
.hero-slide.active { opacity: 1; }
.hero__content {
  position: relative;
  z-index: 2;
  min-height: 86vh;
  display: grid;
  align-content: center;
  color: #fff;
  max-width: 100%;
  padding: 56px 0;
}
.hero__content::before {
  content: "";
  position: absolute;
  inset: 56px -24px 56px -24px;
  background: linear-gradient(145deg, rgba(8, 33, 66, 0.34), rgba(7, 39, 79, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  backdrop-filter: blur(3px);
  box-shadow: 0 22px 44px rgba(3, 16, 34, 0.16);
  z-index: -1;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: center;
}
.hero__left { max-width: 680px; }
.hero__right { justify-self: end; width: min(420px, 100%); }
.hero-side-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(5px);
}
.hero-side-card h3 { margin: 0 0 8px; font-size: 24px; color: #fff; }
.hero-side-card p { margin: 0 0 10px; font-size: 15px; color: rgba(255, 255, 255, 0.92); }
.hero-side-card ul { list-style: none; margin: 12px 0 14px; padding: 0; display: grid; gap: 8px; }
.hero-side-card li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #fff; }
.hero-side-card li i { color: #dce4ff; }
.hero-side-card .btn { width: 100%; text-align: center; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
}
.hero h1 { font-size: clamp(34px, 5vw, 62px); margin: 0 0 12px; line-height: 1.03; }
.hero-dual {
  background: linear-gradient(90deg, #9ff5ff 0%, #e6ffff 40%, #ced8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero p { font-size: 18px; margin: 0 0 16px; max-width: 700px; color: rgba(255, 255, 255, 0.95); }
.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.hero__chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 13px;
}
.hero__chips i { color: #d6e0ff; }
.hero__buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__stats {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hero__stats article {
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 12px;
  text-align: center;
}
.hero__stats strong {
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}
.hero__stats span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
}
.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(12, 28, 53, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}
.hero-control {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .2s ease;
}
.hero-control:hover { background: rgba(255, 255, 255, 0.24); }
.hero-dots { display: flex; align-items: center; gap: 7px; }
.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: .2s ease;
}
.hero-dots button.active {
  width: 28px;
  background: #fff;
}

.btn {
  background: linear-gradient(145deg, #8b7bff 0%, #5d7bff 45%, #3d6cff 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 10px 0 #2f56ce, 0 18px 24px rgba(31, 58, 149, 0.35);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 0 #2f56ce, 0 22px 30px rgba(31, 58, 149, 0.4);
  filter: brightness(1.03);
}
.btn:active {
  transform: translateY(2px);
  box-shadow: 0 6px 0 #2f56ce, 0 12px 18px rgba(31, 58, 149, 0.28);
}
.btn--ghost { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.55); backdrop-filter: blur(6px); box-shadow: none; }
.btn--small { padding: 10px 14px; font-size: 14px; }

.section-theme--indigo { background: linear-gradient(120deg, #e7f4ff, #f6fcff); }
.section-theme--orange { background: linear-gradient(120deg, #f1efff, #f8f7ff); }
.section-theme--blue { background: linear-gradient(120deg, #e6f7fb, #f3fcff); }
.section-theme--green { background: linear-gradient(120deg, #ebfff7, #f7fffc); }
.section-theme--violet { background: linear-gradient(120deg, #f3f0ff, #fbf9ff); }
.section-theme--dark { background: linear-gradient(120deg, #0a3d6a, #0d6a93); color: #fff; }
.section-theme--soft { background: linear-gradient(120deg, #f3f6ff, #f8fbff); }
.section-theme--cta { background: linear-gradient(120deg, #e6f9ff, #f7fdff); }
.has-shape { position: relative; isolation: isolate; }
.has-shape::before,
.has-shape::after {
  content: "";
  position: absolute;
  width: 165px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .18;
  z-index: 0;
  pointer-events: none;
}
.has-shape::before { background-image: url("assets/images/shape/destination-shape.png"); }
.has-shape::after { background-image: url("assets/images/shape/memorise-shape.png"); }
.has-shape--left::before { left: -34px; top: 42px; }
.has-shape--left::after { right: -30px; bottom: 36px; }
.has-shape--right::before { right: -34px; top: 42px; }
.has-shape--right::after { left: -30px; bottom: 36px; }
.has-shape > .container { position: relative; z-index: 1; }
.page-banner {
  min-height: 45vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  align-items: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.05));
}
.page-banner__content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 34px 0;
}
.page-banner__content h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4.4vw, 56px);
}
.page-banner__content p {
  margin: 0;
  font-size: 17px;
  max-width: 760px;
  line-height: 1.7;
}

.section-bg { position: absolute; width: 280px; opacity: .12; filter: blur(1px); pointer-events: none; }
.section-bg--left { left: -70px; bottom: -20px; }
.section-bg--right { right: -80px; top: -30px; }

.section-head { margin-bottom: 26px; max-width: 900px; }
.section-head h2 { margin: 0 0 10px; font-size: clamp(28px, 3.2vw, 42px); color: #0f3870; }
.section-head p { margin: 0; color: #4b5e7e; line-height: 1.7; font-size: 16px; }
.section-head--light h2, .section-head--light p { color: #fff; }
.section-head h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  margin-top: 12px;
  background: linear-gradient(120deg, #00adb5, #6f5bff);
}
.dual-tone {
  background: linear-gradient(90deg, #09477d 0%, #00adb5 45%, #6f5bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.light-tone {
  background: linear-gradient(90deg, #ffffff 0%, #d9f2ff 55%, #ffe4d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; }
.checks { padding-left: 20px; }
.checks li { margin-bottom: 8px; }
.image-card { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.section-tag { display: inline-block; margin: 0 0 10px; padding: 7px 12px; border-radius: 999px; background: rgba(21, 101, 192, 0.12); color: var(--blue); font-weight: 600; font-size: 14px; }
.about-home { padding-top: 96px; }
.about-home .split h2, .about-page h1 { margin-top: 0; margin-bottom: 12px; font-size: clamp(28px, 3.4vw, 42px); color: #0f3870; }
.about-home__image img { min-height: 380px; object-fit: cover; }
.about-home__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 22px 0 22px; }
.about-home__meta div { background: #fff; border-radius: 14px; padding: 14px 12px; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08); text-align: center; }
.about-home__meta strong { display: block; color: var(--orange-dark); font-size: 22px; margin-bottom: 4px; }
.about-home__meta span { font-size: 13px; color: #4f4f4f; }

.grid { display: grid; gap: 18px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }

.card, .car-card, .route { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.card h3 { margin: 0 0 8px; color: #0f3870; }
.card {
  border: 1px solid #e5ecff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover {
  transform: translateY(-5px);
  border-color: #bfd0ff;
  box-shadow: 0 18px 28px rgba(20, 43, 98, 0.16);
}

.service-card, .car-card, .route-card { padding: 0; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover, .car-card:hover, .route-card:hover { transform: translateY(-6px); box-shadow: 0 18px 28px rgba(0, 0, 0, 0.15); }
.service-card img { width: 100%; height: 190px; object-fit: cover; border-radius: 0; }
.car-card img { width: 100%; height: 270px; object-fit: cover; border-radius: 0; }
.route-card img { width: 100%; height: 210px; object-fit: cover; border-radius: 0; }
.route-card h3 { margin: 14px 18px 18px; color: #0f3870; }
.card-body, .car-card p, .car-card .btn { margin-left: 18px; margin-right: 18px; }
.card-body { padding: 16px 0 20px; }
.car-card p { margin-top: 14px; color: #4b5e7e; }
.car-card .btn { margin: 10px 18px 18px; }

.feature-card { background: linear-gradient(140deg, #fff, #f6fbff); border: 1px solid #dbe9ff; }
.feature-card span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; background: #eaf3ff; color: var(--blue); font-weight: 700; margin-bottom: 12px; }
.services-highlight .card { border: 1px solid #dce9ff; }
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-tags span {
  background: #fff;
  border: 1px solid #cbe6ea;
  color: #0f4c66;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
}
.service-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service-step {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e2e9f7;
  box-shadow: 0 12px 24px rgba(14, 28, 52, 0.08);
}
.service-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(120deg, #0a5f93, #00adb5);
}
.service-step h3 { margin: 0 0 8px; color: #0f3870; }
.service-step p { margin: 0; color: #4b5e7e; }

.testimonial-slider { overflow: hidden; }
.testimonial-track { display: flex; gap: 16px; transition: transform .55s ease; will-change: transform; }
.testimonial-card {
  flex: 0 0 calc((100% - 32px) / 3);
  background: linear-gradient(150deg, rgba(255,255,255,0.96), rgba(230,242,255,0.95));
  color: #22314a;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 20px 35px rgba(9, 20, 40, 0.25);
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(21,101,192,0.22), transparent 70%);
}
.t-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; position: relative; z-index: 2; }
.t-quote {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(120deg, #1565c0, #42a5f5);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 8px 16px rgba(21,101,192,.35);
}
.t-stars { color: #6f5bff; font-size: 12px; letter-spacing: 2px; }
.testimonial-card p { margin: 0 0 16px; line-height: 1.72; color: #2f425e; position: relative; z-index: 2; }
.testimonial-card h4 { margin: 0; color: #0d4f9c; font-size: 15px; font-weight: 700; position: relative; z-index: 2; }
.testimonial-card h4::before { content: "- "; color: #5d7bff; }
.gallery-home { margin-top: 10px; }
.gallery-card { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.gallery-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 0; transition: transform .3s ease; }
.gallery-card:hover img { transform: scale(1.07); }
.section-action { margin-top: 24px; text-align: center; }
.gallery-page-grid .gallery-card { cursor: pointer; }
.gallery-page-grid .gallery-card img { height: 240px; object-fit: cover; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.lightbox.is-open { display: flex; }
.lightbox__image {
  max-width: min(1100px, 90vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 12px;
  background: #111;
}
.lightbox__close,
.lightbox__nav {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.lightbox__close { top: 18px; right: 18px; font-size: 34px; }
.lightbox__nav--prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 20px; top: 50%; transform: translateY(-50%); }

.faq details { background: #fff; border-radius: 12px; padding: 14px 16px; box-shadow: 0 8px 18px rgba(0,0,0,.06); margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 600; color: #0f3870; }
.faq-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: start; }
.contact-left-stack { display: grid; gap: 22px; }
.enquiry-card { background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 24px; }
.enquiry-card h3 { margin: 0 0 8px; color: #0f3870; font-size: 24px; }
.enquiry-card p { margin: 0 0 14px; color: #4b5e7e; line-height: 1.6; }
.enquiry-card p i { color: #1565c0; margin-right: 8px; }
.map-embed iframe { width: 100%; border-radius: 12px; box-shadow: 0 10px 20px rgba(14, 35, 86, 0.12); }
.enquiry-form { display: grid; gap: 10px; }
.enquiry-form input, .enquiry-form textarea {
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  padding: 12px;
  font: inherit;
  color: #22314a;
  background: #fff;
}
.form-alert { border-radius: 10px; padding: 10px 12px; font-size: 14px; font-weight: 500; }
.form-alert--success { background: #e8f8ed; color: #1f7a38; border: 1px solid #9fd7ad; }
.form-alert--error { background: #fdeeee; color: #a53131; border: 1px solid #efbbbb; }

.cta__box {
  background: linear-gradient(130deg, #0a3f70, #0e6e93 55%, #4d63d8);
  color: #fff;
  border-radius: 24px;
  text-align: center;
  padding: 56px 28px;
  box-shadow: 0 24px 44px rgba(10, 36, 78, 0.35);
  position: relative;
  overflow: hidden;
}
.cta__box::before,
.cta__box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cta__box::before {
  width: 190px;
  height: 190px;
  right: -60px;
  top: -70px;
  background: radial-gradient(circle, rgba(255,255,255,0.26), transparent 70%);
}
.cta__box::after {
  width: 150px;
  height: 150px;
  left: -40px;
  bottom: -45px;
  background: radial-gradient(circle, rgba(93,123,255,0.35), transparent 70%);
}
.cta__box .section-tag {
  background: rgba(255,255,255,.15);
  color: #fff;
  position: relative;
  z-index: 2;
}
.cta__box h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.6vw, 48px);
  color: #fff;
  position: relative;
  z-index: 2;
}
.cta__box p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,.92);
  position: relative;
  z-index: 2;
}
.cta-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 22px;
  position: relative;
  z-index: 2;
}
.cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  font-size: 14px;
}
.cta-points i { color: #d8e0ff; }
.cta__box .hero__buttons {
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cta__box .btn i { margin-right: 7px; }
.cta__box .btn--ghost {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.45);
}
.gallery-grid img { height: 230px; width: 100%; object-fit: cover; }
.contact-form { display: grid; gap: 10px; margin-top: 20px; }
.contact-form input, .contact-form textarea { border: 1px solid #cfd8dc; border-radius: 10px; padding: 12px; font: inherit; }

.footer { background: linear-gradient(120deg, #07274f, #0f3f78); color: #fff; padding: 56px 0 18px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 24px; }
.footer-brand img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #ffffff;
  padding: 8px;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.footer-social a:hover { background: rgba(255,255,255,.22); }
.footer__bottom { margin-top: 20px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 14px; text-align: center; font-size: 14px; }
.floating-wa { position: fixed; bottom: 18px; left: 18px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; font-size: 28px; box-shadow: var(--shadow); z-index: 40; }

@media (max-width: 991px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; }
  .top-right { gap: 10px; }
  .nav-links { position: absolute; top: 82px; right: 4%; background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 14px; flex-direction: column; min-width: 220px; display: none; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: inline-block; }
  .logo span { font-size: 16px; max-width: 160px; }
  .about-home__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-card { flex: 0 0 calc((100% - 16px) / 2); }
  .faq-layout { grid-template-columns: 1fr; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__right { justify-self: start; width: 100%; }
  .hero-controls { bottom: 16px; }
  .service-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky-contact { display: none !important; }
  .mobile-quick-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 12px;
    bottom: 90px;
    z-index: 95;
  }
  .mobile-quick-contact a {
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    box-shadow: var(--shadow);
    font-size: 20px;
    display: grid;
    place-items: center;
  }
  .mobile-quick-contact a:first-child { background: linear-gradient(120deg, #175bb5, #3383e2); }
  .mobile-quick-contact a:last-child { background: linear-gradient(120deg, #238b3f, #34b055); }
  .floating-wa { display: none; }
}

@media (max-width: 640px) {
  .grid-4, .grid-3, .footer__grid { grid-template-columns: 1fr; }
  .top-header { font-size: 12px; }
  .top-header__inner { padding: 8px 0; gap: 6px; }
  .top-left p { font-size: 12px; line-height: 1.4; }
  .top-right { width: 100%; justify-content: flex-start; gap: 12px; }
  .top-right a:last-child { display: none; }
  .nav-cta { display: none; }
  .hero { min-height: 62vh; }
  .hero__content { min-height: 62vh; max-width: 100%; }
  .hero__content::before { inset: 50px -10px 22px -10px; border-radius: 18px; }
  .hero-side-card { padding: 16px; }
  .hero-side-card h3 { font-size: 20px; }
  .hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero h1 { font-size: clamp(30px, 8vw, 44px); }
  .hero p { font-size: 15px; }
  .hero__chips { gap: 6px; }
  .hero__chips span { font-size: 12px; padding: 7px 10px; }
  .hero__stats { grid-template-columns: 1fr; }
  .hero-controls {
    left: 50%;
    bottom: 12px;
    padding: 8px;
    gap: 6px;
  }
  .hero-control { width: 34px; height: 34px; font-size: 12px; }
  .hero-dots button.active { width: 18px; }
  .service-process { grid-template-columns: 1fr; }
  .service-card img { height: 254px; }
  .route-card img { height: 155px; }
  .car-card img { height: 350px; }
  .mobile-quick-contact { bottom: 220px; right: 10px; }  .about-home__meta { grid-template-columns: 1fr; }
  .testimonial-card { flex: 0 0 100%; }
}
