/* Theme color variables */
:root {
  --blue: #d4a62a;
  --blue-dark: #8c6712;
  --white: #ffffff;
  --text: #17120a;
  --muted: #6c614c;
  --line: #e2d7ba;
}

/* Global reset and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

body {
  font-family: "Georgia", serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
}

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Navbar section styles */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.has-bg {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.has-bg .nav-wrap {
    width: min(94%, 1240px);
    margin: 10px auto 0;
    padding: 0 22px;
    border: 1px solid rgba(214, 179, 88, 0.32);
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(255, 252, 244, 0.94) 0%,
      rgba(251, 241, 214, 0.95) 42%,
      rgba(233, 205, 135, 0.94) 72%,
      rgba(212, 171, 66, 0.92) 100%
    );
    box-shadow: 0 14px 28px rgba(120, 87, 20, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .site-header.has-bg .brand,
  .site-header.has-bg .brand span,
  .site-header.has-bg .site-nav a {
    color: #4c3410;
  }

  .site-header.has-bg .site-nav a.active {
    text-decoration-color: #8f6516;
  }

  .site-header.has-bg .nav-login,
  .site-header.has-bg .mobile-call {
    border-color: rgba(143, 101, 22, 0.24);
    color: #5a4114;
    background: rgba(255, 255, 255, 0.28);
  }

  .site-header.has-bg .menu-btn {
    border-color: rgba(143, 101, 22, 0.24);
    color: #5a4114;
    background: rgba(255, 255, 255, 0.22);
  }

.nav-wrap {
  position: relative;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-contact-bar {
    max-height: 32px;
    opacity: 1;
    border-bottom: 1px solid rgba(212, 166, 42, 0.14);
    background: rgba(15, 11, 5, 0.86);
    transition: max-height 0.22s ease, opacity 0.22s ease, border-color 0.22s ease;
  }

  .topbar-clear .top-contact-bar {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

.top-contact-wrap {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.top-contact-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f0deb0;
  font-size: 0.78rem;
  line-height: 1;
}

.top-contact-wrap i {
  color: #c89a22;
  font-size: 0.9rem;
}

.site-header.is-scrolled .top-contact-bar {
  max-height: 0;
  opacity: 0;
  border-bottom-color: transparent;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  color: #f8edd0;
}

.nav-mobile-tools {
  display: none;
}

.mobile-call {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-nav a {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #e5c66a;
}

/* Button styles */
.btn {
  display: inline-block;
  padding: 11px 18px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 700;
}

.btn-light {
    background: linear-gradient(90deg, #fffdf6 0%, #f7edd0 36%, #e8c66f 72%, #d4a62a 100%);
    color: #4c3410;
    border-color: rgba(212, 166, 42, 0.34);
  }

.site-nav .btn-light {
    color: #4c3410;
  }

.site-nav .btn-light.active-btn {
    background: linear-gradient(90deg, #fffdf8 0%, #f5e7bb 42%, #e2be5a 74%, #c9961d 100%);
    color: #4c3410;
    border-color: rgba(245, 220, 155, 0.92);
  }

/* Navbar login icon button styles */
.nav-login {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #f6e9c0;
  font-size: 1.1rem;
  background: rgba(212, 166, 42, 0.1);
}

.nav-login:hover {
  background: rgba(212, 166, 42, 0.18);
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

/* Gold accent override styles */
.why-icon,
.top-route-icon,
.services-svg-icon,
.services-stats .hero-stat-item strong,
.fleet-meta-grid span,
.fleet-head h3 i,
.services-why-list h3 i,
.services-step-no,
.top-route-points li::before,
.service-scroll-item.active::before,
.service-scroll-item::before,
.scroll-top-btn {
  color: #b88919;
}

.service-scroll-item.active::before,
.service-scroll-item::before,
.top-route-points li::before {
  background: #c89a22;
}

/* Hero section styles */
.hero {
  position: relative;
  min-height: 115vh;
  height: 115vh;
  margin-top: -116px;
  padding-top: 116px;
  display: flex;
  align-items: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.hero-video.is-hidden {
  opacity: 0;
}

.hero-video-secondary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.hero-video-secondary.is-active {
  opacity: 1;
}

.hero-interlude-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.hero-interlude-image.is-visible {
  opacity: 1;
}

/* Hero media fallback for tablet and mobile */
@media (max-width: 1024px) {
  .hero {
    min-height: clamp(680px, 100svh, 860px);
    height: auto;
    margin-top: 0;
    padding-top: 116px;
    padding-bottom: 32px;
    align-items: flex-start;
  }

  .hero-video,
  .hero-video-secondary {
    display: none;
  }

  .hero-interlude-image {
    opacity: 1 !important;
    object-position: center center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 7, 2, 0.48), rgba(10, 7, 2, 0.22));
  }

  .hero-content {
    padding: 24px 0 0;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 7, 2, 0.68), rgba(10, 7, 2, 0.18));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 42px 0;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.hero-copy {
  max-width: 620px;
  padding-top: 18px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

/* Hero stats styles */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  max-width: 720px;
}

.hero-stat-item {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(6, 33, 72, 0.24);
  padding: 10px 12px;
}

.hero-stat-item strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 2px;
}

.hero-stat-item span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

/* Services page stats styles */
.services-stats {
  max-width: none;
  margin-top: 18px;
}

.services-stats .hero-stat-item {
  border: 1px solid #d8e4f4;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.services-stats .hero-stat-item strong {
  color: #0c2447;
}

.services-stats .hero-stat-item span {
  color: #4d6683;
}

.btn-gradient {
  background: linear-gradient(90deg, #e0ba57 0%, #b2861d 40%, #1a140a 100%);
  color: var(--white);
  border: 1px solid rgba(212, 166, 42, 0.22);
}

.btn-gradient:hover {
  background: linear-gradient(90deg, #edca73 0%, #c0911f 40%, #241b0d 100%);
}

/* Home reserve section styles */
.home-reserve-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.home-reserve-head {
  margin-bottom: 20px;
}

.home-reserve-head h2 {
  margin-bottom: 8px;
  color: #0c2447;
}

.home-reserve-head .page-intro {
  max-width: 860px;
  margin-bottom: 0;
}

.home-reserve-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

/* Home reserve uses fleet-style cards with tighter text */
.home-reserve-grid .fleet-simple-item {
  padding: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-reserve-grid .fleet-simple-item img {
  height: 170px;
  margin-bottom: 8px;
}

.home-reserve-grid .fleet-head {
  align-items: flex-start;
  margin-bottom: 8px;
}

.home-reserve-grid .fleet-head h3 {
  font-size: 0.98rem;
  line-height: 1.3;
}

.home-reserve-grid .fleet-status {
  font-size: 0.75rem;
  padding: 3px 6px;
}

.home-reserve-grid .fleet-short-desc {
  font-size: 0.84rem;
  line-height: 1.45;
  margin-bottom: 8px;
}

.home-reserve-grid .fleet-meta-grid {
  gap: 6px 10px;
}

.home-reserve-grid .fleet-meta-grid p {
  font-size: 0.83rem;
  line-height: 1.35;
}

.home-reserve-grid .fleet-actions {
  margin-top: auto;
  padding-top: 10px;
  gap: 8px;
}

.home-reserve-grid .fleet-link {
  margin-top: 0;
  font-size: 0.84rem;
}

.home-reserve-grid .fleet-actions .btn {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.home-reserve-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* Home enquiry form styles */
.hero-enquiry-form {
  display: grid;
  gap: 8px;
  width: min(350px, 100%);
  justify-self: end;
}

.hero-enquiry-form h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.hero-enquiry-form textarea,
.hero-enquiry-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(5, 30, 65, 0.22);
  color: var(--white);
  padding: 9px 10px;
  font-size: 0.9rem;
}

.hero-enquiry-form textarea {
  resize: vertical;
}

.hero-enquiry-form label {
  font-size: 0.85rem;
}

.hero-enquiry-form textarea::placeholder,
.hero-enquiry-form input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

/* Gradient text style for hero welcome line */
.gradient-text {
  background: linear-gradient(90deg, #9fd0ff 0%, #ffffff 40%, #8bc0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Home hero text gradient styles */
.hero-copy h1,
.hero-copy > p:not(.eyebrow) {
  background: linear-gradient(90deg, #d8ecff 0%, #ffffff 50%, #b7dbff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Base transition for changing hero heading text */
#heroDynamicText {
  transition: opacity 0.38s ease, transform 0.38s ease, filter 0.38s ease;
}

#heroDynamicText.is-compact {
  font-size: clamp(1.85rem, 3.9vw, 2.8rem);
  line-height: 1.08;
}

/* Text animation out effect */
.text-swap-out {
  opacity: 0;
  transform: translateY(8px);
  filter: blur(2px);
}

/* Text animation in effect */
.text-swap-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.15;
  margin-bottom: 14px;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  margin-bottom: 22px;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

/* Section layout and grid styles */
.section {
  padding: 70px 0;
}

.section.light {
  background: #f6f9ff;
}

.choose-detailed {
  background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
}

.choose-detailed .card p {
  color: var(--muted);
}

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

.why-item {
  border: 1px solid #cfe0f5;
  background: var(--white);
  padding: 18px;
}

.why-item:nth-child(1),
.why-item:nth-child(4) {
  background: linear-gradient(180deg, #f6fbff 0%, #eaf3ff 100%);
}

.why-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #dbeaff, #b9d5ff);
  color: #0a4da6;
  font-size: 1.2rem;
}

.why-item h3 {
  margin-bottom: 8px;
}

.why-item p {
  color: var(--muted);
}

/* Home Orlando things to do section styles */
.orlando-things-section {
  background: #ffffff;
}

.orlando-things-section h2 {
  margin-bottom: 8px;
  color: #0c2447;
}

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

.orlando-thing-card {
  border: 1px solid #d7e4f5;
  background: #ffffff;
  padding: 12px;
}

.orlando-thing-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.orlando-thing-card h3 {
  margin-bottom: 6px;
  color: #0f305b;
  font-size: 1rem;
}

.orlando-thing-card p {
  color: #4d6683;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Home top routes section styles */
.top-routes-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.top-routes-section h2 {
  margin-bottom: 8px;
  color: #0c2447;
}

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

.top-route-card {
  position: relative;
  border: 1px solid #d7e4f5;
  background: #ffffff;
  padding: 0;
}

.top-route-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(90deg, #0a4da6 0%, #d4a62a 100%);
}

.top-route-copy {
  padding: 12px;
}

.top-route-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #0a4da6;
  border: 1px solid #d7e4f5;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  font-size: 1.1rem;
}

.top-route-copy h3 {
  margin-bottom: 6px;
  color: #0f305b;
  font-size: 0.98rem;
}

.top-route-copy > p {
  color: #4d6683;
  font-size: 0.86rem;
  margin-bottom: 8px;
}

.top-route-points {
  list-style: none;
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
}

.top-route-points li {
  position: relative;
  padding-left: 14px;
  color: #3f597a;
  font-size: 0.82rem;
}

.top-route-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0a4da6;
}

.top-route-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.top-route-price span,
.top-route-price small {
  display: block;
  color: #5f7692;
  font-size: 0.75rem;
}

.top-route-price strong {
  display: block;
  color: #0c2447;
  font-size: 1.2rem;
  line-height: 1.05;
  margin: 2px 0;
}

.top-route-footer .btn {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.top-routes-action {
  margin-top: 16px;
}

/* Home grocery stop section styles */
.grocery-stop-section {
  background:
    radial-gradient(circle at top left, rgba(212, 166, 42, 0.08), transparent 28%),
    linear-gradient(180deg, #fbf8f0 0%, #f7f1e3 100%);
}

.grocery-stop-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.82fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1020px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #e4d4ad;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 247, 236, 0.98) 100%);
  box-shadow: 0 12px 26px rgba(61, 44, 11, 0.07);
}

.grocery-stop-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grocery-stop-kicker {
  margin-bottom: 10px;
  color: #6b4a0e;
  font-size: 0.78rem;
  font-weight: 700;
}

.grocery-stop-copy h2 {
  max-width: 10ch;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  line-height: 1.06;
  color: #2a1804;
}

.grocery-stop-lead {
  max-width: 42rem;
  margin-bottom: 14px;
  color: #5a431d;
  font-size: 0.95rem;
  line-height: 1.55;
}

.grocery-stop-text {
  max-width: 42rem;
  color: #5a431d;
  font-size: 0.92rem;
  line-height: 1.58;
}

.grocery-stop-text a {
  color: #2a1804;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.grocery-stop-note {
  margin-top: 16px;
  color: #7a5920;
  font-size: 0.8rem;
  font-style: italic;
}

.grocery-stop-actions {
  margin-top: 18px;
}

.grocery-stop-actions .btn {
  min-width: 170px;
  padding: 10px 16px;
  justify-content: center;
  text-align: center;
  font-size: 0.88rem;
}

.grocery-stop-details {
  border: 1px solid #e8dcc0;
  border-radius: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at top right, rgba(212, 166, 42, 0.14), transparent 26%),
    linear-gradient(180deg, #fffef9 0%, #f7efdc 100%);
}

.grocery-stop-details h3 {
  margin-bottom: 12px;
  color: #241403;
  font-size: 1.2rem;
}

.grocery-stop-detail-grid {
  display: grid;
  gap: 8px;
}

.grocery-stop-detail-item {
  padding: 12px 12px;
  border: 1px solid #eadfc6;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
}

.grocery-stop-detail-label {
  display: inline-block;
  margin-bottom: 3px;
  color: #8b6718;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.grocery-stop-detail-item strong {
  display: block;
  margin-bottom: 2px;
  color: #241403;
  font-size: 1rem;
  line-height: 1.1;
}

.grocery-stop-detail-item p {
  color: #5f4a26;
  font-size: 0.8rem;
  line-height: 1.45;
}

/* Home how it works timeline section styles */
.how-works-section {
  background: #f7fbff;
}

.how-works-section h2 {
  text-align: center;
  margin-bottom: 8px;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #000000;
}

.how-works-section .page-intro {
  text-align: center;
  margin-bottom: 26px;
}

.how-works-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, minmax(130px, auto));
  gap: 14px 88px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
  padding: 4px 0;
}

.how-line {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: #d3e1f3;
  box-shadow: none;
}

.how-card {
  position: relative;
  border: none;
  background: transparent;
  padding: 6px 0;
  box-shadow: none;
}

.how-card.left {
  grid-column: 1;
  align-self: center;
}

.how-card.right {
  grid-column: 2;
  align-self: center;
}

.how-card:nth-of-type(1) {
  grid-row: 1;
}

.how-card:nth-of-type(2) {
  grid-row: 2;
}

.how-card:nth-of-type(3) {
  grid-row: 3;
}

/* Timeline dots and connectors */
.how-card::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0a4da6;
  box-shadow: 0 0 0 6px #f7fbff;
}

.how-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66px;
  height: 2px;
  transform: translateY(-50%);
  background: #d3e1f3;
}

.how-card.left::before {
  right: -92px;
}

.how-card.left::after {
  right: -78px;
}

.how-card.right::before {
  left: -92px;
}

.how-card.right::after {
  left: -78px;
}

.how-chip-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.how-step {
  border: none;
  color: #1b3f72;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  padding: 0;
  background: transparent;
}

.how-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a4da6;
  background: transparent;
  border: 1px solid #d3e1f3;
  font-size: 1rem;
  box-shadow: none;
}

.how-card h3 {
  font-size: 1.7rem;
  line-height: 1.1;
  margin-bottom: 6px;
  background: linear-gradient(90deg, #1f5fbf 0%, #0d1b2a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.how-card p {
  color: #425b79;
  font-size: 1rem;
  max-width: 420px;
}

/* Home request form section styles */
.home-request-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(59, 125, 223, 0.1), transparent 35%),
    radial-gradient(circle at 88% 85%, rgba(16, 49, 95, 0.08), transparent 36%),
    linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
}

.home-request-section h2 {
  color: #081d3d;
  margin-bottom: 8px;
}

.home-request-section .page-intro {
  color: #365173;
  max-width: 760px;
  margin-bottom: 18px;
}

/* Home request 70/30 split layout */
.home-request-layout {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 14px;
  align-items: start;
}

.home-request-form {
  border: 1px solid #c8daf1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.98));
  padding: 20px;
  display: grid;
  gap: 12px;
  box-shadow: 0 16px 36px rgba(10, 44, 92, 0.08);
}

.home-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-field {
  display: grid;
  gap: 5px;
}

.home-field label {
  font-size: 0.83rem;
  color: #12345d;
  font-weight: 700;
}

.home-field input,
.home-field select,
.home-field textarea {
  width: 100%;
  border: 1px solid #b7cde8;
  padding: 8px 10px;
  font-size: 0.86rem;
  color: #0f284b;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-field input::placeholder,
.home-field textarea::placeholder {
  color: #6480a4;
}

.home-field input:focus,
.home-field select:focus,
.home-field textarea:focus {
  outline: none;
  border-color: #2b6fc9;
  box-shadow: 0 0 0 3px rgba(43, 111, 201, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.home-form-note {
  font-size: 0.82rem;
  color: #3f597a;
}

/* Home request quick side panel styles */
.home-request-quick {
  border: 1px solid #c8daf1;
  background: linear-gradient(180deg, #f6fbff 0%, #e8f2ff 100%);
  padding: 18px;
  position: sticky;
  top: 96px;
}

.home-request-quick h3 {
  margin-bottom: 8px;
  color: #0b2a52;
}

.home-request-quick p {
  color: #37597c;
  margin-bottom: 10px;
}

.home-request-quick ul {
  list-style: none;
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}

.home-request-quick li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e446f;
  font-size: 0.9rem;
}

.home-request-quick li i {
  color: #0a4da6;
  font-size: 1rem;
}

/* Home google review marquee section styles */
.reviews-section {
  background: #f5f9ff;
}

.reviews-marquee {
  overflow: hidden;
}

.reviews-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-title img {
  width: 30px;
  height: 30px;
}

.reviews-marquee-track {
  display: flex;
  width: max-content;
  animation: reviews-slide 34s linear infinite;
}

.reviews-group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.review-card {
  width: 320px;
  border: 1px solid #d8e5f6;
  background: var(--white);
  padding: 14px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.review-profile {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.review-user-image {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #d8e5f6;
}

.review-source-icon {
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d8e5f6;
  padding: 2px;
}

.review-author {
  display: grid;
  gap: 2px;
}

.review-author span {
  font-size: 0.78rem;
  color: var(--muted);
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #ffb400;
  margin-bottom: 6px;
  letter-spacing: 0;
}

.review-stars i {
  font-size: 0.95rem;
  line-height: 1;
}

.review-card p:last-child {
  color: var(--muted);
}

@keyframes reviews-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Home detailed service section styles */
.home-services-detailed {
  background: #f8fbff;
}

.home-services-action {
  margin-top: 18px;
}

.service-section-head {
  position: static;
  background: rgba(248, 251, 255, 0.86);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 10px 12px;
  border: 1px solid #d5e4f8;
  margin-bottom: 0;
}

.service-section-head h2 {
  margin-bottom: 6px;
}

.service-section-head .page-intro {
  margin-bottom: 0;
}

.service-scroll-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  align-items: start;
}

.service-text-col {
  display: grid;
  gap: 0;
}

.service-scroll-item {
  border: none;
  background: transparent;
  padding: 20px 8px 20px 52px;
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-snap-align: start;
  position: relative;
}

.service-scroll-item h3 {
  margin-bottom: 6px;
  position: relative;
}

.service-scroll-item p {
  color: var(--muted);
}

.service-scroll-item.active {
  background: transparent;
}

.service-card-mobile-image {
  display: none;
}

/* Round step indicator */
.service-scroll-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #8fb4e9;
  box-shadow: 0 0 0 6px rgba(143, 180, 233, 0.24);
}

.service-scroll-item.active::before {
  background: #1f5fbf;
  box-shadow: 0 0 0 10px rgba(31, 95, 191, 0.22);
}

.service-scroll-item::after {
  content: "";
  position: absolute;
  left: 18px;
  top: calc(50% + 16px);
  bottom: -34%;
  width: 2px;
  background: linear-gradient(180deg, rgba(31, 95, 191, 0.35), rgba(31, 95, 191, 0));
}

.service-scroll-item:last-child::after {
  display: none;
}

.service-sticky-col {
  position: sticky;
  top: 92px;
  align-self: start;
}

.service-sticky-media {
  position: relative;
  border: 1px solid #c8dbf3;
  background: #eaf3ff;
  overflow: hidden;
}

.service-sticky-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
  transition: opacity 0.25s ease;
}

.service-sticky-media img.is-swapping {
  opacity: 0.7;
}

.service-sticky-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(7, 47, 102, 0), rgba(7, 47, 102, 0.85));
  color: var(--white);
  padding: 16px;
}

.service-text-right {
  padding-top: 2px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.service-sticky-caption h3 {
  margin-bottom: 4px;
}

.service-sticky-caption p {
  color: rgba(255, 255, 255, 0.9);
}

.top-space {
  padding-top: 140px;
}

.inner-banner {
  position: relative;
  height: 78vh;
  min-height: 520px;
  max-height: 78vh;
  margin-top: -116px;
  padding-top: 116px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 22, 50, 0.78), rgba(3, 22, 50, 0.3));
}

.inner-banner-content {
  position: relative;
  z-index: 1;
  color: var(--white);
  max-width: 650px;
}

.page-intro {
  color: var(--muted);
  margin-bottom: 24px;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  border: 1px solid var(--line);
  padding: 22px;
  background: var(--white);
}

.form-feedback-banner {
  width: min(1180px, calc(100% - 32px));
  margin: 96px auto 0;
  padding: 12px 16px;
  border: 1px solid transparent;
  font-weight: 700;
  position: relative;
  z-index: 20;
}

.form-feedback-banner.is-success {
  background: #edf9f0;
  border-color: #8ec79a;
  color: #1f5e2b;
}

.form-feedback-banner.is-info {
  background: #eef4ff;
  border-color: #9db8ea;
  color: #1d4277;
}

.form-feedback-banner.is-error {
  background: #fff1f1;
  border-color: #e2a2a2;
  color: #9b2020;
}

.media-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 12px;
}

/* Simple fleet page section styles */
.fleet-intro {
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 16px;
}

.fleet-intro h2 {
  margin-bottom: 8px;
}

.fleet-intro-slogan {
  color: #1d3f6b;
  font-weight: 700;
  margin-bottom: 6px;
}

.fleet-intro-support {
  color: var(--muted);
}

.fleet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid rgba(140, 103, 18, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 237, 0.88);
  color: #7a5710;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

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

.fleet-child-seat-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fleet-simple-item {
  border: 1px solid var(--line);
  padding: 16px;
  background: var(--white);
}

.fleet-simple-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.fleet-simple-item img.fleet-image-contain {
  object-fit: contain;
  background: transparent;
  padding: 0;
}

.fleet-simple-item h3 {
  margin: 0;
}

.fleet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.fleet-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.fleet-meta-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 0.94rem;
}

.fleet-meta-grid span {
  margin-right: 6px;
  color: var(--blue);
}

.fleet-head h3 i {
  margin-right: 6px;
  color: var(--blue);
}

.fleet-short-desc {
  color: #4b5d75;
  font-size: 0.92rem;
  margin: 0 0 10px;
}

.fleet-card-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #f7eed6;
  color: #7a5710;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fleet-feature-line {
  margin: 10px 0 0;
  color: #4b5d75;
  font-size: 0.9rem;
}

.fleet-feature-line span {
  color: #7a5710;
  font-weight: 700;
  margin-right: 6px;
}

.fleet-price {
  color: #4b5d75;
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.fleet-price span {
  color: var(--blue);
  margin-right: 6px;
}

.fleet-seat-note {
  color: #4b5d75;
  font-size: 0.9rem;
  margin: 10px 0 0;
}

.fleet-seat-note span {
  color: var(--blue);
  font-weight: 700;
  margin-right: 6px;
}

.fleet-status {
  font-weight: 700;
  border: 1px solid transparent;
  padding: 4px 8px;
  font-size: 0.84rem;
}

.fleet-status.available {
  color: #0b5c16;
  border-color: #8cd19b;
  background: #e8f8ec;
}

.fleet-status.unavailable {
  color: #a40f0f;
  border-color: #e5a3a3;
  background: #fdeaea;
}

.fleet-link {
  color: var(--blue);
  font-weight: 700;
  display: inline-block;
  margin-top: 6px;
}

.fleet-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.fleet-premium-card {
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ec 100%);
  box-shadow: 0 16px 28px rgba(84, 63, 20, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.fleet-addon-card {
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdfa 0%, #f8f1de 100%);
  box-shadow: 0 16px 28px rgba(84, 63, 20, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.fleet-premium-card:hover,
.fleet-addon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(84, 63, 20, 0.14);
  border-color: #d4bf8b;
}

.fleet-premium-card img,
.fleet-addon-card img {
  border-radius: 18px;
}

.fleet-premium-card img.fleet-image-contain,
.fleet-addon-card img.fleet-image-contain {
  background: linear-gradient(180deg, #fffaf0 0%, #f4ebd5 100%);
  padding: 10px;
}

.fleet-family-extras {
  margin-top: 34px;
}

.fleet-intro-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  align-items: end;
}

.fleet-intro-split .fleet-intro-support {
  margin: 0;
}

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

.fleet-extra-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.05fr);
  border: 1px solid #dbc89b;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #fffef9 0%, #f9f1db 100%);
  box-shadow: 0 22px 36px rgba(84, 63, 20, 0.1);
}

.fleet-extra-media {
  position: relative;
  min-height: 100%;
  background: linear-gradient(180deg, #f1ebe1 0%, #ebe6de 100%);
}

.fleet-extra-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.fleet-extra-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.fleet-extra-body h3 {
  margin: 0;
  color: #2a1a08;
  font-size: 1.35rem;
}

.fleet-extra-body p {
  color: #4f5a67;
}

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

.fleet-extra-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #33485f;
}

.fleet-extra-list i {
  color: #8c6712;
  margin-top: 2px;
}

/* Gallery section styles */
.gallery-showcase-section {
  background:
    radial-gradient(circle at top right, rgba(212, 166, 42, 0.18), transparent 32%),
    linear-gradient(180deg, #fffaf0 0%, #f7efd9 46%, #fffdf8 100%);
}

.gallery-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 96px;
  gap: 18px;
}

.gallery-title {
  margin-bottom: 8px;
}

.gallery-slogan {
  max-width: 720px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  cursor: pointer;
  isolation: isolate;
  border: 1px solid rgba(120, 88, 20, 0.2);
  border-radius: 28px;
  background: #111111;
  box-shadow: 0 18px 34px rgba(24, 18, 10, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  pointer-events: none;
  transition: inset 0.35s ease, border-color 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.95) contrast(1.02);
  transform: scale(1.01);
  transition: transform 0.55s ease, filter 0.4s ease;
}

.gallery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(140, 103, 18, 0.42);
  box-shadow: 0 24px 46px rgba(24, 18, 10, 0.2);
}

.gallery-item:hover::after {
  inset: 18px;
  border-color: rgba(255, 255, 255, 0.28);
}

.gallery-item:hover img {
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.08);
}

.gallery-item-featured {
  grid-column: span 6;
  grid-row: span 4;
}

.gallery-item-portrait {
  grid-column: span 3;
  grid-row: span 4;
}

.gallery-item-medium {
  grid-column: span 4;
  grid-row: span 3;
}

.gallery-item-standard {
  grid-column: span 3;
  grid-row: span 3;
}

.gallery-item-wide {
  grid-column: span 6;
  grid-row: span 3;
}

/* Gallery popup (lightbox) styles */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(2, 14, 35, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  display: block;
}

.lightbox p {
  color: var(--white);
  margin-top: 12px;
}

.lightbox p:empty {
  display: none;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: transparent;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

/* Request quote popup modal styles */
body.modal-open {
  overflow: hidden;
}

.quote-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(4, 22, 50, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.quote-modal-overlay.open {
  display: flex;
}

.quote-modal {
  width: min(980px, 96vw);
  max-height: 92vh;
  overflow: auto;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid #cfe0f4;
  padding: 18px;
  position: relative;
}

.quote-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  color: #0e2d57;
  cursor: pointer;
}

.quote-modal h2 {
  margin-bottom: 6px;
  color: #0c2447;
}

.quote-modal > p {
  color: #466280;
  margin-bottom: 14px;
}

.quote-modal-form {
  display: grid;
  gap: 10px;
}

.quote-modal-form h3 {
  font-size: 1rem;
  color: #0f325f;
  border-bottom: 1px solid #d6e4f6;
  padding-bottom: 4px;
}

.quote-modal-grid {
  display: grid;
  gap: 10px;
}

.quote-modal-grid.two {
  grid-template-columns: 1fr 1fr;
}

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

.quote-modal-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.84rem;
  color: #143a68;
  font-weight: 700;
}

.quote-modal-form input,
.quote-modal-form select,
.quote-modal-form textarea {
  width: 100%;
  border: 1px solid #bfd2eb;
  background: linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
  color: #0f2a4e;
  padding: 9px 10px;
  font-size: 0.9rem;
}

.quote-modal-form textarea {
  resize: vertical;
}

.quote-modal-form input:focus,
.quote-modal-form select:focus,
.quote-modal-form textarea:focus {
  outline: none;
  border-color: #2b6fc9;
  box-shadow: 0 0 0 3px rgba(43, 111, 201, 0.12);
}

.quote-form {
  display: grid;
  gap: 10px;
  max-width: 700px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid #b8c8dc;
  padding: 11px;
  font-size: 0.95rem;
}

/* Contact page redesigned UI styles */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-info-panel {
  border: 1px solid var(--line);
  padding: 22px;
  background: #f8fbff;
}

.contact-info-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.contact-info-item {
  border: 1px solid #d9e5f4;
  padding: 12px;
  background: var(--white);
}

.contact-info-item h3 {
  margin-bottom: 4px;
}

.contact-info-item p {
  color: var(--muted);
}

.contact-map-card {
  border: 1px solid #d9e5f4;
  padding: 12px;
  background: var(--white);
  margin-top: 14px;
}

.contact-map-card h3 {
  margin-bottom: 10px;
}

.contact-map-card iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
}

.contact-request-form {
  gap: 14px;
}

.contact-request-form h2 {
  margin: 0;
  color: #2a1a08;
}

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

.contact-form-grid .span-2 {
  grid-column: span 2;
}

.contact-request-form .home-field {
  gap: 6px;
}

.contact-request-form .home-field textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-request-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-request-actions .home-form-note {
  margin: 0;
}

.contact-form-modern {
  border: 1px solid var(--line);
  padding: 22px;
  background: var(--white);
  display: grid;
  gap: 10px;
}

.contact-form-modern label {
  font-size: 0.92rem;
}

.contact-form-modern input,
.contact-form-modern textarea {
  width: 100%;
  border: 1px solid #c1d2e8;
  padding: 11px;
  font-size: 0.95rem;
}

.contact-form-modern textarea {
  resize: vertical;
}

/* Services rates section styles */
.services-suv-rates {
  background:
    radial-gradient(circle at top left, rgba(212, 166, 42, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f8f2e4 100%);
}

.services-rates-shell {
  padding: 30px;
  border: 1px solid #e2d3ad;
  border-radius: 32px;
  background: linear-gradient(180deg, #fffefb 0%, #f8f1e0 100%);
  box-shadow: 0 20px 42px rgba(59, 42, 10, 0.08);
}

.services-rates-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.services-rates-kicker {
  margin-bottom: 8px;
  color: #8a6414;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-rates-head h2 {
  margin-bottom: 8px;
  color: #231406;
}

.services-rates-head .page-intro {
  max-width: 760px;
  margin: 0;
  color: #5d4c2c;
}

.services-rates-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.services-rate-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #dcc48a;
  border-radius: 999px;
  color: #3a270d;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.78);
}

.services-vehicle-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 0;
  padding: 4px;
  border: 1px solid #e3d4ae;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.95) 0%, rgba(249, 241, 223, 0.95) 100%);
}

.services-vehicle-tabs button {
  flex: 1 1 0;
  min-height: 44px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #d8c6a0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: #453313;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.services-vehicle-tabs button:hover,
.services-vehicle-tabs button.active {
  background: linear-gradient(90deg, #1d1307 0%, #c89a22 100%);
  color: #ffffff;
  border-color: rgba(29, 19, 7, 0.36);
  transform: translateY(-1px);
}

.services-rates-layout {
  display: grid;
  grid-template-columns: minmax(280px, 35%) minmax(0, 65%);
  gap: 18px;
  align-items: start;
}

.services-rate-media-column {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
  align-self: start;
}

.services-rate-table-column {
  min-width: 0;
}

.suv-rate-vehicle-card {
  display: grid;
  align-content: start;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid #e7dcc1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(61, 44, 11, 0.05);
}

.suv-rate-vehicle-card[hidden] {
  display: none;
}

.suv-rate-vehicle-card img {
  width: 100%;
  height: 215px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #faf6ed 0%, #f2e7cd 100%);
  object-fit: contain;
  display: block;
}

.suv-rate-vehicle-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f6ead0;
  color: #8d6513;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.suv-rate-vehicle-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.suv-rate-vehicle-features li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid #eee3c8;
  border-radius: 10px;
  color: #5f4a26;
  background: #fcf9f2;
  font-size: 0.8rem;
}

.suv-rate-vehicle-features i {
  color: #a57a17;
  font-size: 0.88rem;
}

.services-rate-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  position: sticky;
  top: 96px;
  z-index: 22;
  padding: 10px 12px;
  border: 1px solid #eadfc6;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.98) 0%, rgba(249, 241, 222, 0.98) 100%);
  box-shadow: 0 8px 18px rgba(63, 46, 12, 0.08);
  margin-bottom: 14px;
}

.services-rate-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.services-rate-filters button {
  flex: 0 0 auto;
  border: 1px solid #dfc889;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #4a3512;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.services-rate-filters::-webkit-scrollbar {
  height: 4px;
}

.services-rate-filters::-webkit-scrollbar-thumb {
  background: rgba(107, 74, 14, 0.25);
  border-radius: 999px;
}

.services-rate-filters button:hover,
.services-rate-filters button.active {
  background: linear-gradient(90deg, #1d1307 0%, #c89a22 100%);
  color: #ffffff;
  border-color: rgba(29, 19, 7, 0.4);
  transform: translateY(-1px);
}

.services-rate-count {
  color: #6c5630;
  font-size: 0.9rem;
  font-weight: 700;
}

.services-rate-table-head {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(160px, 0.8fr));
  gap: 0;
  padding: 0 14px 8px;
}

.services-rate-table-head span {
  color: #7d6740;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-rate-grid {
  display: grid;
  gap: 0;
  border: 1px solid #e5d8b9;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
}

.services-rate-card {
  display: none;
}

.services-rate-row {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(160px, 0.8fr));
  gap: 0;
  align-items: stretch;
  padding: 12px 14px;
  border-bottom: 1px solid #efe5cd;
  background: transparent;
  box-shadow: none;
}

.services-rate-row:last-child {
  border-bottom: none;
}

.services-rate-row[hidden] {
  display: none;
}

.services-rate-route {
  display: grid;
  align-content: start;
  gap: 8px;
  padding-right: 12px;
}

.services-rate-row-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.services-rate-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f4ead4;
  color: #866113;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.services-rate-route h3 {
  margin: 0;
  color: #241403;
  font-size: 0.92rem;
  line-height: 1.42;
}

.services-rate-fare {
  display: grid;
  align-content: start;
  gap: 6px;
  padding-left: 12px;
  border-left: 1px solid #ece2ca;
}

.services-rate-fare span {
  color: #7a6541;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.services-rate-fare strong {
  color: #231406;
  font-size: 1.2rem;
  line-height: 1;
}

.services-rate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
}

.services-rate-btn.primary {
  background: linear-gradient(90deg, #1d1307 0%, #c89a22 100%);
  color: #ffffff;
}

.services-rate-btn.secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #2b1a06;
  border-color: #ddc684;
}

.services-rate-empty {
  margin: 0;
  padding: 22px;
  border: 1px dashed #ddc684;
  border-radius: 20px;
  color: #6c5630;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

/* Services rates table section styles */
.rate-block {
  margin-top: 24px;
}

.rate-block h3 {
  margin-bottom: 10px;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
}

.rates-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: var(--white);
}

.rates-table th,
.rates-table td {
  border: 1px solid #d4dfef;
  padding: 10px;
  text-align: left;
  font-size: 0.9rem;
}

.rates-table th {
  background: #edf4ff;
  color: #153863;
}

/* Rates table action button styles */
.table-action-cell {
  min-width: 150px;
}

.table-action-btn {
  display: inline-block;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 2px 6px 2px 0;
  border: 1px solid transparent;
  white-space: nowrap;
}

.table-action-btn.book {
  background: linear-gradient(90deg, #d8b04b 0%, #a67a17 48%, #1a140a 100%);
  color: #ffffff;
}

.table-action-btn.call {
  background: linear-gradient(90deg, #fff2ca 0%, #e2c06b 100%);
  color: #21190b;
  border-color: rgba(166, 122, 23, 0.35);
}

/* Services page Orlando service section styles */
.services-highlight {
  background: #ffffff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.services-highlight-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.services-highlight-copy h2 {
  margin-bottom: 8px;
  color: #0c2447;
}

.services-highlight-copy .page-intro {
  margin-bottom: 14px;
  color: #4d6786;
}

.services-highlight-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}

.services-highlight-list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #dbe7f5;
}

.services-highlight-list li:nth-child(2),
.services-highlight-list li:nth-child(3),
.services-highlight-list li:nth-child(6) {
  background: linear-gradient(90deg, rgba(240, 247, 255, 0.9) 0%, rgba(232, 242, 255, 0.95) 100%);
}

.services-highlight-list li:first-child {
  padding-top: 4px;
}

.services-item-image {
  width: 100%;
  height: 96px;
  object-fit: cover;
  display: block;
  border: 1px solid #d6e3f4;
}

.services-item-copy h3 {
  margin-bottom: 4px;
  color: #0f305b;
  font-size: 1rem;
}

.services-item-copy p {
  color: #4d6683;
  font-size: 0.94rem;
  line-height: 1.5;
}

.services-highlight-action {
    margin-top: 16px;
  }

  /* Services page who we are parallax section styles */
  .services-about-parallax {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(120deg, rgba(8, 6, 3, 0.26), rgba(8, 6, 3, 0.58)),
      url("assets/3.jpeg") center center / cover no-repeat;
    background-attachment: fixed;
    padding: 64px 0;
  }

  .services-about-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 20%, rgba(212, 166, 42, 0.12), transparent 34%),
      linear-gradient(90deg, rgba(9, 6, 2, 0.44), rgba(9, 6, 2, 0.18));
    pointer-events: none;
  }

  .services-about-shell {
      position: relative;
      z-index: 1;
      display: block;
    }
  
  .services-about-card {
      position: relative;
      width: min(72%, 900px);
      margin-inline: auto;
      padding: 20px 24px 20px 26px;
      border: none;
      border-left: 4px solid rgba(237, 194, 84, 0.84);
      background: linear-gradient(90deg, rgba(10, 8, 4, 0.42), rgba(10, 8, 4, 0.1) 72%, transparent 100%);
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      text-align: center;
    }

  .services-about-eyebrow {
    margin-bottom: 10px;
    color: #f0d58d;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .services-about-card h2 {
      margin-bottom: 14px;
      color: #ffffff;
      max-width: none;
      font-size: clamp(1.7rem, 3vw, 2.75rem);
      line-height: 1.15;
      width: 100%;
      text-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    }

  .services-about-card p {
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.94);
      line-height: 1.72;
      max-width: 62ch;
      text-shadow: none;
      margin-inline: auto;
    }

  .services-about-card p:last-of-type {
    margin-bottom: 0;
  }

  .services-about-points {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 14px;
      justify-content: center;
    }
  
  .services-about-points span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 0;
      border: none;
      background: transparent;
      color: #fff7de;
      font-size: 0.9rem;
      line-height: 1.35;
    }

  .services-about-points i {
    color: #f0d58d;
  }

  .services-about-actions {
      margin-top: 18px;
      display: flex;
      justify-content: center;
    }

    /* Services page why choose styles */
  .services-why {
    background: #f8fbff;
  border-top: 1px solid #deebf9;
  border-bottom: 1px solid #deebf9;
}

.services-why-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.services-why-list article {
  border-bottom: 1px solid #d7e4f4;
  padding: 14px 0;
  background: transparent;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 12px;
  align-items: start;
}

.services-why-list h3 {
  margin-bottom: 6px;
  color: #0e2d57;
  font-size: 1.1rem;
}

.services-why-list h3 i {
  color: #0a4da6;
  margin-right: 7px;
}

.services-why-list p {
  color: #49627f;
}

/* Services page how it works styles */
.services-how {
  background: #ffffff;
}

.services-how h2 {
  margin-bottom: 8px;
  color: #0c2447;
  text-align: center;
}

.services-how .page-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 18px;
}

.services-how-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  padding-top: 10px;
}

.services-step {
  border: 1px solid #d8e4f4;
  border-top: 3px solid transparent;
  padding: 16px 14px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #0a4da6 0%, #2e7be4 38%, #d4a62a 100%) border-box,
    linear-gradient(145deg, #f4f9ff 0%, #eef5ff 45%, #fff6df 100%);
  box-shadow: 0 10px 24px rgba(10, 44, 92, 0.07);
  position: relative;
  min-height: 220px;
}

.services-step:nth-child(odd) {
  transform: translateY(-12px);
}

.services-step:nth-child(even) {
  transform: translateY(12px);
}

.services-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #0a4da6 0%, #2f79df 45%, #d4a62a 100%);
}

.services-step-no {
  display: inline-block;
  background: linear-gradient(90deg, #0a4da6 0%, #d4a62a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(212, 166, 42, 0.2);
}

.services-step h3 {
  margin-bottom: 8px;
  color: #0e2d57;
  font-size: 1rem;
  line-height: 1.25;
}

.services-step p {
  color: #4a6381;
  font-size: 0.9rem;
  line-height: 1.5;
}

.services-step:last-child::after {
  display: none;
}

/* CTA section styles */
.cta-section {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: var(--white);
    padding: 22px 0;
    border-top: 1px solid rgba(212, 166, 42, 0.2);
    border-bottom: 1px solid rgba(212, 166, 42, 0.2);
  }

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.14), transparent 40%);
  pointer-events: none;
}

.cta-wrap {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border: 1px solid rgba(212, 166, 42, 0.24);
    background: linear-gradient(135deg, rgba(15, 11, 5, 0.78), rgba(32, 22, 9, 0.72));
    box-shadow: 0 18px 36px rgba(8, 6, 3, 0.18);
    backdrop-filter: blur(4px);
  }

.cta-wrap h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  line-height: 1.2;
}

.cta-wrap p {
  color: rgba(255, 255, 255, 0.95);
  max-width: 700px;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cta-actions .btn {
  padding: 12px 20px;
  font-size: 0.95rem;
}

.cta-actions .btn-gradient {
  background: linear-gradient(90deg, #f2d98f 0%, #d4a62a 50%, #9c7418 100%);
  color: #1a140a;
  border-color: rgba(255, 237, 189, 0.35);
}

.cta-actions .btn-gradient:hover {
  background: linear-gradient(90deg, #f6e4b2 0%, #dfb848 50%, #ab811c 100%);
}

/* Footer section styles */
.site-footer {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(8, 6, 3, 0.78), rgba(20, 14, 7, 0.82)),
      url("assets/fotter.jpg") center center / cover no-repeat;
    color: var(--white);
    padding: 52px 0 18px;
  }

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(6, 4, 2, 0.18), rgba(6, 4, 2, 0.56)),
      radial-gradient(circle at 15% 20%, rgba(212, 166, 42, 0.12), transparent 36%),
      radial-gradient(circle at 82% 78%, rgba(255, 229, 156, 0.07), transparent 32%);
    pointer-events: none;
  }

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

.footer-grid h4 {
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: 0.03em;
  }

.footer-grid p {
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.6;
  }

.footer-grid a {
    color: #ffffff;
  }

.footer-brand-block {
  max-width: 340px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.footer-brand span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f7e4a6;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 166, 42, 0.24);
    color: #ffffff;
    background: rgba(255, 242, 204, 0.04);
  font-size: 1rem;
}

.footer-bottom {
      position: relative;
      z-index: 1;
      display: flex;
    align-items: center;
  justify-content: space-between;
  gap: 16px;
    border-top: 1px solid rgba(212, 166, 42, 0.16);
    margin-top: 24px;
    padding-top: 14px;
      color: #ffffff;
      font-size: 0.9rem;
    }

  @media (max-width: 1200px) {
    .services-rates-layout {
      grid-template-columns: minmax(260px, 38%) minmax(0, 62%);
    }

    .services-rate-table-head,
    .services-rate-row {
      grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(150px, 0.75fr));
    }

    .footer-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  .menu-btn {
  display: none;
  border: 1px solid rgba(212, 166, 42, 0.5);
  color: #f6e7b4;
  background: rgba(255, 245, 215, 0.04);
  padding: 8px 10px;
}

/* Global scroll to top button styles */
.scroll-top-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2200;
  width: 56px;
  height: 56px;
  padding: 4px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  box-shadow: 0 10px 24px rgba(8, 34, 71, 0.18);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.scroll-top-btn.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff6da 0%, #ecd9a1 100%);
  color: #8c6712;
  font-size: 1.2rem;
  border: 1px solid rgba(212, 166, 42, 0.14);
}

/* Login page modern UI styles */
.login-page {
  min-height: 100vh;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.login-bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.login-bg-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(230, 238, 252, 0.35), rgba(18, 63, 109, 0.55));
  z-index: 1;
}

.login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.login-card {
  width: min(520px, 92vw);
  padding: 34px 32px 28px;
  background: linear-gradient(180deg, rgba(244, 247, 255, 0.64), rgba(16, 84, 138, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}

.login-card h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2rem;
  color: #08162d;
}

.login-form {
  display: grid;
  gap: 14px;
}

.login-field label {
  display: block;
  margin-bottom: 6px;
  color: #0a2348;
  font-weight: 700;
}

.login-input-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(8, 22, 45, 0.55);
}

.login-input-wrap input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #08162d;
  padding: 8px 0;
  font-size: 0.95rem;
}

.login-input-wrap i {
  color: #1b3f72;
  font-size: 1.05rem;
}

.login-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}

.remember-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f2b53;
}

.remember-check input {
  width: 17px;
  height: 17px;
}

.login-meta a {
  color: #0f2b53;
  font-size: 0.9rem;
}

.login-help {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #0f2b53;
}

.register-card {
  width: min(760px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
}

.register-note {
  text-align: center;
  color: #173a66;
  margin: -4px 0 10px;
}

.login-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.register-card .login-form {
  gap: 10px;
}

.register-card .login-input-wrap input {
  font-size: 0.92rem;
  padding: 7px 0;
}

.register-card .login-help {
  font-size: 0.78rem;
  line-height: 1.35;
}

.login-submit {
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(90deg, rgba(150, 192, 255, 0.95), rgba(67, 122, 197, 0.92));
  color: var(--white);
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}

.login-register {
  text-align: center;
  margin: 16px 0 6px;
  color: #eaf2ff;
}

.login-register a,
.login-back a {
  color: var(--white);
  font-weight: 700;
}

.login-back {
  text-align: center;
  margin: 0;
}

/* Global luxury text color overrides */
.gradient-text {
  background: linear-gradient(90deg, #f3d57f 0%, #fff6da 40%, #d4a62a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy h1,
.hero-copy > p:not(.eyebrow) {
  background: linear-gradient(90deg, #f7e4af 0%, #fff8e1 48%, #d7b04d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-stats .hero-stat-item strong,
.home-reserve-head h2,
.orlando-things-section h2,
.top-routes-section h2,
.home-request-section h2,
.services-highlight-copy h2,
.services-how h2,
.services-highlight-action .btn,
.services-why-list h3,
.orlando-thing-card h3,
.top-route-copy h3,
.top-route-price strong,
.quote-modal h2 {
  color: #2a1a08;
}

.services-stats .hero-stat-item span,
.orlando-thing-card p,
.top-route-copy > p,
.top-route-points li,
.top-route-price span,
.top-route-price small,
.home-request-section .page-intro,
.home-form-note,
.home-request-quick p,
.home-request-quick li,
.home-field input,
.home-field select,
.home-field textarea,
.services-highlight-list li,
.services-item-copy p,
.services-step p,
.quote-modal > p,
.quote-modal-form input,
.quote-modal-form select,
.quote-modal-form textarea {
  color: #5a4a2c;
}

.why-icon,
.top-route-icon,
.home-request-quick li i,
.services-svg-icon,
.services-why-list h3 i,
.quote-modal-close {
  color: #a87a17;
}

.why-icon {
  background: linear-gradient(180deg, #f7e7bc 0%, #ecd08b 100%);
}

.top-route-icon,
.services-svg-icon {
  background: linear-gradient(180deg, #fff8e4 0%, #f1ddb0 100%);
  border-color: #e2c98d;
}

.how-step,
.home-field label,
.home-request-quick h3,
.quote-modal-form h3,
.quote-modal-form label,
.services-step h3,
.services-item-copy h3,
.top-route-copy h3 {
  color: #3a270d;
}

.how-icon {
  color: #b2861d;
  border-color: #e2c98d;
}

.how-card h3 {
  background: linear-gradient(90deg, #b2861d 0%, #17120a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.how-card::before {
  background: #c89a22;
}

.home-field input::placeholder,
.home-field textarea::placeholder,
.quote-modal-form input::placeholder,
.quote-modal-form textarea::placeholder {
  color: #8a7650;
}

.home-field input:focus,
.home-field select:focus,
.home-field textarea:focus,
.quote-modal-form input:focus,
.quote-modal-form select:focus,
.quote-modal-form textarea:focus {
  border-color: #c89a22;
  box-shadow: 0 0 0 3px rgba(200, 154, 34, 0.14);
}

.services-step-no {
  background: linear-gradient(90deg, #b2861d 0%, #17120a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fleet-head h3 i,
.fleet-meta-grid span,
.fleet-link {
  color: #a87a17;
}

.reviews-title,
.reviews-title img + * {
  color: #2a1a08;
}

.review-card p:last-child,
.review-head strong {
  color: #5a4a2c;
}

/* Responsive styles */
  @media (max-width: 900px) {
    .grid.two,
    .grid.three {
      grid-template-columns: 1fr;
    }

    .top-contact-bar {
      display: none;
    }

    .site-header {
      overflow: visible;
    }

    .inner-banner {
      height: auto;
      min-height: clamp(280px, 48vh, 420px);
      max-height: none;
      margin-top: 0;
      padding-top: 88px;
      padding-bottom: 24px;
      align-items: flex-end;
    }

    .inner-banner img {
      object-position: center center;
    }

    .inner-banner-overlay {
      background: linear-gradient(180deg, rgba(10, 7, 2, 0.32), rgba(10, 7, 2, 0.62));
    }

    .inner-banner-content {
      max-width: none;
    }

    .inner-banner-content h1 {
      font-size: clamp(1.9rem, 8vw, 2.6rem);
      line-height: 1.1;
      margin-bottom: 8px;
    }

    .inner-banner-content p {
      font-size: 0.95rem;
      line-height: 1.5;
      max-width: 28rem;
      margin-bottom: 0;
    }

    .gallery-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-rows: 260px;
    }

    .gallery-item-featured,
    .gallery-item-wide {
      grid-column: span 2;
    }

    .gallery-item-featured {
      grid-row: span 2;
    }

    .gallery-item-portrait,
    .gallery-item-medium,
    .gallery-item-standard,
    .gallery-item-wide {
      grid-row: span 1;
    }

    .nav-wrap {
        height: auto;
        min-height: 70px;
        padding: 10px 0;
      gap: 10px;
    }

    .site-header.has-bg .nav-wrap {
      width: 100%;
      margin-top: 0;
      padding: 10px 0;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: linear-gradient(
        90deg,
        rgba(255, 251, 240, 0.95) 0%,
        rgba(243, 219, 160, 0.94) 56%,
        rgba(220, 180, 70, 0.92) 100%
      );
    }

  .brand {
      gap: 8px;
      max-width: calc(100% - 102px);
  }

  .brand img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .brand span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.15;
    letter-spacing: 0.01em;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-btn {
    display: inline-block;
    padding: 7px 9px;
    font-size: 0.84rem;
  }

  .scroll-top-btn {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 14px;
  }

  .scroll-top-inner {
    font-size: 1rem;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(
      180deg,
      rgba(255, 248, 230, 0.98) 0%,
      rgba(242, 223, 173, 0.97) 52%,
      rgba(219, 182, 88, 0.95) 100%
    );
    padding: 16px 4%;
    border-bottom: 1px solid rgba(212, 166, 42, 0.22);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    color: #4c3410;
  }

  .site-nav a.active {
    text-decoration-color: #8f6516;
  }

  .top-contact-wrap {
    justify-content: space-between;
    gap: 8px;
    min-height: 28px;
  }

  .top-contact-wrap a span {
    font-size: 0.66rem;
  }

  .top-contact-wrap a {
    gap: 4px;
  }

  .top-contact-wrap a:last-child span {
    display: none;
  }

  .nav-mobile-tools {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .mobile-call {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 166, 42, 0.36);
    color: #f6e7b4;
    background: rgba(255, 245, 215, 0.04);
    font-size: 1rem;
  }

  .nav-login {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: 100svh;
    height: auto;
    margin-top: 0;
    padding-top: 108px;
    padding-bottom: 28px;
    align-items: flex-start;
  }

  .hero-content {
    padding: 16px 0 0;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .hero-copy {
    max-width: none;
    padding-top: 0;
  }

  .hero-copy .eyebrow {
    font-size: 0.78rem;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.08;
    margin-bottom: 12px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .hero-cta {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-cta .btn {
    padding: 10px 14px;
    font-size: 0.84rem;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .hero-stat-item {
    padding: 8px 10px;
  }

  .hero-stat-item strong {
    font-size: 1rem;
  }

  .hero-stat-item span {
    font-size: 0.72rem;
  }

  .home-reserve-grid {
    grid-template-columns: 1fr;
  }

  .home-reserve-grid .fleet-meta-grid {
    grid-template-columns: 1fr;
  }

  .home-reserve-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero-enquiry-form {
    justify-self: start;
    width: 100%;
    max-width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-wrap {
      width: 100%;
      padding: 20px 18px;
      flex-direction: column;
      align-items: flex-start;
    }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-grid .span-2 {
    grid-column: auto;
  }

  .fleet-intro-split,
  .fleet-extra-card {
    grid-template-columns: 1fr;
  }

  .fleet-extras-grid {
    grid-template-columns: 1fr;
  }

  .fleet-extra-media img {
    min-height: 260px;
  }

  .fleet-simple-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item-featured,
  .gallery-item-portrait,
  .gallery-item-medium,
  .gallery-item-standard,
  .gallery-item-wide {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }

  .gallery-grid {
    grid-auto-rows: 280px;
  }

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

  .orlando-things-grid {
    grid-template-columns: 1fr;
  }

  .top-routes-grid {
    grid-template-columns: 1fr;
  }

  .fleet-meta-grid {
    grid-template-columns: 1fr;
  }

  .service-scroll-layout {
    grid-template-columns: 1fr;
  }

  .service-section-head {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    padding: 0;
  }

  .service-sticky-media {
    position: relative;
  }

  .service-sticky-col {
    display: none;
  }

  .service-sticky-media img {
    height: 280px;
  }

  .service-text-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    scroll-snap-type: none;
  }

  .service-scroll-item {
    min-height: auto;
    display: block;
    padding: 16px;
    border: 1px solid #e2c98d;
    background: linear-gradient(180deg, #fffaf0 0%, #f7ecd0 100%);
  }

  .service-card-mobile-image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .service-scroll-item::before,
  .service-scroll-item::after {
    display: none;
  }

  .service-scroll-item h3 {
    margin-bottom: 8px;
  }

  .review-card {
    width: 260px;
  }

  .home-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-request-layout {
    grid-template-columns: 1fr;
  }

  .home-request-quick {
    position: static;
    top: auto;
  }

  .services-rates-head,
  .services-rate-toolbar {
    align-items: flex-start;
  }

  .services-rate-toolbar {
    top: 86px;
  }

  .services-rates-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services-rate-media-column {
    position: static;
    top: auto;
  }

  .suv-rate-vehicle-card {
    gap: 9px;
  }

  .suv-rate-vehicle-card img {
    height: 200px;
    min-height: 200px;
  }

  .suv-rate-vehicle-features {
    grid-template-columns: 1fr 1fr;
  }

  .services-rate-table-head {
    display: none;
  }

  .services-rate-row {
    grid-template-columns: 1fr 1fr;
  }

  .services-rate-route {
    grid-column: 1 / -1;
  }

  .services-rate-fare {
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: 1px solid #ece2ca;
  }

  .grocery-stop-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .grocery-stop-copy h2,
  .grocery-stop-lead,
  .grocery-stop-text {
    max-width: none;
  }

  .how-works-timeline {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding-left: 28px;
  }

  .how-line {
    left: 12px;
    transform: none;
  }

  .how-card.left,
  .how-card.right {
    grid-column: 1;
    margin-top: 0;
  }

  .how-card::before {
    left: -24px;
    right: auto;
  }

  .how-card::after {
    left: -12px;
    right: auto;
    width: 14px;
  }

  .how-card h3 {
    font-size: 1.32rem;
  }

  .how-card p {
    font-size: 0.94rem;
  }

  .rates-table {
    min-width: 0;
    table-layout: auto;
    width: 100%;
  }

  .rates-table th,
  .rates-table td {
    font-size: 0.82rem;
    padding: 8px;
  }

    .services-highlight-wrap {
      grid-template-columns: 1fr;
    }

    .services-about-parallax {
      background-attachment: scroll;
      padding: 44px 0;
    }

    .services-about-card {
        width: 100%;
        padding: 18px 14px 18px 18px;
      }
  
    .services-about-card h2 {
        max-width: none;
      }

    .services-highlight-list {
      grid-template-columns: 1fr;
      gap: 0;
  }

  .services-highlight-list li {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }

  .services-item-image {
    height: 74px;
  }

  .services-why-list {
    grid-template-columns: 1fr;
  }

  .services-why-list article {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .services-how-steps {
    grid-template-columns: 1fr 1fr;
  }

  .services-step {
    min-height: auto;
    transform: none;
  }

  .services-step::after {
    display: none;
  }

  .quote-modal {
    padding: 14px;
  }

  .quote-modal-grid.two,
  .quote-modal-grid.three {
    grid-template-columns: 1fr;
  }

  .login-card {
    padding: 26px 20px 20px;
  }

  .login-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .table-wrap {
    overflow-x: visible;
    border: none;
  }

  .rates-table,
  .rates-table tbody,
  .rates-table tr,
  .rates-table td {
    display: block;
    width: 100%;
  }

  .rates-table {
    background: transparent;
    border: none;
  }

  .rates-table thead {
    display: none;
  }

  .rates-table tr {
      margin-bottom: 16px;
      padding: 0;
      border: 1px solid #d9ccb0;
      border-radius: 14px;
      background: #fffdfa;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(42, 26, 8, 0.05);
    }

  .rates-table tbody tr:first-child {
      margin-top: 0;
    }

  .rates-table td {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        border: none;
        border-top: 1px solid #efe5d2;
        padding: 12px 14px;
        text-align: left;
        font-size: 0.84rem;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
        line-height: 1.45;
    }

  .rates-table td::before {
      content: attr(data-label);
      display: block;
      margin-bottom: 0;
      color: #3a270d;
      font-weight: 700;
      font-size: 0.76rem;
      line-height: 1.35;
      white-space: normal;
      word-break: normal;
      overflow-wrap: normal;
    }

  .rates-table td:first-child {
      grid-template-columns: 1fr;
      gap: 4px;
      border-top: none;
      padding: 14px;
      font-weight: 700;
      color: #2a1a08;
      font-size: 0.96rem;
      line-height: 1.5;
      background: linear-gradient(180deg, rgba(217, 190, 132, 0.18), rgba(217, 190, 132, 0.06));
    }

    .rates-table td:not(:first-child):not(.table-action-cell) {
      justify-items: end;
      text-align: right;
      font-weight: 600;
      color: #1f1407;
      white-space: nowrap;
    }

  .rates-table td:first-child::before {
      display: none;
    }

  .table-action-cell {
      grid-template-columns: 1fr;
      gap: 6px;
      min-width: 0;
      padding-top: 10px;
      justify-items: start;
    }

    .table-action-cell .table-action-btn {
      width: 100%;
      justify-self: stretch;
      text-align: center;
      white-space: nowrap;
    }
  }

  @media (max-width: 640px) {
    .services-suv-rates {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .services-rates-shell {
      padding: 18px;
      border-radius: 24px;
    }

    .services-vehicle-tabs button {
      flex: 1 1 0;
      min-width: 0;
      min-height: 40px;
      font-size: 0.78rem;
      padding: 0 8px;
    }

    .suv-rate-vehicle-card {
      gap: 8px;
      padding: 12px;
      border-radius: 22px;
    }

    .suv-rate-vehicle-card img {
      height: 150px;
      min-height: 150px;
      padding: 10px;
    }

    .suv-rate-vehicle-features {
      grid-template-columns: 1fr;
    }

    .suv-rate-vehicle-features li {
      font-size: 0.76rem;
    }

    .services-rate-row {
      grid-template-columns: 1fr;
      padding: 16px;
      border-radius: 18px;
    }

    .services-rate-fare {
      padding-top: 12px;
    }

    .services-rate-btn {
      width: 100%;
    }

    .services-rate-filters button,
    .services-rate-count {
      font-size: 0.78rem;
    }

    .services-rate-toolbar {
      top: 78px;
      padding: 8px 10px;
    }

    .grocery-stop-card {
      padding: 18px;
      border-radius: 20px;
      gap: 16px;
    }

    .grocery-stop-copy h2 {
      font-size: clamp(1.7rem, 9vw, 2.5rem);
    }

    .grocery-stop-lead,
    .grocery-stop-text,
    .grocery-stop-note {
      font-size: 0.92rem;
    }

    .grocery-stop-details {
      padding: 16px;
      border-radius: 18px;
    }

    .grocery-stop-details h3 {
      font-size: 1.25rem;
    }

    .grocery-stop-detail-item strong {
      font-size: 1.05rem;
    }

    .grocery-stop-actions .btn {
      width: 100%;
      min-width: 0;
    }

    .fleet-premium-card,
    .fleet-addon-card,
    .fleet-extra-card {
      border-radius: 22px;
    }

    .fleet-premium-card img,
    .fleet-addon-card img,
    .fleet-extra-media img {
      border-radius: 16px;
    }

    .inner-banner {
      min-height: 260px;
      padding-top: 84px;
      padding-bottom: 20px;
    }

    .inner-banner img {
      object-position: center;
    }

    .inner-banner-content h1 {
      font-size: clamp(1.7rem, 9vw, 2.2rem);
    }

    .inner-banner-content p {
      font-size: 0.9rem;
      line-height: 1.45;
      max-width: 100%;
    }

    .service-text-right {
      grid-template-columns: 1fr;
    }

  .service-card-mobile-image {
    height: 200px;
  }
}
