@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

:root {
  --primary-bg: #f1efe9;
  --secondary-bg: #cfcfcf;
  --section-bg: #cfcfcf;
  --heading: #ffffff;
  --body: #838184;
  --accent: #f85a13;
  --accent-hover: #111111;
  --card: #d4c8c1;
  --white: #fff;
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.1);
  --radius: 24px;
  --primary-orange: #ff681c;
  --primary-orange-dark: #c14904;
  --primary-orange-light: #e66722;
}

.text-gold {
  color: rgb(250, 210, 110);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  background: var(--primary-bg);
  color: var(--body);
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Oxygen", sans-serif;
  color: var(--heading);
  line-height: 1.1;
  padding: 0.5rem 0;
}

h1 {
  font-size: 4rem !important;
  letter-spacing: -0.04em;
}

h2 {
  font-size: 2.5rem !important;
  letter-spacing: -0.03em !important;
}

h3 {
  font-size: 1.75rem !important;
}

p {
  padding: 0.5rem 0 !important;
  color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-primary {
  color: var(--accent) !important;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #111;
  color: #fff;
  padding: 10px;
  z-index: 9999;
}

.skip-link:focus {
  left: 10px;
}

.btn {
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.btn-outline-dark {
  border-color: #111;
  color: #111;
}

.btn-outline-dark:hover {
  background: #111;
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: transparent !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin-bottom: 18px;
  position: relative;
}

.eyebrow:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 2px;
  background: var(--accent);
  left: 40%;
}
.eyebrow.hero-eyebrow {
  color: var(--white) !important;

}
.eyebrow.hero-eyebrow::before {
  position: static;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-head .eyebrow {
  justify-content: center;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(248, 90, 19, 0.18);
  transition: 0.25s;
}

.site-header.scrolled {
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
}

.header-container {
  position: relative;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 3vw, 46px);
  max-width: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: #111;
  flex: 0 0 auto;
  min-width: 0;
}

.brand img,
.footer-logo {
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list > li {
  position: static;
}

.nav-list > li > a {
  font-weight: 800;
  font-size: 0.88rem;
  color: #111;
  padding: 34px 0;
  display: block;
  white-space: nowrap;
}

.nav-list > li > a:hover {
  color: var(--accent);
}

.has-mega:hover > a,
.has-mega:focus-within > a,
.has-mega.is-open > a {
  color: var(--accent);
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu,
.has-mega.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(248, 90, 19, 0.16);
  border-bottom: 1px solid rgba(248, 90, 19, 0.22);
  box-shadow: 0 26px 60px rgba(17, 17, 17, 0.14);
  padding: 30px clamp(18px, 4vw, 58px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
  pointer-events: none;
}

.mega-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 350px) 1fr;
  gap: 38px;
  align-items: stretch;
}

.mega-feature {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfers.webp") center 40% / cover
      no-repeat;
  border: 1px solid rgba(248, 90, 19, 0.16);
  border-radius: 24px;
  padding: 28px;
}

.mega-eyebrow {
  display: block;
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.74rem;
  margin-bottom: 12px;
}

.mega-feature h3 {
  font-size: 1rem;
  margin: 0 0 12px;
}

.mega-feature p {
  margin: 0 0 18px;
  color: #dedede;
}

.mega-cta {
  display: inline-flex;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  padding: 10px 16px;
}

.mega-cta:hover {
  background: #111;
  color: #fff;
}

.airport-mega {
  display: grid;
  grid-template-columns: 340px 1fr 260px;
  gap: 40px;
  align-items: start;
}

.airport-mega .mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.airport-mega .mega-grid h4 {
  margin-bottom: 18px;
}

.airport-mega .mega-grid a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
  color: #555;
  text-decoration: none;
  font-weight: 600;
}

.airport-mega .mega-grid i {
  width: 22px;
  color: #777;
  margin-right: 10px;
}

.mega-cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mega-cta-box .btn {
  width: 100%;
  max-width: 260px;
  border-radius: 50px;
  padding: 14px 30px;
}

.mega-grid {
  display: grid;
  gap: 26px;
}

.mega-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-grid h4 {
  font-size: 1.1rem;
  margin: 0 0 12px;
}

.mega-grid a {
  display: block;
  padding: 8px 0;
  color: #000;
  font-weight: 650;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  transition: 0.3s;
}

.mega-grid a:hover {
  color: var(--accent);
  padding-left: 4px;
}
.has-mega.fleet {
  position: relative;
}
.fleet-dropdown {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  border-radius: 15px;
}

.has-mega:hover > .fleet-dropdown {
  display: block;
}

.fleet-dropdown li a {
  display: block;
  padding: 12px 18px;
  color: #333;
  text-decoration: none;
}

.fleet-dropdown li a:hover {
  background: #f85a13;
  color: #fff;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.call-link {
  font-weight: 900;
  color: #111;
  white-space: nowrap;
}

.hamburger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 50%;
  background: transparent;
  align-items: center;
  justify-content: center;
}

.hamburger i {
  color: #111;
}
.hero-section {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.97) 0%,
      rgba(0, 0, 0, 0.88) 42%,
      rgba(0, 0, 0, 0.35) 72%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    url("../images/home-banner.webp") center 25% / cover no-repeat;
  padding: 26px 0 80px;
  overflow: hidden;
}
.hero-section .wpbtn {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 300ms ease-in-out;
  box-shadow: 2px 2px 3px #000;
}
.hero-left {
  position: relative;
  z-index: 2;
}

.hero-call-pill {
  width: fit-content;
  min-width: 340px;

  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--white);
  background: rgba(5, 5, 5, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .hero-call-pill {
    width: 100%;
  }
}
.hero-call-pill:hover {
  color: var(--white);
  border-color: var(--accent);
  background: rgba(248, 90, 19, 0.15);
  transform: translateY(-3px);
}

.hero-call-pill i {
  font-size: 1.15rem;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 48px;
  height: 5px;
  flex: 0 0 48px;
  background: var(--accent);
}

.hero-section h1 {
  margin: 0;
  font-size: clamp(3rem, 3.5vw, 3.5rem) !important;
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.hero-location-title {
  max-width: 620px;
  margin: 5px 0 0px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;

  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}
@media (max-width: 992px) {
  .hero-subheading {
    width: 85%;
  }
}
.hero-contact {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
}

.hero-contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-contact-item i {
  width: 28px;
  color: var(--white);
  font-size: 1.25rem;
  text-align: center;
}

.hero-contact-item a {
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.hero-contact-item a:hover {
  color: var(--accent);
}

.hero-actions {
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 28px;
}

.hero-btn {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 999px;
  font-size: 1.12rem;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.hero-btn-primary {
  color: var(--white);
  background: linear-gradient(
    90deg,
    var(--primary-orange-dark),
    var(--primary-orange)
  );
  border: 1px solid var(--primary-orange);
}

.hero-btn-primary:hover {
  color: var(--white);
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-4px);
}

.hero-btn-outline {
  color: var(--white);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-btn-outline:hover {
  color: var(--accent-hover);
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-4px);
}

.hero-btn i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.hero-btn:hover i {
  transform: translateX(4px);
}

.hero-trust-grid {
  max-width: 720px;
  margin-top: 18px;
  padding: 18px 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(6, 6, 6, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-trust-item {
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--white);
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-trust-item:last-child {
  border-right: 0;
}

.hero-trust-item i {
  font-size: 2rem;
}

.hero-trust-item span {
  font-size: 0.72rem;
  line-height: 1.35;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .hero-trust-grid {
    padding: 12px 8px;
  }
  .hero-trust-item i {
    font-size: 1.5rem;
  }
  .hero-trust-item span {
    font-size: 0.6rem;
  }
}
.quote-section {
  background: var(--white);
}

.testimonials {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/home-banner.webp") center 30% / cover no-repeat;
}
.airport-transfer-card {
  overflow: hidden;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}

.airport-transfer-content {
  padding: clamp(32px, 5vw, 70px);
  color: var(--white);
  background:
    radial-gradient(
      circle at top left,
      rgba(248, 90, 19, 0.16),
      transparent 38%
    ),
    #080808;
}

.airport-transfer-content h2 {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--white);
}

.airport-transfer-content > p {
  max-width: 590px;
  color: rgba(255, 255, 255);
  line-height: 1.8;
}

.airport-benefit {
  height: 100%;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
}

.airport-benefit i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--accent);
  border-radius: 50%;
}

.airport-benefit span {
  font-size: 0.9rem;
  font-weight: 700;
}

.airport-transfer-content .link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.airport-transfer-content .link-cloud a {
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  transition: 0.3s ease;
}

.airport-transfer-content .link-cloud a:hover {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.airport-transfer-btn {
  width: fit-content;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  background: var(--accent);
  border-radius: 999px;
  font-weight: 700;
  transition: 0.3s ease;
}

.airport-transfer-btn:hover {
  color: var(--white);
  background: var(--accent-hover);
  transform: translateY(-3px);
}

.airport-transfer-media {
  min-height: 610px;
  position: relative;
  overflow: hidden;
}

.airport-transfer-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  transition: transform 0.7s ease;
  object-position: right;
}

.airport-transfer-card:hover .airport-transfer-media img {
  transform: scale(1.045);
}

.airport-transfer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 35%,
    rgba(0, 0, 0, 0.68) 100%
  );
}

.airport-transfer-badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.airport-transfer-badge-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--accent);
  border-radius: 50%;
}

.airport-transfer-badge small,
.airport-transfer-badge strong {
  display: block;
}

.airport-transfer-badge small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.airport-transfer-badge strong {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .airport-transfer-media,
  .airport-transfer-media img {
    min-height: 480px;
  }
}

@media (max-width: 575.98px) {
  .airport-transfer-card {
    border-radius: 20px;
  }

  .airport-transfer-content {
    padding: 30px 22px;
  }

  .airport-transfer-media,
  .airport-transfer-media img {
    min-height: 390px;
  }

  .airport-transfer-badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .airport-transfer-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ==========================
   Quote Form
========================== */

.quote-form {
  background: rgba(8, 8, 8, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  padding: 34px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Labels */

.quote-form label {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Inputs */

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  padding: 13px 16px;
  outline: none;
  transition: 0.3s ease;
  font-size: 15px;
}

/* Textarea */

.quote-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Placeholder */

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #9b9b9b;
}

/* Select */

.quote-form select {
  cursor: pointer;
  appearance: none;
}

/* Focus */

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(248, 90, 19, 0.18);
}

/* Invalid */

.quote-form .is-invalid {
  border-color: #ff4d4f;
  background: #1a1111;
}

/* Two Column Layout */

.quote-form .form-row {
  display: flex;
  gap: 18px;
}

.quote-form .form-group {
  flex: 1;
  margin-bottom: 18px;
}
.error {
  color: var(--accent);
  font-size: 14px;
}

/* Submit Button */

.quote-form button,
.quote-form input[type="submit"] {
  width: 100%;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.quote-form button:hover,
.quote-form input[type="submit"]:hover {
  background: var(--accent-hover);
}

/* Message */

.form-message {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

/* Responsive */

@media (max-width: 768px) {
  .quote-form {
    padding: 24px;
  }

  .quote-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.form-message {
  margin: 12px 0 0;
  color: #111;
  font-weight: 800;
}

.service-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: 0.4s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  transition: 0.4s ease;
}

.service-card > * {
  position: relative;
  z-index: 2;
}

.service-card h3 {
  margin: 0;
  transition: 0.4s ease;
}

.service-card p,
.service-card a {
  transition: 0.4s ease;
}

.service-card:hover::before {
  background: rgba(0, 0, 0, 0.75);
}

.service-card:hover p,
.service-card:hover a {
  opacity: 1;
  transform: translateY(0);
  max-height: 120px;
}

.service-card:hover {
  transform: translateY(-8px);
}

.why-card,
.fleet-card,
blockquote {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.12);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.05);
  transition: 0.25s;
}

.fleet-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  color: #000000;
  margin-bottom: 22px;
}

.service-card a {
  color: var(--accent);
  font-weight: 900;
}

.final-cta {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/roadshow/roadshow-1.webp") center 30% / cover no-repeat;
}

.coverage-section {
  background: var(--white);
}

.why-section {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/events/events-2.webp") center 30% / cover no-repeat;
  color: white;
}

.why-section span,
h2 {
  color: white;
}

.why-card {
  background: linear-gradient(
    rgba(252, 248, 248, 0.94),
    rgba(131, 131, 131, 0.38)
  );
}

.fleet-card {
  padding: 0;
  overflow: hidden;
}

.fleet-card img {
  width: 100%;
  object-fit: cover;
}
.fleet-showcase {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(248, 90, 19, 0.08),
      transparent 28%
    ),
    var(--primary-bg);
}

.fleet-card {
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(17, 17, 17, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.fleet-card:hover {
  transform: translateY(-10px);
  border-color: rgba(248, 90, 19, 0.22);
  box-shadow: var(--shadow);
}

.fleet-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--card);
}

.fleet-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(17, 17, 17, 0.62));
}

.fleet-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.fleet-card:hover .fleet-card__media img {
  transform: scale(1.06);
}

.fleet-card__number,
.fleet-card__category {
  position: absolute;
  z-index: 2;
}

.fleet-card__number {
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.fleet-card__category {
  left: 22px;
  bottom: 20px;
  padding: 8px 13px;
  color: var(--white);
  background: rgba(17, 17, 17, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.fleet-card__body {
  flex: 1;
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
}

.fleet-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
}

.fleet-card__heading > div {
  flex: 1;
}

.fleet-card__heading h3 {
  margin: 0 0 8px;
  color: #111318;
  font-family: var(--font-display);
  font-size: clamp(32px, 2.6vw, 46px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.fleet-card__heading > i {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(248, 90, 19, 0.1);
  border: 1px solid rgba(248, 90, 19, 0.16);
  border-radius: 50%;
  font-size: 17px;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    color 0.35s ease;
}

.fleet-card:hover .fleet-card__heading > i {
  color: var(--white);
  background: var(--accent);
  transform: rotate(-8deg) scale(1.05);
}

.fleet-card__similar {
  min-height: 58px;
  display: block;
  color: #33363a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
}

.fleet-card__divider {
  width: 46%;
  height: 4px;
  margin: 14px 0 18px;
  display: block;
  background: var(--accent);
  border-radius: 50px;
}

.fleet-card__points {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.fleet-card__points li {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: flex-start;
  gap: 13px;
  color: #17191e;
}

.fleet-card__points i {
  width: 26px;
  height: 26px;
  margin-top: 1px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #111318;
  border-radius: 50%;
  font-size: 11px;
}

.fleet-card__points span {
  font-size: 14px;
  line-height: 1.55;
}

.fleet-card__link {
  min-height: 68px;
  margin-top: auto;
  padding: 13px 14px 13px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--white);
  background: linear-gradient(
    135deg,
    var(--accent),
    var(--primary-orange-dark)
  );
  border: 1px solid rgba(248, 90, 19, 0.25);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(248, 90, 19, 0.18);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  margin-top: 15px;
}

.fleet-card__link > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fleet-card__link small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fleet-card__link strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.fleet-card__link > i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: #111;
  background: var(--white);
  border-radius: 50%;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.fleet-card__link:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--accent-hover), #292929);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.22);
  transform: translateY(-3px);
}

.fleet-card__link:hover > i {
  transform: translateX(4px) rotate(-35deg);
}

@media (max-width: 1199.98px) {
  .fleet-card__similar {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .fleet-card__media {
    height: 240px;
  }

  .fleet-card__body {
    padding: 22px 18px 18px;
  }

  .fleet-card__heading h3 {
    font-size: 36px;
  }

  .fleet-card__heading > i {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .fleet-card__divider {
    margin: 14px 0 17px;
  }

  .fleet-card__points {
    gap: 13px;
  }

  .fleet-card__link {
    min-height: 64px;
    margin-top: 22px;
  }
}
.rounded-lux {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.link-cloud,
.location-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.link-cloud a,
.location-links a {
  border: 1px solid rgba(248, 90, 19, 0.35);

  border-radius: 999px;
  padding: 10px 15px;

  background: var(--accent);
  color: #fff;
  font-weight: 850px;
}

.link-cloud a:hover,
.location-links a:hover {
  background: white;
  color: #111;
}

.location-links {
  justify-content: center;
}

blockquote {
  font-size: 1.02rem;
  color: #555;
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: 20px;
  color: #111;
  font-weight: 900;
  font-style: normal;
}

.luxury-accordion .accordion-item {
  border: 0;
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.luxury-accordion .accordion-button {
  font-weight: 900;
  color: #111;
  background: #fff;
  padding: 8px 15px !important;
}

.luxury-accordion .accordion-button:not(.collapsed) {
  background: var(--card);
  color: #111;
  box-shadow: none;
}

.accordion-body {
  color: #555;
}

.final-cta {
  text-align: center;
}

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 2rem;
}

.button-group .btn {
  min-width: 220px;
  height: 56px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 0 28px;

  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;

  transition: 0.35s ease;
}

/* Orange Button */

.btn-luxury-primary {
  background: linear-gradient(135deg, var(--accent), #ff6200);
  color: #fff;
  border: none;
  box-shadow: 0 10px 25px rgba(255, 140, 0, 0.28);
}

.btn-luxury-primary:hover {
  background-color: white;
  color: #000000;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 140, 0, 0.42);
}

/* Black Button */

.btn-luxury-outline {
  background: #e7e7e783;
  color: #fff;
  /* border: 2px solid var(--accent); */
}

.btn-luxury-outline:hover {
  /* background: var(--accent); */
  color: #fff;
  /* border-color: var(--accent); */
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 140, 0, 0.35);
}

@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
  }

  .button-group .btn {
    width: 100%;
    max-width: 340px;
  }
}

.final-cta .container {
  background: #9590906d;
  border-radius: 34px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(248, 90, 19, 0.14);
}

.site-footer {
  background: #111;
  color: #d9d9d9;
  padding: 78px 0 26px;
}

.site-footer h3 {
  font-size: 1.2rem;
  color: #fff;
}

.site-footer a,
.site-footer span {
  display: block;
  color: #d9d9d9;
  margin: 8px 0;
}

.site-footer a:hover {
  color: var(--accent);
}
.site-footer p{
  color:#ffffff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 40px;
  padding-top: 22px;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 82px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-size: 22px;
  display: none;
  z-index: 999;
}
.whatsapp-container {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    box-shadow: 2px 2px 3px #000;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 7;
}
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #f1efe9;
  z-index: 1002;
  padding: 24px clamp(18px, 5vw, 42px);
  transition: right 0.32s ease;
  overflow: auto;
  box-shadow: -18px 0 50px rgba(0, 0, 0, 0.18);
}

.offcanvas-menu.active {
  right: 0;
}

.offcanvas-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.brand-logo {
  width: 100px;
}
.brand-logo img {
  width: 100%;
}
.brand-text {
  font-weight: 900;
  color: #111;
  font-size: 1.05rem;
}

.menu-close {
  border: 0;
  background-color: #111 !important;
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  line-height: 1;
}

.mobile-nav > a,
.mobile-accordion button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: transparent;
  color: #111;
  font-weight: 900;
  text-align: left;
}

.mobile-accordion div {
  display: none;
  padding: 8px 0 14px;
}

.mobile-accordion div a {
  display: block;
  padding: 10px 14px;
  color: #555;
  border-radius: 12px;
}

.mobile-accordion div a:hover {
  background: #fff;
  color: var(--accent);
}

.offcanvas-actions {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

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

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

@media (max-width: 1320px) {
  .brand span {
    display: none;
  }

  .nav-list {
    gap: 16px;
  }

  .nav-list > li > a {
    font-size: 0.84rem;
  }

  .header-actions .btn {
    padding: 0.82rem 1.08rem;
  }
}

@media (max-width: 1199px) {
  .desktop-nav,
  .call-link {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .header-container {
    height: 78px;
    padding: 0 18px;
  }

  .header-actions {
    gap: 10px;
  }

  .brand span {
    display: inline;
  }

  .mega-menu {
    display: none;
  }
}

.hero-section-padding {
  padding: 114px 0 50px !important;
}

.fleet-section-padding {
  padding: 54px 0;
}

.section-padding {
  padding: 54px 0;
}

@media (max-width: 991px) {
  /* .section-padding {
    padding: 119px 0
  } */
  .service-benefits {
    background: rgba(214, 214, 214, 0.744) !important;
  }

  .icon-circle i {
    color: white !important;
  }

  .fleet-card {
    padding: 13px !important;
  }

  .service-fleet-card img {
    height: auto !important;
  }

  .business-services p {
    color: white !important;
  }

  .coverage-tags {
    flex-direction: row !important;
  }

  .service-benefits h2,
  .service-benefits .section-subtitle,
  .service-benefits span {
    color: black !important;
  }

  .benefit-top p {
    color: white !important;
  }

  .hero-section {
    padding: 76px 0;
  }

  .hero-image-wrap img {
    min-height: 380px;
  }

  .quote-form {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .brand span {
    display: none;
  }

  .header-actions .btn {
    padding: 0.72rem 1rem;
    font-size: 0.88rem;
  }

  .hero-image-wrap:before {
    inset: 14px;
  }

  .trust-points span {
    width: 100%;
    text-align: center;
  }

  .fleet-card img {
    height: 220px;
  }

  .site-footer {
    text-align: left;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 15px;
  }

  .header-container {
    height: 74px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .quote-form {
    padding: 22px;
  }

  .section-head {
    text-align: left;
  }

  .section-head .eyebrow {
    justify-content: flex-start;
  }

  .location-links {
    justify-content: flex-start;
  }

  .offcanvas-menu {
    padding: 22px 18px;
  }

  .brand-text {
    font-size: 1rem;
  }

  .final-cta .container {
    border-radius: 24px;
    padding: 46px 18px;
  }
}

/* About Us page */
.nav-list > li > a.active,
.mobile-nav > a.active {
  color: var(--accent);
}

.inner-hero {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/about1.webp") center 30% / cover no-repeat;
  overflow: hidden;
  padding-top: 120px;
}
.inner-hero h2{
  margin-bottom: 20px;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #ffffff !important;
  font-weight: 800;
}

.breadcrumb-nav a {
  color: var(--accent) !important;
}

.inner-hero-text {
  font-size: 1.16rem;
  max-width: 650px;
  color: #000000;
}

.about-hero-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.about-hero-image:after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px solid var(--accent);
  border-radius: 26px;
  pointer-events: none;
}

.about-hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.about-intro {
  background: #fff;
}

.about-intro p a {
  color: var(--accent);
  font-weight: 900;
}

.about-highlight-card {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/corporate/corporate-2.webp") center 30% / cover no-repeat;
  border: 1px solid rgba(248, 90, 19, 0.35);
  border-radius: var(--radius);
  padding: 38px;
  box-shadow: var(--shadow);
}

.about-highlight-card span {
  display: inline-block;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.about-highlight-card h3 {
  font-size: 2.15rem;
  margin-bottom: 18px;
}

.coverage-about {
  background: var(--section-bg);
}

.values-section {
  background-color: black;
}

.value-card,
.promise-card {
  height: 100%;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.34);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 14px 38px rgba(17, 17, 17, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.value-card:hover,
.promise-card:hover,
.about-point:hover {
  transform: translateY(-7px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.fleet-about {
  background: var(--primary-bg);
}

.choose-about {
  background: white;
}

.faq-section {
  background: black;
}

.about-points-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-point {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.14);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
  transition: 0.25s;
}

.about-point span {
  display: block;
  width: 38px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 18px;
}

.about-point h3 {
  font-size: 1.35rem;
}

.standards-section,
.promise-section {
  background: #fff;
}
.promise-section .promise-card h3{
  color: #000000;
}

.standards-section {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.837) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/about1.webp") center 30% / cover no-repeat;
}

.vehicle-class-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vehicle-class-list span {
  display: flex;
  align-items: center;
  min-height: 92px;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.34);
  border-radius: 20px;
  padding: 22px;
  color: #111;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
}

.about-cta p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: #000000;
}

@media (max-width: 991px) {
  .about-hero-image img {
    height: 430px;
  }

  .about-points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-highlight-card h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .about-points-grid,
  .vehicle-class-list {
    grid-template-columns: 1fr;
  }

  .about-hero-image img {
    height: 360px;
  }

  .breadcrumb-nav {
    font-size: 0.92rem;
  }

  .about-highlight-card {
    padding: 28px;
  }

  .value-card,
  .promise-card,
  .about-point {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .inner-hero .hero-actions .btn {
    width: 100%;
  }

  .about-hero-image {
    border-radius: 24px;
  }

  .about-hero-image:after {
    inset: 14px;
    border-radius: 18px;
  }

  .about-hero-image img {
    height: 300px;
  }

  .vehicle-class-list span {
    min-height: auto;
  }
}

/* Services main page */
.services-hero {
  background: var(--primary-bg);
}

.services-hero-image img {
  height: 620px;
  object-position: center;
}

.services-intro,
.business-services,
.fleet-services {
  background: #fff;
}

.services-grid-section,
.private-services,
.process-section {
  background: var(--section-bg);
}

.service-coverage {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.837) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/about1.webp") center 30% / cover no-repeat;
}

.service-benefit-panel {
  height: 100%;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.38);
  border-radius: var(--radius);
  padding: 38px;
  box-shadow: var(--shadow);
}

.service-benefit-panel h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.service-benefit-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.service-benefit-panel li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 16px 18px;
  color: #111;
  font-weight: 900;
}

.service-benefit-panel li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.services-main-card {
  background: var(--card);
  border-color: rgba(248, 90, 19, 0.25);
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.services-main-card p {
  flex: 1 1 auto;
  color: #ffffff;
}

.services-main-card h3 {
  margin-bottom: 14px;
}

.services-main-card .icon-circle {
  font-weight: 900;
  font-size: 1.15rem;
}

.airport-feature {
  background: var(--primary-bg);
}

.airport-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.16);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.airport-feature-image {
  height: 100%;
  min-height: 500px;
}

.airport-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.airport-feature-content {
  padding: clamp(30px, 5vw, 64px);
}

.compact-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compact-feature-grid div {
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.3);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
  transition: 0.25s;
}

.compact-feature-grid div:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.compact-feature-grid span {
  display: block;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 18px;
}

.compact-feature-grid h3 {
  font-size: 1.28rem;
  margin: 0;
}

.private-service-panel {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/private/private-banner.webp") center 30% / cover no-repeat;
  color: #000000;
  border-radius: 34px;
  padding: 54px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.private-service-panel:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 200px;
  height: 200px;
  border: 34px solid rgba(248, 90, 19, 0.35);
  border-radius: 50%;
}

.private-service-panel p {
  position: relative;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.6;
  color: #f4f4f4;
}

.service-fleet-card a {
  color: var(--accent);
  font-weight: 900;
}

.service-fleet-card strong {
  color: #111;
}

.service-fleet-card img {
  height: 240px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
}

.process-step {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
  position: relative;
}

.process-step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  margin-bottom: 22px;
}

.process-step h3 {
  color: var(--accent);
  font-size: 1.3rem;
}

.process-step p {
  margin: 0;
}

.mega-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.mega-footer .btn {
  padding: 12px 28px;
  border-radius: 50px;
}

.coverage-tags {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  gap: 12px;
}

.coverage-tags a {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.34);
  border-radius: 999px;
  color: #111;
  font-weight: 850;
  padding: 10px 15px;
}

.coverage-tags a:hover {
  background: var(--accent);
  color: #fff;
}

.services-final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #000000;
}

.mobile-accordion button.active {
  color: var(--accent);
}

.mobile-accordion button i {
  transition: transform 0.25s ease;
}

.mobile-accordion.open button i.fa-chevron-up {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .services-hero-image img {
    height: 430px;
  }

  .airport-feature-card {
    grid-template-columns: 1fr;
  }

  .airport-feature-image {
    min-height: 340px;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .private-service-panel {
    padding: 38px;
  }

  .private-service-panel p {
    font-size: 1.14rem;
  }
}

@media (max-width: 767px) {
  .compact-feature-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-benefit-panel {
    padding: 28px;
  }

  .airport-feature-card {
    border-radius: 24px;
  }

  .airport-feature-image {
    min-height: 260px;
  }

  .airport-feature-content {
    padding: 28px;
  }

  .private-service-panel {
    border-radius: 24px;
    padding: 30px;
  }

  .services-main-card {
    min-height: auto;
  }

  .service-fleet-card img {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .services-hero-image img {
    height: 300px;
  }

  .service-benefit-panel li {
    align-items: flex-start;
  }

  .service-benefit-panel li span {
    width: 34px;
    height: 34px;
  }

  .process-step {
    padding: 24px;
  }

  .process-step span {
    width: 48px;
    height: 48px;
  }

  .coverage-tags a {
    width: 100%;
    text-align: center;
  }

  .compact-feature-grid div {
    padding: 22px;
  }
}

/* Fleet main page */
.fleet-hero,
.fleet-intro,
.vehicle-guidance {
  background: var(--primary-bg);
}

.fleet-category-section {
  background: var(--section-bg);
}

.comfort-features {
  background: #070707;
  padding: 110px 0;
}

.comfort-card {
  height: 100%;
  padding: 40px 35px;

  background: linear-gradient(180deg, #161616, #101010);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 22px;

  transition: 0.45s;

  position: relative;

  overflow: hidden;
}

.comfort-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background: var(--accent);

  transform: scaleX(0);

  transition: 0.45s;
}

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

.comfort-card:hover {
  transform: translateY(-10px);

  border-color: rgba(255, 140, 0, 0.35);

  box-shadow: 0 20px 45px rgba(255, 140, 0, 0.12);
}

.comfort-icon {
  width: 72px;
  height: 72px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 28px;

  font-size: 28px;

  background: rgba(255, 140, 0, 0.12);

  color: var(--accent);

  border: 1px solid rgba(255, 140, 0, 0.25);
}

.comfort-card h3 {
  color: #000000;

  margin-bottom: 18px;

  font-size: 1.5rem;
}

.comfort-card p {
  color: #000;
  line-height: 1.9;
  margin: 0;
}

.airport-business-fleet {
  background: var(--secondary-bg);
}

.fleet-showcase {
  padding: 50px 0;
  background: #fff;
}

.vehicle-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.45s;
  border: 1px solid #ececec;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.vehicle-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(255, 102, 0, 0.18);
}

.vehicle-image {
  position: relative;
  overflow: hidden;
}

.vehicle-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.7s;
}

.vehicle-card:hover img {
  transform: scale(1.08);
}

.fleet-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--accent);
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
}

.vehicle-card-body {
  padding: 28px;
}

.vehicle-card h3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: #111;
}

.vehicle-specs {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.vehicle-specs span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #f8f8f8;
  border-radius: 30px;
  font-size: 0.9rem;
}

.vehicle-specs i {
  color: var(--accent);
}

.vehicle-card p {
  color: #000;
  line-height: 1.8;
}

.vehicle-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.vehicle-labels span {
  background: rgba(255, 102, 0, 0.08);
  color: var(--accent);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 600;
}

.vehicle-actions {
  display: flex;
  gap: 12px;
}

.btn-outline {
  flex: 1;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--accent);
  color: var(--accent);
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--accent);
  color: #fff;
}

.vehicle-actions .btn-primary {
  flex: 1;
  border-radius: 12px;
}

.fleet-hero-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.fleet-hero-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid var(--accent);
  border-radius: 26px;
  z-index: 1;
  pointer-events: none;
}

.fleet-hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.fleet-highlight-card,
.fleet-category-card,
.vehicle-card,
.comfort-card,
.notice-card {
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.fleet-highlight-card {
  padding: 34px;
}

.fleet-highlight-card h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.fleet-highlight-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.fleet-highlight-card li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  padding: 16px;
  color: #111;
  font-weight: 900;
}

.fleet-highlight-card li span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: 0.82rem;
}

.fleet-category-card {
  height: 100%;
  padding: 30px;
}

.fleet-category-card:hover,
.vehicle-card:hover,
.comfort-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.fleet-category-card strong,
.fleet-category-card span {
  display: block;
}

.fleet-category-card strong {
  color: #111;
  margin-top: 18px;
}

.fleet-category-card span {
  color: #000000;
  margin: 4px 0 18px;
}

.fleet-category-card a {
  color: var(--accent);
  font-weight: 900;
}

.vehicle-card {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.vehicle-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.vehicle-card-body {
  padding: 28px;
}

.vehicle-card-body h3 {
  margin-bottom: 18px;
}

.vehicle-card-body h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background: var(--accent);
  margin-top: 14px;
}

.vehicle-specs {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.vehicle-specs span {
  display: flex;
  align-items: center;
  background: var(--primary-bg);
  border-radius: 14px;
  padding: 10px 12px;
  color: #111;
  font-weight: 850;
}

.vehicle-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.vehicle-labels span {
  border: 1px solid rgba(248, 90, 19, 0.35);
  border-radius: 999px;
  padding: 7px 11px;
  color: #111;
  font-weight: 800;
  font-size: 0.82rem;
}

.vehicle-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

.vehicle-actions > a:first-child {
  color: var(--accent);
  font-weight: 900;
}

.vehicle-actions .btn {
  padding: 0.78rem 1.1rem;
}

.guidance-list {
  display: grid;
  gap: 16px;
}

.guidance-list article {
  background: #fff;
  border-left: 4px solid var(--accent);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.guidance-list h3 {
  color: rgb(0, 0, 0);
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.guidance-list p {
  margin: 0;
}

.comfort-card {
  height: 100%;
  padding: 28px;
}

.comfort-card h3 {
  font-size: 1.28rem;
}

.notice-card {
  background: #fff;
  padding: 44px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.notice-card p {
  max-width: 820px;
  margin: 0 auto;
  color: #000000;
}

@media (max-width: 991px) {
  .fleet-hero-image img {
    height: 460px;
  }

  .vehicle-actions .btn {
    width: 100%;
    text-align: center;
  }

  .fleet-highlight-card {
    padding: 26px;
  }

  .notice-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .fleet-hero-image img {
    height: 340px;
  }

  .vehicle-card img {
    height: 220px;
  }

  .fleet-category-card,
  .vehicle-card-body,
  .comfort-card {
    padding: 24px;
  }

  .fleet-highlight-card li {
    align-items: flex-start;
  }

  .vehicle-labels span {
    font-size: 0.78rem;
  }
}

/* Airport transfers main page */

.airport-intro,
.family-airport-section {
  background: var(--primary-bg);
}
.family-airport-section .terminal-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:20px 0 ;
}

.family-airport-section .terminal-list span{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    color:var(--white);
    border:1px solid rgba(250, 243, 240, 0.2);
    border-radius:50px;
    font-weight:600;
    transition:.3s ease;
}

.family-airport-section .terminal-list span i{
    color:var(--accent);
}

.family-airport-section .terminal-list span:hover{
    background:var(--primary-orange);
    color:var(--white);
}

.family-airport-section .terminal-list span:hover i{
    color:var(--white);
}
.airport-location-section {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfer-1.webp") center 30% /
      cover no-repeat;
}

.departures-section {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfers.webp") center 30% / cover
      no-repeat;
}

.airport-coverage-section,
.airport-vehicles {
  background: var(--section-bg);
}

.arrivals-section,
.business-airport-section {
  background: #fff;
}

.airport-hero-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.airport-hero-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid var(--accent);
  border-radius: 26px;
  z-index: 1;
  pointer-events: none;
}

.airport-hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.airport-highlight-card {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfer-2.webp") center 30% /
      cover no-repeat;
}

.airport-card,
.airport-vehicle-card,
.private-jet-card {
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.airport-highlight-card {
  padding: 34px;
  height: 100%;
}

.airport-highlight-card h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.airport-highlight-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.airport-highlight-card li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  padding: 16px;
  color: #111;
  font-weight: 900;
}

.airport-highlight-card li span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.airport-card {
  height: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.airport-card:before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 112px;
  height: 112px;
  border: 20px solid rgba(248, 90, 19, 0.18);
  border-radius: 50%;
}

.airport-card:hover,
.airport-vehicle-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.airport-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}

.airport-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.airport-card a,
.airport-vehicle-card a {
  color: var(--accent);
  font-weight: 900;
}

.airport-split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  background: var(--primary-bg);
  border: 1px solid rgba(248, 90, 19, 0.16);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.airport-split-image {
  height: 100%;
  min-height: 520px;
}

.airport-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.airport-split-content {
  padding: clamp(10px, 5vw, 24px);
}

.airport-process-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.airport-process-mini div {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.2);
  border-radius: 18px;
  padding: 18px;
}

.airport-process-mini span {
  display: block;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 8px;
}

.airport-process-mini strong {
  color: #111;
}

.departure-grid h3 {
  color: black;
}

.departure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.departure-grid article {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
  transition: 0.25s;
}

.departure-grid article:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.departure-grid h3 {
  font-size: 1.25rem;
}

.departure-grid p {
  margin: 0;
}

.business-airport-panel {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airtports/healthrow.webp") center 30% / cover no-repeat;
  color: #f7f7f7;
  border-radius: 34px;
  padding: 48px;
  box-shadow: var(--shadow);
}

.business-airport-panel span {
  display: block;
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.business-airport-panel h2 {
  color: #fff;
}

.business-airport-panel p {
  color: #f1f1f1;
}

.private-jet-card {
  padding: 38px;
  height: 100%;
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/signature-aviation.webp") center 30% /
      cover no-repeat;
  color: #fff;
}

.private-jet-card h2 {
  color: #fff;
}

.private-jet-card p {
  color: #f1f1f1;
  margin-bottom: 0;
}

.airport-vehicle-card {
  height: 100%;
  padding: 30px;
}

.airport-vehicle-card h3 {
  font-size: 1.35rem;
}

.airport-vehicle-card strong,
.airport-vehicle-card span {
  display: block;
}

.airport-vehicle-card strong {
  color: #111;
  margin-top: 18px;
}

.airport-vehicle-card span {
  color: #000000;
  margin: 5px 0 18px;
}

.airport-process-grid .process-step h3 {
  font-size: 1.22rem;
}

.airport-final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: black;
}

@media (max-width: 991px) {
  .airport-hero-image img {
    height: 460px;
  }

  .airport-split-card {
    grid-template-columns: 1fr;
  }

  .airport-split-image {
    min-height: 340px;
  }

  .business-airport-panel {
    padding: 36px;
  }

  .airport-highlight-card {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .airport-process-mini,
  .departure-grid {
    grid-template-columns: 1fr;
  }

  .airport-split-card {
    border-radius: 24px;
  }

  .airport-split-image {
    min-height: 260px;
  }

  .airport-split-content,
  .business-airport-panel,
  .private-jet-card {
    padding: 28px;
  }

  .airport-card,
  .airport-vehicle-card {
    padding: 24px;
  }

  .airport-highlight-card li {
    align-items: flex-start;
  }

  .airport-code {
    width: 56px;
    height: 56px;
  }

  .airport-hero-image {
    border-radius: 24px;
  }
}

@media (max-width: 575px) {
  .airport-hero-image img {
    height: 320px;
  }

  .airport-hero-image:before {
    inset: 14px;
    border-radius: 18px;
  }

  .business-airport-panel,
  .private-jet-card {
    border-radius: 24px;
  }

  .airport-highlight-card h3 {
    font-size: 1.65rem;
  }
}

/* Locations main page */
.locations-hero,
.locations-intro,
.location-airport-section,
.private-locations-section,
.coverage-notice {
  background: var(--primary-bg);
}

.popular-locations,
.business-locations-section {
  background: var(--section-bg);
}

.boroughs-section,
.location-process {
  background: #fff;
}

.locations-hero-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.locations-hero-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid var(--accent);
  border-radius: 26px;
  z-index: 1;
  pointer-events: none;
}

.locations-hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.locations-highlight-card,
.location-card {
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.locations-highlight-card {
  padding: 34px;
  height: 100%;
}

.locations-highlight-card h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.locations-highlight-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.locations-highlight-card li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  padding: 16px;
  color: #111;
  font-weight: 900;
}

.locations-highlight-card li span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.location-card {
  height: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.location-card:before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 112px;
  height: 112px;
  border: 20px solid rgba(248, 90, 19, 0.18);
  border-radius: 50%;
}

.location-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.location-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}

.location-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.location-card a {
  color: var(--accent);
  font-weight: 900;
}

.borough-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.borough-link-grid a {
  display: block;
  background: var(--primary-bg);
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: 999px;
  padding: 12px 16px;
  color: #111;
  font-weight: 800;
  text-align: center;
  transition: 0.25s;
}

.borough-link-grid a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-3px);
}

.location-split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.16);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.location-split-image {
  height: 100%;
  min-height: 520px;
}

.location-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-split-content {
  padding: clamp(30px, 5vw, 64px);
}

.location-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.location-feature-grid div {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: 22px;
  padding: 26px;
  color: #111;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
  transition: 0.25s;
}

.location-feature-grid div:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.private-location-panel {
  background: #111;
  color: #fff;
  border-radius: 34px;
  padding: 52px;
  box-shadow: var(--shadow);
  max-width: 1060px;
  margin: 0 auto;
}

.private-location-panel h2 {
  color: #fff;
}

.private-location-panel p {
  color: #f1f1f1;
  max-width: 820px;
}

.locations-final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #000000;
}

@media (max-width: 991px) {
  .locations-hero-image img {
    height: 460px;
  }

  .fleet-detail-image {
    display: none !important;
  }

  .hero-section-padding {
    padding: 0;
  }

  .location-split-card {
    grid-template-columns: 1fr;
  }

  .location-split-image {
    min-height: 340px;
  }

  .borough-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locations-highlight-card {
    padding: 28px;
  }

  .private-location-panel {
    padding: 38px;
  }
}

@media (max-width: 767px) {
  .location-split-card {
    border-radius: 24px;
  }

  .location-split-image {
    min-height: 260px;
  }

  .location-split-content,
  .private-location-panel {
    padding: 28px;
  }

  .location-feature-grid {
    grid-template-columns: 1fr;
  }

  .location-card {
    padding: 24px;
  }

  .locations-highlight-card li {
    align-items: flex-start;
  }

  .location-code {
    width: 56px;
    height: 56px;
  }

  .locations-hero-image {
    border-radius: 24px;
  }

  .borough-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .locations-hero-image img {
    height: 320px;
  }

  .locations-hero-image:before {
    inset: 14px;
    border-radius: 18px;
  }

  .private-location-panel {
    border-radius: 24px;
  }

  .locations-highlight-card h3 {
    font-size: 1.65rem;
  }

  .borough-link-grid a {
    text-align: left;
  }
}

/* Inner service detail pages */
.service-detail-hero {
  overflow: hidden;
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: #000000;
  font-weight: 800;
  font-size: 0.92rem;
}

.breadcrumb-nav a {
  color: #111;
}

.breadcrumb-nav a:hover {
  color: var(--accent);
}

.service-detail-image img {
  height: 620px;
  object-fit: cover;
  object-position: center;
}

.service-intro,
.service-vehicle-section,
.related-services {
  background: #fff;
}

.service-benefits {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/corporate/corporate-3.webp") center 30% / cover no-repeat;
}
.service-benefits .benefit-number {
  display: none;
}
.section-subtitle {
  max-width: 650px;
  margin: 18px auto 0;
  color: #a8a8a8;
}

.service-benefit-card {
  position: relative;
  height: 100%;
  padding: 35px 30px;
  border-radius: 22px;
  background: #131313;
  border: 1px solid rgba(199, 90, 18, 0.18);
  transition: 0.4s;
  overflow: hidden;
}

.service-benefit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #c75a12);
  transform: scaleX(0);
  transition: 0.4s;
}

.service-benefit-card:hover::before {
  transform: scaleX(1);
}

.service-benefit-card:hover {
  transform: translateY(-8px);
  border-color: #c75a12;
  box-shadow: 0 18px 45px rgba(199, 90, 18, 0.18);
}

.benefit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), #c75a12);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(199, 90, 18, 0.25);
}

.benefit-number {
  font-size: 42px;
  font-weight: 800;
  color: rgba(199, 90, 18, 0.18);
  line-height: 1;
}

.service-benefit-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-benefit-card p {
  color: #bdbdbd;
  line-height: 1.8;
  margin: 0;
}

.service-benefit-card:hover .benefit-icon {
  transform: rotate(-8deg) scale(1.08);
  transition: 0.35s;
}

.service-coverage-detail {
  background: black;
}

.service-ideal {
  background: #111;
}
.service-ideal p, .service-coverage-detail p{
  color:#fff;
}

.service-faq {
  background: var(--primary-bg);
}

.service-summary-card {
  height: 100%;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.34);
  border-radius: var(--radius);
  padding: 38px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 120px;
}

.service-summary-card h3 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.service-summary-card ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.service-summary-card li {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 13px 15px;
  color: #111;
  font-weight: 900;
}

.service-summary-card a {
  color: var(--accent);
  font-weight: 900;
}

.service-detail-card {
  height: 100%;
  background: linear-gradient(
    rgba(252, 248, 248, 0.94),
    rgba(131, 131, 131, 0.38)
  );
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.service-detail-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.service-detail-card h3 {
  color: var(--accent);
}

.service-detail-card p {
  margin-bottom: 0;
  color: rgb(0, 0, 0) !important;
}

.service-detail-card .icon-circle {
  font-weight: 900;
  font-size: 1.1rem;
}

.ideal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ideal-pill {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.22);
  border-radius: 18px;
  padding: 20px 22px;
  color: #111;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
}

.ideal-pill:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  background: var(--accent);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.service-tags span {
  display: inline-flex;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.32);
  border-radius: 999px;
  color: #111;
  font-weight: 850;
  padding: 10px 15px;
}

.related-service-card {
  display: block;
  height: 100%;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.05);
  transition: 0.25s;
}

.related-service-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.related-service-card h3 {
  margin-bottom: 18px;
}

.related-service-card span {
  font-weight: 900;
}
.related-service-card .card-link {
  color: var(--white);
}

.inner-hero-text,
.lead-text {
  display: none;
}

.nav-list a.active {
  color: var(--accent);
}

@media (max-width: 991px) {
  .service-detail-image img {
    height: 430px;
  }

  .service-summary-card {
    position: static;
  }

  .ideal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .service-detail-image img {
    height: 300px;
  }

  .breadcrumb-nav {
    font-size: 0.84rem;
  }

  .service-summary-card,
  .service-detail-card,
  .related-service-card {
    padding: 24px;
  }

  .service-tags span,
  .ideal-pill {
    width: 100%;
  }
}

/* Inner fleet detail pages */
.fleet-detail-hero {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/events/event-banner.webp") center 30% / cover no-repeat;
  overflow: hidden;
  padding-top: 120px !important;
}

.fleet-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  min-height: 520px;
  overflow: hidden;
}

.fleet-hero-image img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 450px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .fleet-hero-image {
    min-height: auto;
    padding: 20px;
    margin-top: 30px;
  }

  .fleet-hero-image img {
    max-height: 350px;
  }
}

.fleet-overview,
.fleet-experience {
  background: #fff;
}

.related-fleet {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    linear-gradient(rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.8)),
    url("../images/fleet/fleet-common-bg3.webp") center/cover no-repeat;
}

.related-fleet::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 140, 0, 0.18),
    transparent 45%
  );
}

.related-fleet .overlay-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.35;
  pointer-events: none;
}

.related-fleet .section-heading {
  position: relative;
  z-index: 2;
  /* margin-bottom: 55px; */
}

.related-fleet .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.related-fleet .eyebrow::before,
.related-fleet .eyebrow::after {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--accent);
}

.related-fleet h2 {
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
}

.section-subtitle {
  max-width: 620px;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.75);
}

.related-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 35px 28px;
  text-decoration: none;
  border-radius: 22px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.45s ease;
}

.related-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#ff8747, var(--accent));
  transition: 0.35s;
}

.related-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 72, 0, 0.45);
  box-shadow: 0 18px 45px rgba(255, 140, 0, 0.18);
}

.related-service-card:hover::before {
  width: 100%;
  opacity: 0.06;
}

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;

  color: #fff;

  background: linear-gradient(135deg, #ff8d47, var(--accent));

  margin-bottom: 24px;

  transition: 0.4s;
}

.related-service-card:hover .card-icon {
  transform: rotate(-8deg) scale(1.08);
}

.related-service-card h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 40px;
}

.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.card-link i {
  transition: 0.35s;
}

.related-service-card:hover .card-link i {
  transform: translateX(8px);
}

@media (max-width: 767px) {
  .related-fleet {
    padding: 80px 0;
  }

  .related-service-card {
    padding: 28px 22px;
  }

  .related-service-card h3 {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }
}

.fleet-benefits {
  background: var(--section-bg);
}
.fleet-benefits .fleet-detail-card {
  background: var(--card) !important;
}

.fleet-airport-business {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url(../images/fleet/fleet-common-bg2.webp) center 30% / cover no-repeat;
}

.fleet-ideal-for,
.fleet-faq {
  background: var(--primary-bg);
}

.fleet-availability {
  background: var(--secondary-bg);
}

.fleet-spec-card {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/events/events-5.webp") center 30% / cover no-repeat;
}

.fleet-detail-card,
.fleet-experience-panel {
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
}

.fleet-spec-card {
  padding: 34px;
  position: sticky;
  top: 120px;
}

.fleet-spec-card h3 {
  font-size: 1.8rem;
  margin-bottom: 22px;
}

.fleet-spec-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.fleet-spec-list div {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 14px 16px;
}

.fleet-spec-list dt {
  color: #111;
  font-weight: 900;
}

.fleet-spec-list dd {
  margin: 4px 0 0;
  color: #000000;
}

.small-note {
  font-size: 0.92rem;
  margin: 20px 0 0;
  color: #000000;
}

.fleet-detail-card {
  height: 100%;
  padding: 30px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.fleet-detail-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.fleet-detail-card p {
  margin: 0;
}

.fleet-detail-card .icon-circle {
  font-weight: 900;
  font-size: 1.05rem;
}

.fleet-ideal-for .ideal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.fleet-ideal-for p {
  color:#ffffff;
}
.fleet-ideal-for .guidance-list p {
  color:#000000;
}

.fleet-ideal-for .ideal-pill {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.22);
  border-radius: 18px;
  padding: 20px 22px;
  color: #111;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
  transition: 0.25s;
}

.fleet-ideal-for .ideal-pill:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.fleet-experience-panel {
  padding: 34px;
}

.fleet-experience-panel h3 {
  font-size: 1.85rem;
  margin-bottom: 20px;
}

.fleet-experience-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.fleet-experience-panel li {
  background: rgba(255, 255, 255, 0.58);
  border-radius: 16px;
  padding: 14px 16px;
  color: #111;
  font-weight: 850;
}

.cta-card.dark {
  background: #111;
  color: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}

.cta-card.dark h3 {
  color: #fff;
}

.cta-card.dark p {
  color: #f4f4f4;
}

.btn-light {
  background: #fff;
  color: #111;
  border: 1px solid #fff;
}

.btn-light:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.notice-card {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfer-4.webp") center 30% /
      cover no-repeat;
  border-color: rgba(248, 90, 19, 0.22);
  padding: 42px;
}

.fleet-availability {
  position: relative;
  padding: 110px 0;
  background: #090909;
  overflow: hidden;
}

/* Orange glow behind card */
.fleet-availability::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 102, 0, 0.18) 0%,
    transparent 70%
  );
  filter: blur(70px);
  pointer-events: none;
}

.notice-card {
  position: relative;
  max-width: 920px;
  margin: auto;
  padding: 60px;
  text-align: center;

  background: rgba(18, 18, 18, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;

  overflow: hidden;

  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition: 0.4s ease;
}

.notice-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 102, 0, 0.35);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(255, 102, 0, 0.18);
}

/* Animated top accent */
.notice-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent),
    #ffb347,
    var(--accent),
    transparent
  );
}

/* Corner glow */
.notice-card::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.2), transparent 70%);
}

.notice-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );

  border: 1px solid rgba(255, 102, 0, 0.35);

  color: var(--accent);
  font-size: 32px;

  box-shadow: 0 0 30px rgba(255, 102, 0, 0.18);
}

.notice-card .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: var(--accent);

  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.notice-card .eyebrow::before,
.notice-card .eyebrow::after {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--accent);
  opacity: 0.8;
}

.notice-card h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.notice-card p {
  max-width: 720px;
  margin: auto;

  color: rgba(255, 255, 255, 0.72);

  font-size: 1.05rem;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .notice-card {
    padding: 40px 28px;
  }

  .notice-icon {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .notice-card h2 {
    font-size: 2rem;
  }

  .notice-card p {
    font-size: 1rem;
  }
}

.fleet-cta p {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .hero-section {
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    /* stop the dark bg from extending under the form */
  }

  .hero-section .row {
    background: transparent;
  }

  .quote-form {
    background: #ffffff;
    border-radius: 0;
    padding: 2rem 1.25rem;
    margin-top: 2rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    /* full-bleed breakout so it reads as its own section, not a floating card */
  }

  .quote-form label {
    color: black;
  }

  .quote-form .col-12:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .fleet-detail-image {
    border-radius: 24px;
  }

  .fleet-detail-image:before {
    inset: 14px;
    border-radius: 18px;
  }

  .fleet-detail-image img {
    height: 300px;
  }

  .fleet-spec-card,
  .fleet-detail-card,
  .fleet-experience-panel,
  .cta-card.dark {
    padding: 24px;
  }

  .fleet-ideal-for .ideal-pill {
    width: 100%;
  }
}

/* Airport transfer detail pages */
.airport-detail-hero {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfers.webp") center 30% / cover
      no-repeat;
  overflow: hidden;
}

.airport-detail-image,
.airport-highlight-card,
.airport-detail-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
}

.airport-detail-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.airport-highlight-card {
  padding: 34px;
  border: 1px solid rgba(248, 90, 19, 0.2);
}

.airport-highlight-card h3 {
  color: white;
  margin-bottom: 18px;
}

.section-kicker {
  color: var(--accent);
}

.airport-highlight-card ul {
  padding-left: 18px;
  margin: 0;
}

.airport-highlight-card li {
  margin-bottom: 10px;
  color: var(--body-text);
}

.airport-detail-card {
  height: 100%;
  background: var(--card-bg);
  padding: 30px;
  border: 1px solid rgba(248, 90, 19, 0.18);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.airport-detail-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.16);
}

.process-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.process-mini-grid div {
  background: var(--card-bg);
  border: 1px solid rgba(248, 90, 19, 0.2);
  border-radius: 20px;
  padding: 22px;
  font-weight: 700;
  color: var(--heading-text);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.route-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--card-bg);
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: 22px;
  padding: 22px;
  color: var(--heading-text);
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.route-card span {
  color: var(--accent);
  font-size: 0.9rem;
}

.route-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
}

.airport-use-cases .ideal-grid {
  grid-template-columns: repeat(2, 1fr);
}

.airport-availability .notice-card {
  background: rgba(255, 255, 255, 0.479);
  border-left: 5px solid var(--accent);
  border-radius: 26px;
  padding: 34px;
}

@media (max-width: 991px) {
  .route-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .route-grid,
  .process-mini-grid,
  .airport-use-cases .ideal-grid {
    grid-template-columns: 1fr;
  }

  .airport-highlight-card,
  .airport-detail-card {
    padding: 24px;
  }

  .airport-detail-hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* =========================================================
   Inner page UI stabilisation patch
   Applies to service, fleet and airport detail pages.
   ========================================================= */
:root {
  --heading-text: var(--heading);
  --body-text: var(--body);
  --card-bg: var(--card);
}

main {
  display: block;
  width: 100%;
  overflow: hidden;
}

.section {
  padding: 50px 0;
  position: relative;
}

.lead-text {
  font-size: 1.16rem;
  line-height: 1.75;
  color: #bebebe;
  max-width: 680px;
}

.text-center .lead-text {
  margin-left: auto;
  margin-right: auto;
}

.btn-outline {
  border: 1px solid #111;
  color: #111;
  background: transparent;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #111;
  border-color: #111;
  color: #fff;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 6px;
}

.section-heading p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 40px auto;
  margin-top: 0px;
}

/* Primary */
.hero-btn-primary {
  background: linear-gradient(135deg, var(--accent), #ff631a);

  color: #fff;

  box-shadow: 0 12px 35px rgba(255, 102, 0, 0.3);
}
.hero-btn-glass{
  background: linear-gradient(#ff631a22,#ff631a1b);
  backdrop-filter: blur(10px);
  border: 1px solid var(--accent);
}

.hero-btn-primary:hover {
  transform: translateY(-4px);
  color: #fff;

  box-shadow: 0 18px 45px rgba(255, 102, 0, 0.45);
}

/* Outline */
.hero-btn-outline {
  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.25);

  background: rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(14px);
}

.hero-btn-outline:hover {
  background: #fff;
  color: #111;
  border-color: #fff;

  transform: translateY(-4px);
}

.hero-btn i {
  font-size: 16px;
}

@media (max-width: 576px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-btn {
    width: 100%;
  }
}

.breadcrumb-nav {
  flex-wrap: wrap;
  line-height: 1.4;
}

.breadcrumb-nav span:last-child {
  color: #ffffff;
}

.service-detail-image,
.fleet-detail-image,
.airport-detail-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #03030397;
}

.service-detail-image:before,
.fleet-detail-image:before,
.airport-detail-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid var(--accent);
  border-radius: 26px;
  z-index: 1;
  pointer-events: none;
}

.service-detail-image img,
.fleet-detail-image img,
.airport-detail-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.service-overview,
.service-vehicles,
.service-faq,
.fleet-overview,
.fleet-faq,
.airport-overview,
.airport-vehicles,
.airport-faq {
  background: #fff;
}

.service-process {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfers-3.webp") center 30% /
      cover no-repeat;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.process-step {
  position: relative;
  padding: 35px 30px;
  background: #131313;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent);
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
}

.process-step:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--accent) 25%, transparent);
}

.process-step:hover::before {
  transform: scaleX(1);
}

.process-step span {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    var(--accent),
    color-mix(in srgb, var(--accent) 75%, #fff)
  );
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 10px 25px color-mix(in srgb, var(--accent) 30%, transparent);
}

.process-step h3 {
  color: black;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.35;
}

.process-step p {
  color: #bcbcbc;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

.vehicle-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 520px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.vehicle-img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.related-services {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f6f2, #ffffff);
  overflow: hidden;
}

.related-services::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -220px;
  top: -220px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
}

.section-subtitle {
  max-width: 700px;
  margin: 18px auto 0;
  color: #000;
}

.section-subtitle2 {
  max-width: 700px;
  margin: 18px auto 0;
  color: #000000;
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: black;
  transition: 0.45s;
}

.service-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 28px;
}

.service-tag {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.service-content h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.35;
}

.service-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--accent);
  font-weight: 600;
  transition: 0.35s;
}

.service-link i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s;
}

.related-service-card:hover .service-link i {
  transform: translateX(6px);
}

.related-service-card:hover .service-tag {
  background: var(--accent);
}

.fleet-benefits,
.fleet-experience,
.airport-departures,
.related-airports {
  background: var(--section-bg);
}

.related-airports {
  padding: 110px 0;
  background: #fff;
}

.airport-card {
  position: relative;
  display: block;
  height: 340px;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
  transition: 0.45s;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.airport-card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.airport-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  z-index: 2;
}

.airport-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.82));
  z-index: 1;
}

.airport-card-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 8px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.airport-tag {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.airport-tag i {
  margin-right: 8px;
}

.airport-card h3 {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 18px;
  font-weight: 700;
}

.airport-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.airport-link i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  transition: 0.35s;
}

.airport-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 55px rgba(255, 102, 0, 0.18);
}

.airport-card:hover .airport-card-image {
  transform: scale(1.08);
}

.airport-card:hover .airport-link i {
  transform: translateX(5px);
}

.airport-card:hover::before {
  border-color: rgba(255, 102, 0, 0.45);
}

@media (max-width: 768px) {
  .airport-card {
    height: 300px;
  }

  .airport-card h3 {
    font-size: 1.4rem;
  }
}

.airport-benefits {
  position: relative;
  background: #080808;
  overflow: hidden;
}

.airport-benefits .section-subtitle {
  color: #b8b8b8;
  max-width: 650px;
  margin: 15px auto 0;
  font-size: 15px;
  line-height: 1.8;
}

.airport-benefit-card {
  position: relative;
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: 0.45s;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  border: 1px solid rgba(255, 145, 0, 0.15);
}

.airport-benefit-card:hover {
  transform: translateY(-10px);
  border-color: #ff8a00;
  box-shadow: 0 20px 45px rgba(255, 136, 0, 0.18);
}

.benefit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.95)
  );
  transition: 0.4s;
}

.airport-benefit-card:hover .benefit-overlay {
  background: linear-gradient(
    180deg,
    rgba(255, 140, 0, 0.08),
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.92)
  );
}

.benefit-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.benefit-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.benefit-content p {
  color: #d3d3d3;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.benefit-number {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), #ff8d47);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  z-index: 3;
  box-shadow: 0 10px 25px rgba(255, 128, 0, 0.35);
}

.airport-benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.airport-benefit-card:hover .benefit-number {
  transform: scale(1.08) rotate(-5deg);
  transition: 0.35s;
}

.airport-routes {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    linear-gradient(
      135deg,
      rgba(8, 8, 8, 0.92) 0%,
      rgba(8, 8, 8, 0.78) 45%,
      rgba(15, 8, 0, 0.82) 100%
    ),
    url("../images/airport-transfers/airport-transfer-2.webp") center
      center/cover no-repeat;
}

.airport-routes::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 140, 0, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 115, 0, 0.12),
      transparent 45%
    );
  pointer-events: none;
}

.airport-routes::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.airport-routes .container {
  position: relative;
  z-index: 2;
}

.route-content h4 {
  color: #000000 !important;
}

.service-ideal-for,
.airport-arrivals {
  background: var(--primary-bg);
}

.fleet-ideal-for {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/fleet/fleet-common-bg1.webp") center 40% / cover no-repeat;
}

.airport-availability {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/about/suv.webp") center 30% / cover no-repeat;
}

.airport-use-cases {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/airport-transfers/airport-transfers.webp") center 30% / cover
      no-repeat;
}

.airport-booking-process {
  position: relative;
  overflow: hidden;
  background: #080808;
}

.process-card {
  position: relative;
  height: 100%;
  background: #121212;
  border: 1px solid rgba(199, 90, 18, 0.18);
  border-radius: 20px;
  padding: 35px 25px 25px;
  transition: 0.35s;
  overflow: hidden;
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: #c75a12;
  box-shadow: 0 20px 45px rgba(199, 90, 18, 0.18);
}

.step-number {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;

  background: linear-gradient(135deg, var(--accent), #c75a12);

  color: #fff;
  font-size: 20px;
  font-weight: 700;

  box-shadow: 0 10px 20px rgba(199, 90, 18, 0.3);
}

.process-card h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 14px;
}

.process-card p {
  color: #bfbfbf;
  line-height: 1.8;
  margin: 0;
}

.process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #ef6b36);
  transform: scaleX(0);
  transition: 0.35s;
}

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

.airport-booking-process .row {
  align-items: stretch;
}

.airport-booking-process .col-lg-5 {
  display: flex;
}

.process-image {
  width: 100%;
  min-height: 660px;
  overflow: hidden;
  border-radius: 24px;
}

.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 991px) {
  .process-row {
    padding-left: 45px;
  }

  .process-card {
    padding: 24px 24px 24px 55px;
  }

  .process-card span {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .process-image img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .airport-booking-process .process-row {
    grid-template-columns: 1fr;
  }

  .airport-booking-process img {
    margin-top: 30px;
  }
}

.service-summary-card {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/home-banner.webp") center 30% / cover no-repeat;
}

.fleet-experience-panel {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/corporate/corporate-1.webp") center 30% / cover no-repeat;
}

.notice-card,
.cta-card,
.related-fleet-card,
.related-airport-card {
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
  padding: 34px;
}

.service-summary-card,
.fleet-spec-card {
  position: sticky;
  top: 120px;
}

.service-tags,
.vehicle-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-tags span,
.vehicle-labels span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(248, 90, 19, 0.35);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 8px 12px;
  color: #111;
  font-weight: 800;
  font-size: 0.7rem;
}

.service-detail-card,
.fleet-detail-card,
.airport-detail-card,
.related-service-card,
.related-fleet-card,
.related-airport-card {
  height: 100%;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.service-detail-card:hover,
.fleet-detail-card:hover,
.airport-detail-card:hover,
.related-service-card:hover,
.related-fleet-card:hover,
.related-airport-card:hover {
  transform: translateY(-7px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.service-detail-card h3,
.fleet-detail-card h3,
.airport-detail-card h3 {
  font-size: 1.28rem;
  margin-bottom: 12px;
}

.service-detail-card p,
.fleet-detail-card p,
.airport-detail-card p {
  color: #000000;
}

.ideal-grid,
.fleet-ideal-for .ideal-grid,
.airport-use-cases .ideal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ideal-pill {
  display: flex;
  align-items: center;
  min-height: 70px;
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.22);
  border-radius: 18px;
  padding: 18px 20px;
  color: #111;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
  transition: 0.25s;
}

.ideal-pill:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.process-step {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
}

.process-step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  margin-bottom: 22px;
}

.process-step p {
  margin-bottom: 0;
  color: #000000;
}

.fleet-spec-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.fleet-spec-list div {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 14px 16px;
}

.fleet-spec-list dt {
  font-weight: 900;
  color: #111;
}

.fleet-spec-list dd {
  margin: 4px 0 0;
  color: #000000;
}

.small-note {
  font-size: 0.92rem;
  color: #000000;
  margin-top: 20px;
}

.fleet-experience-panel ul,
.airport-highlight-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.fleet-experience-panel li,
.airport-highlight-card li {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  padding: 13px 15px;
  color: #111;
  font-weight: 800;
}

.cta-card.dark {
  background: #111;
  color: #fff;
  border-radius: 30px;
  padding: 38px;
  box-shadow: var(--shadow);
  border: 0;
}

.cta-card.dark h3 {
  color: #fff;
}

.cta-card.dark p {
  color: #e8e8e8;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.18);
  border-radius: 22px;
  padding: 22px;
  color: #111;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.route-card span {
  color: var(--accent);
  font-size: 0.9rem;
}

.route-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.process-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.process-mini-grid div {
  background: #fff;
  border: 1px solid rgba(248, 90, 19, 0.2);
  border-radius: 20px;
  padding: 22px;
  font-weight: 900;
  color: #111;
}

.notice-card {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-left: 5px solid var(--accent);
}

.notice-card p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.related-service-card h3,
.related-fleet-card h3,
.related-airport-card h3 {
  font-size: 1.25rem;
}

.related-service-card a,
.related-fleet-card a,
.related-airport-card a {
  color: var(--accent);
  font-weight: 900;
}

.service-cta p,
.fleet-cta p,
.airport-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #000000;
}

.service-cta .container {
  background: linear-gradient(
    110deg,
    rgb(0 0 0 / 18%) 0%,
    rgb(95 95 95 / 59%) 100%
  );
  border-radius: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(248, 90, 19, 0.14);
  text-align: center;
}

.airport-cta .container h2 {
  color: white;
}

.btn:first-child:active {
  background-color: var(--accent) !important;
  border: none !important;
}

.accordion-button {
  line-height: 1.35;
  padding: 0px 15px !important;
}

.accordion-body {
  line-height: 1.75;
}

.mobile-accordion div a.active {
  background: #fff;
  color: var(--accent);
  font-weight: 900;
}

@media (max-width: 1199px) {
  .section {
    padding: 90px 0;
  }

  .service-detail-image img,
  .fleet-detail-image img,
  .airport-detail-image img {
    height: 520px;
  }

  .ideal-grid,
  .fleet-ideal-for .ideal-grid,
  .airport-use-cases .ideal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .section {
    padding: 78px 0;
  }

  .footer-logo {
    max-width: 30% !important;
  }

  .brand img {
    max-width: 70% !important;
  }

  .site-footer {
    padding: 0px !important;
  }

  .vehicle-img-wrapper {
    min-height: 100%;
  }

  .service-summary-card,
  .fleet-spec-card {
    position: static;
  }

  .service-detail-image img,
  .fleet-detail-image img,
  .airport-detail-image img {
    height: 430px;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  .route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .airport-detail-hero .row,
  .fleet-detail-hero .row,
  .service-detail-hero .row {
    row-gap: 34px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(2.55rem, 12vw, 3.5rem) !important;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .lead-text {
    font-size: 1.02rem;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 34px;
  }

  .section-heading .eyebrow {
    justify-content: flex-start;
  }

  .ideal-grid,
  .fleet-ideal-for .ideal-grid,
  .airport-use-cases .ideal-grid,
  .route-grid,
  .process-grid,
  .process-mini-grid {
    grid-template-columns: 1fr;
  }

  .service-summary-card,
  .fleet-spec-card,
  .fleet-experience-panel,
  .airport-highlight-card,
  .notice-card,
  .cta-card,
  .related-service-card,
  .related-fleet-card,
  .related-airport-card,
  .service-detail-card,
  .fleet-detail-card,
  .airport-detail-card {
    padding: 24px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .service-detail-image,
  .fleet-detail-image,
  .airport-detail-image {
    border-radius: 24px;
  }

  .service-detail-image:before,
  .fleet-detail-image:before,
  .airport-detail-image:before {
    inset: 14px;
    border-radius: 18px;
  }

  .service-detail-image img,
  .fleet-detail-image img,
  .airport-detail-image img {
    height: 330px;
  }

  .service-cta .container,
  .fleet-cta .container,
  .airport-cta .container {
    border-radius: 24px;
    padding: 44px 18px;
  }

  .breadcrumb-nav {
    font-size: 0.86rem;
    gap: 8px;
  }

  .service-tags span,
  .vehicle-labels span,
  .ideal-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .cta-card.dark {
    border-radius: 24px;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 62px 0;
  }

  .service-detail-image img,
  .fleet-detail-image img,
  .airport-detail-image img {
    height: 280px;
  }

  .process-step span,
  .icon-circle {
    width: 48px;
    height: 48px;
  }

  .route-card,
  .ideal-pill {
    padding: 16px;
  }

  .offcanvas-menu {
    width: 100vw;
    max-width: 100vw;
  }

  .container {
    max-width: 100%;
  }
}

/* =========================================================
   Global FAQ UI repair - inner pages and main page accordions
   ========================================================= */
.faq-section,
.service-faq,
.fleet-faq,
.airport-faq {
  position: relative;
  overflow: hidden;
}

.faq-section .container,
.service-faq .container,
.fleet-faq .container,
.airport-faq .container {
  max-width: 1120px;
}

.faq-accordion,
.luxury-accordion,
.service-faq .accordion,
.fleet-faq .accordion,
.airport-faq .accordion,
.faq-list,
.faq-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.faq-accordion .accordion-item,
.luxury-accordion .accordion-item,
.service-faq .accordion-item,
.fleet-faq .accordion-item,
.airport-faq .accordion-item {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(248, 90, 19, 0.22) !important;
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.055);
  margin: 0 !important;
}

.faq-accordion .accordion-header,
.luxury-accordion .accordion-header,
.service-faq .accordion-header,
.fleet-faq .accordion-header,
.airport-faq .accordion-header {
  margin: 0;
  line-height: 1.25;
}

 .accordion-header {
  padding: 0px !important;
}

 .accordion-body {
  padding-top: 10px !important;
}
.faq-accordion .accordion-button,
.luxury-accordion .accordion-button,
.service-faq .accordion-button,
.fleet-faq .accordion-button,
.airport-faq .accordion-button {
  min-height: 72px;
  width: 100%;
  gap: 18px;
  padding: 16px 20px;
  background: #fff;
  color: #111;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
  border: 0;
  box-shadow: none !important;
}

.faq-accordion .accordion-button::after,
.luxury-accordion .accordion-button::after,
.service-faq .accordion-button::after,
.fleet-faq .accordion-button::after,
.airport-faq .accordion-button::after {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border-radius: 50%;
  background-color: var(--primary-bg);
  background-position: center;
  background-size: 16px;
  border: 1px solid rgba(248, 90, 19, 0.24);
}

.faq-accordion .accordion-button:not(.collapsed),
.luxury-accordion .accordion-button:not(.collapsed),
.service-faq .accordion-button:not(.collapsed),
.fleet-faq .accordion-button:not(.collapsed),
.airport-faq .accordion-button:not(.collapsed) {
  background: var(--card);
  color: #111;
}

.faq-accordion .accordion-button:focus,
.luxury-accordion .accordion-button:focus,
.service-faq .accordion-button:focus,
.fleet-faq .accordion-button:focus,
.airport-faq .accordion-button:focus,
.faq-question:focus {
  outline: 3px solid rgba(248, 90, 19, 0.28);
  outline-offset: 2px;
  box-shadow: none;
}

.faq-accordion .accordion-collapse,
.luxury-accordion .accordion-collapse,
.service-faq .accordion-collapse,
.fleet-faq .accordion-collapse,
.airport-faq .accordion-collapse {
  border: 0;
}

.faq-accordion .accordion-body,
.luxury-accordion .accordion-body,
.service-faq .accordion-body,
.fleet-faq .accordion-body,
.airport-faq .accordion-body {
  padding: 0 20px 20px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.faq-item {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(248, 90, 19, 0.22);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.055);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 22px 26px;
  border: 0;
  background: #fff;
  color: #111;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
  overflow-wrap: anywhere;
}

.faq-question span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-bg);
  border: 1px solid rgba(248, 90, 19, 0.24);
  color: var(--accent);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-item.active .faq-question,
.faq-question[aria-expanded="true"] {
  background: var(--card);
}

.faq-answer {
  display: none;
  padding: 0 26px 26px;
}

.faq-answer p,
.faq-answer {
  color: #000000;
  line-height: 1.8;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .faq-accordion,
  .luxury-accordion,
  .service-faq .accordion,
  .fleet-faq .accordion,
  .airport-faq .accordion,
  .faq-list,
  .faq-wrap {
    gap: 12px;
    max-width: 100%;
  }

  .faq-accordion .accordion-button,
  .luxury-accordion .accordion-button,
  .service-faq .accordion-button,
  .fleet-faq .accordion-button,
  .airport-faq .accordion-button,
  .faq-question {
    min-height: auto;
    padding: 18px 18px;
    font-size: 0.96rem;
    line-height: 1.45;
    align-items: flex-start;
  }

  .faq-accordion .accordion-button::after,
  .luxury-accordion .accordion-button::after,
  .service-faq .accordion-button::after,
  .fleet-faq .accordion-button::after,
  .airport-faq .accordion-button::after,
  .faq-question span {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-top: 0;
  }

  .faq-accordion .accordion-body,
  .luxury-accordion .accordion-body,
  .service-faq .accordion-body,
  .fleet-faq .accordion-body,
  .airport-faq .accordion-body,
  .faq-answer {
    padding: 0 14px 16px;
    font-size: 0.95rem;
  }
}

/* Inner Location Pages */
.location-detail-hero,
.location-hero {
  background: var(--primary-bg);
  overflow: hidden;
}

.location-detail-image,
.location-highlight-card,
.location-detail-card,
.location-service-card {
  border-radius: 28px;
  overflow: hidden;
}

.location-detail-image img {
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.14);
}

.location-highlight-card {
  background: var(--card);
  padding: 34px;
  border: 1px solid rgba(248, 90, 19, 0.28);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
}

.location-highlight-card h3 {
  margin-bottom: 18px;
}

.location-highlight-card ul {
  margin: 0;
  padding-left: 20px;
  color: #000000;
  line-height: 1.9;
}

.location-detail-card,
.location-service-card {
  display: block;
  height: 100%;
  padding: 30px;
  background: var(--card);
  border: 1px solid rgba(248, 90, 19, 0.16);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.location-detail-card:hover,
.location-service-card:hover {
  transform: translateY(-7px);
  border-color: var(--accent);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.1);
}

.location-service-card h3,
.location-detail-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.location-service-card span {
  color: var(--accent);
  font-weight: 800;
}

.location-airports,
.location-vehicles,
.location-booking-process {
  background: var(--section-bg);
}

.location-faq .faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

@media (max-width: 767px) {
  .location-detail-image img {
    min-height: 240px;
  }

  .location-highlight-card,
  .location-detail-card,
  .location-service-card {
    padding: 24px;
    border-radius: 22px;
  }
}

/* Contact page */
.contact-hero {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/service-banner/executive.webp") center 40% / cover no-repeat;
}

.contact-intro,
.contact-form-section,
.contact-coverage {
  background: var(--primary-bg);
}

.contact-info-section,
.popular-enquiries,
.contact-map-section {
  background: var(--section-bg);
}

.contact-guidance {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/home-banner.webp") center 40% / cover no-repeat;
}

.contact-hero-image {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
  background: #fff;
}

.contact-hero-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid var(--accent);
  border-radius: 26px;
  z-index: 1;
  pointer-events: none;
}

.contact-hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.contact-summary-card {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url(../images/airtports/healthrow.webp) center 40% / cover no-repeat;
}

.contact-guidance-card h3 {
  color: var(--accent);
}

.contact-guidance-card {
  background-color: white;
}

.contact-info-card,
.popular-enquiry-card,
.contact-form-card {
  border-radius: var(--radius);
  border: 1px solid rgba(248, 90, 19, 0.18);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
}

.contact-summary-card {
  padding: 36px;
  position: sticky;
  top: 120px;
}

.contact-summary-card h3 {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.contact-summary-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.contact-summary-card li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  color: #111;
  font-weight: 900;
}

.contact-summary-card a {
  color: var(--accent);
  font-weight: 900;
}

.inline-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.inline-link-row a {
  color: #111;
  font-weight: 900;
  border-bottom: 2px solid var(--accent);
}

.contact-info-card {
  height: 100%;
  background: var(--white);
  padding: 30px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-info-card:hover,
.contact-guidance-card:hover,
.popular-enquiry-card:hover {
  transform: translateY(-7px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.contact-info-card span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 900;
}

.contact-info-card h3,
.contact-guidance-card h3,
.popular-enquiry-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.contact-info-card p,
.contact-guidance-card p,
.popular-enquiry-card p {
  margin-bottom: 0;
}

.contact-info-card a {
  color: inherit;
  overflow-wrap: anywhere;
}

.contact-form-card {
  background: var(--card);
  padding: clamp(26px, 4vw, 42px);
}

.contact-form-card label {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-weight: 900;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #111;
  box-shadow: none;
}

.contact-form-card textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(248, 90, 19, 0.15);
}

.contact-form-note {
  background: #111;
  color: #fff;
  border-radius: 22px;
  padding: 24px;
  margin-top: 24px;
  line-height: 1.7;
}

.contact-form-note strong {
  color: #fff;
}

.contact-form-message {
  min-height: 28px;
  margin: 16px 0 0;
  color: #111;
  font-weight: 800;
}

.contact-form-message.success {
  color: #1d6b33;
}

.contact-form-message.error {
  color: #9f1d1d;
}

.contact-guidance-card {
  height: 100%;
  background: var(--card);
  padding: 28px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.popular-enquiry-card {
  display: block;
  height: 100%;
  background: var(--card);
  padding: 30px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.popular-enquiry-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 900;
}

.contact-map-placeholder {
  min-height: 320px;
  border-radius: 32px;
  border: 1px solid rgba(248, 90, 19, 0.28);
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.527) 0%,
      rgba(10, 10, 10, 0.286) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/location.webp") center 40% / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow);
  padding: 30px;
}

.contact-map-placeholder span {
  color: #111;
  font-family: "Roboto Serif", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
}

.service-area-panel {
  background: #111;
  color: #fff;
  border-radius: 34px;
  padding: clamp(34px, 6vw, 64px);
  box-shadow: var(--shadow);
}

.service-area-panel h2 {
  color: #fff;
}

.service-area-panel p {
  color: #f1f1f1;
  max-width: 840px;
}

.contact-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #000000;
}

@media (max-width: 991px) {
  .contact-hero-image img {
    height: 460px;
  }

  .contact-summary-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .contact-hero-image {
    border-radius: 24px;
  }

  .contact-hero-image img {
    height: 340px;
  }

  .contact-hero-image:before {
    inset: 14px;
    border-radius: 18px;
  }

  .contact-summary-card,
  .contact-info-card,
  .contact-guidance-card,
  .popular-enquiry-card {
    padding: 24px;
    border-radius: 22px;
  }

  .contact-map-placeholder {
    min-height: 240px;
    border-radius: 24px;
  }

  .service-area-panel {
    border-radius: 24px;
  }

  .contact-form-card {
    border-radius: 22px;
  }
}

@media (max-width: 575px) {
  .contact-hero-image img {
    height: 300px;
  }

  .inline-link-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info-card span {
    width: 52px;
    height: 52px;
  }
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

.is-invalid {
  border-color: #dc3545 !important;
}

@media (max-width: 991.98px) {
  .hero-section {
    background-size: cover;
    background-position: center;
    padding-bottom: 2rem;
    /* keep some breathing room below the stacked form */
  }

  .hero-section .row {
    background: transparent;
    /* prevent any inherited white from row/col */
  }

  .quote-form {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }

  .quote-form label {
    color: black;
  }
}

@media (max-width: 575px) {
  .fleet-detail-image {
    border-radius: 24px;
    padding: 20px;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fleet-detail-image::before {
    inset: 12px;
    border-radius: 18px;
  }

  .fleet-detail-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .fleet-spec-card,
  .fleet-detail-card,
  .fleet-experience-panel,
  .cta-card.dark {
    padding: 20px;
  }

  .fleet-ideal-for .ideal-pill {
    width: 100%;
  }
}

.pac-container {
  z-index: 999999 !important;
}

.booking-section {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.52) 0%,
      rgba(10, 10, 10, 0.68) 50%,
      rgba(10, 10, 10, 0.42) 100%
    ),
    url("../images/service-banner/executive.webp") center 40% / cover no-repeat;
  padding: 180px 0;
}

.section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff !important;
  margin-bottom: 12px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 18px;
}

.section-description {
  max-width: 700px;
  margin: 0 auto;
  color: #ececec;
  font-size: 17px;
  line-height: 1.8;
}

.booking-card {
  background: #fbfbfb5c;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .booking-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .booking-card {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 26px;
  }

  .section-description {
    font-size: 15px;
  }

  .booking-card {
    padding: 15px;
    border-radius: 15px;
  }
}

.hero-booking-engine booking-widget .lf-w-full.lf-max-w-\[510px\] {
  background: linear-gradient(
    0deg,
    rgba(3, 3, 3, 0.729) 0%,
    rgba(0, 0, 0, 0.537) 100%
  ) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3) !important;
  border: 0.5px solid #ccc;
  z-index: 2 !important;
}

.hero-booking-engine .lf-max-w-\[510px\] {
  max-width: 100% !important;
  width: 100% !important;
}

.hero-booking-engine booking-widget,
.hero-booking-engine booking-widget > div {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}

.hero-booking-engine booking-widget .lf-bg-white {
  background: transparent !important;
}

.hero-booking-engine booking-widget .lf-col-span-1 button {
  color: rgb(255, 255, 255) !important;
  background: transparent !important;
}

.hero-booking-engine booking-widget .\!lf-text-\[--primary-color\] {
  color: var(--white) !important;
  padding: 10px 0px !important;
}

.hero-booking-engine booking-widget .lf-text-\[\#004A7F\] {
  color: var(--white) !important;
}

.hero-booking-engine booking-widget .lf-w-full .-lf-top-6 {
  color: var(--white) !important;
  top: -2.5rem !important;
}

.hero-booking-engine
  booking-widget
  app-datepicker
  .lf-relative.lf-col-span-1.lf-pt-6 {
  margin-top: 1rem !important;
}

.hero-booking-engine booking-widget .lf-items-center button {
  color: var(--white) !important;
  background: transparent !important;
}

.hero-booking-engine booking-widget .lf-bg-white {
  border: none;
}

.hero-booking-engine booking-widget .lf-relative input {
  background: rgba(2, 2, 2, 0.771);
}

.hero-booking-engine booking-widget .lf-relative input {
  color: rgb(255, 255, 255) !important;
}

.hero-booking-engine booking-widget button {
  background: var(--accent);
}

.hero-booking-engine booking-widget button.\!lf-border-\[--primary-color\] {
  border-bottom: 1px solid var(--accent) !important;
}

.hero-booking-engine booking-widget h5.lf-text-\[--primary-color\] {
  color: var(--accent) !important;
}

.booking-card booking-widget .lf-w-full.lf-max-w-\[510px\] {
  border-radius: 20px !important;

  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3) !important;
}

.final-cta {
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
}

.cta-card {
  position: relative;
  z-index: 2;

  max-width: 900px;
  margin: auto;

  border-radius: 28px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.final-cta .eyebrow {
  color: var(--accent);
}

.final-cta h2 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
  margin: 0 auto 4px;
  line-height: 1.9;
}

/* PREMIUM AIRPORT CARD */

.airport-card-premium {
  position: relative;

  height: 520px;

  border-radius: 24px;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding: 28px;

  transition: 0.45s;

  isolation: isolate;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.airport-card-premium:hover {
  transform: translateY(-10px);

  box-shadow: 0 30px 70px rgba(255, 120, 0, 0.25);
}

.airport-card-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0.88) 100%
  );

  z-index: 0;
}

.airport-card-top {
  position: relative;

  z-index: 2;
}

.airport-code-badge {
  width: 78px;

  height: 78px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 20px;

  background: rgba(15, 15, 15, 0.85);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  color: var(--accent);

  font-size: 28px;

  font-weight: 700;

  letter-spacing: 1px;
}

.airport-card-content {
  position: relative;

  z-index: 2;
}

.airport-card-content h3 {
  color: #fff;

  font-size: 2rem;

  line-height: 1.15;

  margin-bottom: 18px;
}

.airport-card-content p {
  color: rgba(255, 255, 255);

  line-height: 1.8;

  margin-bottom: 30px;
}

.airport-card-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 22px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  color: #fff;

  font-weight: 600;

  text-decoration: none;

  transition: 0.35s;
}

.airport-card-btn i {
  transition: 0.35s;
}

.airport-card-btn:hover {
  background: var(--accent);

  color: #fff;

  border-color: var(--accent);
}

.airport-card-btn:hover i {
  transform: translateX(6px);
}

.airport-card-premium:hover .airport-code-badge {
  background: var(--accent);

  color: #fff;

  transform: rotate(-6deg);
}

.airport-code-badge {
  transition: 0.35s;
}

@media (max-width: 768px) {
  .airport-card-premium {
    height: 460px;

    padding: 24px;
  }

  .airport-card-content h3 {
    font-size: 1.7rem;
  }
}

/* Premium Airport Fleet Cards */

.airport-fleet-card {
  position: relative;

  height: 520px;

  overflow: hidden;

  border-radius: 24px;

  transition: 0.45s;

  display: flex;

  align-items: flex-end;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.airport-fleet-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 60px rgba(255, 120, 0, 0.25);
}

.fleet-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.94) 5%,
    rgba(0, 0, 0, 0.45) 45%,
    transparent 100%
  );
}

.fleet-content {
  position: relative;

  z-index: 2;

  padding: 20px;
}

.fleet-tag {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 8px 16px;

  margin-bottom: 18px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);

  backdrop-filter: blur(10px);

  color: var(--accent);

  font-size: 0.82rem;

  font-weight: 600;
}

.fleet-content h3 {
  color: #fff;

  font-size: 2rem;

  margin-bottom: 16px;
}

.fleet-content p {
  color: rgba(255, 255, 255);

  line-height: 1.8;

  margin-bottom: 22px;
}

.fleet-feature {
  display: flex;

  align-items: center;

  gap: 10px;

  color: #fff;

  font-weight: 500;

  margin-bottom: 26px;
}

.fleet-feature i {
  color: var(--accent);
}

.fleet-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 14px 22px;

  border-radius: 50px;

  text-decoration: none;

  background: var(--accent);

  color: #fff;

  font-weight: 600;

  transition: 0.35s;
}

.fleet-btn:hover {
  color: #fff;

  transform: translateX(5px);

  background: #ff8a00;
}

.fleet-btn i {
  transition: 0.35s;
}

.fleet-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  .airport-fleet-card {
    height: 470px;
  }
}

/* ===========================
   WHY CHOOSE US
=========================== */

.choose-card {
  position: relative;

  height: 380px;

  border-radius: 24px;

  overflow: hidden;

  display: flex;

  align-items: flex-end;

  transition: 0.45s;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.choose-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.94),
    rgba(0, 0, 0, 0.55),
    transparent
  );
}

.choose-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 65px rgba(255, 120, 0, 0.25);
}

.choose-content {
  position: relative;

  z-index: 2;

  padding: 32px;
}

.choose-icon {
  width: 68px;

  height: 68px;

  border-radius: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 22px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  color: var(--accent);

  font-size: 26px;

  transition: 0.35s;
}

.choose-card:hover .choose-icon {
  background: var(--accent);

  color: #fff;

  transform: rotate(-8deg);
}

.choose-content h3 {
  color: #fff;

  font-size: 1.7rem;

  margin-bottom: 14px;

  line-height: 1.3;
}

.choose-content p {
  color: rgba(255, 255, 255);

  line-height: 1.8;

  margin: 0;
}

@media (max-width: 992px) {
  .choose-card {
    height: 340px;
  }
}

@media (max-width: 768px) {
  .choose-card {
    height: 320px;
  }

  .choose-content {
    padding: 24px;
  }

  .choose-content h3 {
    font-size: 1.4rem;
  }
}

/* ==========================
   POPULAR ENQUIRIES
========================== */

.popular-enquiry-premium {
  position: relative;

  display: flex;

  align-items: flex-end;

  min-height: 420px;

  border-radius: 24px;

  overflow: hidden;

  text-decoration: none;

  transition: 0.45s;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.popular-enquiry-premium:hover {
  transform: translateY(-10px);

  box-shadow: 0 30px 70px rgba(255, 120, 0, 0.25);
}

.popular-enquiry-premium::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92),
    rgba(0, 0, 0, 0.45),
    transparent
  );
}

.enquiry-content {
  position: relative;

  z-index: 2;

  padding: 30px;
}

.enquiry-badge {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 8px 16px;

  margin-bottom: 18px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  color: var(--accent);

  font-size: 0.8rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.popular-enquiry-premium h3 {
  color: #fff;

  font-size: 1.8rem;

  margin-bottom: 14px;

  line-height: 1.2;
}

.popular-enquiry-premium p {
  color: rgba(255, 255, 255);

  line-height: 1.8;

  margin-bottom: 26px;
}

.enquiry-link {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 12px 20px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(10px);

  color: #fff;

  font-weight: 600;

  transition: 0.35s;
}

.enquiry-link i {
  transition: 0.35s;
}

.popular-enquiry-premium:hover .enquiry-link {
  background: var(--accent);

  border-color: var(--accent);
}

.popular-enquiry-premium:hover .enquiry-link i {
  transform: translateX(6px);
}

@media (max-width: 768px) {
  .popular-enquiry-premium {
    min-height: 360px;
  }

  .popular-enquiry-premium h3 {
    font-size: 1.5rem;
  }
}

.contact-cta .cta-text {
  max-width: 720px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.contact-cta h2 {
  color: #fff;
  margin-bottom: 18px;
}

.contact-cta .eyebrow {
  color: var(--accent);
}

/* ==========================
   WHY CHOOSE US PREMIUM
========================== */

.why-section-premium {
  background: #fff;
}

.why-intro {
  color: #000;
  line-height: 1.9;
  margin: 20px 0 35px;
}
.why-card-premium {
  height: 100%;
  padding: 28px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.why-card-premium::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--accent);
  transition: height 0.4s ease;
}

.why-card-premium:hover {
  transform: translateY(-8px);
  border-color: rgba(248, 90, 19, 0.25);
  box-shadow: 0 25px 60px rgba(248, 90, 19, 0.12);
}

.why-card-premium:hover::before {
  height: 100%;
}

.why-card-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.why-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(248, 90, 19, 0.1);
  border: 1px solid rgba(248, 90, 19, 0.14);
  border-radius: 18px;
  font-size: 25px;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}

.why-card-premium:hover .why-icon {
  color: #fff;
  background: var(--accent);
  transform: rotate(-8deg);
}

.why-card-top h3 {
  margin: 0;
  color: #111;
  font-size: 1.25rem !important;
  line-height: 1.3;
}

.why-card-premium p {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 0.94rem;
  line-height: 1.8;
}

@media (max-width: 575.98px) {
  .why-card-premium {
    padding: 22px;
  }

  .why-card-top {
    gap: 14px;
    margin-bottom: 15px;
  }

  .why-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    font-size: 21px;
  }

  .why-card-top h3 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background:
      linear-gradient(
        105deg,
        rgba(10, 10, 10, 0.52) 0%,
        rgba(10, 10, 10, 0.68) 50%,
        rgba(10, 10, 10, 0.42) 100%
      ),
      url("../images/home-banner-mobile.webp") center 30% / cover no-repeat;
  }
  .hero-booking-engine booking-widget .lf-w-full.lf-max-w-\[510px\] {
    background: linear-gradient(
      0deg,
      rgba(3, 3, 3, 0.9) 0%,
      rgba(0, 0, 0, 0.9) 100%
    ) !important;
  }
}
@media (max-width: 768px) {
  .why-card-premium {
    padding: 28px;
  }
}

.rb-app-download {
  position: relative;
  overflow: hidden;
  background: var(--primary-bg);
}

.rb-app-download__box {
  position: relative;
  overflow: hidden;
  padding: clamp(25px, 4vw, 50px);
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 255, 255, 0.08),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      var(--accent-hover) 0%,
      var(--primary-orange-dark) 100%
    );
  box-shadow: var(--shadow);
}

.rb-app-download__box::before,
.rb-app-download__box::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.rb-app-download__box::before {
  top: -120px;
  left: -100px;
  width: 320px;
  height: 320px;
}

.rb-app-download__box::after {
  right: -80px;
  bottom: -180px;
  width: 420px;
  height: 420px;
}

.rb-app-download__content {
  position: relative;
  z-index: 2;
}

.rb-app-download .section-label,
.rb-app-download h2,
.rb-app-download h2 span {
  color: var(--heading);
}

.rb-app-download h2 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.05;
}

.rb-app-download h2 span {
  display: block;
  color: var(--primary-orange);
  font-style: italic;
}

.rb-app-download__content > p {
  max-width: 590px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  line-height: 1.8;
}

.rb-app-download__features {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}

.rb-app-download__feature {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rb-app-download__feature > i {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(248, 90, 19, 0.18);
  color: var(--primary-orange);
}

.rb-app-download__feature strong {
  display: block;
  margin-bottom: 3px;
  color: var(--heading);
  font-size: 1rem;
}

.rb-app-download__feature span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.rb-app-download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rb-app-download__store {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 190px;
  padding: 12px 18px;
  border: 2px solid var(--primary-orange);
  border-radius: 12px;
  background: var(--white);
  color: var(--accent-hover);
  text-decoration: none;
  transition: 0.35s ease;
}

.rb-app-download__store:hover {
  transform: translateY(-4px);
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: var(--white);
}

.rb-app-download__store > i {
  font-size: 2rem;
  color: var(--primary-orange);
  transition: 0.35s;
}

.rb-app-download__store:hover > i {
  color: var(--white);
}

.rb-app-download__store small,
.rb-app-download__store strong,
.rb-app-download__store span {
  display: block;
}

.rb-app-download__store small {
  font-size: 0.67rem;
  line-height: 1;
}

.rb-app-download__store strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.rb-app-download__visual {
  position: relative;
  z-index: 2;
  min-height: 560px;
}

.rb-app-download__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(248, 90, 19, 0.35);
  filter: blur(80px);
}

.rb-app-download__phone {
  position: absolute;
  overflow: hidden;
  width: 235px;
  height: 100%;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background: var(--accent-hover);
  box-shadow: var(--shadow);
}

.rb-app-download__phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
}

.rb-app-download__phone--back {
  top: 35px;
  left: 12%;
  transform: rotate(-9deg);
  opacity: 0.82;
}

.rb-app-download__phone--front {
  top: 5px;
  right: 14%;
  transform: rotate(6deg);
}

.rb-app-download__floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 185px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.rb-app-download__floating-card > i {
  color: var(--primary-orange);
  font-size: 1.2rem;
}

.rb-app-download__floating-card small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}

.rb-app-download__floating-card strong {
  display: block;
  color: var(--heading);
  font-size: 0.9rem;
}

.rb-app-download__floating-card--top {
  top: 92px;
  right: -8px;
}

.rb-app-download__floating-card--bottom {
  bottom: 68px;
  left: 0;
}

/* ariport bannner seciton start here  */
.inner-hero.airport-inner-hero {
  min-height: 720px;
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(4, 8, 12, 0.98) 0%,
      rgba(4, 8, 12, 0.94) 38%,
      rgba(4, 8, 12, 0.48) 68%,
      rgba(4, 8, 12, 0.18) 100%
    ),
    url("../images/airport-transfers/manchester-airport-banner.avif") center /
      cover no-repeat;
}

.airport-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 72% 52%,
    rgba(248, 90, 19, 0.12),
    transparent 34%
  );
}

.airport-inner-hero .container-fluid,
.airport-inner-hero .row {
  position: relative;
  z-index: 2;
}

.airport-inner-hero__content {
  max-width: 790px;
}

.airport-inner-hero__eyebrow {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.airport-inner-hero__eyebrow span {
  width: 46px;
  height: 3px;
  display: block;
  background: var(--accent);
}

.airport-inner-hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(1.5rem, 2.5vw, 3rem) !important;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.airport-inner-hero__intro {
  max-width: 730px;
  margin: 0 0 15px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.8;
}

.airport-inner-hero__feature {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.airport-inner-hero__feature-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  font-size: 1rem;
}

.airport-inner-hero__feature h3 {
  margin: 1px 0 4px;
  color: var(--white);
  font-size: 0.9rem !important;
  font-weight: 700;
}

.airport-inner-hero__feature p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.55;
}

.airport-inner-hero__links {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.airport-inner-hero__links a {
  min-height: 58px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  background: linear-gradient(
    135deg,
    var(--primary-orange),
    var(--primary-orange-dark)
  );
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.airport-inner-hero__links a:hover {
  color: var(--accent);
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid var(--accent);
  transform: translateY(-3px);
}

.airport-inner-hero__links i {
  font-size: 1rem;
}

@media (max-width: 1199.98px) {
  .inner-hero.airport-inner-hero {
    min-height: auto;
  }

  .airport-inner-hero__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .inner-hero.airport-inner-hero {
    padding: 75px 0 35px;
    background:
      linear-gradient(
        180deg,
        rgba(4, 8, 12, 0.94) 0%,
        rgba(4, 8, 12, 0.9) 58%,
        rgba(4, 8, 12, 0.62) 100%
      ),
      url("../images/airport-transfers/manchester-airport-banner-mobile.avif")
        center / cover no-repeat;
    background-attachment: fixed;
  }

  .airport-inner-hero__content {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .inner-hero.airport-inner-hero {
    padding: 80px 0 25px;
  }

  .airport-inner-hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .airport-inner-hero__intro {
    font-size: 0.94rem;
  }

  .airport-inner-hero__links {
    grid-template-columns: 1fr 1fr;
  }

  .airport-inner-hero__links a {
    min-height: 54px;
    padding: 12px 14px;
    font-size: 0.78rem;
  }
}

@media (max-width: 575.98px) {
  .airport-inner-hero__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .airport-inner-hero__eyebrow span {
    width: 32px;
  }

  .airport-inner-hero__features {
    margin-top: 28px;
  }

  .airport-inner-hero__feature-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}
/* legal pages */
.legal-content {
  background: var(--primary-bg);
}

.legal-card {
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--secondary-bg);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin: 2.6rem 0 1.2rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--secondary-bg);
  color: var(--accent-hover);
  font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
}

.legal-card h2:first-of-type {
  margin-top: 2rem;
}

.legal-card h3 {
  margin: 2rem 0 0.9rem;
  color: var(--accent-hover);
  font-size: 1.12rem;
  font-weight: 800;
}

.legal-card p {
  color: var(--body);
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 0px;
}

.legal-card p:first-child {
  padding: 1.15rem 1.25rem !important;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: var(--card);
  color: var(--accent-hover);
}

.legal-card a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 575.98px) {
  .legal-card {
    padding: 1.25rem;
    border-radius: var(--radius);
  }

  .legal-card p {
    font-size: 0.95rem;
  }

}