:root {
  --rwtm-lux-bg: #f7f5ef;
  --rwtm-lux-band: #ffffff;
  --rwtm-lux-alt: #f1eee7;
  --rwtm-lux-card: #fffefa;
  --rwtm-lux-ink: #141414;
  --rwtm-lux-copy: #4f4a43;
  --rwtm-lux-muted: #746d63;
  --rwtm-lux-line: rgba(20, 20, 20, .08);
  --rwtm-lux-accent: #f7b500;
  --rwtm-lux-shadow: 0 18px 42px rgba(20, 20, 20, .08);
  --rwtm-lux-shadow-strong: 0 26px 56px rgba(20, 20, 20, .12);
}

body {
  background: var(--rwtm-lux-bg);
  color: var(--rwtm-lux-copy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.why-travel-section,
#routes,
#services,
.famous-packages-section,
#cabs {
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: auto !important;
}

.why-travel-section,
.google-reviews-section,
.famous-packages-section,
.about-section,
#cabs {
  background: var(--rwtm-lux-band);
  padding-block: clamp(48px, 5.5vw, 78px);
}

.why-travel-section--alt,
#routes,
#services,
.about-section:nth-child(even),
.routes-list-section,
.info-section:nth-child(even) {
  background: var(--rwtm-lux-alt) !important;
}

.why-travel-section .row {
  row-gap: 36px;
}

.why-travel-content {
  max-width: 760px;
}

.why-travel-content h2,
.blog-index-hero h1,
.blog-post-hero h1,
.services-hero h1,
.routes-page h1,
.about-hero h1,
.support-hero h1,
.city-blog-header h1,
.seo-hero h1,
.premium-title,
.cabs-heading-text,
.google-reviews-copy-block h2 {
  color: var(--rwtm-lux-ink);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
}

.why-travel-content h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.why-travel-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 18px;
}

.why-travel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .34em;
  width: 3px;
  height: 1.25em;
  border-radius: 999px;
  background: var(--rwtm-lux-accent);
}

.why-travel-item h3,
.premium-card-title,
.blog-card__body h2,
.service-content h2,
.section-text h2,
.routes-city-title,
.stand-out-section h2,
.fleet-section h2,
.benefits-section h2,
.booking-cta h2,
.about-text h2,
.mv-card h3,
.value-card h4,
.cab-details h3,
.blog-panel h2,
.blog-side-card h2,
main > .container.py-5.my-5 h1,
main > .container.py-5.my-5 h4 {
  color: var(--rwtm-lux-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.why-travel-item p,
.blog-card__body p,
.blog-index-hero p,
.blog-index-intro p,
.service-content p,
.section-text p,
.about-text p,
.mv-card p,
.value-card p,
.blog-panel p,
.blog-side-card p,
.google-reviews-copy-block p,
.premium-subtitle {
  color: var(--rwtm-lux-copy);
  line-height: 1.68;
}

.why-travel-image,
.service-img-wrapper,
.section-image,
.about-image,
.blog-card__image,
.image-wrapper {
  border-radius: 20px;
}

.why-travel-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  box-shadow: var(--rwtm-lux-shadow-strong);
  filter: contrast(1.03) saturate(1.02);
}

.btn-search,
.btn-book-footer,
.blog-btn,
.cta-btn,
.btn-book-city,
.card-footer-explore {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.btn-search,
.btn-book-footer,
.blog-btn--primary,
.cta-btn,
.btn-book-city {
  border-radius: 14px;
  background: #111;
  border-color: #111;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(20, 20, 20, .12);
}

.btn-search:hover,
.btn-book-footer:hover,
.blog-btn--primary:hover,
.cta-btn:hover,
.btn-book-city:hover {
  transform: translateY(-2px);
  background: #000;
  border-color: #000;
  color: #fff;
  box-shadow: 0 18px 36px rgba(20, 20, 20, .16);
}

.booking-card,
.premium-card,
.blog-card,
.blog-panel,
.blog-side-card,
.google-reviews-panel,
.service-row > .container,
.routes-card,
.benefit-card,
.stand-out-item,
.mv-card,
.value-card,
.offer-item,
.cab-grid-item,
.seo-stats article,
.seo-panel,
.support-card,
.contact-card,
.contact-panel {
  border: 1px solid var(--rwtm-lux-line);
  background: var(--rwtm-lux-card);
  box-shadow: var(--rwtm-lux-shadow);
}

.premium-card,
.blog-card,
.service-row > .container,
.routes-card,
.benefit-card,
.stand-out-item,
.mv-card,
.value-card,
.offer-item,
.cab-grid-item,
.seo-stats article,
.seo-panel,
.support-card,
.contact-card,
.contact-panel {
  border-radius: 20px;
  overflow: hidden;
}

.premium-card:hover,
.blog-card:hover,
.service-row:hover > .container,
.routes-card:hover,
.benefit-card:hover,
.stand-out-item:hover,
.mv-card:hover,
.value-card:hover,
.cab-grid-item:hover,
.support-card:hover,
.contact-card:hover,
.contact-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 20, 20, .16);
  box-shadow: var(--rwtm-lux-shadow-strong);
}

.premium-card img,
.blog-card__image img,
.image-wrapper img,
.service-img-wrapper img,
.section-image img,
.about-image img {
  filter: contrast(1.02) saturate(1.03);
}

.blog-index-hero h1,
.blog-post-hero h1,
.services-hero h1,
.routes-hero h1,
.about-hero h1,
.support-hero h1,
.city-blog-header h1,
.seo-hero h1,
.blog-index-hero p,
.blog-post-hero__lead,
.services-hero p,
.routes-hero p,
.about-hero p,
.support-lead,
.seo-hero__lead {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.blog-index-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #111 0%, #221f19 58%, #302819 100%);
  color: #fff;
  padding: clamp(70px, 8vw, 112px) 0 clamp(54px, 6vw, 78px);
}

.blog-index-hero h1,
.blog-post-hero h1 {
  color: #fff;
}

.blog-index-hero p:not(.blog-kicker),
.blog-post-hero__lead,
.blog-post-hero__meta,
.blog-breadcrumb,
.blog-breadcrumb a {
  color: rgba(255, 255, 255, .84) !important;
}

.blog-index-hero .blog-kicker,
.blog-post-hero .blog-kicker {
  color: #ffd56a;
}

.blog-breadcrumb {
  color: rgba(255, 255, 255, .72);
}

.blog-index-layout {
  padding-block: clamp(44px, 6vw, 78px);
}

.blog-index-intro {
  align-items: end;
  margin-bottom: 30px;
}

.blog-index-intro h2 {
  color: var(--rwtm-lux-ink);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 850;
}

.blog-card-grid {
  gap: 26px;
}

.blog-card {
  border-radius: 22px;
}

.blog-card__image {
  aspect-ratio: 16 / 9;
}

.blog-card__body {
  padding: 22px;
}

.blog-card__body span,
.blog-kicker {
  color: var(--rwtm-lux-muted);
  letter-spacing: .1em;
}

.blog-card__body strong {
  width: fit-content;
  border-bottom: 2px solid var(--rwtm-lux-accent);
  color: var(--rwtm-lux-ink);
  font-weight: 850;
  padding-bottom: 3px;
}

.blog-post-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .44) 52%, rgba(0, 0, 0, .12));
}

.blog-stat-grid div,
.blog-panel,
.blog-side-card {
  border-radius: 18px;
}

.seo-hero__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .48) 54%, rgba(0, 0, 0, .18));
}

.seo-hero h1 {
  font-weight: 850;
  letter-spacing: 0;
}

.seo-kicker {
  color: #c08a18;
  letter-spacing: .1em;
}

.seo-grid {
  padding-block: clamp(42px, 6vw, 78px);
}

.seo-panel {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.seo-btn {
  border-radius: 14px;
}

.seo-btn--primary,
.seo-btn--light {
  box-shadow: 0 14px 28px rgba(20, 20, 20, .14);
}

.blog-highlight-list span,
.blog-link-grid a,
.google-trust-highlights span,
.support-pill {
  border-color: var(--rwtm-lux-line);
  background: #fff;
  color: #2d2924;
}

.services-page,
.routes-page,
.about-page,
.support-page {
  background: var(--rwtm-lux-bg);
}

.services-hero,
.routes-hero,
.about-hero,
.blog-index-hero,
.blog-post-hero,
.seo-hero,
.support-hero,
.city-blog-header {
  border-bottom: 1px solid var(--rwtm-lux-line);
}

.service-row {
  padding: clamp(34px, 5vw, 72px) 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.service-row:nth-child(even) {
  background: var(--rwtm-lux-alt);
}

.service-row > .container {
  padding: clamp(22px, 3vw, 34px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-img-wrapper {
  box-shadow: 0 18px 38px rgba(20, 20, 20, .09);
}

.services-hero h1,
.routes-hero h1,
.about-hero h1 {
  color: #fff !important;
  text-transform: none;
  letter-spacing: 0;
}

.services-hero p,
.routes-hero p,
.about-hero p {
  color: rgba(255, 255, 255, .88) !important;
  opacity: 1 !important;
}

.services-hero,
.routes-hero,
.about-hero {
  min-height: clamp(380px, 48vw, 520px);
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.services-hero::before,
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .46) 52%, rgba(0, 0, 0, .22));
  pointer-events: none;
}

.services-hero .container,
.about-hero .container {
  position: relative;
  z-index: 1;
}

.routes-hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .5) 52%, rgba(0, 0, 0, .24)) !important;
}

.routes-hero .hero-content {
  position: relative;
  z-index: 1;
}

.section-image {
  box-shadow: var(--rwtm-lux-shadow-strong);
}

.info-section {
  background: var(--rwtm-lux-bg);
}

.section-grid,
.about-grid {
  gap: clamp(34px, 5vw, 64px);
}

.section-text h2,
.section-title {
  text-transform: none;
}

.section-title::after {
  background: var(--rwtm-lux-accent);
  height: 3px;
}

.routes-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.route-pill {
  background: #fff;
  border-color: var(--rwtm-lux-line);
  color: #2d2924;
}

.route-pill:hover,
.view-all-btn:hover {
  transform: translateY(-2px);
}

.support-hero {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .78), rgba(35, 28, 18, .74)),
    url("/images/route_highway.png") center/cover no-repeat;
}

.support-hero h1 {
  color: #fff;
  font-weight: 850;
  letter-spacing: 0;
}

.support-lead {
  color: rgba(255, 255, 255, .82);
}

.support-card,
.contact-card,
.contact-panel {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.support-btn,
.support-btn-primary,
.support-btn-soft,
.support-btn-outline {
  border-radius: 14px;
  font-weight: 800;
}

.city-blog-header::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .28));
}

.city-category-tag {
  background: rgba(247, 181, 0, .95);
  color: #17130c;
}

.city-blog-text,
.city-gallery {
  border-color: var(--rwtm-lux-line);
  background: var(--rwtm-lux-card);
  box-shadow: var(--rwtm-lux-shadow);
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .42)),
    url("/images/service_corporate.png") center/cover no-repeat;
}

.about-page {
  color: var(--rwtm-lux-copy);
}

.about-image {
  box-shadow: var(--rwtm-lux-shadow-strong);
}

.offer-box,
.fleet-section,
.benefits-section,
.seo-cta,
.blog-cta-card {
  background: linear-gradient(135deg, #111 0%, #241f18 100%);
  border-radius: 28px;
  box-shadow: var(--rwtm-lux-shadow-strong);
}

.offer-item {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
}

.cab-grid-item {
  min-height: 230px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cab-badge {
  background: #111;
  border-radius: 999px;
}

.cabs-heading-container {
  margin-bottom: 30px;
}

.cabs-heading-bar {
  background: var(--rwtm-lux-accent);
  border-radius: 999px;
}

.fleet-card {
  border-radius: 22px;
  border-color: var(--rwtm-lux-line);
  box-shadow: var(--rwtm-lux-shadow);
}

.stand-out-section {
  background: var(--rwtm-lux-bg);
}

.stand-out-item {
  min-height: 100%;
}

.stand-out-item i,
.value-card i,
.routes-city-title i,
.section-text h2 span {
  color: var(--rwtm-lux-accent) !important;
}

.booking-cta {
  background: linear-gradient(135deg, #111 0%, #241f18 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  box-shadow: var(--rwtm-lux-shadow-strong);
}

.booking-cta .cta-btn,
.seo-cta .seo-btn--primary,
.blog-cta-card .blog-btn--primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #111 !important;
}

.booking-cta .cta-btn:hover,
.seo-cta .seo-btn--primary:hover,
.blog-cta-card .blog-btn--primary:hover {
  background: var(--rwtm-lux-accent) !important;
  border-color: var(--rwtm-lux-accent) !important;
  color: #111 !important;
}

.offer-box h2,
.fleet-section h2,
.benefits-section h2,
.seo-cta h2,
.blog-cta-card h2,
.booking-cta h2 {
  color: #fff;
}

.offer-box p,
.fleet-section p,
.benefits-section p,
.seo-cta p,
.blog-cta-card p,
.booking-cta p {
  color: rgba(255, 255, 255, .78) !important;
}

.seo-cta .seo-kicker,
.blog-cta-card .blog-kicker {
  color: #ffd56a !important;
}

.seo-cta .seo-btn--light,
.blog-cta-card .blog-btn--light {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}

.benefits-section .benefit-card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
  box-shadow: none;
}

.benefits-section .benefit-card h5 {
  color: #fff;
}

.benefits-section .benefit-card i {
  color: var(--rwtm-lux-accent);
}

.cta-btn,
.about-page .btn-warning {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.trust-section-shell {
  background: transparent;
}

.trust-card,
.google-review-card {
  border-color: var(--rwtm-lux-line);
  background: var(--rwtm-lux-card);
}

#routes.trust-section-shell,
#services {
  width: 100%;
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(48px, 5vw, 78px) clamp(18px, 4vw, 56px);
}

#routes.trust-section-shell {
  background: var(--rwtm-lux-alt) !important;
}

#routes .trust-section-heading,
#routes .premium-grid,
#services > .cabs-heading-container,
#services > .row,
#services > .text-center,
#services > .famous-packages-section,
#services > .famous-packages-section > .container {
  max-width: 1240px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#routes .trust-section-heading {
  margin-bottom: 28px !important;
}

#routes .premium-card {
  border-radius: 18px;
}

#routes .image-wrapper {
  aspect-ratio: 16 / 9;
  height: auto;
}

#routes .trust-card-body {
  padding: 20px 22px 22px;
}

#routes .trust-card-title {
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.25;
}

#routes .trust-card-subtitle {
  min-height: auto;
  margin-bottom: 18px;
}

#routes .trust-card-footer {
  padding-top: 16px;
}

#services {
  background: var(--rwtm-lux-bg) !important;
}

#services > .row.g-4 > .col-md-6.d-flex {
  background: var(--rwtm-lux-card);
  border: 1px solid var(--rwtm-lux-line);
  border-radius: 18px;
  box-shadow: var(--rwtm-lux-shadow);
  padding: 22px;
  align-items: flex-start;
}

#services > .row.g-4 > .col-md-6.d-flex > .me-3 {
  width: 46px;
  min-width: 46px;
  height: 46px;
  margin-right: 16px !important;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 1.25rem !important;
}

#services > .row.g-4 > .col-md-6.d-flex > .me-3 i {
  color: #fff !important;
}

#services > .row.g-4 > .col-md-6.d-flex h3 {
  color: var(--rwtm-lux-ink) !important;
  font-size: 1.12rem;
  line-height: 1.3;
}

#services > .row.g-4 > .col-md-6.d-flex p {
  color: var(--rwtm-lux-copy) !important;
  line-height: 1.62 !important;
}

main > .container.py-5.my-5 {
  max-width: 1060px;
}

main > .container.py-5.my-5 .col-lg-8.offset-lg-2 {
  background: var(--rwtm-lux-card);
  border: 1px solid var(--rwtm-lux-line);
  border-radius: 22px;
  box-shadow: var(--rwtm-lux-shadow);
  padding: clamp(26px, 5vw, 52px);
}

main > .container.py-5.my-5 p,
main > .container.py-5.my-5 li {
  color: var(--rwtm-lux-copy);
  line-height: 1.72;
}

@media (max-width: 991.98px) {
  .why-travel-section {
    padding-block: 48px;
  }

  .why-travel-content h2,
  .blog-index-hero h1,
  .blog-post-hero h1 {
    font-size: clamp(1.9rem, 7vw, 2.75rem);
  }

  .service-row {
    border-radius: 18px;
  }

  #routes.trust-section-shell,
  #services {
    padding: 42px 16px;
  }
}

@media (max-width: 575.98px) {
  .why-travel-section {
    padding-block: 44px;
  }

  .why-travel-item {
    padding-left: 15px;
  }

  .blog-card__body,
  .blog-panel,
  .blog-side-card {
    padding: 18px;
  }

  .btn-book-footer {
    width: 100%;
  }
}

/* Global white surface system */
:root {
  --rwtm-lux-bg: #ffffff;
  --rwtm-lux-band: #ffffff;
  --rwtm-lux-alt: #ffffff;
  --rwtm-lux-card: #ffffff;
  --rwtm-page-bg: #ffffff;
  --rwtm-alt-bg: #ffffff;
  --rwtm-card-bg: #ffffff;
  --rwtm-lux-copy: #3f4652;
  --rwtm-lux-muted: #667085;
  --rwtm-lux-line: rgba(17, 24, 39, .10);
  --rwtm-lux-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  --rwtm-lux-shadow-strong: 0 26px 60px rgba(15, 23, 42, .13);
}

html,
body,
main,
.container-fluid,
.page-wrapper,
.services-page,
.routes-page,
.about-page,
.blog-index-page,
.blog-post-page,
.seo-page,
.city-blog-page,
.support-page,
.why-travel-section,
.google-reviews-section,
.famous-packages-section,
.about-section,
.routes-list-section,
.info-section,
.stand-out-section,
.local-support-section,
.cab-results,
#routes,
#services,
#cabs {
  background: #ffffff !important;
}

.why-travel-section--alt,
.about-section:nth-child(even),
.info-section:nth-child(even),
#routes.trust-section-shell,
#services {
  background: #ffffff !important;
}

.booking-card,
.premium-card,
.trust-card,
.package-card,
.blog-card,
.blog-panel,
.blog-side-card,
.seo-panel,
.seo-stats article,
.seo-stats--premium,
.seo-chip-list span,
.seo-observation-list p,
.blog-highlight-list span,
.blog-link-grid a,
.blog-faq-list details,
.service-row,
.service-card,
.routes-card,
.route-card,
.route-pill,
.stand-out-item,
.benefit-card,
.mv-card,
.value-card,
.offer-item,
.cab-grid-item,
.support-card,
.contact-card,
.contact-panel,
.google-reviews-panel,
.google-review-card,
.car-card,
.modern-car-card,
.journey-header,
.checkout-summary-card,
.checkout-terms-card,
#services > .row.g-4 > .col-md-6.d-flex,
main > .container.py-5.my-5 .col-lg-8.offset-lg-2 {
  background: #ffffff !important;
  border-color: rgba(17, 24, 39, .10) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.trip-selection-ui,
.type-option,
.form-control,
.form-select,
.input-group-text,
.search-summary,
.results-filter-bar,
.booking-summary,
.fare-breakdown,
.vehicle-info,
.route-summary {
  background: #ffffff !important;
}

.fleet-section,
.benefits-section,
.offer-box,
.seo-cta,
.seo-cta--premium,
.blog-cta-card,
.booking-cta {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, .10) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .10);
  color: #111827 !important;
}

.fleet-section h2,
.benefits-section h2,
.offer-box h2,
.seo-cta h2,
.blog-cta-card h2,
.booking-cta h2,
.benefits-section .benefit-card h5 {
  color: #111827 !important;
}

.fleet-section p,
.benefits-section p,
.offer-box p,
.seo-cta p,
.blog-cta-card p,
.booking-cta p {
  color: #4b5563 !important;
}

.seo-cta .seo-kicker,
.blog-cta-card .blog-kicker {
  color: #9a6500 !important;
}

.benefits-section .benefit-card {
  color: #111827 !important;
}

.blog-index-hero {
  background: #ffffff !important;
  color: #111827 !important;
}

.blog-index-hero h1,
.blog-index-hero p,
.blog-index-hero .blog-kicker {
  color: #111827 !important;
  text-shadow: none !important;
}

.services-hero::before,
.routes-hero::before,
.about-hero::before,
.city-blog-header::after,
.seo-hero__overlay,
.blog-post-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .58) 54%, rgba(0, 0, 0, .28)) !important;
}

.services-hero h1,
.routes-hero h1,
.about-hero h1,
.city-blog-header h1,
.seo-hero h1,
.blog-post-hero h1,
.services-hero p,
.routes-hero p,
.about-hero p,
.city-blog-header p,
.seo-hero__lead,
.blog-post-hero__lead,
.blog-post-hero__meta,
.seo-hero .seo-kicker,
.blog-post-hero .blog-kicker {
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .62);
}

.seo-hero__content,
.blog-post-hero__content,
.services-hero .container,
.routes-hero .hero-content,
.about-hero .container,
.city-blog-header > * {
  position: relative;
  z-index: 2;
}

.trust-card,
.package-card,
#routes .premium-card {
  border-radius: 18px;
}

.famous-packages-section .container,
.famous-packages-section .trust-section-heading,
.famous-packages-section .package-grid {
  max-width: 1240px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.famous-packages-section .package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.famous-packages-section .package-image-container {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
}

.famous-packages-section .package-card-body {
  padding: 20px 22px 22px;
}

.famous-packages-section .package-pill {
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.25;
}

.famous-packages-section .package-subtitle {
  min-height: auto;
  margin-bottom: 18px;
}

.famous-packages-section .trust-card-footer {
  margin-top: auto;
  padding-top: 16px;
}

@media (max-width: 991.98px) {
  .famous-packages-section .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-hero::before,
  .routes-hero::before,
  .about-hero::before,
  .city-blog-header::after,
  .seo-hero__overlay,
  .blog-post-hero__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .88)) !important;
  }
}

@media (max-width: 640px) {
  .famous-packages-section .package-grid {
    grid-template-columns: 1fr;
  }
}

/* Contrast corrections for protected visual sections */
.site-footer,
.site-footer .footer-shell,
.site-footer .footer-inner {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
  color: #e5eefc !important;
  box-shadow: none !important;
}

.site-footer h3,
.site-footer .footer-brand h3,
.site-footer .footer-routes h3,
.site-footer .footer-legal h3,
.site-footer .footer-help h3,
.site-footer .footer-help h3 a {
  color: #ffffff !important;
}

.site-footer p,
.site-footer .footer-brand p,
.site-footer .footer-contact a,
.site-footer .footer-routes a,
.site-footer .footer-legal a,
.site-footer .footer-help p,
.site-footer .footer-help-list a {
  color: #cbd5e1 !important;
}

.site-footer .footer-help {
  background: rgba(255, 255, 255, .06) !important;
  border-color: rgba(255, 255, 255, .10) !important;
  box-shadow: none !important;
}

.site-footer .footer-help-form input,
.site-footer .footer-help-form textarea {
  background: rgba(15, 23, 42, .75) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.site-footer .footer-help-form input::placeholder,
.site-footer .footer-help-form textarea::placeholder {
  color: #94a3b8 !important;
}

.site-footer .footer-help-form button {
  background: #ffffff !important;
  color: #0f172a !important;
  box-shadow: none !important;
}

.site-footer .footer-divider {
  background: rgba(255, 255, 255, .12) !important;
}

.site-footer .footer-bottom {
  color: #94a3b8 !important;
}

.blog-index-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .48) 56%, rgba(0, 0, 0, .18)),
    url("/images/route_highway.png") center/cover no-repeat !important;
  color: #ffffff !important;
  min-height: clamp(420px, 58vh, 620px);
  display: flex;
  align-items: center;
}

.blog-index-hero h1,
.blog-index-hero p,
.blog-index-hero .blog-kicker,
.blog-index-hero .blog-breadcrumb,
.blog-index-hero .blog-breadcrumb a {
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .62) !important;
}

.blog-index-hero p:not(.blog-kicker) {
  color: rgba(255, 255, 255, .88) !important;
}

.hero-container {
  background: #e8ecef !important;
}

.booking-card {
  background: rgba(255, 255, 255, .98) !important;
  border-color: rgba(15, 23, 42, .10) !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .14) !important;
  overflow: hidden !important;
}

.hero-container .container-fluid,
.hero-container .hero-section,
.hero-container .hero-section .row,
.hero-container .hero-copy-col,
.hero-container .hero-form-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

.hero-container .hero-form-wrap {
  width: fit-content;
  max-width: 100%;
}

.booking-card .trip-selection-ui {
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%) !important;
}

.booking-card .type-option,
.booking-card .category-tab:not(.active) {
  background: #f5f5f5 !important;
}

.booking-card .type-option.active {
  background: #ffffff !important;
}

.booking-card .form-control,
.booking-card .form-select {
  background-color: #fcfcfc !important;
}

.booking-card input[type="hidden"] + br {
  display: none !important;
}

.booking-card form {
  display: grid;
  gap: 10px;
}

.booking-card #outstation-fields,
.booking-card #local-rental-fields,
.booking-card #airport-fields,
.booking-card #char-dham-fields {
  display: grid;
  gap: 10px;
}

.booking-card #local-rental-fields[style*="display: none"],
.booking-card #airport-fields[style*="display: none"],
.booking-card #char-dham-fields[style*="display: none"] {
  display: none !important;
}

.booking-card .input-group {
  margin-bottom: 0 !important;
}

.booking-card .btn-outline-primary-custom {
  margin-bottom: 0 !important;
}

.booking-card .btn-search {
  margin-top: 8px !important;
}

.booking-card .trust-text {
  margin-top: 0 !important;
}

.booking-card .booking-support-strip {
  margin-top: 0 !important;
}

@media (max-width: 991.98px) {
  .blog-index-hero {
    min-height: 460px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .88)),
      url("/images/route_highway.png") center/cover no-repeat !important;
  }
}
