/* SAN TRAVELS — WOW+ Ultimate Premium Layer */

/* Scroll progress gold bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #E32619, #D4AF37, #FFC107, #D4AF37);
  z-index: 100001;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.8);
  transition: width 0.08s linear;
}

/* Cursor glow — desktop only */
.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  opacity: 0;
}

body.loaded .cursor-glow {
  opacity: 1;
}

@media (hover: none) {
  .cursor-glow { display: none; }
}

/* Hero sparkles */
.hero-sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, rgba(212, 175, 55, 0.9), transparent),
    radial-gradient(1px 1px at 30% 65%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 55% 15%, rgba(212, 175, 55, 0.7), transparent),
    radial-gradient(1px 1px at 70% 80%, rgba(255, 193, 7, 0.5), transparent),
    radial-gradient(2px 2px at 85% 35%, rgba(212, 175, 55, 0.8), transparent),
    radial-gradient(1px 1px at 15% 85%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 45% 45%, rgba(212, 175, 55, 0.6), transparent),
    radial-gradient(1px 1px at 92% 70%, rgba(255, 193, 7, 0.7), transparent);
  animation: sparkleShift 8s ease-in-out infinite alternate;
}

@keyframes sparkleShift {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.02); }
}

/* Hero mockup — hide legacy blocks on all screens */
.hero-badge,
.hero-actions--desktop,
.hero-stats,
.hero-scroll,
.hero-subtitle-luxury.hero-desktop-only,
.hero-desktop-only {
  display: none !important;
}

.hero h1 {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}

.hero-content {
  position: relative;
  z-index: 4;
  margin-top: auto;
  max-width: min(520px, 72%);
  padding: 0 14px 6px !important;
  gap: 0 !important;
  align-items: flex-start !important;
  text-align: left !important;
  min-width: 0;
}

.hero-content::before {
  display: none !important;
}

.hero-title-luxury {
  display: block !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.hero-title-luxury br {
  display: none;
}

.hero-title-luxury .hero-line--white {
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(26px, 5vw, 48px) !important;
  font-weight: 800 !important;
  font-style: normal !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
  margin: 0 0 1px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.hero-title-luxury .hero-line--gold {
  display: block !important;
  font-family: 'Dancing Script', cursive !important;
  font-size: clamp(38px, 7vw, 64px) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  line-height: 0.95 !important;
  color: #F7BA09 !important;
  -webkit-text-fill-color: #F7BA09 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  margin: 0 0 1px !important;
  padding: 0 !important;
}

.hero-title-luxury .hero-line--brand {
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(11px, 1.6vw, 16px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}

.hero-accent-line {
  width: 52px;
  height: 3px;
  background: #F7BA09;
  margin: 0 0 10px;
  border: none;
  box-shadow: 0 0 10px rgba(247, 186, 9, 0.4);
}

.hero-desc-mobile {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(11px, 1.4vw, 15px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
  margin: 0 0 12px !important;
  max-width: 17em;
}

.hero-desc-kerala {
  color: #F7BA09 !important;
  font-weight: 700 !important;
}

.hero-services-mobile {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(4px, 1vw, 10px);
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
}

.hero-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.hero-service-item i {
  font-size: clamp(17px, 2vw, 24px);
  color: #F7BA09;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.hero-service-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(7px, 0.85vw, 10px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.hero-actions-mobile {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
}

.btn-book-ride {
  flex: 1 1 58%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: clamp(42px, 5vh, 50px);
  padding: 10px 14px;
  background: #F7BA09;
  color: #111111;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
}

.btn-book-ride:hover {
  background: #ffc107;
  transform: translateY(-1px);
}

.btn-whatsapp-hero {
  flex: 1 1 36%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: clamp(42px, 5vh, 50px);
  padding: 10px 10px;
  background: #111111;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(9px, 1vw, 12px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease;
}

.btn-whatsapp-hero:hover {
  background: #1a1a1a;
}

.btn-whatsapp-hero .fa-whatsapp {
  color: #25D366;
  font-size: clamp(14px, 1.5vw, 18px);
}

.hero-mockup-footer .hero-actions-mobile {
  max-width: none;
  width: 100%;
}

#home.hero {
  display: flex !important;
  flex-direction: column !important;
}

.hero-module {
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  min-height: 0 !important;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

/* Reference card — bottom of Module 1 */
.hero-trust-on-page {
  background: #000000 !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

.hero-trust-on-page .hero-features-card,
.hero-trust-on-page .home-rating-card {
  background: #000000 !important;
}

.hero-features-card {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  background: #000000;
  border: none;
  border-bottom: 1px solid rgba(247, 186, 9, 0.12);
  border-radius: 0;
  overflow: hidden;
}

.hero-feature-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 6px;
  min-height: auto;
  height: auto;
  text-align: center;
  border-right: 1px solid rgba(247, 186, 9, 0.28);
}

.hero-feature-col:last-child {
  border-right: none;
}

.hero-feature-col i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 7vw, 38px);
  height: clamp(28px, 7vw, 38px);
  font-size: clamp(13px, 2.8vw, 17px);
  color: #F7BA09;
  line-height: 1;
  border: 1px solid rgba(247, 186, 9, 0.45);
  border-radius: 50%;
  box-sizing: border-box;
}

.hero-feature-col strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(8px, 0.9vw, 11px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.hero-feature-col span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(7px, 0.75vw, 9px);
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.78);
  max-width: 12em;
}

/* Module 1 footer — buttons + features + rating (reference) */
.hero-mockup-footer {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  width: 100%;
  padding: 0 12px 12px;
  margin-top: 0;
  background: transparent !important;
  border: none !important;
}

.hero-trust-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.hero-module > .hero-trust-stack,
.hero-trust-on-page .hero-trust-stack {
  flex-shrink: 0;
  width: 100%;
  margin: 0 auto;
}

.hero-module > .hero-trust-stack .hero-features-card,
.hero-module > .hero-trust-stack .home-rating-card,
.hero-trust-on-page .hero-features-card,
.hero-trust-on-page .home-rating-card {
  border: 1px solid rgba(247, 186, 9, 0.38);
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.hero-module > .hero-trust-stack .hero-features-card,
.hero-trust-on-page .hero-features-card {
  border-bottom: none;
}

.hero-mockup-footer .hero-features-card {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid rgba(247, 186, 9, 0.15);
}

.hero-mockup-footer .home-rating-card {
  border-radius: 0;
  border: none;
}

.home-rating-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
  background: rgba(12, 12, 12, 0.97);
  border: none;
  border-radius: 0;
}

.home-rating-customers {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.home-rating-customers-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: #F7BA09;
  font-size: 22px;
}

.home-rating-customers-icon .fa-star {
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-size: 11px;
}

.home-rating-customers-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.home-rating-customers-text strong {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(11px, 2.8vw, 14px);
  font-weight: 700;
  color: #F7BA09;
  line-height: 1.2;
}

.home-rating-customers-text > span {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(9px, 2.2vw, 11px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.25;
}

.home-rating-score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
  text-align: right;
}

.home-rating-stars {
  display: flex;
  gap: 2px;
  color: #F7BA09;
  font-size: clamp(11px, 2.5vw, 14px);
  line-height: 1;
}

.home-rating-score-text {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(10px, 2.4vw, 12px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.home-rating-score-text strong {
  color: #ffffff;
  font-weight: 700;
}

.hero-bg::before {
  box-shadow: none !important;
}

.hero-orbs {
  opacity: 0.12;
}

.hero-grain {
  opacity: 0.02;
}

.hero-sparkles {
  opacity: 0.35;
}

/* Section top spacing — no overlap */
.page-section {
  padding-top: 90px !important;
}

.page-section::before {
  display: none;
}

/* Shimmer page titles */
.page-title {
  background: linear-gradient(90deg, #111 0%, #B8962E 25%, #111 50%, #B8962E 75%, #111 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: titleShimmer 6s linear infinite;
  line-height: 1.25;
  display: block;
}

.section-header .page-title {
  margin-bottom: 0 !important;
}

@keyframes titleShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.page-title::after {
  background: linear-gradient(90deg, transparent, #D4AF37, transparent) !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: transparent !important;
}

/* About luxury frame */
.luxury-frame {
  position: relative;
  padding: 12px;
}

.luxury-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(212, 175, 55, 0.5);
  pointer-events: none;
  z-index: 2;
}

.frame-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: #D4AF37;
  border-style: solid;
  z-index: 3;
  pointer-events: none;
}

.fc-tl { top: 0; left: 0; border-width: 2px 0 0 2px; }
.fc-tr { top: 0; right: 0; border-width: 2px 2px 0 0; }
.fc-bl { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.fc-br { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

.luxury-frame img {
  position: relative;
  z-index: 1;
}

.about-image.luxury-frame::before {
  z-index: 2;
}

.about-image .frame-corner {
  z-index: 3;
}

.about-image-fit {
  position: relative;
  z-index: 1;
}

.about-image-fit picture,
.about-image-fit img {
  display: block;
  width: 100%;
}

/* Package featured */
.package-card {
  position: relative;
}

.package-card--featured {
  border: 2px solid rgba(212, 175, 55, 0.5) !important;
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.15) !important;
}

.card-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  background: linear-gradient(135deg, #D4AF37, #FFC107);
  color: #111;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 12px;
}

/* Glass cards */
.service-card,
.package-card,
.fleet-card,
.review-card {
  backdrop-filter: blur(4px);
}

/* Animated gradient border on hover */
.service-card::after,
.fleet-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #D4AF37, transparent, #E32619, transparent, #D4AF37);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 0;
  animation: borderSpin 4s linear infinite;
}

.service-card:hover::after,
.fleet-card:hover::after {
  opacity: 1;
}

@keyframes borderSpin {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* 3D tilt ready */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out, box-shadow 0.3s ease;
}

/* Feature items — subtle hover (Module 2 bar) */
#module-2 .feature-item,
.feature-bar .feature-item {
  transition: background 0.3s ease;
}

#module-2 .feature-item:hover,
.feature-bar .feature-item:hover {
  transform: none;
  background: rgba(212, 175, 55, 0.08);
}

#module-2 .feature-item:hover i,
.feature-bar .feature-item:hover i {
  animation: iconPop 0.5s ease;
}

@keyframes iconPop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* Stats glow */
.stat-item:hover .stat-num {
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
}

/* Review premium quote */
.review-text::before {
  content: '\201C';
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 64px;
  color: rgba(212, 175, 55, 0.2);
  line-height: 0;
  display: block;
  margin-bottom: -10px;
}

/* Custom banner CTA pulse */
.custom-banner .btn-yellow {
  animation: ctaPulse 2.5s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }
  50% { box-shadow: 0 0 0 12px rgba(212, 175, 55, 0); }
}

/* Footer luxury pattern */
.footer::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.footer {
  position: relative;
}

/* Preloader exit zoom */
.preloader.hide .preloader-inner {
  animation: preloaderOut 0.6s ease forwards;
}

@keyframes preloaderOut {
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}

/* Stagger children in grids */
.services-grid .service-card:nth-child(1) { transition-delay: 0.05s; }
.services-grid .service-card:nth-child(2) { transition-delay: 0.1s; }
.services-grid .service-card:nth-child(3) { transition-delay: 0.15s; }
.services-grid .service-card:nth-child(4) { transition-delay: 0.2s; }
.services-grid .service-card:nth-child(5) { transition-delay: 0.25s; }
.services-grid .service-card:nth-child(6) { transition-delay: 0.3s; }

/* Hero vignette extra */
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

/* WhatsApp btn shine */
.btn-whatsapp {
  position: relative;
  overflow: hidden;
}

.btn-whatsapp::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  animation: btnShine 3s ease-in-out infinite;
}

@keyframes btnShine {
  0% { left: -100%; }
  40%, 100% { left: 150%; }
}

/* Section clip wave between about and stats - optional skip if complex */

@media (max-width: 768px) {
  .page-title {
    background: none;
    -webkit-text-fill-color: #111;
    color: #111;
    animation: none;
  }

  .cursor-glow {
    display: none;
  }
}

/* Fleet features bar — white labels (after fleet section) */
#fleet-features.feature-bar .feature-label span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Laptop / desktop — hero layout (768px+ matches module1-responsive) */
@media (min-width: 768px) {
  .hero-module {
    justify-content: flex-start !important;
    min-height: calc(100svh - var(--site-header, 76px));
  }

  .hero-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    max-width: min(540px, 50%) !important;
    min-height: 0 !important;
    padding: clamp(0.5rem, 1.5vh, 1rem) 28px 0.5rem !important;
    margin-top: clamp(1rem, 4vh, 2.5rem) !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
  }

  .hero-services-mobile {
    display: none !important;
  }

  .hero-actions-mobile {
    max-width: 460px;
    margin-top: clamp(0.5rem, 1.5vh, 1rem);
  }

  .hero-accent-line {
    width: 72px;
    margin-bottom: 14px;
  }

  .hero-features-card {
    margin-top: 16px;
    border-radius: 8px;
  }

  .hero-mockup-footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px;
  }

  .hero-trust-in-hero {
    display: none !important;
  }

  .hero-trust-on-page .home-rating-card {
    display: none !important;
  }

  .hero-trust-on-page .hero-features-card {
    border-radius: 10px;
  }

  .hero-feature-col {
    min-height: 96px;
    padding: 16px 10px;
  }
}

@media (min-width: 1024px) {
  .hero-module {
    padding-top: clamp(1.25rem, 5vh, 3rem) !important;
  }

  .hero-content {
    margin-top: clamp(2rem, 10vh, 5.5rem) !important;
  }

}

/* Mobile — reference hero layout (one screen, trust inside hero) */
@media (max-width: 767px) {
  .hero-trust-on-page {
    display: none !important;
  }

  .hero-trust-in-hero {
    display: flex !important;
  }

  #home.hero {
    height: auto !important;
    max-height: none !important;
  }

  .hero-module {
    justify-content: flex-end !important;
  }
}

@media (max-width: 768px) {
  .hero-content {
    max-width: min(72%, 100%) !important;
    padding: 0 14px 4px !important;
  }

  .hero-services-mobile,
  .hero-actions-mobile {
    max-width: 100%;
  }

  .hero-desc-mobile {
    max-width: 14.5em;
    margin-bottom: 10px !important;
  }

  .hero-services-mobile {
    margin-bottom: 10px;
  }

  .hero-actions-mobile {
    margin-bottom: 10px;
    gap: 8px;
  }

  .hero-features-card {
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
  }

  .hero-module > .hero-trust-stack .home-rating-card {
    padding: 12px 12px;
    gap: 8px;
    background: rgba(12, 12, 12, 0.97) !important;
  }

  .hero-module > .hero-trust-stack .hero-features-card {
    background: rgba(12, 12, 12, 0.97) !important;
  }

  .hero-mockup-footer {
    padding: 0 12px 10px;
    margin-top: 0;
  }

  .hero-module > .hero-trust-stack {
    gap: 10px;
  }

  .home-rating-customers-icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .home-rating-customers-icon .fa-star {
    font-size: 9px;
  }

  .hero-feature-col {
    min-height: auto;
    height: auto;
    padding: 10px 6px;
    gap: 5px;
  }

  .hero-feature-col strong {
    font-size: clamp(8px, 2.2vw, 11px) !important;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }

  .hero-feature-col span {
    font-size: clamp(7px, 1.9vw, 9px) !important;
    line-height: 1.25;
    max-width: 11em;
  }

  .hero-module > .hero-trust-stack .hero-features-card {
    border: 1px solid rgba(247, 186, 9, 0.38) !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45) !important;
  }

  .hero-module > .hero-trust-stack .home-rating-card {
    border: 1px solid rgba(247, 186, 9, 0.38) !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45) !important;
  }

  .home-rating-customers-text strong {
    font-size: 11px;
  }

  .home-rating-customers-text > span {
    font-size: 9px;
  }

  .home-rating-stars {
    font-size: 11px;
  }

  .home-rating-score-text {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  /* About Us image — full car visible on small screens */
  .about-image.luxury-frame {
    max-width: 100% !important;
    width: 100%;
    padding: 8px;
  }

  .about-image-fit {
    aspect-ratio: auto !important;
    min-height: 0 !important;
    padding: 6px;
  }

  .about-image-fit img {
    object-fit: contain !important;
    object-position: center center !important;
    height: auto !important;
    max-height: 300px;
    width: 100%;
    background: #f7f3e9;
  }
}

/* ===== Home hero request fix: Airport Pickup & Drop image + laptop text lift ===== */
#home.hero .hero-bg {
  background-image: url('../images/hero.jpg?v=14') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #050505 !important;
}

@media (min-width: 1024px) {
  #home.hero .hero-bg {
    background-position: 58% center !important;
  }

  #home.hero .hero-module {
    padding-top: clamp(0.35rem, 1.5vh, 1rem) !important;
  }

  #home.hero .hero-content {
    margin-top: clamp(0.25rem, 2vh, 1.25rem) !important;
    padding-top: 0 !important;
  }

  #home.hero .hero-title-luxury .hero-line--white {
    font-size: clamp(30px, 4.2vw, 46px) !important;
  }

  #home.hero .hero-title-luxury .hero-line--gold {
    font-size: clamp(42px, 5.8vw, 62px) !important;
  }

  #home.hero .hero-desc-mobile {
    margin-bottom: 8px !important;
  }

  #home.hero .hero-actions-mobile {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}



/* ===== Mobile hero background fix: show full Airport Pickup & Drop car, no zoom crop ===== */
@media (max-width: 767px) {
  #home.hero {
    background: #050505 !important;
  }

  #home.hero .hero-bg {
    background-image: url('../images/hero.jpg?v=14') !important;
    background-color: #050505 !important;
    background-repeat: no-repeat !important;
    background-size: 92vw auto !important;
    background-position: center 78px !important;
    transform: none !important;
    animation: none !important;
    opacity: 0.78 !important;
  }

  #home.hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0.38) 34%,
      rgba(0, 0, 0, 0.72) 66%,
      rgba(0, 0, 0, 0.92) 100%
    ) !important;
  }
}

@media (max-width: 430px) {
  #home.hero .hero-bg {
    background-size: 96vw auto !important;
    background-position: center 84px !important;
  }
}

@media (max-width: 360px) {
  #home.hero .hero-bg {
    background-size: 100vw auto !important;
    background-position: center 88px !important;
  }
}


/* ===== Final mobile hero update: full visible car image + 2x2 service cards ===== */
@media (max-width: 767px) {
  #home.hero {
    background: #050505 !important;
  }

  #home.hero .hero-bg {
    background-image: url('../images/hero.jpg?v=15') !important;
    background-color: #050505 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center 82px !important;
    transform: none !important;
    animation: none !important;
    opacity: 0.98 !important;
    filter: brightness(1.22) contrast(1.16) saturate(1.12) !important;
  }

  #home.hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.18) 32%,
      rgba(0, 0, 0, 0.68) 64%,
      rgba(0, 0, 0, 0.94) 100%
    ) !important;
  }

  .hero-services-mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
  }

  .hero-service-item {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 8px 6px !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, 0.46) !important;
    border: 1px solid rgba(247, 186, 9, 0.28) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(6px) !important;
  }

  .hero-service-item i {
    font-size: clamp(15px, 4vw, 18px) !important;
    color: #F7BA09 !important;
  }

  .hero-service-item span {
    font-size: clamp(9px, 2.7vw, 11px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0.04em !important;
  }
}

@media (max-width: 430px) {
  #home.hero .hero-bg {
    background-size: 100vw auto !important;
    background-position: center 86px !important;
  }
}

@media (max-width: 360px) {
  #home.hero .hero-bg {
    background-size: 100vw auto !important;
    background-position: center 92px !important;
  }
}


/* Mobile-only customer review card below hero feature card */
.mobile-hero-review-card {
  display: none;
}

@media (max-width: 767px) {
  .hero-services-mobile {
    display: none !important;
  }

  .mobile-hero-review-card {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    width: min(92%, 330px);
    margin: 10px auto 0;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(247, 186, 9, 0.32);
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.78), rgba(26, 18, 3, 0.62));
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    text-align: left;
  }

  .mobile-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .mobile-review-stars {
    color: #f7ba09;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: 0 0 12px rgba(247, 186, 9, 0.45);
  }

  .mobile-review-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
  }

  .mobile-hero-review-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.42;
  }

  .mobile-hero-review-card strong {
    color: #f7ba09;
    font-size: 11px;
    font-weight: 800;
  }
}


/* ===== Final Divya mobile request fix: full top image, 2x2 service cards, 1000+ card ===== */
@media (max-width: 767px) {
  html body #home.hero {
    background: #050505 !important;
    overflow: hidden !important;
  }

  html body #home.hero .hero-bg {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    height: clamp(230px, 67vw, 315px) !important;
    background-image: url('../images/hero.jpg?v=18') !important;
    background-size: 100vw auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #050505 !important;
    opacity: 1 !important;
    filter: brightness(1.36) contrast(1.2) saturate(1.18) !important;
    transform: none !important;
    animation: none !important;
  }

  html body #home.hero::before {
    background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.08) 32%, rgba(0,0,0,.78) 58%, #050505 100%) !important;
  }

  html body #home.hero .hero-module {
    padding-top: clamp(245px, 72vw, 335px) !important;
    justify-content: flex-start !important;
  }

  html body .hero-services-mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: calc(100% - 20px) !important;
    max-width: 460px !important;
    margin: 8px auto 10px !important;
  }

  html body .hero-service-item {
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 8px 6px !important;
    border-radius: 13px !important;
    background: rgba(0, 0, 0, 0.58) !important;
    border: 1px solid rgba(247, 186, 9, 0.3) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.3) !important;
  }

  html body .hero-service-item i {
    font-size: 16px !important;
    color: #f7ba09 !important;
  }

  html body .hero-service-item span {
    font-size: 10px !important;
    line-height: 1.12 !important;
    letter-spacing: .05em !important;
  }

  html body .mobile-hero-review-card {
    display: none !important;
  }

  html body .mobile-happy-customer-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: calc(100% - 20px) !important;
    max-width: 460px !important;
    min-height: 58px !important;
    margin: 10px auto 0 !important;
    padding: 12px 16px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(247,186,9,.36) !important;
    background: linear-gradient(135deg, rgba(0,0,0,.82), rgba(32,22,3,.78)) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.38) !important;
    color: #fff !important;
  }

  html body .mobile-happy-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(247,186,9,.16) !important;
    color: #f7ba09 !important;
    flex: 0 0 38px !important;
  }

  html body .mobile-happy-text {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.05 !important;
  }

  html body .mobile-happy-text strong {
    color: #f7ba09 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
  }

  html body .mobile-happy-text span {
    color: rgba(255,255,255,.9) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }
}

@media (max-width: 360px) {
  html body #home.hero .hero-bg {
    height: 240px !important;
  }
  html body #home.hero .hero-module {
    padding-top: 250px !important;
  }
}


/* ===== Divya final fix: remove mobile hero service cards + ensure Book page mobile navbar icon ===== */
@media (max-width: 767px) {
  html body #home.hero .hero-services-mobile {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 768px) {
  body.book-page .header--book {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgba(5, 5, 5, 0.96) !important;
    border-bottom: 1px solid rgba(247, 186, 9, 0.18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  body.book-page .header--book .header-inner {
    position: relative !important;
    min-height: 66px !important;
    padding: 10px 16px !important;
  }

  body.book-page .header--book .logo-img--book {
    width: 132px !important;
    height: auto !important;
    max-height: 46px !important;
    object-fit: contain !important;
  }

  body.book-page .header--book .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(247, 186, 9, 0.42) !important;
    background: rgba(0, 0, 0, 0.56) !important;
    color: #f7ba09 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    z-index: 10001 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
  }

  body.book-page .header--book .menu-toggle i {
    display: none !important;
  }

  body.book-page .header--book .menu-toggle .menu-fallback,
  body.book-page .header--book .menu-toggle::before {
    display: block !important;
    color: #f7ba09 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  body.book-page .header--book .menu-toggle::before {
    content: "☰" !important;
  }

  body.book-page .header--book .menu-toggle .menu-fallback {
    display: none !important;
  }

  body.book-page .header--book .nav {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px !important;
    border-radius: 18px !important;
    background: rgba(7, 7, 7, 0.98) !important;
    border: 1px solid rgba(247, 186, 9, 0.22) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52) !important;
    z-index: 10000 !important;
  }

  body.book-page .header--book .nav.open {
    display: flex !important;
  }

  body.book-page .header--book .nav a {
    display: block !important;
    width: 100% !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: left !important;
    letter-spacing: 0.04em !important;
  }

  body.book-page .header--book .nav a:hover,
  body.book-page .header--book .nav a.active {
    background: rgba(247, 186, 9, 0.12) !important;
    color: #f7ba09 !important;
  }
}

/* Divya mobile first screen fit v101 */
@media (max-width: 767px) {
      html, body { background: #050505 !important; }
      html body #home.hero {
        height: 100svh !important;
        min-height: 100svh !important;
        max-height: 100svh !important;
        overflow: hidden !important;
        background: #050505 !important;
        padding: 0 !important;
      }

      /* Full car image visible at top; no zoom/crop. Remaining hero area stays black. */
      html body #home.hero .hero-bg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 100% !important;
        height: clamp(210px, 66.8vw, 280px) !important;
        background-image: url('/images/hero.jpg?v=21') !important;
        background-size: 100% auto !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-color: #050505 !important;
        opacity: 1 !important;
        filter: brightness(1.42) contrast(1.24) saturate(1.20) !important;
        transform: none !important;
        animation: none !important;
      }

      html body #home.hero::before {
        background: linear-gradient(180deg,
          rgba(0,0,0,0.00) 0%,
          rgba(0,0,0,0.06) 34%,
          rgba(0,0,0,0.42) 49%,
          #050505 62%,
          #050505 100%) !important;
      }

      html body #home.hero .hero-module {
        width: 100% !important;
        min-height: 100svh !important;
        height: 100svh !important;
        padding: clamp(212px, 67vw, 282px) 10px 8px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        overflow: hidden !important;
      }

      html body #home.hero .hero-content {
        width: 100% !important;
        max-width: 430px !important;
        margin: 0 auto !important;
        padding: 0 6px !important;
        text-align: center !important;
      }

      /* Hide only extra decorative parts so the requested content fits on first mobile screen. */
      html body #home.hero .hero-badge,
      html body #home.hero .hero-accent-line,
      html body #home.hero .hero-scroll,
      html body #home.hero .hero-orbs,
      html body #home.hero .hero-sparkles,
      html body #home.hero .hero-grain { display: none !important; }

      html body #home.hero .hero-title-luxury {
        margin: 0 auto 5px !important;
        padding: 0 !important;
        max-width: 380px !important;
        font-size: clamp(24px, 7.2vw, 31px) !important;
        line-height: .93 !important;
        letter-spacing: -0.03em !important;
      }
      html body #home.hero .hero-title-luxury .hero-line,
      html body #home.hero .hero-title-luxury span {
        line-height: .93 !important;
      }

      html body #home.hero .hero-desc-mobile {
        display: block !important;
        max-width: 350px !important;
        margin: 5px auto 8px !important;
        font-size: clamp(11.5px, 3.25vw, 13.5px) !important;
        line-height: 1.28 !important;
        color: rgba(255,255,255,.90) !important;
      }

      html body #home.hero .hero-actions-mobile {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 350px !important;
        margin: 0 auto 8px !important;
        padding: 0 !important;
      }
      html body #home.hero .hero-actions-mobile a {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 8px !important;
        border-radius: 999px !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        white-space: nowrap !important;
      }

      html body #home.hero .hero-features-card {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: calc(100% - 12px) !important;
        max-width: 420px !important;
        margin: 0 auto 7px !important;
        padding: 7px !important;
        border-radius: 18px !important;
        background: rgba(0,0,0,.58) !important;
        border: 1px solid rgba(255,255,255,.10) !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.34) !important;
        backdrop-filter: blur(10px) !important;
      }
      html body #home.hero .hero-feature-col {
        min-height: 58px !important;
        padding: 6px 4px !important;
        border-radius: 13px !important;
        background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
        text-align: center !important;
      }
      html body #home.hero .hero-feature-col i {
        font-size: 13px !important;
        margin: 0 !important;
        color: #f7ba09 !important;
      }
      html body #home.hero .hero-feature-col strong {
        display: block !important;
        font-size: clamp(9px, 2.65vw, 10.8px) !important;
        line-height: 1.05 !important;
        font-weight: 900 !important;
        color: #fff !important;
        margin: 0 !important;
      }
      html body #home.hero .hero-feature-col span {
        display: block !important;
        font-size: clamp(8px, 2.35vw, 9.4px) !important;
        line-height: 1.08 !important;
        color: rgba(255,255,255,.76) !important;
        margin: 0 !important;
      }

      html body #home.hero .mobile-happy-customer-card {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: calc(100% - 12px) !important;
        max-width: 420px !important;
        min-height: 42px !important;
        margin: 0 auto !important;
        padding: 7px 12px !important;
        border-radius: 15px !important;
        border: 1px solid rgba(247,186,9,.40) !important;
        background: linear-gradient(135deg, rgba(0,0,0,.82), rgba(30,20,2,.80)) !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.34) !important;
        color: #fff !important;
      }
      html body #home.hero .mobile-happy-icon {
        width: 30px !important;
        height: 30px !important;
        flex: 0 0 30px !important;
        font-size: 12px !important;
      }
      html body #home.hero .mobile-happy-text { line-height: 1 !important; }
      html body #home.hero .mobile-happy-text strong {
        font-size: 21px !important;
        line-height: .95 !important;
      }
      html body #home.hero .mobile-happy-text span {
        font-size: 10px !important;
        line-height: 1 !important;
      }
    }

    @media (max-width: 360px) {
      html body #home.hero .hero-module { padding-top: clamp(200px, 66.8vw, 242px) !important; }
      html body #home.hero .hero-title-luxury { font-size: clamp(22px, 7vw, 25px) !important; }
      html body #home.hero .hero-desc-mobile { font-size: 11px !important; margin-bottom: 6px !important; }
      html body #home.hero .hero-actions-mobile a { height: 35px !important; min-height: 35px !important; font-size: 11px !important; }
      html body #home.hero .hero-feature-col { min-height: 53px !important; padding: 5px 3px !important; }
      html body #home.hero .mobile-happy-customer-card { min-height: 38px !important; }
    }

/* End Divya mobile first screen fit v101 */


/* Divya mobile final fix v105: four hero trust items in one straight row like laptop view */
@media (max-width: 767px) {
  html body #home.hero .hero-features-card {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: column !important;
    gap: 4px !important;
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    margin: 0 0 5px !important;
    padding: 5px !important;
    border-radius: 14px !important;
    background: rgba(0,0,0,.52) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.32) !important;
    backdrop-filter: blur(8px) !important;
    box-sizing: border-box !important;
  }
  html body #home.hero .hero-feature-col {
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 4px 2px !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.026)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    text-align: center !important;
    overflow: hidden !important;
  }
  html body #home.hero .hero-feature-col i {
    width: auto !important;
    flex: 0 0 auto !important;
    font-size: 10px !important;
    line-height: 1 !important;
    margin: 0 0 1px !important;
    color: #f7ba09 !important;
    text-align: center !important;
  }
  html body #home.hero .hero-feature-col strong {
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(6.5px, 1.78vw, 7.8px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
  html body #home.hero .hero-feature-col span {
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: clamp(5.5px, 1.48vw, 6.6px) !important;
    line-height: 1.04 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
}
@media (max-width: 360px) {
  html body #home.hero .hero-features-card { gap: 3px !important; padding: 4px !important; width: min(100%, 350px) !important; }
  html body #home.hero .hero-feature-col { min-height: 46px !important; padding: 3px 1px !important; }
  html body #home.hero .hero-feature-col i { font-size: 9px !important; }
  html body #home.hero .hero-feature-col strong { font-size: 6.1px !important; line-height: 1.03 !important; }
  html body #home.hero .hero-feature-col span { font-size: 5.1px !important; line-height: 1.03 !important; }
}


/* Final fix: show only one mobile menu icon */
.menu-toggle {
  position: relative;
}
.menu-toggle i,
.menu-toggle .menu-fallback,
.menu-toggle::before,
body.book-page .header--book .menu-toggle i,
body.book-page .header--book .menu-toggle .menu-fallback,
body.book-page .header--book .menu-toggle::before {
  display: none !important;
  content: none !important;
}
.menu-toggle .menu-icon,
body.book-page .header--book .menu-toggle .menu-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f7ba09 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* Customer review photos */
.review-author img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 2px solid rgba(247, 186, 9, 0.85) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
  background: #111 !important;
}
