.promo-shell-ui--rides {
  padding-top: 26px;
}

:root {
  --promo-rides-panel-height: 430px;
  --promo-rides-card-gap: 14px;
}

.section-head--rides {
  margin-bottom: 20px;
  text-align: center;
}

.promo-rides__heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #2f266b;
}

.promo-rides__sparkle {
  color: #e88fdf;
  font-size: 0.52em;
  line-height: 1;
}

.section-head--rides p {
  margin: 12px 0 0;
  color: #746f82;
  font-size: 15px;
}

.promo-feature-ui--rides {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(232, 225, 241, 0.95);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at top center,
      rgba(172, 119, 226, 0.08),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(253, 249, 255, 0.98) 100%
    );
  box-shadow: 0 18px 48px rgba(54, 34, 91, 0.08);
  overflow: visible;
}

.promo-feature-ui--rides .rides-modern-ui {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  flex: 1 1 56%;
  height: 100% !important;
  min-height: var(--promo-rides-panel-height);
  min-width: 0;
  align-self: stretch;
}

.promo-feature-ui--rides > .promo-copy-ui--rides {
  flex: 1 1 40%;
  min-width: 320px;
}

.promo-feature-ui--rides .ride-card-modern {
  position: relative;
  flex: 0 0 calc(50% - 7px);
  height: calc(
    (var(--promo-rides-panel-height) - var(--promo-rides-card-gap)) / 2
  );
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(219, 209, 236, 0.7);
  box-shadow: 0 12px 28px rgba(31, 20, 55, 0.12);
  animation: none;
  transform: none;
}

.promo-feature-ui--rides .ride-card-modern::before {
  display: none;
}

.promo-feature-ui--rides .ride-card-modern:hover {
  transform: translateY(-2px);
}

.promo-feature-ui--rides .ride-card-modern img {
  width: 100%;
  height: 100%;
  min-height: 206px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.promo-feature-ui--rides .ride-card-modern:hover img {
  transform: scale(1.03);
}

.ride-card-modern__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(180deg, #a24dd7 0%, #7b36cf 100%);
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 10px 22px rgba(112, 54, 190, 0.34);
}

.promo-feature-ui--rides .ride-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(8, 15, 31, 0) 0%,
    rgba(6, 12, 26, 0.86) 64%,
    rgba(5, 10, 22, 0.96) 100%
  );
  color: #ffffff;
}

.promo-feature-ui--rides .ride-content h4 {
  margin: 0 0 2px;
  font-size: 19px;
  font-weight: 700;
}

.promo-feature-ui--rides .ride-content p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  opacity: 1;
}

.ride-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
}

.ride-bottom__dot {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
}

.ratinfrides {
  color: #ffce33;
  font-size: 17px;
  font-weight: 700;
}

.promo-copy-ui--rides {
  position: relative;
  height: var(--promo-rides-panel-height);
  min-height: var(--promo-rides-panel-height);
  padding: 52px 30px 30px;
  border: 1px solid rgba(239, 229, 250, 0.96);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(244, 212, 255, 0.68) 0%,
      rgba(244, 212, 255, 0.24) 18%,
      rgba(244, 212, 255, 0) 46%
    ),
    radial-gradient(
      circle at 0% 100%,
      rgba(231, 214, 255, 0.28) 0%,
      rgba(231, 214, 255, 0.12) 16%,
      rgba(231, 214, 255, 0) 40%
    ),
    linear-gradient(180deg, #fffefe 0%, #fcf8ff 100%);
  box-shadow: 0 14px 34px rgba(58, 33, 92, 0.08);
  overflow: hidden;
}

.promo-rides__halo {
  position: absolute;
  top: -54px;
  right: -70px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(244, 214, 255, 0.52) 0%,
    rgba(244, 214, 255, 0.18) 30%,
    rgba(244, 214, 255, 0.06) 48%,
    transparent 72%
  );
  pointer-events: none;
}

.promo-rides__dots {
  position: absolute;
  width: 82px;
  height: 58px;
  background-image: radial-gradient(
    circle,
    rgba(192, 144, 242, 0.72) 2px,
    transparent 2.2px
  );
  background-size: 16px 16px;
  opacity: 0.55;
  pointer-events: none;
}

.promo-rides__dots--top {
  top: 18px;
  right: 18px;
}

.promo-rides__dots--bottom {
  left: 20px;
  bottom: 22px;
}

.promo-rides-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  opacity: 0.96;
  pointer-events: none;
}

.promo-mini-ui--rides {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #efe3ff 0%, #f5ecff 100%);
  color: #8144cd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.promo-copy-ui--rides h3 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 3.2vw, 3.9rem);
  line-height: 1.04;
  font-weight: 800;
  color: #261f64;
  letter-spacing: -0.06em;
}

.promo-copy-ui--rides h3::first-line {
  color: #261f64;
}

.promo-copy-ui--rides h3 {
  background: linear-gradient(180deg, #241e63 0%, #241e63 45%, #7c3fd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-copy-ui__accent--rides {
  display: block;
  background: linear-gradient(180deg, #7c3fd3 0%, #5a2f97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-copy-ui--rides p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.75;
  color: #6e6a7f;
}

.promo-copy-ui__subtext--rides {
  margin-bottom: 24px;
}

.promo-actions-ui--rides {
  position: relative;
  z-index: 1;
}

.promo-btn-primary-ui--rides {
  min-width: 176px;
  min-height: 50px;
  justify-content: space-between;
  gap: 0;
  padding: 0 10px 0 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #5a2f97 0%, #cb46b4 100%);
  box-shadow: 0 14px 28px rgba(99, 54, 165, 0.22);
  font-size: 15px;
  font-weight: 700;
}

.promo-btn-primary-ui--rides:hover {
  border: none;
  transform: translateY(-1px);
  -webkit-text-fill-color: #ffffff;
}

.promo-btn-primary-ui__icon--rides {
  width: 34px;
  height: 34px;
  background: #ffffff;
  color: #7d38d1;
}

.promo-rides-illustration {
  position: absolute;
  right: 18px;
  bottom: 6px;
  width: 250px;
  height: 210px;
  pointer-events: none;
}

.promo-rides-illustration img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: auto;
  filter: drop-shadow(0 14px 20px rgba(93, 56, 162, 0.2));
}

.promo-rides-illustration__pin {
  position: absolute;
  top: 0;
  right: 40px;
  color: #a03de0;
  font-size: 74px;
  line-height: 1;
}

.promo-rides-illustration__path {
  position: absolute;
  right: 24px;
  bottom: 72px;
  width: 76px;
  height: 36px;
  border: 2px dashed rgba(165, 77, 219, 0.65);
  border-color: rgba(165, 77, 219, 0.65) transparent transparent transparent;
  border-radius: 60% 60% 0 0;
  transform: rotate(12deg);
}

.ride-benefits-ui {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6px;
  border: 1px solid rgba(236, 229, 245, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ride-benefit-ui {
  display: flex;
  flex: 1 1 25%;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  min-width: 220px;
}

.ride-benefit-ui + .ride-benefit-ui {
  border-left: 1px solid rgba(236, 229, 245, 0.96);
}

.ride-benefit-ui__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3eaff 0%, #eee2ff 100%);
  color: #7f43ca;
  font-size: 21px;
  flex-shrink: 0;
}

.ride-benefit-ui h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #4c3893;
}

.ride-benefit-ui p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #676478;
}

@media (max-width: 1199.98px) {
  .promo-feature-ui--rides {
    flex-direction: column;
  }

  .promo-copy-ui--rides {
    min-height: 400px;
  }

  .promo-feature-ui--rides .rides-modern-ui,
  .promo-feature-ui--rides > .promo-copy-ui--rides {
    flex-basis: 100%;
    width: 100%;
  }

  .promo-feature-ui--rides .rides-modern-ui {
    height: auto;
    min-height: auto;
  }

  .promo-copy-ui--rides {
    height: auto;
  }

  .promo-feature-ui--rides .ride-card-modern {
    height: 206px;
  }

  .ride-benefits-ui {
    width: 100%;
  }

  .ride-benefit-ui {
    flex-basis: 50%;
  }

  .ride-benefit-ui:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .promo-rides__heading {
    gap: 8px;
  }

  .promo-feature-ui--rides {
    padding: 12px;
    gap: 12px;
    border-radius: 20px;
  }

  .promo-feature-ui--rides .rides-modern-ui {
    flex-direction: column;
  }

  .promo-feature-ui--rides .ride-card-modern {
    flex-basis: 100%;
  }

  .promo-copy-ui--rides {
    height: auto;
    min-height: auto;
    padding: 38px 20px 220px;
  }

  .promo-copy-ui--rides h3 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .promo-rides-illustration {
    left: 50%;
    right: auto;
    bottom: 0;
    width: 220px;
    height: 190px;
    transform: translateX(-50%);
  }

  .promo-rides-illustration img {
    width: 170px;
  }

  .promo-rides-illustration__pin {
    right: 28px;
    font-size: 60px;
  }

  .ride-benefits-ui {
    flex-direction: column;
  }

  .ride-benefit-ui + .ride-benefit-ui {
    border-left: 0;
    border-top: 1px solid rgba(236, 229, 245, 0.96);
  }

  .ride-benefit-ui {
    flex-basis: 100%;
    min-width: 0;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif !important;
  color: #111827;
  background: #f7f5fb !important;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

:root {
  /* —— Brand palette: edit RGB stops to retheme the whole video/ UI —— */
  --primary-rgb: 51, 45, 108;
  --accent-rgb: 142, 42, 129;
  --secondary-from-rgb: 119, 112, 182;
  --secondary-to-rgb: 165, 75, 153;
  /** Used in multi-stop gradients & focus accents (indigo) */
  --violet-rgb: 99, 102, 241;

  --primary-solid: rgb(var(--primary-rgb));
  --accent-solid: rgb(var(--accent-rgb));
  --violet-solid: rgb(var(--violet-rgb));

  /** Buttons, .gradient-text, brand wordmarks — same as legacy “purple → magenta” */
  --primary: linear-gradient(
    90deg,
    rgb(var(--primary-rgb)) 0%,
    rgb(var(--accent-rgb)) 100%
  );
  /** Secondary panels / alternate strips (search secondary row, etc.) */
  --secondary: linear-gradient(
    90deg,
    rgb(var(--secondary-from-rgb)) 0%,
    rgb(var(--secondary-to-rgb)) 100%
  );
  --secondary-color: var(--secondary);

  /* Primary actions — one height & padding site-wide (themeBtn, goBtn, booking, nav CTA, etc.) */
  --btn-height: 40px;
  --btn-padding-x: 18px;
  --btn-radius: 12px;
  --btn-font-size: 14px;
  --btn-font-weight: 700;
  /** Compact / table actions */
  --btn-height-sm: 34px;
  --btn-padding-x-sm: 16px;
  --btn-font-size-sm: 13px;

  /* Full-width layout on large displays (was ~1180px capped sections) */
  --site-container-max: 100%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: 1.2;
  background: var(--primary);
  border-color: transparent;
}

.gradient-text {
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heroMain {
  /* padding: clamp(12px, 2.5vw, 20px) clamp(12px, 3vw, 20px) 20px; */
  padding: 40px 0 20px;
  background: #f5f5f7;
  scroll-margin-top: 100px;
}
.demo-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100svh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Fixed nav / absolute copy sit out of flow — centering one flex child left huge empty bands */
  justify-content: flex-start;
  /* padding-top: clamp(84px, 11vw, 120px);
  padding-bottom: clamp(88px, 12vw, 120px); */
  padding: 15px;
  /* padding-left: clamp(12px, 3vw, 20px);
  padding-right: clamp(12px, 3vw, 20px); */
  box-sizing: border-box;
  /* not hidden: fixed .mobile-panel lives under .navbar-wrap inside this section and would be clipped */
  overflow: visible;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.scroll-note {
  margin-top: 44px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: floatNote 2.2s ease-in-out infinite;
}

@keyframes floatNote {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.navbar-wrap {
  position: fixed;
  left: 30px;
  top: 42px;
  right: 30px;
  z-index: 5000;
  pointer-events: none;
}

.navbar {
  --nav-w: calc(100vw - 44px);
  --nav-h: 84px;
  --nav-r: 15px;
  width: var(--nav-w);
  max-width: var(--site-container-max);
  height: var(--nav-h);
  pointer-events: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: unset !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px !important;
  border-radius: var(--nav-r);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  /* overflow visible when menus open so fixed .mobile-panel / .compact-menu-panel are not clipped */
  overflow: hidden;
  transition:
    width 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    max-width 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    padding 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    gap 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.navbar.is-open,
.navbar.is-open-compact,
.navbar.has-user-dropdown-open {
  overflow: visible;
}

.navbar.is-compact {
  margin-left: 14px !important;
  --nav-w: 111px;
  top: -22px;
  --nav-h: 52px;
  --nav-r: 999px;
  margin: 0;
  max-width: 154px;
  gap: 0;
  padding: 6px !important;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.12);
}

.navbar.is-open-compact {
  --nav-w: 292px;
  --nav-r: 26px;
  max-width: 337px;
  min-height: 0;
  height: auto;
  border-radius: 26px;
  padding: 10px !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0 22px 54px rgba(17, 24, 39, 0.16);
  transition: unset;
}

.navbar.is-open-compact .nav-left {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.navbar.is-open-compact .nav-right,
.navbar.is-open-compact .nav-center {
  display: none;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  transition: gap 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-btn,
.cta-btn,
.icon-badge,
.mobile-toggle {
  border: 0;
  outline: none;
  cursor: pointer;
  font: inherit;
}

.menu-btn {
  display: none;
}

.navbar.is-compact .menu-btn {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  background: transparent;
  position: relative;
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7); */
  flex-shrink: 0;
  overflow: hidden;
  color: #111827;
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.25s ease,
    width 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.25s ease,
    opacity 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.25s ease;
  transform-origin: center;
}

.navbar.is-open-compact .menu-btn {
  /* width: 108px; */
  height: 46px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  /* box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08); */
}

.menu-btn__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transform: translateY(0);
  transition:
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.22s ease;
}

.navbar.is-compacting .menu-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  filter: blur(1px);
  pointer-events: none;
}

.navbar.is-compact:not(.is-open-compact):not(.is-compacting) .menu-btn {
  /* opacity: 0; */
  /* visibility: hidden; */
  animation: menuFadeUp 0.28s ease forwards;
  /* animation-delay: 0.12s; */
}

.navbar.is-compact:not(.is-open-compact):not(.is-compacting)
  .menu-btn
  .menu-btn__inner {
  animation: menuInnerFadeUp 0.52s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.12s;
}

@keyframes menuFadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    filter: blur(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes menuInnerFadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-lines {
  width: 30px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.menu-lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.2px;
  border-radius: 999px;
  background: var(--accent-solid) !important;
  transition:
    transform 0.35s ease,
    top 0.35s ease,
    opacity 0.35s ease;
}

.menu-lines span:nth-child(1) {
  top: 1px;
}
.menu-lines span:nth-child(2) {
  top: 11px;
  width: 75%;
}
.menu-lines span:nth-child(3) {
  top: 20px;
}

.menu-label {
  display: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar.is-compact .menu-label {
  display: inline-block;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #111827;
  min-width: 0;
  overflow: hidden;
  transition:
    width 0.88s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.34s ease 0.06s,
    transform 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.88s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar.is-compact .brand {
  gap: 2px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #111827 0%, #2c3a47 100%);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
  transition:
    width 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.35s ease;
}
.brand-mark img {
  width: 44px;
  border-radius: 14px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition:
    opacity 0.22s ease,
    transform 0.44s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.58s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-copy strong {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-copy span {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  white-space: nowrap;
}

.nav-center {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 0 14px;
  overflow: hidden;
  transition:
    opacity 0.38s ease,
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.82s cubic-bezier(0.16, 1, 0.3, 1),
    max-width 0.82s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.82s cubic-bezier(0.16, 1, 0.3, 1),
    padding 0.82s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: black !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.nav-link {
  position: relative;
  display: inline-block; /* 🔥 important */
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  padding-bottom: 6px; /* space for underline */
}

/* ACTIVE */
.nav-link.active {
  color: var(--accent-solid) !important;
  font-weight: 600;
}

/* UNDERLINE */
.nav-link.active::after {
  content: "";
  position: absolute;
  /* left: 0; */
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent-solid);
  border-radius: 10px;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #111827;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-link:hover {
  transform: translateY(-1px);
  color: #000;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 24, 39, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  transition:
    transform 0.35s ease,
    opacity 0.28s ease,
    width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    max-width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    padding 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
  overflow: hidden;
  max-width: 48px;
}

.icon-badge svg {
  width: 18px;
  height: 18px;
}

.cta-btn {
  min-height: var(--btn-height);
  height: auto;
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  box-sizing: border-box;
  letter-spacing: -0.01em;
  transition:
    transform 0.35s ease,
    background 0.3s ease,
    padding 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.28s ease,
    width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    max-width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 190px;
}

.cta-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  background: #111827;
}

.cta-btn:hover svg {
  transform: translateX(3px);
}

.mobile-toggle {
  display: none;
}

.navbar.is-compact .menu-btn,
.navbar.is-compact .icon-badge,
.navbar.is-compact .cta-btn,
.navbar.is-compact .brand-mark,
.navbar.is-compact .brand-mark img {
  border-radius: 999px;
}

.navbar.is-compact .nav-left,
.navbar.is-compact .nav-right {
  gap: 0;
}

.navbar.is-compact .brand-copy {
  opacity: 0;
  transform: translateX(-10px);
  width: 0;
  overflow: hidden;
}

.navbar.is-compact .brand-mark {
  width: 40px;
  height: 40px;
  opacity: 1;
  box-shadow: none;
}
.navbar.is-compact .brand-mark img {
  width: 40px !important;
  height: 40px !important;
  opacity: 1;
  box-shadow: none;
}
.navbar.is-compact .nav-center,
.navbar.is-compact .icon-badge,
.navbar.is-compact .cta-btn {
  opacity: 0;
  width: 0;
  max-width: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  transform: translateX(-18px) scale(0.94);
  pointer-events: none;
}

.navbar.is-open-compact .menu-label {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #111827;
}

.navbar.is-open-compact .menu-label span {
  visibility: hidden;
  position: relative;
}

.navbar.is-open-compact .menu-label span::after {
  content: "Close";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar.is-open-compact .menu-btn__inner {
  transform: translateY(0);
}

.navbar.is-open-compact .menu-lines span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar.is-open-compact .menu-lines span:nth-child(2) {
  opacity: 0;
  transform: translateX(-6px);
}

.navbar.is-open-compact .menu-lines span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

/* Full-width mobile drawer — hamburger in .nav-right animates to X */
.navbar.is-open .mobile-toggle .menu-lines span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.navbar.is-open .mobile-toggle .menu-lines span:nth-child(2) {
  opacity: 0;
  transform: translateX(-6px);
}

.navbar.is-open .mobile-toggle .menu-lines span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.navbar.is-compact.is-open-compact {
  /* transition: none !important; */
}

.mobile-overlay {
  position: fixed;
  border-radius: 26px;
  inset: 0;
  background: rgb(10 15 25 / 4%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 5001;
}

.navbar.is-open-compact .mobile-overlay,
.navbar.is-open .mobile-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.compact-menu-panel {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 72px;
  z-index: 5002;
  border-radius: 22px;
  padding: 10px 6px 6px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transform-origin: top left;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
}

.compact-menu-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.compact-menu-links a {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 8px 8px;
  transform: translateY(8px);
  opacity: 0;
  transition:
    opacity 0.24s ease,
    transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.25s ease;
}

.compact-menu-links a:hover {
  color: #ff5fa2;
}
.compact-menu-links a.is-muted {
  color: rgba(27, 27, 27, 0.38);
}

.compact-menu-card {
  margin-top: 16px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3ece8 0%, #e6d6cf 100%);
  min-height: 92px;
  display: flex;
  align-items: end;
  padding: 12px;
  position: relative;
  transform: translateY(12px);
  opacity: 0;
  transition:
    opacity 0.28s ease 0.14s,
    transform 0.48s cubic-bezier(0.16, 1, 0.3, 1) 0.14s;
}

.compact-menu-card::after {
  content: "Join the Grand";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #7b5a4e;
  padding: 0 12px;
}

.compact-menu-foot {
  margin-top: 10px;
  font-size: 9px;
  color: rgba(17, 24, 39, 0.56);
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.28s ease 0.2s,
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.navbar.is-open-compact .compact-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  /* In flow so the drawer height matches links + promo — avoids a tall empty white band */
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 100%;
  margin-top: 6px;
  padding: 6px 0 6px;
  flex: 0 0 auto;
}

.navbar.is-open-compact .compact-menu-links a,
.navbar.is-open-compact .compact-menu-card,
.navbar.is-open-compact .compact-menu-foot {
  opacity: 1;
}

.navbar.is-open-compact .compact-menu-links a {
  transform: translateY(0);
}
.navbar.is-open-compact .compact-menu-links a:nth-child(1) {
  transition-delay: 0.08s;
}
.navbar.is-open-compact .compact-menu-links a:nth-child(2) {
  transition-delay: 0.12s;
}
.navbar.is-open-compact .compact-menu-links a:nth-child(3) {
  transition-delay: 0.16s;
}
.navbar.is-open-compact .compact-menu-links a:nth-child(4) {
  transition-delay: 0.2s;
}
.navbar.is-open-compact .compact-menu-links a:nth-child(5) {
  transition-delay: 0.24s;
}

.mobile-panel {
  position: fixed;
  left: 16px;
  top: 96px;
  height: fit-content;
  bottom: 16px;
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-108%) scale(0.98);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  z-index: 5002;
}

.mobile-panel a {
  display: block;
  padding: 16px 14px;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  border-radius: 16px;
  transform: translateX(-16px);
  opacity: 0;
  transition:
    background 0.25s ease,
    transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.32s ease;
}

.mobile-panel a:hover {
  background: rgba(17, 24, 39, 0.04);
}

.navbar.is-open .mobile-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.navbar.is-open .mobile-panel a {
  transform: translateX(0);
  opacity: 1;
}

.navbar.is-open .mobile-panel a:nth-child(1) {
  transition-delay: 0.08s;
}
.navbar.is-open .mobile-panel a:nth-child(2) {
  transition-delay: 0.12s;
}
.navbar.is-open .mobile-panel a:nth-child(3) {
  transition-delay: 0.16s;
}
.navbar.is-open .mobile-panel a:nth-child(4) {
  transition-delay: 0.2s;
}
.navbar.is-open .mobile-panel a:nth-child(5) {
  transition-delay: 0.24s;
}

.section {
  min-height: 100vh;
  padding: 90px 20px;
  max-width: var(--site-container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  min-height: 280px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

@media (max-width: 1100px) {
  .nav-center {
    gap: 24px;
  }
  .brand-copy span {
    display: none;
  }
}

@media (max-width: 920px) {
  /* Symmetric horizontal insets + bar fills wrap — was left 12px / right 22px so nav was wider than wrap and clipped the hamburger */
  .navbar-wrap {
    left: 10px;
    right: 10px;
    top: 12px;
  }

  .navbar {
    --nav-w: 100%;
    width: 100%;
    max-width: none;
    --nav-h: 86px;
    --nav-r: 26px;
    padding: 10px 14px;
    gap: 12px;
  }

  /* Larger logo + menu (reference: chunky pill on phones) — compact scroll pill unchanged */
  .navbar:not(.is-compact) .brand-mark,
  .navbar:not(.is-compact) .brand-mark img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
  }

  .navbar:not(.is-compact) .brand-mark img {
    object-fit: cover;
  }

  .navbar.is-compact {
    --nav-w: 110px;
    --nav-h: 74px;
    max-width: 120px;
    padding: 6px;
  }

  .brand-copy,
  .nav-center,
  .icon-badge,
  .cta-btn.desktop-only {
    display: none;
  }

  .navbar.is-compact .menu-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
  }

  .navbar.is-compact .menu-label,
  .navbar.is-open-compact .menu-label {
    display: none;
  }

  .navbar.is-open-compact {
    --nav-w: 100%;
    max-width: none;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .navbar.is-open-compact .menu-btn {
    width: 50px;
  }

  .mobile-toggle {
    display: inline-flex;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.07);
    background: rgba(255, 255, 255, 0.78);
    align-items: center;
    justify-content: center;
    color: #111827;
    transition:
      opacity 0.2s ease,
      width 0.4s ease,
      margin 0.4s ease;
  }

  .mobile-toggle .menu-lines {
    width: 26px;
    height: 22px;
  }

  .mobile-toggle .menu-lines span {
    height: 2.6px;
  }

  .mobile-toggle .menu-lines span:nth-child(1) {
    top: 0;
  }

  .mobile-toggle .menu-lines span:nth-child(2) {
    top: 10px;
    width: 78%;
  }

  .mobile-toggle .menu-lines span:nth-child(3) {
    top: 20px;
  }

  .navbar.is-open .mobile-toggle .menu-lines span:nth-child(1),
  .navbar.is-open .mobile-toggle .menu-lines span:nth-child(3) {
    top: 10px;
  }

  .navbar.is-compact .mobile-toggle {
    opacity: 0;
    width: 0;
    margin: 0;
    border-width: 0;
    padding: 0;
    pointer-events: none;
  }

  .compact-menu-panel {
    top: calc(var(--nav-h) + 10px);
  }

  /* Home hero: full-bleed video — cap height (100lvh / stacked full-viewport mins felt too tall on phones) */
  .demo-hero {
    padding: 0;
    min-height: min(86svh, 760px);
    background: #0b1220;
  }

  .demo-hero .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    flex: none;
    aspect-ratio: unset;
    max-height: none;
    border-radius: 0;
    z-index: 0;
  }

  /* Portrait phones: bias crop so more of the frame (e.g. car / scene) reads vertically */
  .demo-hero .hero-media .hero-video {
    object-position: center 36%;
  }

  /* Stack copy under the nav — extra top padding so eyebrow/headline clear the fixed bar (12px + ~86px nav + gap) */
  .demo-hero .content-box {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: calc(186px + env(safe-area-inset-top, 0px)) 16px
      calc(76px + env(safe-area-inset-bottom, 0px));
    /* Above .hero-media (z-index: 0) — same DOM order would otherwise paint video on top */
    z-index: 20;
    text-align: center;
    pointer-events: none;
  }

  .demo-hero .hero-eyebrow {
    margin-bottom: 14px;
    align-self: center;
    text-align: center;
  }

  .demo-hero .hero-content-inner {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: clamp(6px, 2vw, 12px);
  }

  .demo-hero .content-box .hero-headline {
    font-size: clamp(1.45rem, 5.2vw + 0.6rem, 2.35rem);
    line-height: 1.14;
    text-align: center;
    align-self: center;
  }

  .demo-hero .hero-auth-cta {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-self: center;
  }

  .hero-scroll-cue {
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
  }

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

/* Hero video fills .hero-media frame (aspect ratio set on .hero-media) */
.hero-media .hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: heroKenBurns 28s ease-in-out infinite alternate;
}

@media (min-width: 921px) {
  .demo-hero .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(var(--site-container-max), calc(100% - 40px));
    text-align: center;
    z-index: 20;
    pointer-events: none;
    transform: translate(-50%, -50%);
    padding: 0 16px;
  }
}

.hero-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 2vw, 22px);
}

.hero-auth-cta {
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(8px, 2vw, 16px);
  opacity: 0;
  animation: heroRevealIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.75s forwards;
}

.home-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.home-hero-btn:hover {
  transform: translateY(-2px);
  color: inherit;
}

.home-hero-btn--outline {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--primary-solid);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.12);
}

.home-hero-btn--outline:hover {
  background: #fff;
  color: var(--primary-solid);
}

.home-hero-btn--primary {
  background: var(--primary);
  color: #fff !important;
  border: none;
  box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.35);
}

.home-hero-btn--primary:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

/* Home: account strip below stats */
.home-account-banner {
  padding: 0 20px 28px;
  margin-top: -24px;
  position: relative;
  z-index: 12;
}

.home-account-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 16px 40px rgba(var(--primary-rgb), 0.1);
  max-width: var(--site-container-max);
  margin: 0 auto;
}

.home-account-banner__title {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  font-weight: 800;
  color: #111827;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.home-account-banner__sub {
  font-size: 14px;
  color: #6b7280;
  max-width: 520px;
}

.home-account-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .home-account-banner__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .home-account-banner__actions {
    justify-content: center;
  }
}

.demo-hero .content-box .hero-eyebrow,
.demo-hero .content-box .hero-headline {
  opacity: 0;
  will-change: transform, opacity;
}

.demo-hero .content-box .hero-eyebrow {
  animation: heroRevealIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.demo-hero .content-box .hero-headline {
  line-height: 1.12;
  font-size: clamp(1.75rem, 4.5vw, 3.2rem);
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(230, 224, 255, 0.92) 35%,
    rgba(255, 255, 255, 0.95) 55%,
    rgba(248, 236, 255, 0.9) 75%,
    rgba(255, 255, 255, 0.96) 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 40px rgba(var(--primary-rgb), 0.15);
  animation:
    heroRevealIn 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards,
    heroHeadlineShimmer 9s ease-in-out 1.6s infinite;
}

/* Phones / tablets: gradient + background-clip:text often renders invisible; keep copy above video */
@media (max-width: 1199px) {
  .demo-hero .hero-content-inner {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .demo-hero .hero-eyebrow {
    align-self: center;
    text-align: center;
  }

  .demo-hero .hero-auth-cta {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-self: center;
  }

  .demo-hero .content-box .hero-headline {
    background: none;
    background-image: none;
    background-size: auto;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #fff;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.55);
    animation: heroRevealIn 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
  }
}

.demo-hero .content-box .hero-eyebrow {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 32px rgba(17, 24, 39, 0.06);
}

@keyframes heroRevealIn {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes heroKenBurns {
  0% {
    transform: scale(1.04) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(-1.2%, -0.8%);
  }
}

/* Service */

.services-section {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding: 30px 20px 30px;
}

.section-head {
  text-align: center;
  margin-bottom: 42px;
}

.section-head p {
  font-size: 15px;
  color: #555;
}

.cards-wrap {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.service-card {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 388px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;

  /* Smooth transition */
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* .service-card:hover {
  flex: 1.8;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
} */

.card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 165px);
  padding: 18px;
  background: #fff;
  z-index: 2;

  transition:
    width 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.6s ease;
}

.card-label {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.card-content h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-content p {
  font-size: 13px;
  line-height: 1.55;
  color: #555;
  max-width: 240px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.card-link span {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.service-card:hover .card-link span {
  transform: translateX(4px);
}

.service-card.active .card-link {
  background: var(--primary);
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 4px;
  min-width: 80px;
  -webkit-text-fill-color: unset;
}

.card-media {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 165px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    left 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    right 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card .media-icon {
  width: 64px;
  height: 64px;
  opacity: 0.65;
  transition: transform 0.45s ease;
}
.service-card .media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-card:hover .media-icon {
  transform: scale(1.05);
}

.service-card {
  flex-direction: column;
}

/* .service-card:hover .card-content {
  width: 50%;
  height: 100%;
  padding: 26px 20px;
} */

/* .service-card:hover .card-media {
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
} */

.service-card:hover .card-content p {
  max-width: 100%;
}

.cards-wrap:hover .service-card:not(:hover) {
  flex: 0.85;
}

.service-card {
  flex: 1;
  transition:
    flex 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.service-card.active {
  flex: 1.8;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.promo-feature-ui {
  display: flex;
  flex-wrap: wrap; /* Mobile me bhi sahi ho */
  /* gap: 20px; */
  align-items: center; /* Vertical align */
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.promo-copy-ui {
  flex: 1;
  min-width: 280px; /* Mobile friendly */
}

.promo-media-ui {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.promo-media-ui img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover; /* Image properly fill kare without stretching */
}
.service-card.active .card-content {
  width: 50%;
  height: 100%;
  padding: 26px 20px;
}

.service-card.active .card-media {
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}

.cards-wrap .service-card:not(.active) {
  flex: 0.9;
}

@media (max-width: 991px) {
  .section-head h2 {
    font-size: clamp(1.35rem, 5vw, 40px);
  }

  .services-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cards-wrap {
    flex-direction: column;
    gap: 14px;
  }

  .service-card,
  .service-card:hover,
  .service-card.active,
  .cards-wrap:hover .service-card:not(:hover) {
    flex: unset !important;
    flex-grow: 0;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  }

  /* Absolute children + height:auto collapsed each card to ~0 (three “lines”) */
  .service-card,
  .service-card:hover,
  .service-card.active {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .service-card .card-content,
  .service-card:hover .card-content,
  .service-card.active .card-content {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    flex: 1 1 auto;
    order: 1;
    padding: 18px 18px 14px;
    z-index: 2;
    text-align: center;
  }

  .service-card .card-label {
    justify-content: center;
  }

  .service-card .card-content p {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .service-card .card-media,
  .service-card:hover .card-media,
  .service-card.active .card-media {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: min(200px, 42vw) !important;
    min-height: 160px;
    flex-shrink: 0;
    order: 2;
    border-radius: 0;
  }

  .service-card .media-img {
    border-radius: 0 0 12px 12px;
  }
}

/* Offer CSS */

.promo-shell-ui {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding: 30px 20px 30px;
}

.promo-head-ui {
  text-align: center;
  margin-bottom: 38px;
}

.promo-tag-ui {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.promo-head-ui p {
  margin: 0;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 1.6;
}

.promo-feature-ui {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 430px;
  border: 1px solid #dddddd;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.04);
}

.promo-copy-ui {
  flex: 0 0 48%;
  border-radius: 10px;
  padding: 54px 48px;
  /* background: #efefef; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-mini-ui {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-copy-ui h3 {
  margin: 0 0 16px;
  /* max-width: 420px; */
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1.4px;
}

.promo-copy-ui p {
  max-width: 430px;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #5d5d5d;
}

.promo-actions-ui {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.promo-btn-ui {
  text-decoration: none;
  transition: all 0.25s ease;
}

.promo-btn-primary-ui {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 96px;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border: 1px solid #d4d4d4;
  border-radius: var(--btn-radius);
  background: var(--primary);
  color: #ffffff !important;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: 1.2;
}

.promo-btn-primary-ui:hover {
  /* border-color: #; */
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid var(--accent-solid);
}

.promo-btn-link-ui {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #222;
  font-size: 13px;
  font-weight: 500;
}
.promo-btn-link-ui p {
  /* font-size: 13px; */
}

.promo-btn-link-ui span {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.promo-btn-link-ui:hover span {
  transform: translateX(4px);
}

.promo-media-ui {
  flex: 0 0 52%;
  border-radius: 10px;
  /* background: #efefef; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 28px; */
}

.promo-image-card-ui {
  width: 132px;
  height: 106px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-image-icon-ui {
  width: 88px;
  height: 88px;
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .searchRow {
    margin-bottom: 0;
  }

  .promo-feature-ui {
    flex-direction: column;
    min-height: auto;
  }

  /* Food block: visuals first; replace absolute fan (470px+) with flex row so nothing clips */
  .promo-feature-ui:has(> .food-pro-visual) .food-pro-visual {
    order: -1;
    position: relative;
    height: auto;
    min-height: 0;
    max-width: 100%;
    margin: 0;
    padding: clamp(12px, 3vw, 20px) clamp(8px, 2vw, 14px) clamp(16px, 4vw, 24px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: clamp(4px, 1.5vw, 10px);
    overflow: hidden;
  }

  .promo-feature-ui:has(> .food-pro-visual) .food-stack-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: clamp(96px, 28vw, 148px) !important;
    height: clamp(128px, 36vw, 198px) !important;
    flex: 0 0 auto;
    transform: none !important;
    animation: none !important;
  }

  .promo-feature-ui:has(> .food-pro-visual)
    .food-pro-visual:hover
    .food-stack-card,
  .promo-feature-ui:has(> .food-pro-visual) .food-stack-card:hover {
    transform: none !important;
  }

  .promo-feature-ui:has(> .food-pro-visual) .overlay h5 {
    font-size: clamp(0.75rem, 2.8vw, 1rem);
  }

  .promo-feature-ui:has(> .food-pro-visual) .overlay span {
    font-size: clamp(0.65rem, 2.2vw, 0.8rem);
  }

  .promo-copy-ui {
    padding: 40px 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0;
  }

  .promo-media-ui {
    min-height: 260px;
  }

  .promo-copy-ui h3 {
    max-width: 100%;
  }

  .promo-copy-ui p {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .promo-shell-ui {
    padding: 56px 14px 30px;
  }

  .womensection {
    padding: 36px 14px 30px !important;
  }
  .promo-head-ui {
    margin-bottom: 24px;
  }

  .promo-copy-ui {
    padding: 28px 20px;
  }

  .promo-copy-ui h3 {
    font-size: 32px;
  }

  .promo-actions-ui {
    gap: 12px;
  }

  .promo-btn-primary-ui {
    min-width: 88px;
    min-height: var(--btn-height);
    font-size: var(--btn-font-size);
  }
}

.womensection {
  padding-top: 26px;
}

.section-head--women {
  margin-bottom: 26px;
  text-align: center;
}

.womensection__heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: #4b2d8f;
}

.womensection__spark {
  color: #8c3dd0;
  font-size: 0.48em;
  line-height: 1;
  letter-spacing: 0;
}

.promo-feature-ui--women {
  margin-top: 0;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(231, 223, 243, 0.96);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(254, 251, 255, 0.98) 100%
  );
  box-shadow: 0 18px 46px rgba(85, 56, 137, 0.08);
  overflow: hidden;
}

.promo-feature-ui--women > .promo-copy-ui--women,
.promo-feature-ui--women > .promo-media-ui--women {
  flex: 1 1 50%;
  min-width: 0;
}

.promo-copy-ui--women {
  padding: 72px 58px 64px;
  background: linear-gradient(180deg, #f7f1ff 0%, #f6f2ff 100%);
}

.promo-mini-ui--women {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
  color: #4f338f;
  background: none;
  -webkit-text-fill-color: currentColor;
}

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

.womensection__divider::before {
  content: "";
  width: 126px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7f30c9 0%, #b04ae0 100%);
}

.womensection__divider::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7f30c9;
}

.promo-copy-ui--women h3 {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.06em;
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.womensection__accent {
  padding-left: 5px;
  background: linear-gradient(90deg, #da52ce 0%, #7f43bc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-copy-ui--women p {
  max-width: 560px;
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #6d687d;
}

.promo-actions-ui--women {
  gap: 0;
}

.promo-btn-primary-ui--women {
  min-width: 150px;
  min-height: 58px;
  /* justify-content: space-between; */
  gap: 16px;
  padding: 0 10px 0 26px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f2c8d 0%, #c13bc2 100%);
  box-shadow: 0 16px 28px rgba(113, 61, 179, 0.22);
  font-size: 16px;
  font-weight: 700;
}

.promo-btn-primary-ui--women:hover {
  border: none;
  background: linear-gradient(90deg, #47277f 0%, #b036b3 100%);
  -webkit-text-fill-color: #ffffff;
}

.promo-btn-primary-ui__icon--women {
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #8b3fd2;
}

.promo-media-ui--women {
  padding: 28px 34px;
  background: linear-gradient(180deg, #f7f1ff 0%, #f6f2ff 100%);
}

.promo-media-ui--women img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 18px 32px rgba(70, 48, 126, 0.14);
}

@media (max-width: 991.98px) {
  .promo-feature-ui--women {
    flex-direction: column;
  }

  .promo-copy-ui--women,
  .promo-media-ui--women {
    width: 100%;
  }

  .promo-copy-ui--women {
    padding: 42px 26px 34px;
  }

  .promo-copy-ui--women h3 {
    max-width: 100%;
    font-size: clamp(2.5rem, 7vw, 4rem);
  }
}

@media (max-width: 575.98px) {
  .section-head--women {
    margin-bottom: 18px;
  }

  .womensection__heading {
    gap: 10px;
  }

  .promo-feature-ui--women {
    border-radius: 22px;
  }

  .promo-copy-ui--women {
    padding: 34px 22px 28px;
  }

  .promo-mini-ui--women {
    font-size: 14px;
  }

  .womensection__divider::before {
    width: 92px;
  }

  .promo-copy-ui--women p {
    font-size: 16px;
  }

  .promo-media-ui--women {
    padding: 18px;
  }
}

/* Offer redesign: first promo block only */

.promo-shell-ui--offer {
  padding-top: 42px;
  padding-bottom: 42px;
}

.promo-offer-head {
  margin-bottom: 22px;
}

.promo-offer-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
  background: none;
  -webkit-text-fill-color: #171f7a;
  color: #171f7a;
  font-size: clamp(2rem, 2.5vw + 1.2rem, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.promo-offer-title__sparkle {
  font-size: clamp(0.85rem, 0.8vw + 0.6rem, 1.4rem);
  color: #f26ab0;
  line-height: 1;
}

.promo-offer-sub {
  margin: 0;
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
  font-weight: 500;
  color: #5f6284;
}

.promo-offer-sub span {
  color: #ff2b86;
  font-weight: 800;
}

.promo-feature-ui--offer {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  min-height: 0;
  padding: 22px;
  border: 1px solid rgba(129, 102, 170, 0.16);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefd 0%, #fbf8ff 100%);
  box-shadow:
    0 24px 60px rgba(58, 27, 104, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.promo-offer-panels {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 14px;
}

.promo-copy-ui--offer,
.promo-media-ui--offer {
  position: relative;
  flex: 1 1 0;
  height: 490px;
  border-radius: 22px;
}

.promo-copy-ui--offer {
  flex-basis: 47.5%;
}

.promo-media-ui--offer {
  flex-basis: 52.5%;
}

.promo-copy-ui--offer {
  align-items: flex-start;
  padding: 56px 58px 52px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 91% 5%,
      rgba(237, 223, 252, 0.82) 0,
      rgba(237, 223, 252, 0.82) 86px,
      transparent 87px
    ),
    linear-gradient(135deg, #fffdfd 0%, #faf3ff 52%, #fbf6ff 100%);
  box-shadow: inset 0 0 0 1px rgba(118, 90, 169, 0.04);
}

.promo-copy-ui__orb {
  position: absolute;
  top: -58px;
  right: -25px;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  background: rgba(238, 223, 251, 0.62);
}

.promo-copy-ui__dots {
  position: absolute;
  width: 72px;
  height: 52px;
  background-image: radial-gradient(
    circle,
    rgba(212, 167, 240, 0.8) 2.2px,
    transparent 2.2px
  );
  background-size: 12px 12px;
  opacity: 0.65;
}

.promo-copy-ui__dots--top {
  top: 28px;
  left: 20px;
}

.promo-copy-ui__dots--bottom {
  right: 42px;
  bottom: 24px;
}

.promo-mini-ui--offer {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #efe1ff 0%, #ecd9ff 100%);
  color: #7a35d1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.promo-mini-ui--offer i {
  font-size: 0.95rem;
}

.promo-copy-ui--offer h3 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  color: #161d79;
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.055em;
}

.promo-copy-ui__accent {
  color: #b624bb;
}

.promo-copy-ui__divider {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 4px;
  margin: 24px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fe4795 0%, #bb27bb 100%);
}

.promo-copy-ui--offer p {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin: 16px 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #5c6187;
}

.promo-actions-ui--offer {
  position: relative;
  z-index: 1;
}

.promo-btn-primary-ui--offer {
  min-width: 186px;
  min-height: 54px;
  gap: 12px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  box-shadow: 0 18px 42px rgba(51, 45, 108, 0.18);
  font-size: 1.02rem;
  font-weight: 800;
}

.promo-btn-primary-ui--offer:hover {
  background:
    radial-gradient(
      circle at 10% 50%,
      rgba(var(--accent-rgb), 0.2),
      transparent 20%
    ),
    radial-gradient(
      circle at 92% 50%,
      rgba(255, 255, 255, 0.16),
      transparent 18%
    ),
    linear-gradient(
      120deg,
      rgba(var(--primary-rgb), 0.97) 0%,
      rgba(var(--primary-rgb), 0.9) 38%,
      rgba(var(--accent-rgb), 0.9) 100%
    );
  -webkit-text-fill-color: #fff;
  border: none;
  transform: translateY(-1px);
}

.promo-btn-primary-ui--offer i,
.promo-btn-primary-ui--offer span {
  color: inherit;
}

.promo-media-ui--offer {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #42157c 0%,
    #6b25b3 34%,
    #3d1988 64%,
    #5123ac 100%
  );
}

.promo-media-ui--offer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}

.promo-offer-benefits {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(129, 102, 170, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(250, 245, 255, 0.96) 100%
  );
  box-shadow: 0 12px 28px rgba(88, 58, 138, 0.05);
}

.promo-offer-benefit {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  gap: 18px;
  padding: 20px 24px;
}

.promo-offer-benefit + .promo-offer-benefit {
  border-left: 1px solid rgba(129, 102, 170, 0.12);
}

.promo-offer-benefit__icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f3dfff 0%, #f7eafe 100%);
  color: #7c31cd;
  font-size: 1.35rem;
}

.promo-offer-benefit h4 {
  margin: 0 0 4px;
  color: #6c33c7;
  font-size: 1.02rem;
  font-weight: 800;
}

.promo-offer-benefit p {
  margin: 0;
  color: #69708f;
  font-size: 0.98rem;
  line-height: 1.55;
}

@media (max-width: 1199.98px) {
  .promo-offer-panels {
    flex-direction: column;
  }

  .promo-copy-ui--offer,
  .promo-media-ui--offer {
    flex-basis: auto;
    min-height: 0;
  }

  .promo-copy-ui--offer {
    padding: 44px 38px;
  }

  .promo-media-ui--offer {
    min-height: 360px;
  }

  .promo-offer-benefits {
    flex-wrap: wrap;
  }

  .promo-offer-benefit {
    flex: 0 0 50%;
  }

  .promo-offer-benefit:nth-child(3) {
    border-left: none;
  }

  .promo-offer-benefit:nth-child(n + 3) {
    border-top: 1px solid rgba(129, 102, 170, 0.12);
  }
}

@media (max-width: 767.98px) {
  .promo-shell-ui--offer {
    padding: 32px 14px 26px;
  }

  .promo-offer-title {
    gap: 8px;
  }

  .promo-feature-ui--offer {
    padding: 14px;
    border-radius: 22px;
  }

  .promo-copy-ui--offer {
    padding: 30px 22px 34px;
    border-radius: 18px;
  }

  .promo-copy-ui__orb {
    width: 140px;
    height: 140px;
  }

  .promo-mini-ui--offer {
    margin-bottom: 18px;
    padding: 9px 14px;
    font-size: 0.82rem;
  }

  .promo-copy-ui--offer h3 {
    font-size: clamp(2rem, 8.2vw, 3rem);
  }

  .promo-copy-ui__divider {
    margin: 20px 0 14px;
  }

  .promo-copy-ui--offer p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .promo-media-ui--offer {
    min-height: 240px;
    border-radius: 18px;
  }

  .promo-offer-benefits {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 14px;
  }

  .promo-offer-benefit {
    flex-basis: auto;
  }

  .promo-offer-benefit,
  .promo-offer-benefit + .promo-offer-benefit {
    border-left: none;
  }

  .promo-offer-benefit + .promo-offer-benefit {
    border-top: 1px solid rgba(129, 102, 170, 0.12);
  }
}

/* Empowerment  CSS */

.empower-section-ui {
  padding: 30px 20px 30px;
  /* background: #f5f5f5; */
}

.empower-container-ui {
  max-width: var(--site-container-max);
  margin: 0 auto;
}

.empower-top-ui {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.empower-label-ui {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  color: #212121;
  letter-spacing: 0.2px;
}

.empower-title-ui {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -1.8px;
  color: #161616;
}

.empower-desc-ui {
  max-width: 660px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  color: #505050;
}

.empower-actions-ui {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.empower-btn-ui {
  text-decoration: none;
  transition: all 0.28s ease;
}

.empower-btn-solid-ui {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #d3d3d3;
  border-radius: 999px;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
}

.empower-btn-solid-ui:hover {
  background: #191919;
  color: #ffffff;
  border-color: #191919;
}

.empower-btn-text-ui {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 500;
}

.empower-btn-text-ui span {
  font-size: 15px;
  transition: transform 0.25s ease;
}

.empower-btn-text-ui:hover span {
  transform: translateX(4px);
}

.empower-banner-ui {
  width: 100%;
  min-height: 420px;
  border-radius: 14px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.empower-placeholder-ui {
  width: 190px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empower-placeholder-icon-ui {
  width: 150px;
  height: 150px;
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .empower-section-ui {
    padding: 64px 18px 44px;
  }

  .empower-banner-ui {
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .empower-title-ui {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.2px;
  }

  .empower-desc-ui {
    font-size: 13px;
    line-height: 1.7;
  }

  .empower-banner-ui {
    min-height: 260px;
    border-radius: 12px;
  }

  .empower-placeholder-ui {
    width: 130px;
    height: 110px;
  }

  .empower-placeholder-icon-ui {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .empower-section-ui {
    padding: 54px 14px 34px;
  }

  .empower-top-ui {
    margin-bottom: 24px;
  }

  .empower-title-ui {
    font-size: 32px;
  }

  .empower-actions-ui {
    gap: 10px;
  }

  .empower-btn-solid-ui {
    height: 32px;
    min-width: 66px;
    font-size: 11px;
  }

  .empower-btn-text-ui {
    font-size: 11px;
  }
}

.mini-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  background: #57b7d9;
  background: linear-gradient(
    90deg,
    rgba(87, 183, 217, 1) 0%,
    rgba(47, 107, 173, 1) 100%
  );
  width: fit-content !important;
  padding: 5px 28px;
  border-radius: 20px;
  margin: 0 auto !important;
  margin-bottom: 12px !important;
  display: block;
}

.web-title {
  font-size: clamp(1.5rem, 3.5vw + 0.75rem, 42px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 8px;

  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Book room  */
/* SECTION */

/* SLIDER */
.promo-slider-ui {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}

/* IMAGE BASE */
.promo-slider-ui img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;

  opacity: 0;
  transform: scale(1.1);

  transition:
    opacity 1.5s ease,
    transform 6s ease;
}

/* ACTIVE IMAGE */
.promo-slider-ui img.active {
  opacity: 1;
  transform: scale(1); /* slow zoom out */
}

/* NEXT IMAGE PRELOAD SMOOTHNESS */
.promo-slider-ui img.next {
  opacity: 0;
  transform: scale(1.2);
}
/* ARROWS */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
  transition: 0.3s;
}

.slider-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* DOTS */
.slider-dots {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
}

.dot {
  height: 13px;
  width: 13px;
  margin: 0 4px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: var(--primary);
  transform: scale(1.2);
}

.promo-shell-ui--staydream {
  padding-top: 30px;
}

.section-head--staydream {
  margin-bottom: 26px;
}

.promo-staydream__heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(90deg, #4b2e82 0%, #b137b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.055em;
}

.promo-staydream__sparkle {
  color: #de9bf2;
  font-size: 0.7em;
  line-height: 1;
}

.promo-feature-ui--staydream {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 0;
  min-height: 0;
  padding: 18px;
  gap: 18px;
  border: 1px solid rgba(129, 102, 170, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 46px rgba(74, 56, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.promo-copy-ui--staydream,
.promo-media-ui--staydream {
  display: flex;
  flex: 1 1 50%;
  min-width: 0;
  border-radius: 20px;
}

.promo-feature-ui--staydream > .promo-copy-ui--staydream,
.promo-feature-ui--staydream > .promo-media-ui--staydream {
  width: calc((100% - 18px) / 2);
  max-width: calc((100% - 18px) / 2);
  flex: 0 0 calc((100% - 18px) / 2);
}

.promo-copy-ui--staydream {
  position: relative;
  align-items: flex-start;
  padding: 72px 58px 48px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(214, 182, 255, 0.55) 0,
      rgba(214, 182, 255, 0.2) 88px,
      transparent 196px
    ),
    linear-gradient(140deg, #ffffff 0%, #fff8ff 48%, #fbf1ff 100%);
  box-shadow: inset 0 0 0 1px rgba(214, 191, 240, 0.3);
}

.promo-staydream__orb {
  position: absolute;
  top: -46px;
  right: -34px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(241, 220, 255, 0.4) 0 31%,
    transparent 31% 40%,
    rgba(241, 220, 255, 0.24) 40% 58%,
    transparent 58% 67%,
    rgba(241, 220, 255, 0.14) 67% 84%,
    transparent 84%
  );
  pointer-events: none;
}

.promo-staydream__dots {
  position: absolute;
  width: 66px;
  height: 54px;
  background-image: radial-gradient(
    circle,
    rgba(198, 151, 238, 0.72) 2px,
    transparent 2.2px
  );
  background-size: 18px 18px;
  opacity: 0.72;
  pointer-events: none;
}

.promo-staydream__dots--top {
  top: 18px;
  left: 26px;
}

.promo-staydream__dots--bottom {
  right: 24px;
  bottom: 18px;
}

.promo-mini-ui--staydream {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 11px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ede1ff 0%, #e5d3ff 100%);
  color: #6d31ba;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.promo-mini-ui--staydream i {
  font-size: 0.9rem;
}

.promo-copy-ui--staydream h3 {
  position: relative;
  z-index: 1;
  /* max-width: 430px; */
  margin: 0;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  color: #322c77;
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.055em;
}

.promo-staydream__accent {
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-staydream__divider {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 75px;
  height: 4px;
  margin: 16px 0 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff65a8 0%, #af46f0 100%);
}

.promo-copy-ui--staydream p {
  position: relative;
  z-index: 1;
  max-width: 445px;
  margin: 16px 0;
  font-size: 16px;
  line-height: 1.72;
  color: #61637a;
}

.promo-actions-ui--staydream {
  position: relative;
  z-index: 1;
}

.promo-btn-primary-ui--staydream {
  min-width: 178px;
  min-height: 52px;
  justify-content: space-between;
  gap: 16px;
  padding: 0 10px 0 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #4d3084 0%, #b333b2 100%);
  box-shadow: 0 16px 32px rgba(78, 48, 132, 0.2);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.promo-btn-primary-ui--staydream:hover {
  background: linear-gradient(90deg, #462b79 0%, #a72ca8 100%);
  -webkit-text-fill-color: #ffffff;
  border: none;
  transform: translateY(-1px);
}

.promo-btn-primary-ui__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-media-ui--staydream {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: transparent;
}

.promo-slider-ui--staydream {
  width: 100%;
  height: 492px;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(29, 20, 43, 0.12);
}

.promo-slider-ui--staydream::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 13, 31, 0.04) 0%,
    rgba(18, 13, 31, 0) 22%,
    rgba(18, 13, 31, 0.18) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.promo-slider-ui__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(62, 24, 82, 0.18);
}

.promo-slider-ui__badge i {
  color: #fff;
  /* color: #ffd7ff; */
}

.slider-dots--staydream {
  bottom: 80px;
  z-index: 3;
}

.slider-dots--staydream .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.95);
}

.slider-dots--staydream .dot.active {
  background: #a63cc6;
  border-color: #a63cc6;
}

.promo-stay-benefits {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  flex-wrap: nowrap;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(68, 36, 17, 0.62);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 32px rgba(23, 13, 8, 0.16);
}

.promo-stay-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  gap: 12px;
  min-height: 40px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.promo-stay-benefit + .promo-stay-benefit {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.promo-stay-benefit__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(177, 67, 195, 0.88);
  color: #ffd8f7;
  flex-shrink: 0;
}

@media (max-width: 1199.98px) {
  .promo-feature-ui--staydream {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .promo-feature-ui--staydream > .promo-copy-ui--staydream,
  .promo-feature-ui--staydream > .promo-media-ui--staydream {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }

  .promo-copy-ui--staydream {
    padding: 54px 34px 34px;
  }

  .promo-slider-ui--staydream {
    height: 430px;
  }
}

@media (max-width: 767.98px) {
  .section-head--staydream {
    margin-bottom: 18px;
  }

  .promo-staydream__heading {
    gap: 8px;
  }

  .promo-feature-ui--staydream {
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    border-radius: 20px;
  }

  .promo-copy-ui--staydream {
    padding: 42px 22px 26px;
  }

  .promo-copy-ui--staydream h3 {
    max-width: 100%;
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .promo-copy-ui--staydream p {
    font-size: 15px;
  }

  .promo-slider-ui--staydream {
    height: 330px;
  }

  .promo-slider-ui__badge {
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .slider-dots--staydream {
    bottom: 76px;
  }

  .promo-stay-benefits {
    left: 10px;
    right: 10px;
    bottom: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }

  .promo-stay-benefit {
    justify-content: flex-start;
    min-height: 0;
    font-size: 13px;
  }

  .promo-stay-benefit + .promo-stay-benefit {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
  }
}

/* food order */
.food-pro-ui {
  max-width: var(--site-container-max);
  margin: auto;
  padding: 90px 20px;
}

.promo-shell-ui--foodstory {
  padding-top: 22px;
}

.section-head--foodstory {
  margin-bottom: 28px;
  text-align: center;
}

.section-head--foodstory .web-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #3d2c8d;
}

.section-head--foodstory p {
  position: relative;
  color: #6f667f;
}

.section-head--foodstory p::after {
  content: "";
  display: block;
  width: 66px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff91db 0%, #d560ff 100%);
}

.food-story__sparkle {
  color: #ef93ef;
  font-size: 0.72em;
}

.promo-feature-ui--foodstory {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  min-height: 0;
  border: 1px solid rgba(233, 225, 242, 0.95);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(246, 236, 255, 0.78) 0,
      rgba(255, 255, 255, 0.98) 46%
    ),
    linear-gradient(180deg, #fffefe 0%, #fefbff 100%);
  box-shadow: 0 12px 30px rgba(95, 74, 128, 0.04);
}

.food-story-main {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  flex-wrap: wrap;
}

.promo-copy-ui--foodstory {
  position: relative;
  flex: 0 0 39%;
  min-width: 0;
  padding: 56px 44px 40px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.promo-copy-ui--foodstory::before,
.promo-copy-ui--foodstory::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.promo-copy-ui--foodstory::before {
  top: -210px;
  left: 108px;
  width: 430px;
  height: 430px;
  background: radial-gradient(
    circle,
    rgba(235, 214, 250, 0.62) 0%,
    rgba(235, 214, 250, 0.16) 48%,
    transparent 70%
  );
}

.promo-copy-ui--foodstory::after {
  right: -132px;
  top: -34px;
  width: 300px;
  height: 560px;
  background: radial-gradient(
    circle at 0 50%,
    rgba(244, 227, 255, 0.7) 0%,
    rgba(244, 227, 255, 0.28) 36%,
    transparent 68%
  );
}

.food-story__glow {
  position: absolute;
  top: -24px;
  right: 18px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(244, 223, 255, 0.5) 0 36%,
    transparent 37% 100%
  );
  opacity: 0.72;
  pointer-events: none;
}

.food-story__dots {
  position: absolute;
  width: 76px;
  height: 58px;
  background-image: radial-gradient(
    circle,
    rgba(222, 190, 244, 0.85) 2.1px,
    transparent 2.4px
  );
  background-size: 18px 18px;
  pointer-events: none;
  opacity: 0.88;
}

.food-story__dots--top {
  top: 14px;
  left: 16px;
}

.food-story__dots--bottom {
  right: 34px;
  bottom: 16px;
}

.promo-mini-ui--foodstory {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eee1ff 0%, #e5d4ff 100%);
  color: #8742c6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.promo-copy-ui--foodstory h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 470px;
  font-size: 45px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.06em;
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.055em;
}

.food-story__headline-accent {
  background: linear-gradient(90deg, #da52ce 0%, #7f43bc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.food-story__accent {
  background: linear-gradient(90deg, #dc4cc3 0%, #4d2f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-copy-ui--foodstory p {
  position: relative;
  z-index: 1;
  max-width: 418px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #6d687d;
}

.promo-actions-ui--foodstory {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.promo-btn-primary-ui--foodstory {
  min-width: 180px;
  min-height: 58px;
  justify-content: space-between;
  /* gap: 16px; */
  padding: 0 12px 0 0;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #552f92 0%, #b43db1 100%);
  box-shadow: 0 14px 30px rgba(109, 57, 160, 0.22);
}

.food-story-btn__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-left: 3px;
  border-radius: 50%;
  color: #ffffff;
}

.food-story-btn__lead i {
  font-size: 1rem;
}

.food-story-card__rating {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(129, 58, 183, 0.95) 0%,
    rgba(182, 81, 201, 0.92) 100%
  );
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.food-story-card__rating i {
  font-size: 0.86em;
}

.overlay--foodstory {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 22px 18px 18px;
  background: linear-gradient(
    180deg,
    rgba(17, 15, 33, 0) 0%,
    rgba(14, 14, 22, 0.82) 64%,
    rgba(10, 10, 18, 0.94) 100%
  );
}

.food-story-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  color: #bf43c5;
  font-size: 1.35rem;
  box-shadow: 0 10px 22px rgba(9, 9, 16, 0.16);
}

.overlay--foodstory h5 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
}

.food-story-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
}

.food-story-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.food-story-card__sep {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.45);
}

.food-story-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding-top: 20px;
}

.food-story-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(199, 177, 228, 0.8);
  color: #9053c3;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(129, 84, 182, 0.08);
  cursor: pointer;
}

.food-story-control--muted {
  color: #b5a5cb;
}

.food-story-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.food-story-dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(182, 170, 203, 0.45);
  cursor: pointer;
}

.food-story-dot--active {
  background: #7f43bc;
}

.food-story-dot:focus-visible,
.food-story-control:focus-visible {
  outline: 2px solid rgba(127, 67, 188, 0.35);
  outline-offset: 3px;
}

.food-story-benefits {
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(226, 216, 240, 0.85);
  background: rgba(255, 255, 255, 0.76);
  margin: 0 auto;
}

.food-story-benefit {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px 16px;
}

.food-story-benefit + .food-story-benefit {
  border-left: 1px solid rgba(233, 225, 244, 0.95);
}

.food-story-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f5edff 0%, #efe3ff 100%);
  color: #8f50c8;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.food-story-benefit h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #8a56c4;
}

.food-story-benefit p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6c6678;
}

.ratinffood {
  color: #f5b301;
  font-size: 20px;
  font-weight: 800;
}

.food-pro-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* LEFT */
.food-pro-content {
  flex: 1;
}

.tag {
  background: #ffe9e9;
  color: #ff4d4d;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.food-pro-content h3 {
  font-size: 32px;
  margin: 15px 0;
}

.food-pro-content p {
  color: #666;
}

/* BUTTONS */
.food-pro-actions {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.btn-main {
  background: #ff4d4d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
}

.btn-light {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
}

/* RIGHT STACK */
.food-pro-visual {
  flex: 1;
  position: relative;
  height: 350px;
}

/* CARDS */
.food-stack-card {
  position: absolute;
  width: 230px;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.food-stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* POSITIONING */
.card-1 {
  left: 0;
  top: 30px;
  transform: rotate(-8deg);
}

.card-2 {
  left: 120px;
  top: 0;
  z-index: 2;
}

.card-3 {
  left: 268px;
  top: 30px;
  transform: rotate(8deg);
}

/* HOVER EFFECT */
.food-pro-visual:hover .card-1 {
  transform: rotate(-5deg) translateY(-10px);
}
.food-pro-visual:hover .card-2 {
  transform: translateY(-15px);
}
.food-pro-visual:hover .card-3 {
  transform: rotate(5deg) translateY(-10px);
}

/* OVERLAY */
.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.food-stack-card {
  animation: floatCard 4s ease-in-out infinite;
}

.card-2 {
  animation-delay: 0.5s;
}
.card-3 {
  animation-delay: 1s;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.food-stack-card:hover {
  transform: scale(1.06) !important;
  z-index: 5;
}

@media (max-width: 1199.98px) {
  .food-story-main {
    flex-direction: column;
    gap: 12px;
  }

  .promo-copy-ui--foodstory {
    flex-basis: auto;
    padding: 54px 34px 34px;
  }

  .food-story-benefits {
    flex-wrap: wrap;
  }

  .food-story-benefit {
    flex: 1 1 50%;
  }

  .food-story-benefit:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .section-head--foodstory .web-title {
    gap: 8px;
  }

  .promo-feature-ui--foodstory {
    margin-top: 22px;
    border-radius: 22px;
  }

  .food-story-main {
    padding: 8px 8px 0;
  }

  .promo-copy-ui--foodstory {
    padding: 42px 22px 28px;
  }

  .promo-copy-ui--foodstory h3 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .promo-copy-ui--foodstory p {
    font-size: 15px;
  }

  .promo-btn-primary-ui--foodstory {
    min-width: 188px;
  }

  .food-story-card__rating {
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .food-story-card__icon {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .overlay--foodstory {
    gap: 8px;
    padding: 16px 12px 14px;
  }

  .overlay--foodstory h5 {
    font-size: 1.05rem;
  }

  .food-story-card__meta {
    gap: 8px;
    font-size: 0.84rem;
  }

  .food-story-controls {
    gap: 18px;
    padding-top: 12px;
  }

  .food-story-control {
    width: 38px;
    height: 38px;
  }

  .food-story-benefits {
    flex-direction: column;
  }

  .food-story-benefit {
    flex: 1 1 auto;
    padding: 18px 16px;
  }

  .food-story-benefit + .food-story-benefit {
    border-left: 0;
    border-top: 1px solid rgba(233, 225, 244, 0.95);
  }
}

/* Rides */
/* IMAGE BASE */
.ride-card-modern img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* 🔥 1. HOVER ZOOM */
.ride-card-modern:hover img {
  transform: scale(1.1);
}

/* 🔥 2. FLOAT ANIMATION (auto subtle move) */
.ride-card-modern {
  animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* 🔥 3. SHINE EFFECT */
.ride-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
}

/* Shine on hover */
.ride-card-modern:hover::before {
  animation: shine 0.8s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.ride-card-modern:nth-child(1) {
  animation-delay: 0s;
}
.ride-card-modern:nth-child(2) {
  animation-delay: 0.5s;
}
.ride-card-modern:nth-child(3) {
  animation-delay: 1s;
}
.ride-card-modern:nth-child(4) {
  animation-delay: 1.5s;
}
.rides-modern-ui {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* CARD */
.ride-card-modern {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s ease;
}

.ride-card-modern img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* OVERLAY */
.ride-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to top, rgb(9 18 36 / 83%), transparent);
  color: #fff;
}

.ride-content h4 {
  margin: 0;
  font-size: 14px;
}

.ride-content p {
  margin: 0px 0;
  font-size: 12px;
  opacity: 0.8;
}

.ride-content span {
  font-size: 12px;
}

/* HOVER EFFECT */
.ride-card-modern:hover img {
  transform: scale(1.01);
}

.ride-card-modern:hover {
  transform: translateY(-6px);
}

/* IMAGE BASE */
.ride-card-modern img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* 🔥 1. HOVER ZOOM */
.ride-card-modern:hover img {
  transform: scale(1.1);
}

/* 🔥 2. FLOAT ANIMATION (auto subtle move) */
.ride-card-modern {
  animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* 🔥 3. SHINE EFFECT */
.ride-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
}

/* Shine on hover */
.ride-card-modern:hover::before {
  animation: shine 0.8s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.ratinfrides {
  color: #f5b301;
  font-size: 16px;
  font-weight: 800;
}

/* ----------------- FAQ Section ----------------- */
/* SECTION */
.faq-section {
  /* padding: 80px 20px; */
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding: 30px 20px 30px;
}

/* WRAP */
.faq-wrap {
  max-width: 800px;
  margin: 40px auto 0;
}

/* ITEM */
.faq-item {
  background: #f7f7f7;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* QUESTION */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
}

.faq-question h4 {
  margin: 0;

  color: #000;

  font-size: 20px;
  font-weight: 600;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 0;
  color: #555;
}

/* ACTIVE STATE */
.faq-item.active {
  background: #fff;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 20px 18px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

/* OPTIONAL HOVER */
.faq-item:hover {
  background: #e9e9e9;
}

/* Home filter */

.homeHero {
  min-height: 63vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f5fb;
  background-size: cover;
  background-position: center;
  padding: 20px 20px;
  border-radius: 20px;
}

.mainHeading {
  font-size: clamp(1.65rem, 4vw + 1rem, 50px);
  line-height: 1.12;
  color: #fff;
}

/* SEARCH BOX */
.searchBox {
  margin-top: 30px;
  padding: 25px;
  border-radius: 20px;
  background: #cdcdcd;
  backdrop-filter: blur(12px);
  max-width: var(--site-container-max);
  margin-left: auto;
  margin-right: auto;
}

/* TABS */
.searchTabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 18px;
}

.searchTabs span {
  cursor: pointer;
  color: black;
  opacity: 0.6;
  padding-bottom: 5px;
  transition:
    opacity 0.35s ease,
    transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.searchTabs span:active {
  transform: scale(0.97);
}

.searchTabs .active {
  font-weight: 700;
  position: relative;
  opacity: 1;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.searchTabs .active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

/* SEARCH ROW (MAIN FIX) */
.searchRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-width: 0;
}

/* INPUTS — visible borders so fields read clearly on grey searchBox */
/* Exclude homestay qty stepper value: global min-width would force ~250px + buttons and overflow mobile */
.searchRow input:not(.homestay-stepper__value) {
  min-width: min(250px, 100%);
  height: var(--btn-height);
  padding: 8px 12px;
  border-radius: var(--btn-radius);
  border: 1px solid #c8cdd5;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.searchRow input[type="date"] {
  min-width: auto;
  height: var(--btn-height);
  padding: 8px 12px;
  border-radius: var(--btn-radius);
  border: 1px solid #c8cdd5;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.searchRow input[type="time"] {
  min-width: auto;
  height: var(--btn-height);
  padding: 8px 12px;
  border-radius: var(--btn-radius);
  border: 1px solid #c8cdd5;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.searchRow input:hover,
.searchRow input[type="date"]:hover,
.searchRow input[type="time"]:hover {
  border-color: #a8b0bd;
}

.searchRow input:focus,
.searchRow input:focus-visible,
.searchRow input[type="date"]:focus,
.searchRow input[type="date"]:focus-visible,
.searchRow input[type="time"]:focus,
.searchRow input[type="time"]:focus-visible {
  border-color: rgba(88, 78, 168, 0.85);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.14);
}

/* Homestay Adults / Children / Rooms — +/− steppers */
.searchRow .homestay-qty-label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
  opacity: 0.8;
  text-align: start;
}

.searchRow .homestay-stepper.riderlist-seat-wrap,
.searchRow .homestay-stepper {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.searchRow .homestay-stepper .ride-seat-row {
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.searchRow .homestay-stepper .homestay-stepper__btn {
  width: var(--btn-height);
  height: var(--btn-height);
  min-width: var(--btn-height);
  border-radius: var(--btn-radius) !important;
  font-size: 1.15rem;
  font-weight: var(--btn-font-weight);
  border: 1px solid #c8cdd5 !important;

  background: var(--primary) !important;
  color: #fff !important;

  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.searchRow .homestay-stepper .homestay-stepper__btn:hover {
  border-color: #a8b0bd !important;

  background: var(--secondary-color) !important;
  color: #fff !important;
}

.searchRow .homestay-stepper .homestay-stepper__value {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  max-width: 100%;
  height: var(--btn-height);
  min-height: var(--btn-height);
  padding: 4px 8px;
  font-weight: 700;
  font-size: var(--btn-font-size);
  border-radius: var(--btn-radius) !important;
  border: 1px solid #c8cdd5 !important;
  background: #fff;
  color: #111827;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

/* Homestay: two rows (dates vs guests) — less crowded than one long row */
.searchRow .homestay-form.active {
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
}

.searchRow .homestay-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.searchRow .homestay-form__row--guests {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 2px;
  padding-top: 14px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
  gap: 12px 16px;
}

/* Inline Search CTA — Homestay (beside rooms) + Food/Ride (end of row), same chrome */
.searchRow .search-form-inline-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
}

.searchRow .search-form-inline-cta__label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 5px;
  min-height: calc(1.25em + 2px);
  visibility: hidden;
  user-select: none;
}

/* Food / Ride — 2 rows like Homestay (primary + divider + secondary + Search) */
.searchRow .food-form.active,
.searchRow .ride-form.active {
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
}

.searchRow .search-tab-form__row--primary,
.searchRow .search-tab-form__row--secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 12px;
  width: 100%;
  box-sizing: border-box;
}

.searchRow .search-tab-form__row--secondary {
  /* margin-top: 2px; */
  padding-top: 14px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
}

/* Location grows on wide rows; min(200px,42vw) caused odd mobile stretch when stacked */
.searchRow .search-tab-form__row--primary > .locationInput {
  flex: 1.2 1 0;
  min-width: 0;
  max-width: 100%;
}

.searchRow .search-tab-form__row--primary > div:not(.locationInput) {
  flex: 0 1 auto;
  min-width: min(150px, 36vw);
}

/* Food Type + Booking Type — एक जैसी fixed चौड़ाई (primary/secondary दोनों में ओवरराइड) */
.searchRow
  .food-form
  .search-tab-form__row--primary
  > .search-tab-form__field-select,
.searchRow
  .ride-form
  .search-tab-form__row--secondary
  > .search-tab-form__field-select {
  flex: 0 0 15.5rem;
  width: 15.5rem;
  max-width: min(15.5rem, 48vw);
  min-width: 12rem;
  box-sizing: border-box;
}

/* No flex-grow here — 1 1 120px beat mobile `> *` and stretched stacked rows; desktop sets flex in 992px block */
.searchRow .search-tab-form__row--secondary > div:not(.search-form-inline-cta) {
  flex: 0 1 auto;
  min-width: 0;
}

.searchRow .search-tab-form__row--secondary .search-form-inline-cta {
  margin-left: auto;
}

/* Food & Ride — same visible fields as Homestay (Bootstrap reboot washes borders) */
.searchRow .food-form input[type="text"],
.searchRow .food-form input[type="date"],
.searchRow .food-form input[type="time"],
.searchRow .food-form select,
.searchRow .ride-form input[type="text"],
.searchRow .ride-form input[type="date"],
.searchRow .ride-form input[type="time"],
.searchRow .ride-form select {
  /* height: 45px; */
  padding: 8px 12px;
  border-radius: 10px !important;
  border: 1px solid #c8cdd5 !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  font-size: 14px;
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.searchRow .food-form input:hover,
.searchRow .food-form select:hover,
.searchRow .ride-form input:hover,
.searchRow .ride-form select:hover {
  border-color: #a8b0bd !important;
}

.searchRow .food-form input:focus,
.searchRow .food-form input:focus-visible,
.searchRow .food-form select:focus,
.searchRow .food-form select:focus-visible,
.searchRow .ride-form input:focus,
.searchRow .ride-form input:focus-visible,
.searchRow .ride-form select:focus,
.searchRow .ride-form select:focus-visible {
  border-color: rgba(88, 78, 168, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.14) !important;
  outline: none !important;
}

.searchRow .homestay-form__guests-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px 22px;
  flex: 1 1 auto;
  min-width: 0;
}

.searchRow .homestay-form__guest-field {
  flex: 0 1 auto;
  min-width: 0;
}

.searchRow select {
  min-width: auto;
  height: var(--btn-height);
  padding: 8px 12px;
  border-radius: var(--btn-radius);
  border: 1px solid #c8cdd5;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  cursor: pointer;
}

.searchRow select:hover {
  border-color: #a8b0bd;
}

.searchRow select:focus,
.searchRow select:focus-visible {
  border-color: rgba(88, 78, 168, 0.85);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.14);
}
/* LABEL */
.searchRow label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  /* color: black; */
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
  opacity: 0.8;
  text-align: start;
}

/* LOCATION BOX */
.locationInput {
  /* flex: 1 1 220px; */
}

/* Search CTA — simple look (पहले जैसा) */
.goBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  border: none;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  box-sizing: border-box;
  line-height: 1.2;
}

.goBtn:hover {
  filter: brightness(1.06);
}

.goBtn:focus-visible {
  outline: 2px solid rgba(var(--accent-rgb), 0.85);
  outline-offset: 2px;
}

/* Single-line search on tablet/desktop — keep fields + Search on one row */
@media (min-width: 992px) {
  .searchRow {
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 12px;
  }

  .searchRow:has(> .homestay-form.active) .homestay-form.active {
    padding: 18px 22px 16px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 32px rgba(var(--primary-rgb), 0.09);
  }

  .searchRow:has(> .food-form.active) .food-form.active,
  .searchRow:has(> .ride-form.active) .ride-form.active {
    padding: 18px 22px 16px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 32px rgba(var(--primary-rgb), 0.09);
  }

  .searchRow .food-form.active > .search-tab-form__row,
  .searchRow .ride-form.active > .search-tab-form__row {
    flex: 0 0 auto;
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .searchRow .search-tab-form__row--primary {
    flex-wrap: nowrap;
    gap: 12px;
    align-items: flex-end;
  }

  .searchRow .search-tab-form__row--primary > .locationInput {
    flex: 1.15 1 0;
    min-width: min(160px, 18vw);
  }

  .searchRow .search-tab-form__row--primary > div:not(.locationInput) {
    flex: 0 1 auto;
    min-width: min(130px, 14vw);
    max-width: 100%;
  }

  .searchRow
    .food-form
    .search-tab-form__row--primary
    > .search-tab-form__field-select,
  .searchRow
    .ride-form
    .search-tab-form__row--secondary
    > .search-tab-form__field-select {
    flex: 0 0 15.5rem;
    width: 15.5rem;
    max-width: min(15.5rem, 40vw);
  }

  .searchRow .search-tab-form__row--secondary {
    flex-wrap: nowrap;
    gap: 12px;
    align-items: flex-end;
  }

  .searchRow
    .search-tab-form__row--secondary
    > div:not(.search-form-inline-cta) {
    flex: 1 1 0;
    min-width: 0;
  }

  .searchRow .search-tab-form__row--secondary .search-form-inline-cta {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .form-block {
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .form-block.active {
    flex-wrap: nowrap;
  }

  .searchRow .form-block > div {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
  }

  /* Homestay inner rows: full width each line, not squeezed as flex siblings */
  .searchRow .homestay-form.active > .homestay-form__row {
    flex: 0 0 auto;
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .searchRow .homestay-form__row--primary > .locationInput {
    flex: 1.25 1 0;
    min-width: min(200px, 24vw);
  }

  .searchRow .homestay-form__row--primary > div:not(.locationInput) {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .searchRow .homestay-form__guests-inner {
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 14px 28px;
  }

  .searchRow .homestay-form__guest-field {
    flex: 1 1 0;
    min-width: min(118px, 26vw);
    max-width: none;
  }

  .searchRow .homestay-form__guest-field .homestay-stepper {
    width: 100%;
    max-width: 220px;
  }

  .searchRow .locationInput {
    flex: 1.2 1 0;
    min-width: min(220px, 22vw);
  }

  .searchRow input:not(.homestay-stepper__value),
  .searchRow select {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .searchRow input[type="date"],
  .searchRow input[type="time"] {
    min-width: 9.5rem;
  }

  .goBtn {
    flex-shrink: 0;
    align-self: flex-end;
  }
}

.form-block {
  display: none;
  gap: 10px;
  flex-wrap: wrap;
  align-items: end;
  /* Share one row with .goBtn on desktop — 100% basis was forcing a wrap line */
  flex: 1 1 0%;
  min-width: 0;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.form-block.active {
  display: flex;
}
/* ----------------- Trusted Users ----------------- */
/* SECTION */
.trusted-section {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding: 30px 20px 30px;

  /* padding: 90px 20px;
  text-align: center;
  background: #f9fafc; */
}

/* Trusted reviews — carousel: 3 cards visible (desktop), 1 on small screens; no arrows */
.trusted-carousel {
  margin-top: 50px;
  position: relative;
}

.trusted-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.trusted-carousel__track {
  display: flex;
  gap: 25px;
  align-items: stretch;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .trusted-carousel__track {
    transition: none;
  }
}

.trusted-carousel .trusted-card {
  flex-shrink: 0;
  min-width: 0;
}

.trusted-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.trusted-carousel__dots[hidden] {
  display: none !important;
}

.trusted-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.trusted-carousel__dot[aria-selected="true"] {
  background: var(--primary);
  transform: scale(1.15);
}

.trusted-carousel__dot:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.55);
  outline-offset: 2px;
}

/* CARD */
.trusted-card {
  background: #fdfeff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.35s ease;
  text-align: left;
}

.trusted-card:hover {
  box-shadow: 0 14px 36px rgba(var(--primary-rgb), 0.1);
}

.trusted-card__stars {
  color: #f5b301;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* Carousel slides: keep copy visible (scroll-anim .box-item not used on cards) */
.trusted-carousel .trusted-card .review-text,
.trusted-carousel .trusted-card .user-info {
  opacity: 1;
  transform: none;
}

/* RATING */
.rating {
  color: #f5b301;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(10px);
}

/* TEXT */
.review-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(10px);
}

/* USER INFO */
.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
}

.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info h4 {
  margin: 0;
  font-size: 16px;
}

.user-info span {
  font-size: 12px;
  color: #777;
}

/* =====================
   SMOOTH SCROLL ANIMATION
===================== */
.box-item {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.box-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* STAGGER INSIDE CARD (legacy: cards inside .trusted-carousel no longer use .box-item) */
.trusted-card.box-item.show .rating {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease 0.2s;
}

.trusted-card.box-item.show .review-text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease 0.4s;
}

.trusted-card.box-item.show .user-info {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease 0.6s;
}

/* =====================
   BASE STATE (HIDDEN)
===================== */
.box-item {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

/* =====================
   ACTIVE STATE
===================== */
.box-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* LEFT / RIGHT SMOOTH ENTRY */
.promo-copy-ui.box-item {
  transform: translateX(-70px);
}

.promo-media-ui.box-item {
  transform: translateX(70px);
}

.box-item.show.promo-copy-ui,
.box-item.show.promo-media-ui {
  transform: translateX(0);
}

/* =====================
   IMAGE FLOAT (VERY SOFT)
===================== */
.promo-media-ui img {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.6s ease;
  /* animation: floatSoft 6s ease-in-out infinite; */
}

.promo-media-ui img:hover {
  transform: scale(1.04);
}

/* =====================
   BUTTON (NO COLOR CHANGE)
===================== */
.promo-btn-ui {
  transition: transform 0.35s ease;
}

.promo-btn-ui:hover {
  transform: translateY(-5px);
}

/* =====================
   FLOAT ANIMATION
===================== */
@keyframes floatSoft {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* total truseted */

/* ----------------- Footer ----------------- */
/* --- Global Footer Styles --- */
footer {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding: 30px 20px 0px;
}
.footer-bg {
  position: relative;
  overflow: hidden;
}

/* content always above bg */
.footer-bg .footer-top,
.footer-bg .row {
  position: relative;
  z-index: 1;
}
.footer-desc {
  font-size: 14px;
  line-height: 22px;
  color: #322f2f;
  font-weight: 600;
  margin-top: 10px;
}
/* 1. Red Marquee / Ticker */
.footer-ticker {
  margin-top: 30px;
  background-color: #e31e24;
  color: #fff;
  padding: 12px 0;
  overflow: hidden;
  margin-bottom: 0px;
}
.ticker-wrap {
  display: flex;
  white-space: nowrap;
  animation: ticker 40s linear infinite;
}
.ticker-item {
  display: inline-block;
  padding-right: 50px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 2. Footer Widgets (Headings) */
.footer-widget h5 {
  color: #1b2132;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.footer-widget h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: var(--primary);
}

.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li a {
  text-decoration: none;
  color: #322f2f;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.footer-menu.contact-info li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-menu.contact-info i {
  font-size: 14px;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-menu li a:hover {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
}

/* 3. White Info Card (Floating Pill) */
.footer-wrap.bg-white {
  background: #fff !important;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  position: relative;
  z-index: 5;
  border: 1px solid #edf2f7;
}

/* Support Icons (Circles) */
.avatar.bg-primary {
  background-color: #cf3425 !important; /* Light Red */
  color: #ffff !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.bg-secondary {
  background-color: #98aa30 !important; /* Light Green */
  color: black !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Logo Container Alignment */
.footer-logo-container {
  display: flex;
  align-items: center; /* Vertically center karega agar div bada hai */
  height: 100%;
}

/* Logo Image Styling */
.footer-main-logo {
  max-height: 45px; /* DreamsTour jaisa exact size */
  width: auto; /* Aspect ratio maintain rakhega */
  display: block;
  transition: transform 0.3s ease;
}

/* Hover effect (Optional: jaisa badi sites par hota hai) */
.footer-logo-link:hover .footer-main-logo {
  transform: scale(1.05);
}

/* Mobile responsive alignment */
@media (max-width: 1199px) {
  .footer-logo-container {
    justify-content: center; /* Tablet/Mobile par center mein dikhega */
    margin-bottom: 20px;
  }
}

/* 4. Landmark Image (Skyline) */
.footer-img {
  text-align: center;

  position: relative;
  z-index: 1;
}
.footer-img img {
  max-width: 100%;
  height: auto;
}

/* 5. Footer Bottom Bar */
.footer-bottom {
  padding: 10px 0;
}

.social-icon {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.social-icon li a {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  margin: 0 5px;
  transition: 0.3s;
  text-decoration: none;
}
.social-icon i {
  font-size: 21px;
}
.social-icon li a:hover {
  background: var(--primary) !important;
  color: #fff !important;
  border-color: var(--accent-solid) !important;
}

/* Payment Icons */
.card-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
/* Card Container */
.footer-wrap.bg-white {
  background: #ffffff !important;
  border-radius: 10px; /* Purra round pill shape jaisa site par hai */
  padding: 20px 45px;
  margin: 40px 0;
  border: 1px solid #f0f0f0;
}

/* Logo Size */
.footer-main-logo {
  max-height: 45px;
  width: auto;
}

/* Text Styles */
.fs-14 {
  font-size: 14px;
}
.contact-label {
  font-size: 12px;
  color: #6b7385;
}
.contact-value {
  font-size: 15px;
  font-weight: 700;
  color: #1b2132;
}

/* Icon Circles */
.avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.bg-light-red {
  background-color: #fff0f0 !important;
  color: #e31e24;
}
.bg-light-green {
  background-color: #f0fff4 !important;
  color: #28a745;
}

/* Border between Support items */
.border-end-custom {
  border-right: 1px solid #eee;
}

/* Badges Hover effect */
.badge-hover img {
  height: 32px;
  transition: 0.3s;
}
.badge-hover:hover img {
  transform: translateY(-3px);
}

/* --- Mobile Fixes --- */
@media (max-width: 1199px) {
  .footer-wrap.bg-white {
    border-radius: 20px; /* Mobile par pill ki jagah thoda rectangle rakhte hain */
    padding: 25px;
  }
  .border-end-custom {
    border-right: none;
  }
}
.card-links li {
  margin-left: 15px;
}
.card-links img {
  height: 20px;
  filter: grayscale(1);
  opacity: 0.6;
}
.card-links img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .border-end {
    border: none !important;
  }
  .footer-wrap.bg-white {
    border-radius: 10px;
    padding: 20px;
  }
}

/* staybooking */
/* STAY SECTION */

.stay-section {
  max-width: var(--site-container-max);

  margin: 0 auto;
  padding: 100px 20px 30px;
}
/* Inner pages: keep bar below viewport edge + notch (was top:0 and felt “stuck” to the top) */
.t-0 {
  top: max(18px, env(safe-area-inset-top, 0px));
}

@media (min-width: 921px) {
  .t-0 {
    top: max(28px, env(safe-area-inset-top, 0px));
  }
}

.navbar.is-compact.nav-top-fix {
  top: 0 !important;
}

/* Booking-style pages: cancel compact pill’s upward offset so it doesn’t ride into the status bar */
.booking-nav-section .navbar.is-compact {
  top: 0;
}
/* TITLE */
.stay-title h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* LAYOUT */
.stay-layout {
  display: grid;
  /* grid-template-columns:280px 1fr; */
  gap: 20px;
}

/* FILTER */
.filter {
  padding: 18px;
  border-radius: 16px;
}

.filter h3,
.filter h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 15px 0 8px;
  color: #333;
}

.filter input[type="range"] {
  width: 100%;
}

.price-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.price-box input {
  width: 48%;
  padding: 8px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 8px;
}

/* CHECKBOX RADIO */
.filter label {
  display: block;
  font-size: 13px;
  margin: 5px 0;
}

/* CLEAR BUTTON */
.clear {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: none;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
}

/* RIGHT SIDE */
.list-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* SEARCH */
.search-bar {
  border: 1px solid #e4e7e9;
  height: 40px;
  padding: 0 16px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.search-bar input {
  width: 100%;
  border: none;
  outline: none;
}

/* RESULT BAR */
.activeFilterDiv {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3px 0;
  padding: 12px 24px;
  background-color: #efefef;
}
.filterCounts {
  color: #191c1f;
  font-weight: 600;
}
.productSidebar {
  margin-right: 24px;
  padding-bottom: 20px;
}
.priceFilterSection {
  padding: 20px 0;
}
.filterTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.rangeSliderWrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.rangeSlider {
  width: 100%;
  -webkit-appearance: none;
  background: #ddd;
  height: 3px;
  border-radius: 3px;
  outline: none;
}

.minMaxInputs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.minMaxInputs input {
  width: 50%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.filterTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.filterTab {
  margin-bottom: 10px;
}

.customCheckbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}

.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.webCheckmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #b7b7ff;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.filterTab {
  margin-bottom: 10px;
}
.customCheckbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}

.categoryFilter {
  padding-bottom: 15px;
}
.themeBtn:hover {
  background: var(--secondary-color);
  color: #fff;
}
.rating-badge {
  background: var(--primary); /* yellow */
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.themeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border: none;
  border-radius: var(--btn-radius);
  cursor: pointer;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: var(--primary);
  color: #fff;
}

.trivozoCard {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5d9ff;
  transition: 0.3s;
}

.productPageImg {
  background-color: #fafafa;
  border-bottom: 1px solid #e4e7e9;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 2px 6.1px #0000000d;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPageImg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.productPageCardData {
  margin: 10px 16px 5px;
}
.rating {
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  background: var(--primary);
}
.hotelAddress {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}
.itemPrice {
  font-size: 20px;
  font-weight: 600;
}
small,
.small {
  font-size: 0.875em;
}
.addToBtn {
  display: block;
  width: 80%;
  margin: 0 auto;
}
/* .productpageItem {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(261px, 1fr));
  gap: 20px;
} */
.productpageItem {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(263px, 1fr));
  gap: 20px;
}
/* Card Fix */
.productPageCard {
  background: #efefef;
  border-radius: 12px;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Image Fix */
.productPageImg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

/* Button full width */
.addToBtn {
  width: 100%;
  margin-top: 10px;
}
.productPageCard:hover .productPageImg img {
  transform: scale(1.08);
}

.productPageImg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.productPageImg img {
  transition: transform 0.4s ease;
}

/* ried */
/* TEXT */

/* RATING BADGE */
.rating-badge {
  background: #0f9d58;
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
}
.car-info {
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
}

.productSearchBar {
  width: 40%;
  border: 1px solid #e4e7e9;
  height: 40px;
  padding: 0 16px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.productSearchInput {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #77878f;
  outline: none;
}

/* modal css */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 16px;

  width: 100%;
  max-width: 550px; /* aur chhota */

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-content input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.closeBtn {
  float: right;
  font-size: 22px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.seat-btn {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seat-input {
  height: 40px;
  width: 60px;
  font-weight: 600;
}

/* Modal Background */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Modal Box */
.custom-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 15px;
  width: min(430px, calc(100% - 32px));
  max-width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Close Button */
.closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* Success Circle */
.success-circle {
  width: 70px;
  height: 70px;
  background: #28a745;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 30px;
  animation: pop 0.4s ease;
}

/* Animations */
@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== Homepage: hero layers, stats, scroll cue, stagger, a11y ========== */

.hero-media {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  min-height: min(46dvh, 620px);
  aspect-ratio: 16 / 9;
  max-height: calc(100dvh - 30px);
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  isolation: isolate;
}

/* Full-width media inside centered flex hero (parent uses align-items: center) */
.demo-hero .hero-media {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-orbs {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.hero-orbs::before,
.hero-orbs::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.5;
  mix-blend-mode: screen;
}

.hero-orbs::before {
  width: min(55%, 420px);
  height: min(65%, 480px);
  background: linear-gradient(
    145deg,
    rgba(var(--accent-rgb), 0.85) 0%,
    rgba(var(--primary-rgb), 0.55) 100%
  );
  top: -18%;
  left: -12%;
  animation: orbDriftA 20s ease-in-out infinite alternate;
}

.hero-orbs::after {
  width: min(48%, 380px);
  height: min(55%, 420px);
  background: linear-gradient(
    200deg,
    rgba(99, 102, 241, 0.55) 0%,
    rgba(236, 72, 153, 0.45) 100%
  );
  bottom: -22%;
  right: -8%;
  animation: orbDriftB 24s ease-in-out infinite alternate;
}

@keyframes orbDriftA {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(12%, 8%) scale(1.08);
  }
}

@keyframes orbDriftB {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-10%, -12%) scale(1.12);
  }
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(
      ellipse 85% 75% at 50% 45%,
      transparent 0%,
      rgba(17, 24, 39, 0.12) 55%,
      rgba(17, 24, 39, 0.45) 100%
    ),
    linear-gradient(to top, rgba(17, 24, 39, 0.35) 0%, transparent 42%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.07;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero-scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  pointer-events: auto;
  animation: scrollCueFade 2.4s ease 1.2s both;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.hero-scroll-cue:hover {
  color: #fff;
  transform: translateX(-50%) translateY(-3px);
}

@keyframes scrollCueFade {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.scroll-cue-mouse {
  width: 26px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.scroll-cue-wheel {
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollWheel {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.35;
    transform: translateY(10px);
  }
}

.hero-stats {
  position: relative;
  z-index: 5;
  margin: 0px auto 0;
  /* max-width: min(var(--site-container-max), calc(100% - 40px)); */
  padding: 0 20px 28px;
}

.hero-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow:
    0 4px 6px -1px rgba(17, 24, 39, 0.05),
    0 24px 48px -12px rgba(var(--primary-rgb), 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.stat-item {
  text-align: center;
  padding: 8px 6px;
}

.stat-value {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.homeHero .container > .box-item:nth-child(1) {
  transition-delay: 0.05s;
}

.homeHero .container > .box-item:nth-child(2) {
  transition-delay: 0.12s;
}

.homeHero .container > .box-item:nth-child(3) {
  transition-delay: 0.2s;
}

.cards-wrap .service-card.box-item:nth-child(1) {
  transition-delay: 0.04s;
}

.cards-wrap .service-card.box-item:nth-child(2) {
  transition-delay: 0.12s;
}

.cards-wrap .service-card.box-item:nth-child(3) {
  transition-delay: 0.2s;
}

.hero-stats .stat-item.box-item:nth-child(1) {
  transition-delay: 0.02s;
}

.hero-stats .stat-item.box-item:nth-child(2) {
  transition-delay: 0.08s;
}

.hero-stats .stat-item.box-item:nth-child(3) {
  transition-delay: 0.14s;
}

.hero-stats .stat-item.box-item:nth-child(4) {
  transition-delay: 0.2s;
}

@media (max-width: 900px) {
  .hero-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 14px;
  }

  .hero-scroll-cue {
    bottom: 18px;
  }
}

@media (max-width: 520px) {
  .hero-stats {
    margin-top: -36px;
  }

  .hero-stats-inner {
    gap: 8px;
    padding: 14px 12px;
  }

  .stat-label {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media .hero-video,
  .hero-orbs::before,
  .hero-orbs::after,
  .demo-hero .content-box .hero-headline,
  .scroll-cue-wheel,
  .promo-media-ui img {
    animation: none !important;
  }

  .hero-media .hero-video {
    transform: none;
  }

  .demo-hero .content-box .hero-eyebrow,
  .demo-hero .content-box .hero-headline,
  .hero-auth-cta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .home-hero-btn:hover {
    transform: none !important;
  }

  .box-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-scroll-cue {
    animation: none !important;
    opacity: 1 !important;
  }
}

/* ========== Booking / checkout page ========== */

.booking-page {
  background: #efefef;
}

.booking-nav-section {
  position: relative;
  z-index: 5000;
}

.booking-main {
  padding: 96px 0 48px;
  width: 100%;
  box-sizing: border-box;
}

.booking-container {
  max-width: var(--site-container-max);
}

.booking-page .booking-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
  box-sizing: border-box;
}
.container {
  /* width: 100% !important; */
  /* max-width: var(--site-container-max) !important; */
}

.booking-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
}

.booking-breadcrumb a {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
}

.booking-breadcrumb a:hover {
  color: var(--primary-solid);
  text-decoration: underline;
}

.booking-breadcrumb__sep {
  opacity: 0.45;
  user-select: none;
}

.booking-breadcrumb__current {
  color: #111827;
  font-weight: 600;
}

.booking-page-head {
  margin-bottom: 32px;
}

.booking-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-solid);
  margin-bottom: 8px;
}

.booking-page-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 8px;
}

.booking-page-sub {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  max-width: 520px;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 28px;
  align-items: start;
}

.booking-page .booking-grid {
  width: 100%;
  min-width: 0;
}

.booking-page .booking-content {
  min-width: 0;
}

.booking-aside {
  position: sticky;
  top: 100px;
}

.booking-page .booking-aside {
  /* top: clamp(104px, 12vw, 132px); */
}

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

  .booking-aside {
    position: relative;
    top: auto;
  }

  .booking-page .booking-main {
    padding-bottom: 36px;
  }

  .booking-page .booking-container {
    padding-left: clamp(12px, 3vw, 24px);
    padding-right: clamp(12px, 3vw, 24px);
  }

  .booking-page .booking-page-head {
    margin-bottom: 22px;
  }

  .booking-panel {
    padding: 18px 16px 22px;
  }

  .food-cart-row {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .food-cart-row__qty {
    justify-content: flex-start;
  }

  .passenger-item {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .passenger-item__actions {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .booking-promo__row {
    flex-direction: column;
  }

  .booking-bill__row,
  .booking-bill__total {
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .booking-modal {
    padding: 12px;
    align-items: center;
  }

  .booking-modal__dialog {
    max-height: min(92dvh, 720px);
  }

  .booking-modal__header,
  .booking-modal__body,
  .booking-modal__footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 575.98px) {
  .food-booking-stepper__label {
    max-width: none;
  }

  .booking-page .booking-pay-btn {
    width: 100%;
  }

  .food-step-actions,
  .food-step-actions--after {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .food-step-actions .btn-booking,
  .food-step-actions .themeBtn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .booking-modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .booking-modal__footer .btn-booking {
    width: 100%;
    justify-content: center;
  }
}

.booking-trip-card {
  background: #fff;
  border: 1px solid rgba(var(--primary-rgb), 0.12);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
}

.booking-trip-card__media {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #f3f4f6;
}

.booking-trip-card__media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.booking-trip-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-solid);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.booking-trip-card__body {
  padding: 18px 18px 20px;
}

.booking-trip-title {
  font-size: 1.25rem;
  font-weight: 800;
}

.booking-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.booking-stars {
  color: #f5b301;
  font-size: 12px;
  letter-spacing: 1px;
}

.booking-meta-line {
  font-size: 14px;
  color: #4b5563;
}

.booking-route {
  padding: 12px 0 16px;
  margin-bottom: 12px;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}

.booking-route__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.booking-route__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
}

.booking-route__dot--start {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}

.booking-route__dot--end {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
}

.booking-route__line {
  width: 2px;
  height: 18px;
  margin-left: 5px;
  background: linear-gradient(180deg, #22c55e, #ef4444);
  border-radius: 2px;
  opacity: 0.5;
}

.booking-route__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
}

.booking-route__place {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.booking-driver-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.06),
    rgba(var(--accent-rgb), 0.05)
  );
  border: 1px solid rgba(var(--primary-rgb), 0.08);
  margin-bottom: 16px;
}

.booking-driver-chip__avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--primary-solid),
    var(--accent-solid)
  );
}

.booking-price-tag {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.booking-price-tag__amount {
  font-size: 1.75rem;
}

.booking-price-tag__unit {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
}

.booking-trust-panel {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.booking-trust-item i {
  width: 22px;
  text-align: center;
}

.booking-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.booking-panel {
  background: #fff;
  border-radius: 18px;
  padding: 22px 22px 24px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
}

.booking-panel__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.booking-panel__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.booking-panel__hint {
  font-size: 13px;
  color: #6b7280;
}

.booking-empty {
  text-align: center;
  padding: 32px 16px;
  border: 2px dashed #e5e7eb;
  border-radius: 14px;
  background: #fafafa;
}

.booking-empty__icon {
  font-size: 2rem;
  color: #d1d5db;
  margin-bottom: 8px;
}

.booking-empty__title {
  font-weight: 700;
  margin-bottom: 4px;
  color: #374151;
}

.booking-empty__text {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}

.booking-passenger-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.passenger-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.passenger-item:hover {
  border-color: rgba(var(--primary-rgb), 0.2);
  box-shadow: 0 4px 16px rgba(17, 24, 39, 0.05);
}

.passenger-item__main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.passenger-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--violet-solid), var(--accent-solid));
  flex-shrink: 0;
}

.passenger-item__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.btn-booking {
  border: none;
  border-radius: var(--btn-radius);
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  line-height: 1.2;
}

.btn-booking:active {
  transform: scale(0.98);
}

.btn-booking--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.25);
}

.btn-booking--primary:hover {
  filter: brightness(1.05);
}

.btn-booking--ghost {
  border: 1px solid #e5e7eb;

  background: var(--primary) !important;
  color: #fff !important;
}

.btn-booking--ghost:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
}

.btn-booking--danger {
  background: #fff;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.btn-booking--danger:hover {
  background: #fef2f2;
}

.btn-booking--outline {
  background: #fff;
  color: var(--primary-solid);
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  font-weight: 700;
}

.btn-booking--outline:hover {
  background: rgba(var(--primary-rgb), 0.06);
}

.btn-booking.btn-sm {
  min-height: var(--btn-height-sm);
  padding: 0 var(--btn-padding-x-sm);
  font-size: var(--btn-font-size-sm);
  border-radius: calc(var(--btn-radius) - 2px);
}

.booking-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
}

.booking-input,
.booking-panel .form-select {
  border-radius: var(--btn-radius) !important;
  border: 1px solid #e5e7eb !important;
  padding: 10px 14px !important;
  font-size: var(--btn-font-size);
  min-height: var(--btn-height);
  box-sizing: border-box;
}

.booking-input:focus,
.booking-panel .form-select:focus {
  border-color: rgba(var(--primary-rgb), 0.45) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12) !important;
}

.booking-promo__row {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.booking-promo__row .booking-input {
  flex: 1;
}

.booking-bill {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

.booking-bill__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #4b5563;
}

.booking-bill__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px dashed #e5e7eb;
}

.booking-pay-btn {
  margin-top: 8px;
  min-height: var(--btn-height) !important;
  padding: 0 var(--btn-padding-x) !important;
  font-size: var(--btn-font-size) !important;
  font-weight: var(--btn-font-weight) !important;
  border-radius: var(--btn-radius) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.booking-secure-note {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

/* Modals */
body.modal-open {
  overflow: hidden;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.booking-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.booking-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: min(90vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-modal.is-open .booking-modal__dialog {
  transform: translateY(0) scale(1);
}

.booking-modal__dialog--narrow {
  max-width: 400px;
}

.booking-modal__dialog--success {
  max-width: 420px;
}

.booking-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 0;
  border-bottom: none;
}

.booking-modal__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  color: #111827;
}

.booking-modal__close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: #f3f4f6;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.booking-modal__close:hover {
  background: #e5e7eb;
}

.booking-modal__body {
  padding: 16px 20px 8px;
}

.booking-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 20px 20px;
}

.booking-form-error {
  background: #fef2f2;
  color: #991b1b;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.booking-confirm-amount {
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.06),
    rgba(var(--accent-rgb), 0.05)
  );
  border: 1px solid rgba(var(--primary-rgb), 0.1);
  text-align: center;
}

.booking-confirm-amount__value {
  font-size: 2rem;
  font-weight: 800;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.booking-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #22c55e, #16a34a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.35);
}

.booking-success-details {
  background: #fafafa;
  border-radius: 14px;
  padding: 4px 14px;
  border: 1px solid #f3f4f6;
}

@media (prefers-reduced-motion: reduce) {
  .booking-modal__dialog {
    transition: none;
  }
}

/* ========== Rider list (carpool search) ========== */

.riderlist-page {
  background: #efefef;
}

.riderlist-main {
  padding: 96px 0 48px;
  width: 100%;
  box-sizing: border-box;
}
.carpool-head-section {
  min-height: 380px;
  position: relative;
  padding-top: 120px;
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.riderlist-page .riderlist-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.riderlist-page .riderlist-layout.stay-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.riderlist-page .riderlist-layout .list-area {
  width: 100%;
  min-width: 0;
}

/* Cards fill row without forcing horizontal scroll on narrow phones */
.riderlist-page .riderlist-grid.productpageItem {
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}

.riderlist-head {
  margin-bottom: 24px;
  max-width: 72ch;
}

.riderlist-head .booking-page-sub {
  max-width: 62ch;
}

.riderlist-search-panel {
  background: #fff;
  border-radius: 18px;
  padding: 20px 22px 22px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
  margin-bottom: 18px;
  margin-left: clamp(14px, 3.5vw, 40px);
  margin-right: clamp(14px, 3.5vw, 40px);
}

.riderlist-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
}

.riderlist-search-btn {
  min-height: var(--btn-height);
  border-radius: var(--btn-radius) !important;
  font-weight: var(--btn-font-weight) !important;
  font-size: var(--btn-font-size) !important;
  padding-inline: var(--btn-padding-x) !important;
  box-sizing: border-box;
}

.riderlist-seat-wrap .productSearchInput.riderlist-seat-select {
  cursor: pointer;
  padding-right: 2rem;
  appearance: auto;
  background-image: none;
}

.riderlist-results-bar {
  border-radius: 12px !important;
  margin-bottom: 22px !important;
}

.riderlist-grid.productpageItem {
  gap: 22px !important;
}

.rider-ride-card {
  background: #fff !important;
  border: 1px solid rgba(var(--primary-rgb), 0.1) !important;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease;
}

.rider-ride-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(var(--primary-rgb), 0.12);
}

.rider-route-snippet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: #4b5563;
}

.rider-route-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.rider-route-dot--from {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.rider-route-dot--to {
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.rider-route-arrow {
  color: #9ca3af;
  padding: 0 2px;
}

.ride-modal-route {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
}

.ride-seat-btn {
  width: var(--btn-height);
  height: var(--btn-height);
  min-width: var(--btn-height);
  padding: 0 !important;
  border-radius: var(--btn-radius) !important;
  font-size: 1.25rem;
  font-weight: var(--btn-font-weight);
  line-height: 1;
  box-sizing: border-box;
}

.ride-seat-input {
  max-width: 88px;
  font-weight: 800;
  font-size: 1.15rem;
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
}

@media (prefers-reduced-motion: reduce) {
  .rider-ride-card {
    transition: none;
  }

  .rider-ride-card:hover {
    transform: none;
  }
}

/* ========== Stay / hotel list ========== */

.staylist-page {
  background: #efefef;
}

.staylist-main {
  padding: 96px 0 38px;
  width: 100%;
  padding-top: 0 !important;
  box-sizing: border-box;
}

.staylist-container {
  max-width: var(--site-container-max);
}
.stay-head-section,
.profile-head-section,
.food-head-section {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  padding-top: 135px;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0) 22%
    ),
    radial-gradient(
      circle at 72% 18%,
      rgba(255, 255, 255, 0.32) 0%,
      rgba(255, 255, 255, 0) 20%
    ),
    linear-gradient(
      90deg,
      #f6efff 0%,
      #eadcff00 34%,
      #d9bfff00 68%,
      #c89af917 100%
    );
}
.profile-head-section {
  background: none;
  height: 375px;
  border-radius: 45px;
  padding: 25px 0;
  margin: 0 40px;
  position: relative;
}
.food-head-section img {
  position: absolute;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
}
.profile-head-section img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -12px;
  width: 100%;
  height: auto;
  opacity: 0.96;
  min-height: 100%;
  z-index: -1;
  pointer-events: none;
}

.stay-head-section img {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 25%;
  height: auto;
  opacity: 0.96;
  z-index: -1;
  pointer-events: none;
}
.carpool-head-section img {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: auto;
  opacity: 0.96;
  z-index: -1;
  pointer-events: none;
}
.staylist-page .staylist-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0) 22%
    ),
    radial-gradient(
      circle at 72% 18%,
      rgba(255, 255, 255, 0.32) 0%,
      rgba(255, 255, 255, 0) 20%
    ),
    linear-gradient(
      90deg,
      #f6efff21 0%,
      #eadcff47 34%,
      #d9bfff26 68%,
      #c89af917 100%
    );
}

.staylist-head {
  margin-bottom: 28px;
  max-width: 72ch;
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
}
.food-categories-section {
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
}

.staylist-head .booking-page-sub {
  max-width: 62ch;
}

.staylist-page .staylist-layout.stay-layout {
  width: 100%;
  min-width: 0;
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
}

.staylist-page .staylist-list {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .staylist-page .staylist-container {
    padding-left: clamp(12px, 3vw, 24px);
    padding-right: clamp(12px, 3vw, 24px);
  }
}

.staylist-page .stay-section.staylist-section {
  padding: 0 0 40px;
  margin: 0 auto;
  max-width: 100%;
}

.staylist-layout.stay-layout {
  grid-template-columns: minmax(260px, 300px) 1fr;
  gap: 28px;
  align-items: start;
}

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

.staylist-filter-panel.productSidebar {
  margin-right: 0;
  padding-bottom: 8px;
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px 24px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
  position: sticky;
  top: clamp(104px, 12vw, 132px);
}

@media (max-width: 991px) {
  .staylist-filter-panel.productSidebar {
    position: relative;
    top: auto;
  }
}

.staylist-filter-panel .filterTitle {
  letter-spacing: 0.04em;
}

.staylist-filter-panel .priceFilterSection {
  padding-top: 0;
}

.stay-clear-btn {
  border-radius: 14px !important;
  font-weight: 700 !important;
}

.staylist-search-wrap {
  margin-bottom: 0px;
}

.staylist-search-bar.search-bar {
  height: 48px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 0 16px 0 18px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}

.staylist-search-bar input {
  font-size: 15px;
}

.staylist-search-icon {
  color: #6b7280;
  display: flex;
  align-items: center;
}

.staylist-results-bar.activeFilterDiv {
  border-radius: 12px;
  margin-top: 0px !important;
  margin-bottom: 3px !important;
  background: #fff;
  border: 1px solid #f3f4f6;
}

.staylist-grid.productpageItem {
  gap: 22px !important;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}

.stay-hotel-card {
  background: #fff !important;
  border: 1px solid rgba(var(--primary-rgb), 0.1) !important;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease;
}

.stay-hotel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(var(--primary-rgb), 0.12);
}

.stay-hotel-card .stay-hotel-card__media {
  position: relative;
}

.stay-hotel-card .stay-hotel-card__rating {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 35px;
  padding: 5px 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: var(--primary);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 0 0 8px 0;
  /* box-shadow: 0 6px 14px rgba(31, 23, 74, 0.28); */
  letter-spacing: 0.4px;
}

.stay-hotel-card .stay-hotel-card__rating-value {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2px;
}

.stay-hotel-card .stay-hotel-card__rating-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

@media (max-width: 575px) {
  .stay-hotel-card .stay-hotel-card__rating {
    min-width: 38px;
    min-height: 34px;
    top: 0px;
    left: 0px;
  }

  .stay-hotel-card .stay-hotel-card__rating-value {
    font-size: 12px;
  }

  .stay-hotel-card .stay-hotel-card__rating-label {
    font-size: 8px;
  }
}

a.stay-detail-link.themeBtn {
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  color: #fff !important;
}

/* List cards: Bootstrap `d-block` beats `.themeBtn` flex — restore flex so label centers (stay + food lists) */
.stay-hotel-card a.themeBtn.stay-detail-link,
.food-kitchen-card a.themeBtn.stay-detail-link {
  display: inline-flex !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25;
}

a.stay-detail-link.themeBtn:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .stay-hotel-card {
    transition: none;
  }

  .stay-hotel-card:hover {
    transform: none;
  }
}

/* ========== Home: food spotlight ========== */

.home-food-spotlight {
  padding: 48px 20px 56px;
  /* background: linear-gradient(180deg, #f9fafb 0%, #efefef 100%); */
}

.home-food-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: var(--site-container-max);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-food-spotlight-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.home-food-spotlight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.home-food-spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(var(--primary-rgb), 0.12);
  color: inherit;
}

.home-food-spotlight-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.home-food-spotlight-card__body {
  padding: 16px 18px 18px;
}

/* ========== Food listing badges ========== */

.food-diet-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 8px;
  border-radius: 8px;
  color: #fff;
}

.food-diet-badge--veg {
  background: #16a34a;
}

.food-diet-badge--mixed {
  background: #7c3aed;
}

.food-diet-badge--nonveg {
  background: #dc2626;
}

/* ========== Food booking checkout ========== */

.food-booking-stepper {
  margin-bottom: 28px;
}

.food-booking-stepper__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .food-booking-stepper__list {
    gap: 0;
    justify-content: center;
  }
}

.food-booking-stepper__item {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  position: relative;
  padding: 0 8px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .food-booking-stepper__item {
    flex: 0 1 160px;
  }

  .food-booking-stepper__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    left: calc(50% + 28px);
    width: calc(100% - 56px);
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
  }

  .food-booking-stepper__item.is-done:not(:last-child)::after {
    background: linear-gradient(
      90deg,
      var(--accent-solid),
      var(--violet-solid)
    );
  }
}

.food-booking-stepper__num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  background: #f3f4f6;
  color: #6b7280;
  border: 2px solid #e5e7eb;
  position: relative;
  z-index: 1;
}

.food-booking-stepper__item.is-active .food-booking-stepper__num {
  background: linear-gradient(
    135deg,
    var(--primary-solid) 0%,
    var(--accent-solid) 55%,
    var(--violet-solid) 100%
  );
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.25);
}

.food-booking-stepper__item.is-done .food-booking-stepper__num {
  background: #ecfdf5;
  color: #059669;
  border-color: #6ee7b7;
}

.food-booking-stepper__label {
  line-height: 1.3;
  max-width: 120px;
}

.food-booking-stepper__item.is-active .food-booking-stepper__label {
  color: #111827;
}

.food-booking-stepper__item.is-done .food-booking-stepper__label {
  color: #4b5563;
}

.food-cart-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.food-cart-row {
  display: grid;
  grid-template-columns: 56px 1fr auto auto;
  gap: 12px 14px;
  align-items: center;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid rgba(var(--primary-rgb), 0.08);
  border-radius: 14px;
}

.food-cart-row__thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #e5e7eb;
  flex-shrink: 0;
}

.food-cart-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.food-cart-row__info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.food-cart-row__name {
  font-weight: 600;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
}

.food-mini-badge {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 800;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.food-mini-badge--veg {
  background: #16a34a;
}

.food-mini-badge--non {
  background: #dc2626;
}

.food-cart-row__qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.food-qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(var(--primary-rgb), 0.15);

  background: var(--primary) !important;
  color: #fff !important;

  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.food-qty-btn:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
}

.food-qty-val {
  min-width: 24px;
  text-align: center;
  font-weight: 700;
  color: #374151;
}

.food-cart-row__price {
  font-weight: 700;
  color: var(--primary-solid);
  white-space: nowrap;
}

.food-cart-empty {
  text-align: center;
  padding: 24px !important;
}

.food-cart-empty a {
  color: var(--violet-solid);
  font-weight: 600;
}

/* Food checkout step 1: menu (centre) + cart (end) */
.food-booking-page .food-step1-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px 28px;
  align-items: start;
}

@media (max-width: 991px) {
  .food-booking-page .food-step1-layout {
    grid-template-columns: 1fr;
  }
}

.food-booking-page .food-menu-list__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 14px;
}

.food-booking-page .food-menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.food-booking-page .food-menu-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px 16px;
  align-items: center;
  padding: 14px 16px 14px 14px;
  background: #fff;
  border: 1px solid rgba(var(--primary-rgb), 0.1);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.03);
}

@media (max-width: 575.98px) {
  .food-booking-page .food-menu-item {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .food-booking-page .food-menu-item__thumb {
    width: 72px;
    height: 72px;
  }

  .food-booking-page .food-menu-item__actions {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

.food-booking-page .food-menu-item__thumb {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
}

.food-booking-page .food-menu-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.food-booking-page .food-menu-item__main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.food-booking-page .food-menu-item__name {
  font-weight: 700;
  font-size: 16px;
  color: #111827;
  line-height: 1.35;
}

.food-booking-page .food-menu-item__price {
  font-weight: 700;
  font-size: 15px;
  color: var(--primary-solid);
}

.food-booking-page .food-menu-item__actions {
  flex-shrink: 0;
}

.food-booking-page .food-step1-cart .food-cart-panel {
  position: sticky;
  top: 96px;
  padding: 20px 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(var(--primary-rgb), 0.12);
  background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
}

@media (max-width: 991px) {
  .food-booking-page .food-step1-cart .food-cart-panel {
    position: relative;
    top: auto;
  }
}

.food-booking-page .food-cart-panel__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 14px;
}

.food-booking-page .food-cart-mini {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef2ff;
}

.food-booking-page .food-cart-mini__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 6px;
}

.food-booking-page .food-cart-mini__row:last-child {
  margin-bottom: 0;
}

.food-booking-page .food-step-actions--cart {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
  justify-content: space-between;
}

/* Step-1 cart sidebar is narrow: keep name + price on row 1, qty on row 2 — avoids overlap */
.food-booking-page .food-step1-cart .food-cart-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 8px 10px;
  align-items: start;
}

.food-booking-page .food-step1-cart .food-cart-row__thumb {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.food-booking-page .food-step1-cart .food-cart-row__info {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  align-self: start;
}

.food-booking-page .food-step1-cart .food-cart-row__name {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.food-booking-page .food-step1-cart .food-cart-row__price {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  padding-left: 8px;
}

.food-booking-page .food-step1-cart .food-cart-row__qty {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
}

@media (max-width: 575.98px) {
  .food-booking-page .food-step1-cart .food-cart-row {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 8px 8px;
  }

  .food-booking-page .food-step1-cart .food-cart-row__thumb {
    width: 48px;
    height: 48px;
  }
}

.food-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}

.food-step-actions--after {
  border-top: none;
  justify-content: flex-start;
  margin-top: 16px;
}

.food-pay-methods {
  border: none;
  padding: 0;
  margin: 0;
}

.food-pay-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--primary-rgb), 0.1);
  border-radius: 12px;
  margin-bottom: 10px;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.food-pay-option:has(input:checked) {
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.08);
}

.food-pay-option__label {
  margin: 0;
  flex: 1;
  cursor: pointer;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 10px;
}

.food-booking-rest-card .booking-trip-card__badge {
  font-size: 10px;
}

.food-booking-fssai {
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
}

/* ========== Stay detail page ========== */

.stay-detail-page {
  background: #efefef;
}

.stay-detail-page .stay-detail-main {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .stay-detail-page .stay-detail-main {
    padding-bottom: 48px;
  }
}

.stay-detail-container {
  max-width: var(--site-container-max);
}

.stay-detail-page .stay-detail-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(14px, 3.5vw, 40px);
  padding-right: clamp(14px, 3.5vw, 40px);
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .stay-detail-page .stay-detail-container {
    padding-left: clamp(12px, 3vw, 24px);
    padding-right: clamp(12px, 3vw, 24px);
  }
}

.stay-detail-breadcrumb {
  margin-bottom: 20px;
}

.stay-detail-gallery {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
  align-items: start;
}

@media (min-width: 768px) {
  .stay-detail-gallery {
    /* Thumbnails chhote — column sirf utni chaudi jitni zarurat */
    grid-template-columns: minmax(0, 1fr) clamp(100px, 14vw, 148px);
  }
}

.stay-detail-gallery__hero {
  border-radius: 18px;
  overflow: hidden;
  background: #f3f4f6;
  width: 100%;
  min-width: 0;
  aspect-ratio: 3 / 2;
  max-height: min(68vh, 560px);
}

.stay-detail-gallery__hero img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.stay-detail-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (min-width: 768px) {
  /* Flex + gap: many thumbnails ke saath bhi row spacing stable (grid + scroll edge cases) */
  .stay-detail-gallery__thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 6px 14px 0;
    box-sizing: border-box;
    min-height: 0;
    max-height: var(--stay-thumb-max-h, min(68vh, 560px));
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
  }

  .stay-detail-gallery__thumbs::-webkit-scrollbar {
    width: 6px;
  }

  .stay-detail-gallery__thumbs::-webkit-scrollbar-thumb {
    background: rgba(var(--primary-rgb), 0.25);
    border-radius: 999px;
  }

  .stay-detail-gallery__thumbs::-webkit-scrollbar-track {
    background: rgba(243, 244, 246, 0.9);
    border-radius: 999px;
  }
}

.stay-detail-gallery__thumb {
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: #f3f4f6;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  aspect-ratio: 4 / 3;
  max-height: 132px;
  width: 100%;
  display: block;
  flex-shrink: 0;
  line-height: 0;
}

.stay-detail-gallery__thumb.is-active {
  border-color: rgba(99, 102, 241, 0.65);
  box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.12);
}

.stay-detail-gallery__thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .stay-detail-gallery__thumb {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 120px;
    max-height: none;
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .stay-detail-gallery__thumb {
    aspect-ratio: 1 / 1;
    max-height: none;
  }
}

.stay-detail-layout {
  align-items: start;
}

.stay-detail-layout > [class*="col-"] {
  min-width: 0;
}

@media (max-width: 575.98px) {
  .stay-detail-page .stay-detail-section.trivozoCard {
    padding: 1.25rem !important;
  }
}

.stay-detail-trust-chips {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
}

.stay-detail-trust-chips li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stay-detail-avail-card {
  position: sticky;
  top: clamp(104px, 12vw, 132px);
  padding: 20px 20px 22px;
  border-radius: 18px !important;
  border: 1px solid rgba(var(--primary-rgb), 0.1);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.08);
}

@media (max-width: 991.98px) {
  .stay-detail-avail-card {
    position: relative;
    top: auto;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
  }
}

/* Continue to booking — full width flex (Bootstrap .themeBtn + utilities stay aligned) */
.stay-detail-avail-card > #stayDetailBookBtn.themeBtn,
.stay-detail-avail-card > a.themeBtn.w-100 {
  display: inline-flex !important;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25;
}

@media (max-width: 575.98px) {
  .stay-detail-avail-card {
    padding: 18px 16px 20px;
  }

  .stay-detail-avail-card > #stayDetailBookBtn.themeBtn,
  .stay-detail-avail-card > a.themeBtn.w-100 {
    min-height: var(--btn-height);
    white-space: normal;
    line-height: 1.3;
  }
}

.stay-detail-widget-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-solid);
  margin-bottom: 6px;
}

.stay-detail-widget-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin-bottom: 14px;
}

.stay-detail-field {
  min-width: 0;
}

.stay-detail-field--full {
  grid-column: 1 / -1;
}

@media (max-width: 575.98px) {
  .stay-detail-widget-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .stay-detail-field--full {
    grid-column: auto;
  }
}

.stay-detail-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.stay-detail-input {
  border-radius: var(--btn-radius) !important;
  border: 1px solid rgba(var(--primary-rgb), 0.14) !important;
  font-size: var(--btn-font-size);
  padding: 10px 12px;
  width: 100%;
  min-height: var(--btn-height);
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  .stay-detail-input {
    font-size: 16px;
  }
}

.stay-detail-input:focus {
  border-color: rgba(var(--violet-rgb), 0.45) !important;
  box-shadow: 0 0 0 3px rgba(var(--violet-rgb), 0.12);
}

/* Stay detail widget & stay booking: rooms / adults / children +/− steppers */
.stay-detail-widget-fields .stay-detail-stepper,
.stay-booking-dates-row .stay-detail-stepper {
  min-width: 0;
  max-width: 100%;
}

.stay-detail-widget-fields .stay-detail-stepper__row,
.stay-booking-dates-row .stay-detail-stepper__row {
  flex-wrap: nowrap;
  width: 100%;
  min-width: 0;
}

.stay-detail-widget-fields .stay-detail-stepper__btn,
.stay-booking-dates-row .stay-detail-stepper__btn {
  width: var(--btn-height);
  height: var(--btn-height);
  min-width: var(--btn-height);
  flex-shrink: 0;
  padding: 0;
  border-radius: var(--btn-radius) !important;
  font-size: 1.2rem;
  font-weight: var(--btn-font-weight);
  line-height: 1;
  border: 1px solid rgba(var(--primary-rgb), 0.18) !important;
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition:
    border-color 0.18s ease,
    background 0.18s ease;
}

.stay-detail-widget-fields .stay-detail-stepper__btn:hover,
.stay-booking-dates-row .stay-detail-stepper__btn:hover {
  border-color: rgba(var(--primary-rgb), 0.35) !important;

  background: var(--secondary-color) !important;
  color: #fff !important;
}

.stay-detail-widget-fields .stay-detail-stepper__btn:focus-visible,
.stay-booking-dates-row .stay-detail-stepper__btn:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.55);
  outline-offset: 2px;
}

.stay-detail-widget-fields .stay-detail-stepper__value.stay-detail-input,
.stay-booking-dates-row .stay-detail-stepper__value.booking-input {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  max-width: 100%;
  min-height: var(--btn-height);
  height: var(--btn-height);
  padding: 8px 10px;
  text-align: center;
  font-weight: 700;
  cursor: default;
}

.stay-check-avail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: var(--btn-height);
  width: 100%;
  border-radius: var(--btn-radius);
  border: 1px solid rgba(var(--violet-rgb), 0.35);
  background: linear-gradient(180deg, #faf5ff 0%, #f5f3ff 100%);
  color: #4338ca;
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  padding: 0 var(--btn-padding-x);
  line-height: 1.2;
}

.stay-check-avail-btn:hover {
  background: #ede9fe;
  color: #3730a3;
}

.stay-avail-panel {
  padding: 12px 14px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.28);
  margin-bottom: 14px;
}

.stay-avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #047857;
}

.stay-avail-badge i {
  color: #059669;
}

.stay-avail-meta {
  line-height: 1.4;
}

.stay-avail-hint {
  color: #6b7280;
  font-style: italic;
}

.stay-widget-summary {
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
  margin-top: 4px;
}

.stay-widget-error {
  color: #b91c1c;
  margin-top: 10px !important;
}

.stay-detail-cta--disabled {
  pointer-events: none;
  opacity: 0.55;
  cursor: not-allowed;
}

.stay-detail-amenity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stay-detail-amenity-item {
  font-size: 14px;
  color: #374151;
}

.stay-detail-rules {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.stay-detail-map-placeholder {
  border: 1px dashed rgba(var(--primary-rgb), 0.2);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  color: #6b7280;
  background: #fafafa;
}

.stay-detail-map-placeholder i {
  font-size: 2rem;
  color: var(--violet-solid);
  margin-bottom: 8px;
  display: block;
}

.stay-detail-review {
  border-color: #f3f4f6 !important;
}

/* Room type cards (stay detail) — horizontal on desktop, stack on mobile */
.stay-detail-room-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stay-room-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(17, 24, 39, 0.06);
  transition:
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

@media (min-width: 768px) {
  .stay-room-card {
    grid-template-columns: minmax(200px, 32%) 1fr;
  }
}

.stay-room-card:hover {
  box-shadow: 0 16px 44px rgba(var(--primary-rgb), 0.12);
  transform: translateY(-2px);
}

.stay-room-card__media {
  position: relative;
  background: #f3f4f6;
  align-self: start;
}

.stay-room-card__media img {
  width: 100%;
  height: 148px;
  min-height: 0;
  max-height: 148px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .stay-room-card__media img {
    height: 168px;
    max-height: 168px;
  }
}

.stay-room-card__body {
  padding: 14px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.stay-room-card__badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b21b6;
  background: linear-gradient(
    135deg,
    rgba(91, 33, 182, 0.1),
    rgba(var(--accent-rgb), 0.08)
  );
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.stay-room-card__title {
  font-size: 1.05rem;
  font-weight: 800;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 4px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.stay-room-card__capacity {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 6px;
}

.stay-room-card__desc {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.45;
  margin: 0 0 10px;
}

.stay-room-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.stay-room-card__tag {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #059669, #0d9488);
  padding: 5px 10px;
  border-radius: 8px;
}

.stay-room-card__footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.stay-room-card__price {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.stay-room-card__per {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.stay-room-card__book {
  flex-shrink: 0;
  /* min-height: 32px; */
  padding: 8px 18px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .stay-room-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .stay-room-card__book {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }
}

.stay-detail-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 -8px 30px rgba(17, 24, 39, 0.08);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}

.stay-detail-mobile-bar__inner {
  max-width: min(720px, 100%);
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(8px, 2.5vw, 16px);
  padding-right: clamp(8px, 2.5vw, 16px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.stay-detail-mobile-bar__inner .themeBtn {
  flex-shrink: 0;
  padding-inline: var(--btn-padding-x);
  min-height: var(--btn-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stay-detail-mobile-bar__info {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 380px) {
  .stay-detail-mobile-bar__inner .themeBtn {
    padding-inline: 12px;
    font-size: 11px;
  }
}

.stay-booking-preview {
  border-radius: 14px !important;
  border: 1px solid rgba(var(--primary-rgb), 0.08);
}

.stay-booking-dates-row .booking-input {
  min-height: var(--btn-height);
}

.stay-booking-page .food-step-actions {
  flex-wrap: wrap;
}

/* Stay booking — guest details (cards + adult/child forms) */
.stay-gd-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

.stay-gd-list-empty {
  margin: 0;
  padding: 14px 16px;
  font-size: 13px;
  color: #6b7280;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  text-align: center;
}

.stay-gd-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.stay-gd-row__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: var(--primary-solid);
  background: #ede9fe;
}

.stay-gd-row__body {
  flex: 1 1 auto;
  min-width: 0;
}

.stay-gd-row__name {
  font-weight: 800;
  font-size: 15px;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.25;
}

.stay-gd-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.stay-gd-meta-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stay-gd-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9ca3af;
  text-transform: uppercase;
}

.stay-gd-meta-value {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.stay-gd-row__actions {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}

.stay-gd-icon-btn {
  border: none;
  background: transparent;
  padding: 6px;
  color: var(--accent-solid);
  cursor: pointer;
  border-radius: 8px;
  line-height: 1;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.stay-gd-icon-btn:hover {
  background: rgba(var(--accent-rgb), 0.08);
  color: #6b1f62;
}

.stay-gd-icon-btn:focus-visible {
  outline: 2px solid rgba(var(--accent-rgb), 0.45);
  outline-offset: 2px;
}

.stay-gd-card {
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
  background: #fff;
  padding: 16px 18px 18px;
}

.stay-gd-card--form .stay-gd-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.stay-gd-badge--section {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--violet-solid), var(--accent-solid));
  flex-shrink: 0;
}

.stay-gd-card__title {
  flex: 1 1 auto;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
}

.stay-gd-add-link {
  border: none;
  background: none;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--violet-solid);
  cursor: pointer;
  white-space: nowrap;
}

.stay-gd-add-link:hover {
  color: #4f46e5;
  text-decoration: underline;
}

.stay-gd-add-link:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: none;
}

.stay-gd-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stay-gd-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 6px;
}

.stay-gd-input {
  border-radius: 12px !important;
  border-color: #e5e7eb !important;
  min-height: 44px;
}

.stay-gd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.stay-gd-pill {
  border: none;
  background: transparent;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  border-radius: 10px;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.stay-gd-pill.is-active {
  background: linear-gradient(145deg, var(--violet-solid), var(--accent-solid));
  color: #fff;
}

.stay-gd-pill:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}

.stay-gd-contact .booking-label {
  margin-bottom: 6px;
}

.stay-gd-card--child .stay-gd-card__head {
  margin-bottom: 8px;
}

.stay-gd-section-hint {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.45;
  padding-left: 42px;
}

.stay-gd-label-note {
  font-weight: 500;
  color: #9ca3af;
}

.stay-gd-section-status {
  font-size: 13px;
  font-weight: 600;
  color: #059669;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.stay-gd-section-status:empty {
  display: none;
}

/* ========== About page ========== */

.about-page {
  background: #efefef;
}

.about-main {
  padding-top: max(116px, calc(env(safe-area-inset-top, 0px) + 96px));
}

.about-hero {
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.08) 0%,
    rgba(var(--accent-rgb), 0.06) 50%,
    rgba(99, 102, 241, 0.05) 100%
  );
  /* border-bottom: 1px solid rgba(17, 24, 39, 0.06); */
  padding: 32px 20px 48px;
}

.about-hero-inner {
  max-width: 800px;
  padding: 0 40px;
  margin: auto 0;
}

.about-breadcrumb {
  margin-bottom: 20px;
}

.about-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(
    90deg,
    rgb(var(--primary-rgb)) 0%,
    rgb(var(--accent-rgb)) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 16px;
  line-height: 1.2;
}

.about-hero-lead {
  font-size: 1.05rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.65;
}

.about-content {
  padding: 40px 20px 56px;
  max-width: var(--site-container-max);
}

.about-block {
  margin-bottom: 48px;
}

.about-section-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 16px;
}

.about-text {
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

.about-highlight-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
}

.about-highlight-icon {
  font-size: 1.75rem;
  color: var(--accent-solid);
  margin-bottom: 12px;
  display: block;
}

.about-stats {
  margin-bottom: 48px;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

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

.about-stat {
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #f3f4f6;
}

.about-stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-stat-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-top: 6px;
  display: block;
}

.about-value-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.06);
  text-align: center;
}

.about-value-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary-solid);
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.about-cta {
  position: relative;
  padding: 36px 24px;
  /* background: #fff; */
  border-radius: 20px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
}
.about-cta-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
}
/* ========== Contact page ========== */

.contact-page .about-main {
  padding-bottom: 40px;
}
.contact-wrapper {
  background: #f5eff7;
  margin-top: -26px;
  z-index: 2;
  position: relative;
}

.contact-hero,
.about-hero {
  padding-bottom: 44px;
  position: relative;
  min-height: 470px;
  padding-top: 120px;
}

.contact-hero-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 32px;
  max-width: 920px;
  margin: auto 0;
  padding: 0 40px;
}

.contact-hero-copy {
  flex: 1;
  min-width: min(100%, 280px);
}

.contact-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  align-self: self-end;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid rgba(var(--primary-rgb), 0.12);
  color: var(--primary-solid);
  box-shadow: 0 2px 10px rgba(var(--primary-rgb), 0.06);
}

.contact-pill--muted {
  color: #4b5563;
  border-color: rgba(17, 24, 39, 0.08);
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 13px;
}

.contact-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px 56px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 28px 40px;
  align-items: start;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px 18px;
  align-items: start;
  padding: 22px 22px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 4px 22px rgba(17, 24, 39, 0.04);
  text-decoration: none;
  color: inherit;
  text-align: left;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

a.contact-card:hover {
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 14px 44px rgba(var(--primary-rgb), 0.1);
  transform: translateY(-2px);
}

.contact-card__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    145deg,
    rgba(var(--primary-rgb), 0.12) 0%,
    rgba(var(--accent-rgb), 0.1) 55%,
    rgba(99, 102, 241, 0.08) 100%
  );
  color: var(--primary-solid);
  font-size: 1.15rem;
}

.contact-card__body {
  min-width: 0;
}

.contact-card__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 4px;
}

.contact-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  line-height: 1.3;
}

.contact-card__value {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  line-height: 1.45;
  word-break: break-word;
}

.contact-card__value a {
  color: var(--primary-solid);
  text-decoration: none;
}

.contact-card__value a:hover {
  text-decoration: underline;
}

.contact-hours-card {
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafbff 0%, #f4f5ff 100%);
  border: 1px solid rgba(var(--primary-rgb), 0.1);
}

.contact-hours-card h3 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--primary-solid);
  margin: 0 0 10px;
}

.contact-hours-card p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.65;
}

.contact-aside-foot {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  padding: 6px 4px 0;
}

.contact-aside-foot a {
  color: var(--primary-solid);
  font-weight: 600;
  text-decoration: none;
}

.contact-aside-foot a:hover {
  text-decoration: underline;
}

.contact-form-section {
  min-width: 0;
}

.contact-form-panel {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 32px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow:
    0 4px 6px -1px rgba(17, 24, 39, 0.04),
    0 22px 56px -14px rgba(var(--primary-rgb), 0.14);
}

.contact-form-head {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f3f4f6;
}

.contact-form-head h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.contact-form-head p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.55;
}

.contact-page .contact-form-panel .booking-input,
.contact-page .contact-form-panel textarea.booking-input {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  font-size: 15px;
}

.contact-page .contact-form-panel textarea.booking-input {
  min-height: 148px;
  resize: vertical;
  line-height: 1.5;
}

.contact-page .contact-form-panel .form-control:focus {
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.16);
}

.contact-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.contact-page .contact-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border: none;
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(
    135deg,
    var(--primary-solid) 0%,
    var(--accent-solid) 52%,
    var(--violet-solid) 100%
  );
  box-shadow: 0 8px 26px rgba(var(--primary-rgb), 0.32);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.contact-page .contact-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.38);
}

.contact-page .contact-btn-submit:active {
  transform: translateY(0);
}

.contact-page a.contact-btn-submit {
  text-decoration: none;
  box-sizing: border-box;
}

.contact-form-footnote {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.45;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

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

  .contact-page .contact-btn-submit {
    width: 100%;
  }

  .contact-form-footnote {
    flex: 1 1 100%;
    order: 1;
  }

  .contact-page .contact-btn-submit {
    order: 0;
  }
}

@media (max-width: 575.98px) {
  .contact-hero-meta {
    width: 100%;
  }

  .contact-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .contact-form-panel {
    padding: 22px 18px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-card,
  .contact-page .contact-btn-submit {
    transition: none;
  }

  a.contact-card:hover,
  .contact-page .contact-btn-submit:hover {
    transform: none;
  }

  .home-food-spotlight-card {
    transition: none;
  }

  .home-food-spotlight-card:hover {
    transform: none;
  }
}

/* ========== Auth (login / sign up) ========== */

a.icon-badge {
  text-decoration: none;
}

.auth-nav-pill {
  display: none;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-solid);
  border: 1px solid rgba(var(--primary-rgb), 0.25);
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.auth-nav-pill:hover {
  background: rgba(var(--primary-rgb), 0.06);
  color: var(--primary-solid);
}

@media (min-width: 921px) {
  .auth-nav-pill.desktop-only {
    display: inline-flex;
  }
}

.auth-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(
      ellipse 80% 60% at 50% -10%,
      rgba(var(--accent-rgb), 0.12),
      transparent
    ),
    linear-gradient(180deg, #f3f4f6 0%, #efefef 45%, #e5e7eb 100%);
}

.auth-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(118px, calc(env(safe-area-inset-top, 0px) + 100px)) 20px 10px;
}

.auth-shell {
  width: 100%;
  max-width: 440px;
}

.auth-shell--wide {
  max-width: 560px;
}

.auth-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 28px 36px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow:
    0 4px 6px -1px rgba(17, 24, 39, 0.06),
    0 24px 48px -12px rgba(var(--primary-rgb), 0.14);
}

.auth-card__title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  margin: 0 0 8px;
}

.auth-card__sub {
  font-size: 14px;
  line-height: 1.5;
}

.auth-form-group {
  margin-bottom: 18px;
}

.auth-form .booking-label {
  margin-bottom: 6px;
}

.auth-form-error {
  background: #fef2f2;
  color: #991b1b;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.auth-password-wrap {
  position: relative;
}

.auth-password-wrap .booking-input {
  padding-right: 48px !important;
}

.auth-toggle-pass {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-toggle-pass:hover {
  background: #f3f4f6;
  color: #111827;
}

.auth-link-small {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
}

.auth-link-small:hover {
  color: var(--primary-solid);
  text-decoration: underline;
}

.auth-submit-btn {
  min-height: var(--btn-height) !important;
  padding: 0 var(--btn-padding-x) !important;
  font-size: var(--btn-font-size) !important;
  font-weight: var(--btn-font-weight) !important;
  border-radius: var(--btn-radius) !important;
  margin-top: 8px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.auth-switch {
  font-size: 14px;
  color: #6b7280;
}

.auth-switch-link {
  font-weight: 700;
  color: var(--primary-solid);
  text-decoration: none;
}

.auth-switch-link:hover {
  text-decoration: underline;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 20px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.auth-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auth-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  cursor: not-allowed;
}

.auth-back-home {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
}

.auth-back-home:hover {
  color: var(--primary-solid);
}

.auth-footer-min {
  margin-top: auto;
}

@media (max-width: 520px) {
  .auth-card {
    padding: 24px 20px 28px;
  }
}

.productSearchBar {
  position: relative;
}

.productSearchInput {
  width: 100%;
  height: 42px;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
  background: #fff;
}

.productSearchInput:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.riderlist-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Date & Time same look fix */
input[type="date"],
input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
}

.subHeading {
  margin: 0 auto;
  /* max-width: 40ch; */
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.9rem, 2.5vw, 1.05rem);
}

/* ========== Site-wide responsive pass ========== */

@media (max-width: 991.98px) {
  .trusted-carousel {
    margin-top: 36px;
  }

  .trusted-carousel__track {
    gap: 18px;
  }

  .searchTabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
  }

  .form-block {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .searchRow > .form-block.active {
    flex-direction: column;
    align-items: stretch;
  }

  .searchRow .form-block > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .searchRow .homestay-form__row > div {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* Tab forms: slightly tighter vertical rhythm on phones / tablets */
  .searchRow .homestay-form.active,
  .searchRow .food-form.active,
  .searchRow .ride-form.active {
    padding: 12px 12px 6px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  }

  .searchRow .homestay-form__guest-field {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .searchRow .homestay-form__row--guests {
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
    gap: 8px 12px;
  }

  .searchRow .homestay-form__row {
    gap: 8px;
  }

  .searchRow .homestay-form__guests-inner {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px 14px;
  }

  .searchRow label {
    margin-bottom: 3px;
  }

  .searchRow .homestay-form__row--guests .search-form-inline-cta {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .searchRow .homestay-stepper .homestay-stepper__btn {
    flex-shrink: 0;
  }

  .searchRow .search-tab-form__row--primary,
  .searchRow .search-tab-form__row--secondary {
    flex-direction: column;
    align-items: stretch;
    gap: 6px 10px;
  }

  .searchRow .search-tab-form__row--secondary {
    padding-top: 8px;
  }

  /* Same specificity as base `div:not(...)` — stops date/time/select blocks from flex-growing in column */
  .searchRow
    .search-tab-form__row--secondary
    > div:not(.search-form-inline-cta) {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* Override wider-specificity .locationInput rule so stacked rows don’t flex-grow */
  .searchRow .search-tab-form__row--primary > .locationInput {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .searchRow .search-tab-form__row--primary > *,
  .searchRow .search-tab-form__row--secondary > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .searchRow
    .food-form
    .search-tab-form__row--primary
    > .search-tab-form__field-select,
  .searchRow
    .ride-form
    .search-tab-form__row--secondary
    > .search-tab-form__field-select {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* Ghost label used for desktop alignment — still occupies layout when visibility:hidden */
  .searchRow .search-form-inline-cta__label {
    display: none;
  }

  .searchRow .search-tab-form__row--secondary .search-form-inline-cta {
    margin-left: 0;
    width: 100%;
  }

  /* Do not force 100% width on homestay qty inputs — they sit in a horizontal row with − / + */
  .searchRow input:not(.homestay-stepper__value),
  .searchRow select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .goBtn {
    width: 100%;
  }

  .promo-slider-ui {
    height: min(360px, 62vw);
    min-height: 220px;
  }

  .promo-copy-ui,
  .promo-media-ui {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .food-pro-content h3 {
    font-size: clamp(1.35rem, 4vw, 32px);
  }

  .food-pro-wrapper {
    gap: 28px;
  }

  .food-pro-ui {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}

@media (max-width: 520px) {
  .navbar-wrap {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    top: 24px;
  }

  .navbar {
    --nav-w: 100%;
    width: 100%;
    max-width: none;
  }

  .homeHero {
    padding: 14px 12px;
    border-radius: 14px;
  }

  .searchBox {
    padding: 16px 14px;
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .food-pro-visual {
    height: clamp(200px, 52vw, 280px);
    max-width: 100%;
    margin-inline: auto;
  }

  .subHeading {
    padding: 0 6px;
  }
}

/* Inner pages: <main> follows fixed .booking-nav-section — keep last so padding shorthands don’t erase it */
.booking-nav-section + .riderlist-main,
.booking-nav-section + .booking-main,
.booking-nav-section + .staylist-main,
.booking-nav-section + .stay-detail-main,
.booking-nav-section + .about-main,
.booking-nav-section + .auth-main,
.booking-nav-section + .account-main {
  padding-top: max(120px, calc(env(safe-area-inset-top, 0px) + 108px));
}

/* —— Account: booking list, detail, profile (dashboard-style) —— */
.account-page {
  background: #f0f1f4;
  min-height: 100vh;
}

.account-page .staylist-main {
  padding-bottom: 48px;
}

.account-shell {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 28px);
  padding-right: clamp(16px, 4vw, 28px);
  box-sizing: border-box;
}

.account-page .staylist-head {
  margin: auto 0;
}

.account-page .booking-breadcrumb {
  margin-bottom: 20px;
  font-size: 13px;
}

.account-booking-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 40px;
}

.account-booking-tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.account-booking-tabs__tab {
  flex-shrink: 0;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  color: rgba(51, 45, 108, 0.45);
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.account-booking-tabs__tab:hover {
  color: rgba(51, 45, 108, 0.7);
}

.account-booking-tabs__tab.is-active {
  font-weight: 700;
  color: var(--primary-solid);
  border-bottom-color: var(--primary-solid);
}

.account-booking-tabs__tab:focus-visible {
  outline: 2px solid rgba(var(--primary-rgb), 0.35);
  outline-offset: 4px;
  border-radius: 2px;
}

.account-booking-panels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.account-booking-panel {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.account-booking-panel.is-active {
  display: flex;
}

.account-booking-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0 20px;
  padding: 22px 22px 22px 26px;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  background: #fff;
  box-shadow:
    0 1px 0 rgba(17, 24, 39, 0.04),
    0 8px 28px rgba(var(--primary-rgb), 0.06);
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.account-booking-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(
    180deg,
    var(--violet-solid) 0%,
    var(--accent-solid) 100%
  );
}

.account-booking-card:hover {
  border-color: rgba(99, 102, 241, 0.22);
  box-shadow:
    0 1px 0 rgba(17, 24, 39, 0.04),
    0 14px 40px rgba(var(--primary-rgb), 0.1);
  transform: translateY(-1px);
}

.account-booking-card__main {
  flex: 1 1 220px;
  min-width: 0;
  padding-left: 4px;
}

.account-booking-card__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.account-booking-card__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 120px;
  padding-top: 2px;
}

.account-booking-card__type {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4b5563;
  background: #f3f4f6;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.account-booking-card__title {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.35;
}

.account-booking-card__title a {
  color: #111827;
  text-decoration: none;
}

.account-booking-card__title a:hover {
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.account-booking-card__sub {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0 0 12px;
}

.account-booking-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  font-size: 13px;
  color: #374151;
  margin: 0;
}

.account-booking-card__meta > span:first-child {
  font-weight: 600;
}

.account-booking-card__ref {
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  padding: 2px 8px;
  border-radius: 6px;
  background: #f9fafb;
  border: 1px solid #eef0f3;
}

.account-booking-card__amount {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.account-booking-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid rgba(99, 102, 241, 0.35);
  color: #fff;
  background: var(--primary);
  text-decoration: none;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.account-booking-card__cta:hover {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.55);
  color: #312e81;
}

.account-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.account-status-pill.is-positive {
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
  border-color: rgba(34, 197, 94, 0.2);
}

.account-status-pill.is-pending {
  background: rgba(234, 179, 8, 0.12);
  color: #92400e;
  border-color: rgba(234, 179, 8, 0.28);
}

.account-status-pill.is-muted {
  background: #f9fafb;
  color: #6b7280;
  border-color: #e5e7eb;
}

.account-status-pill.is-neutral {
  background: rgba(99, 102, 241, 0.1);
  color: #4338ca;
  border-color: rgba(99, 102, 241, 0.22);
}

.account-empty {
  padding: 40px 24px;
  text-align: center;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  border: 1px dashed #d1d5db;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
}

.account-empty a {
  font-weight: 700;
  color: #4338ca;
}

.account-detail-card {
  border-radius: 16px !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 8px 32px rgba(var(--primary-rgb), 0.07) !important;
}

.account-detail-card .account-detail-dl dt {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.account-detail-card .account-detail-dl dd {
  font-size: 15px;
  color: #111827;
}

.account-detail-lead {
  font-size: 15px;
  line-height: 1.55;
  color: #6b7280;
  margin: 0 0 4px;
}

.account-detail-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(17, 24, 39, 0.08),
    transparent
  );
  margin: 20px 0;
}

.account-shell--booking-detail {
  max-width: 880px;
}

@media (max-width: 575.98px) {
  .booking-detail-page .account-shell.account-shell--booking-detail {
    max-width: 100%;
    padding-left: clamp(10px, 3.2vw, 16px);
    padding-right: clamp(10px, 3.2vw, 16px);
  }

  .booking-detail-page .booking-breadcrumb {
    font-size: 12px;
    line-height: 1.45;
    flex-wrap: wrap;
    row-gap: 2px;
  }
}

/* Hero: image left, summary right — flex stretch keeps both columns same height */
.booking-detail-page .bd-detail-hero {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
  background: linear-gradient(180deg, #fafafa 0%, #f3f4f6 100%);
}

.booking-detail-page .bd-detail-hero--no-media {
  flex-direction: column;
  background: #fff;
}

.booking-detail-page
  .bd-detail-hero:not(.bd-detail-hero--no-media)
  > .bd-detail-cover {
  flex: 0 1 44%;
  width: 44%;
  max-width: min(420px, 46vw);
  min-width: 0;
  align-self: stretch;
}

.booking-detail-page
  .bd-detail-hero:not(.bd-detail-hero--no-media)
  > .bd-detail-hero__summary {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
}

@media (max-width: 767.98px) {
  .booking-detail-page .bd-detail-hero:not(.bd-detail-hero--no-media) {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    overflow: visible;
  }

  /* Avoid a nested “flex column + flex:1” column that can clip or scroll inside the card */
  .booking-detail-page
    .bd-detail-hero:not(.bd-detail-hero--no-media)
    > .bd-detail-hero__summary {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    overflow: visible;
  }

  .booking-detail-page
    .bd-detail-hero:not(.bd-detail-hero--no-media)
    > .bd-detail-cover {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    max-height: none;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .booking-detail-page
    .bd-detail-hero:not(.bd-detail-hero--no-media)
    .bd-detail-cover {
    min-height: 0;
  }

  .booking-detail-page .bd-detail-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    flex: none;
    object-fit: cover;
  }
}

.booking-detail-page .bd-detail-hero__extras {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
}

.booking-detail-page .bd-detail-hero__extras li + li {
  margin-top: 6px;
}

.booking-detail-page .bd-detail-hero__summary {
  padding: clamp(20px, 4vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border-left: 1px solid rgba(17, 24, 39, 0.06);
}

.booking-detail-page .bd-detail-hero--no-media .bd-detail-hero__summary {
  border-left: none;
  padding: clamp(20px, 4vw, 28px) clamp(20px, 4vw, 32px);
}

@media (max-width: 767.98px) {
  .booking-detail-page .bd-detail-hero__summary {
    border-left: none;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    padding: clamp(18px, 4.5vw, 24px);
  }

  .booking-detail-page .account-detail-lead,
  .booking-detail-page .bd-detail-hero__extras li {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .booking-detail-page .account-detail-card .account-detail-dl dt {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .booking-detail-page .account-detail-card .account-detail-dl dd {
    font-size: 15px;
    line-height: 1.45;
  }

  .booking-detail-page .staylist-head .booking-kicker {
    font-size: 12px;
  }

  .booking-detail-page .staylist-head .booking-page-title {
    font-size: clamp(1.35rem, 5vw, 1.6rem);
    line-height: 1.2;
  }

  .booking-detail-page .bd-detail-body {
    padding-left: clamp(14px, 4vw, 22px);
    padding-right: clamp(14px, 4vw, 22px);
  }
}

.booking-detail-page .bd-detail-body {
  background: #fff;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.booking-detail-page .bd-detail-cover {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.booking-detail-page
  .bd-detail-hero:not(.bd-detail-hero--no-media)
  .bd-detail-cover {
  min-height: 100%;
}

.booking-detail-page .bd-detail-cover img {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 0;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.booking-detail-page .bd-detail-cover__badge {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: calc(100% - 32px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-detail-page .bd-rich {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.booking-detail-page .bd-rich:not(:empty) {
  padding-top: 4px;
}

.booking-detail-page .bd-section + .bd-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.booking-detail-page .bd-section__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 16px;
}

.booking-detail-page .bd-lead-address {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  color: #374151;
  margin: 0;
}

.booking-detail-page .bd-note {
  padding: 14px 16px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, 0.06);
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
}

.booking-detail-page .bd-bill {
  margin-top: 0;
}

.booking-detail-page .bd-travelers-wrap,
.booking-detail-page .bd-items-table {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.booking-detail-page .bd-travelers-table thead th,
.booking-detail-page .bd-items-table thead th {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
  background: #f9fafb;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding: 10px 12px;
}

.booking-detail-page .bd-travelers-table td,
.booking-detail-page .bd-items-table td {
  padding: 12px;
  border-color: rgba(17, 24, 39, 0.06);
  font-size: 14px;
}

.account-profile-hero {
  border-radius: 16px !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 8px 32px rgba(var(--primary-rgb), 0.07) !important;
  background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
}

.account-profile-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--violet-solid), var(--accent-solid));
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(var(--accent-rgb), 0.25);
}

.account-profile-name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  margin: 0 0 6px;
}

.account-profile-meta {
  font-size: 14px;
  line-height: 1.55;
  color: #6b7280;
  margin: 0;
}

.account-shell--profile {
  max-width: 920px;
}

.profile-layout {
  align-items: flex-start;
}

.profile-sidebar {
  position: relative;
}

.profile-main-column {
  min-width: 0;
}

.profile-section-heading {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  margin: 0;
}

.profile-bookings-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-bookings-stack .account-booking-card {
  margin-bottom: 0;
}

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

.profile-manage-card {
  border-radius: 16px !important;
}

.profile-form-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px;
}

.profile-form-control {
  border-radius: 10px;
  border-color: rgba(17, 24, 39, 0.12);
  font-size: 15px;
}

.profile-save-btn {
  padding: 10px 22px;
  font-weight: 700;
}

.profile-quick-card {
  border-radius: 16px !important;
}

.profile-bookings-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-booking-snippet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.profile-booking-snippet:hover {
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 6px 24px rgba(var(--primary-rgb), 0.07);
}

.profile-booking-snippet__main {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.profile-booking-snippet__type {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.profile-booking-snippet__title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.profile-booking-snippet__meta {
  font-size: 13px;
  color: #6b7280;
}

.profile-booking-snippet__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.profile-booking-snippet__amount {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-solid);
}

.profile-favorite-card {
  display: block;
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
  transition:
    border-color 0.15s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.profile-favorite-card:hover {
  border-color: rgba(99, 102, 241, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(var(--primary-rgb), 0.1);
}

.profile-favorite-card__media {
  aspect-ratio: 16 / 10;
  background: #f3f4f6;
}

.profile-favorite-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-favorite-card__kind {
  display: block;
  padding: 10px 14px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.profile-favorite-card__title {
  display: block;
  padding: 6px 14px 14px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
}

.profile-favorite-card--rich.profile-favorite-card {
  border: none;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

.profile-favorite-card--rich.profile-favorite-card:hover {
  transform: none;
  box-shadow: none;
}

.profile-favorite-card--rich {
  position: relative;
  height: 100%;
}

.profile-favorite-card--rich .profile-favorite-card__kind {
  padding: 0;
}

.profile-favorite-card--rich .profile-favorite-card__title {
  padding: 0;
}

.profile-favorite-card--rich .profile-favorite-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.profile-favorite-card--rich .profile-favorite-card__link:hover {
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 10px 32px rgba(var(--primary-rgb), 0.1);
  transform: translateY(-2px);
}

.profile-favorite-card--rich .profile-favorite-card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}

.profile-favorite-card__go {
  font-size: 13px;
  font-weight: 700;
  color: #4f46e5;
  margin-top: 6px;
}

.profile-favorite-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(17, 24, 39, 0.55);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition:
    background 0.15s ease,
    transform 0.1s ease;
}

.profile-favorite-remove:hover {
  background: rgba(185, 28, 28, 0.9);
  transform: scale(1.05);
}

.booking-detail-page .bd-detail-cancel {
  margin-top: 4px;
}

/* Completed booking: rating, uploads, invoice */
.booking-detail-page .bd-post-complete {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.booking-detail-page .bd-post-complete__head {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  margin: 0 0 8px;
}

.booking-detail-page .bd-post-complete__lead {
  max-width: 52rem;
}

.booking-detail-page .bd-post-card {
  padding: 20px 20px 22px;
  margin-bottom: 16px;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
}

.booking-detail-page .bd-post-card--last {
  margin-bottom: 0;
}

.booking-detail-page .bd-post-card__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 14px;
}

.booking-detail-page .bd-post-input {
  border-radius: 10px;
  border-color: rgba(17, 24, 39, 0.12);
  font-size: 14px;
}

.booking-detail-page .bd-star-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.booking-detail-page .bd-star {
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #d1d5db;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    transform 0.1s ease;
}

.booking-detail-page .bd-star:hover:not(:disabled) {
  color: #fbbf24;
  background: #fffbeb;
  transform: scale(1.05);
}

.booking-detail-page .bd-star.is-active {
  color: #f59e0b;
}

.booking-detail-page .bd-star:disabled {
  cursor: default;
  opacity: 0.85;
}

.booking-detail-page .bd-post-submit {
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  border-radius: var(--btn-radius);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.booking-detail-page .bd-upload-zone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 2px dashed rgba(99, 102, 241, 0.35);
  background: rgba(99, 102, 241, 0.04);
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}

.booking-detail-page .bd-upload-zone:hover {
  border-color: rgba(99, 102, 241, 0.55);
  background: rgba(99, 102, 241, 0.07);
}

.booking-detail-page .bd-upload-zone__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.booking-detail-page .bd-upload-zone__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.12);
  color: #4f46e5;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.booking-detail-page .bd-upload-zone__text {
  font-size: 14px;
  color: #374151;
}

.booking-detail-page .bd-photo-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.booking-detail-page .bd-photo-preview__item {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #f3f4f6;
}

.booking-detail-page .bd-photo-preview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Carpool booking detail — rating form + thank-you */
.booking-detail-page .bd-review-form-card {
  border-radius: 16px;
  border: 1px solid rgba(99, 44, 123, 0.12);
  background: linear-gradient(
    145deg,
    rgba(99, 44, 123, 0.04) 0%,
    #fff 38%,
    #fafbff 100%
  );
  box-shadow: 0 12px 40px rgba(99, 44, 123, 0.08);
}

.booking-detail-page .bd-rating-select-shell {
  position: relative;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    rgba(99, 44, 123, 0.45),
    rgba(79, 70, 229, 0.35)
  );
}

.booking-detail-page .bd-rating-select-shell .bd-rating-select {
  border: none;
  border-radius: 12px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  font-weight: 600;
  color: #1f2937;
}

.booking-detail-page .bd-review-stars-readonly {
  display: inline-flex;
  gap: 6px;
  font-size: 1.55rem;
  letter-spacing: 1px;
  color: #f59e0b;
  margin-bottom: 8px;
}

.booking-detail-page .bd-review-stars-readonly .is-muted {
  color: #e5e7eb;
}

.booking-detail-page .bd-review-thanks-card .bd-star:disabled {
  opacity: 1;
}

.booking-detail-page .bd-review-thanks-card {
  border-radius: 14px;
  border: 1px solid rgba(16, 185, 129, 0.35);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), #fff 55%);
}

.booking-detail-page .bd-invoice-cta-card {
  background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
  border: 1px dashed rgba(99, 44, 123, 0.28);
}

.booking-detail-page .bd-btn-invoice {
  gap: 0.5rem;
}

/* Printable carpool invoice (marketing site) */
.carpool-invoice-page .invoice-doc {
  max-width: 900px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.carpool-invoice-page .invoice-doc__masthead {
  background: linear-gradient(118deg, #632c7b 0%, #7c3a9a 42%, #4f46e5 100%);
  color: #fff;
  padding: 28px 32px;
}

.carpool-invoice-page .invoice-doc__masthead-inner {
  max-width: 640px;
}

.carpool-invoice-page .invoice-doc__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 10px;
}

.carpool-invoice-page .invoice-doc__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.carpool-invoice-page .invoice-doc__sub {
  margin: 6px 0 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.carpool-invoice-page .invoice-meta-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
}

.carpool-invoice-page .invoice-meta-value {
  font-size: 1.05rem;
  color: #111827;
}

.carpool-invoice-page .invoice-table-wrap {
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.carpool-invoice-page .invoice-table thead th {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  background: #f9fafb;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.carpool-invoice-page .invoice-table tbody td {
  padding: 16px 18px;
  vertical-align: middle;
  border-color: rgba(17, 24, 39, 0.06);
}

.carpool-invoice-page .invoice-table tfoot .invoice-total-row th {
  background: rgba(99, 44, 123, 0.06);
  border-top: 2px solid rgba(99, 44, 123, 0.12);
  padding: 14px 18px;
}

.carpool-invoice-page .invoice-footnote {
  background: rgba(99, 44, 123, 0.04);
  border: 1px solid rgba(99, 44, 123, 0.1);
}

@media (max-width: 575px) {
  .carpool-invoice-page .invoice-doc__masthead {
    padding: 22px 20px;
  }
}

.account-profile-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 24px;
  margin-bottom: 22px;
}

.account-profile-hero__identity {
  flex: 1 1 220px;
  min-width: 0;
}

.account-profile-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.account-profile-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid rgba(4, 120, 87, 0.15);
}

.account-profile-verified i {
  font-size: 13px;
}

.account-profile-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  background: #f3f4f6;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.account-profile-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-profile-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.account-profile-contact__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  flex-shrink: 0;
}

.account-profile-contact a {
  color: #1f2937;
  text-decoration: none;
  word-break: break-word;
}

.account-profile-contact a:hover {
  color: #4f46e5;
}

.account-profile-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 20px;
  margin-top: 4px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

@media (max-width: 575.98px) {
  .account-profile-stats {
    grid-template-columns: 1fr;
  }
}

.account-profile-stat {
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.03);
}

.account-profile-stat__value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 4px;
}

.account-profile-stat__label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.account-profile-disclaimer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(17, 24, 39, 0.08);
  font-size: 12px;
  color: #9ca3af;
}

.account-card {
  border-radius: 16px !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 4px 20px rgba(17, 24, 39, 0.05) !important;
  background: #fff;
}

.account-card__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 14px;
}

.account-card--accent {
  background: linear-gradient(160deg, #fafbff 0%, #f4f5ff 45%, #fff 100%);
  border-color: rgba(99, 102, 241, 0.12) !important;
}

.account-profile-security-lead {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 14px;
}

.account-profile-security-list {
  margin: 0 0 20px;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
}

.account-profile-security-btn {
  font-weight: 700;
}

.account-profile-links {
  margin: 0;
  padding: 0;
}

.account-profile-links li {
  list-style: none;
}

.account-profile-links li + li {
  margin-top: 0;
  border-top: 1px solid #f3f4f6;
}

.account-profile-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  font-weight: 600;
  font-size: 15px;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  border-radius: 10px;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.account-profile-links a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(var(--violet-rgb), 0.1);
  color: var(--primary-solid);
  font-size: 14px;
  flex-shrink: 0;
}

.account-profile-links a span {
  flex: 1 1 auto;
  min-width: 0;
}

.account-profile-links a:hover {
  /* background: var(--primary); */
  color: var(--primary-solid);
}

.account-inline-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding-top: 8px;
  font-size: 13px;
  color: #9ca3af;
}

.account-inline-foot a {
  font-weight: 600;
  color: #4f46e5;
  text-decoration: none;
}

.account-inline-foot a:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .account-booking-card__side {
    align-items: stretch;
    width: 100%;
    min-width: 0;
    padding-top: 16px;
    margin-top: 4px;
    border-top: 1px solid #f3f4f6;
  }

  .account-booking-card__cta {
    width: 100%;
  }
}

/* ===== Home search block recreation ===== */
.heroMain {
  margin-top: -15px;
  position: relative;
  z-index: 8;
  padding: 40px 0 60px;
  background-color: #f7f5fb;
  /* background-image:
    radial-gradient(
      circle at 50% 0%,
      rgba(137, 65, 224, 0.1) 0%,
      rgba(137, 65, 224, 0.05) 22%,
      rgba(247, 245, 251, 0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(247, 245, 251, 0) 36%
    ); */

  background-image:
    radial-gradient(
      circle at 50% 0%,
      rgb(155 96 225 / 10%) 0%,
      rgba(137, 65, 224, 0.05) 22%,
      rgba(247, 245, 251, 0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(247, 245, 251, 0) 36%
    );
}

.heroMain .container {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  padding: 0;
}

.heroMain .heroHeading {
  max-width: 760px;
  margin: 0 auto 22px;
}

.heroMain .mainHeading {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: #3d198a;
}

.heroMain .subHeading {
  margin-bottom: 16px;
  font-size: 15px;
  color: #555;
}

.heroMain .searchBox {
  margin-top: 28px;
  padding: 0;
  /* max-width: 1048px; */
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.heroMain .searchTabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.heroMain .searchTabs .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(75, 60, 122, 0.14);
  background: #fff;
  color: #3a3450;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(35, 23, 82, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.heroMain .searchTabs .tab:hover {
  transform: translateY(-1px);
}

.heroMain .searchTabs .tab.active {
  border-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  color: #fff;
  box-shadow: 0 3px 16px rgba(123, 44, 241, 0.26);
  -webkit-text-fill-color: currentColor;
}
.heroMain .searchTabs .tab.active i {
  color: #fff !important;
}
.heroMain .searchTabs .tab.active span {
  opacity: 1;
}

.heroMain .searchTabs .tab.active::after {
  display: none;
}

.heroMain .tabIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.heroMain .searchRow {
  display: block;
  margin: 0;
}

.heroMain .form-block.active {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 26px 32px 0;
  border: 1.5px solid rgba(141, 73, 229, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 24px 64px rgba(103, 38, 190, 0.11),
    0 2px 10px rgba(44, 24, 91, 0.04);
  min-height: 285px;
}

.heroMain .homestay-form__row {
  width: 100%;
}

.heroMain .homestay-form__row--primary {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: end;
  padding-bottom: 18px;
}

.heroMain .homestay-form__row--guests {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: end;
  padding: 22px 0 18px;
  border-top: 1px solid rgba(91, 69, 151, 0.12);
}

.heroMain .search-tab-form__row--primary,
.heroMain .search-tab-form__row--secondary {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: end;
  width: 100%;
}

.heroMain .search-tab-form__row--primary {
  padding-bottom: 26px;
}

.heroMain .search-tab-form__row--secondary {
  padding: 22px 0 18px;
  border-top: 1px solid rgba(91, 69, 151, 0.12);
}

.heroMain .locationInput,
.heroMain .dateField,
.heroMain .guestBox,
.heroMain .searchBtnWrap,
.heroMain .search-tab-form__field-select,
.heroMain .search-form-inline-cta {
  flex: 1 1 0;
  min-width: 0;
}

.heroMain .homestay-form__row--primary > .locationInput {
  flex: 2.2 1 0;
}

.heroMain .homestay-form__row--primary > .dateField {
  flex: 0.68 1 0;
}

.heroMain .homestay-form__row--guests > .guestBox {
  flex: 1 1 0;
}

.heroMain .homestay-form__row--guests > .searchBtnWrap {
  flex: 0 1 184px;
}

.heroMain .food-form .search-tab-form__row--primary > .locationInput {
  flex: 2 1 0;
}

.heroMain .food-form .search-tab-form__row--primary > .dateField,
.heroMain
  .food-form
  .search-tab-form__row--primary
  > .search-tab-form__field-select {
  flex: 1 1 0;
}

.heroMain .food-form .search-tab-form__row--secondary > div:nth-child(1),
.heroMain .food-form .search-tab-form__row--secondary > div:nth-child(3) {
  flex: 1 1 0;
}

.heroMain .food-form .search-tab-form__row--secondary > div:nth-child(2) {
  flex: 0.86 1 0;
}

.heroMain
  .food-form
  .search-tab-form__row--secondary
  > .search-form-inline-cta {
  flex: 0 1 148px;
}

.heroMain .ride-form .search-tab-form__row--primary > .locationInput {
  flex: 1.35 1 0;
}

.heroMain .ride-form .search-tab-form__row--primary > .dateField {
  flex: 0.82 1 0;
}

.heroMain .ride-form .search-tab-form__row--secondary > div:nth-child(1),
.heroMain .ride-form .search-tab-form__row--secondary > div:nth-child(3) {
  flex: 1 1 0;
}

.heroMain .ride-form .search-tab-form__row--secondary > div:nth-child(2) {
  flex: 0.86 1 0;
}

.heroMain
  .ride-form
  .search-tab-form__row--secondary
  > .search-form-inline-cta {
  flex: 0 1 148px;
}

.heroMain .searchRow label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #4a248f;
  opacity: 1;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.heroMain .guestBox label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 5px;
}

.heroMain .guestBox label i {
  font-size: 15px;
}

.heroMain .inputIconWrap {
  position: relative;
}

.heroMain .inputIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #635292;
  font-size: 16px;
  pointer-events: none;
}

.heroMain .locationInput input,
.heroMain .inputIconWrap input,
.heroMain .dateField input {
  width: 100%;
  height: 40px;
  min-width: 0;
  padding: 0 16px 0 44px !important;
  border-radius: 12px;
  border: 1px solid #ddd7eb;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.03);
  color: #271f3a;
  font-size: 16px;
  box-sizing: border-box;
}

.heroMain .locationInput input::placeholder,
.heroMain .dateField input::placeholder {
  color: #8a85a0;
}

.heroMain .search-tab-form__field-select select,
.heroMain .search-tab-form__row--secondary select {
  width: 100%;
  height: 40px;
  min-width: 0;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #ddd7eb !important;
  background: #fff !important;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.03);
  color: #271f3a !important;
  font-size: 15px;
  box-sizing: border-box;
}

.heroMain .food-form .dateField input,
.heroMain .ride-form .dateField input {
  padding-left: 44px;
}

.heroMain .search-form-inline-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
}

.heroMain .search-form-inline-cta__label {
  display: block;
  min-height: 27px;
  visibility: hidden;
}

.heroMain .dateDivider {
  flex: 0 0 1px;
  width: 1px;
  height: 48px;
  align-self: end;
  margin-bottom: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(86, 67, 137, 0.28) 20%,
    rgba(86, 67, 137, 0.28) 80%,
    transparent 100%
  );
}

.heroMain .stepperWrap {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
}

.heroMain .stepperBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background-image: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(116, 46, 220, 0.2);
}

.heroMain .stepperWrap input {
  width: 100%;
  height: 40px;
  min-width: 0;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #ddd7eb;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #271f3a;
}

.heroMain .searchBtnWrap {
  display: flex;
  align-items: flex-end;
}

.heroMain .goBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 10px;
  background-image: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(126, 43, 214, 0.24);
  box-sizing: border-box;
}

.heroMain .heroFeatures {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(91, 69, 151, 0.12);
}

.heroMain .featureItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #5f5a74;
  text-align: center;
}

.heroMain .featureItem i {
  color: #5d2fc4;
}

.heroMain .featureDivider {
  width: 1px;
  height: 24px;
  background: rgba(88, 66, 143, 0.18);
}

.heroMain .hero-stats {
  margin-top: 26px;
  padding: 0;
}

.heroMain .hero-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 25px 0;
  border-radius: 24px;
  border: 1px solid rgba(95, 74, 151, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(61, 25, 138, 0.08);
}

.heroMain .stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  /* min-height: 120px; */
  padding: 0 22px;
  text-align: left;
}

.heroMain .stat-item + .stat-item {
  border-left: 1px solid rgba(90, 71, 145, 0.12);
}

.heroMain .statIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(142, 89, 232, 0.15),
    rgba(142, 89, 232, 0.08)
  );
  color: #6a2be2;
  font-size: 32px;
  flex-shrink: 0;
}
.heroMain .statIcon i {
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heroMain .statCopy {
  min-width: 0;
}

.heroMain .stat-value {
  margin: 0;

  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heroMain .stat-label {
  display: block;
  /* margin-top: 6px; */
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #2d2641;
  letter-spacing: 0;
}

.heroMain .stat-sub {
  /* margin-top: 6px; */
  font-size: 11px;
  line-height: 1.45;
  color: #8a869b;
}

.heroMain .home-account-banner {
  margin-top: 24px;
  padding: 0;
}

.home-account-banner__actions-blank {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-account-banner__actions-blank img:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

.heroMain .home-account-banner__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: none;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 10% 50%,
      rgba(var(--accent-rgb), 0.2),
      transparent 20%
    ),
    radial-gradient(
      circle at 92% 50%,
      rgba(255, 255, 255, 0.16),
      transparent 18%
    ),
    linear-gradient(
      120deg,
      rgba(var(--primary-rgb), 0.97) 0%,
      rgba(var(--primary-rgb), 0.9) 38%,
      rgba(var(--accent-rgb), 0.9) 100%
    );
  box-shadow: 0 18px 42px rgba(var(--primary-rgb), 0.18);
}

.heroMain .home-account-banner__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.16) 1px,
    transparent 1px
  );
  background-size: 12px 12px;
  opacity: 0.22;
  pointer-events: none;
}

.heroMain .home-account-banner__copy,
.heroMain .home-account-banner__actions {
  position: relative;
  z-index: 1;
}

.heroMain .home-account-banner__title {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.heroMain .home-account-banner__sub {
  margin: 0;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.heroMain .home-account-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.heroMain .home-hero-btn {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
}

.heroMain .home-hero-btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  box-shadow: none;
}

.heroMain .home-hero-btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.heroMain .home-hero-btn--primary {
  background-image: linear-gradient(
    90deg,
    rgb(51, 45, 108) 0%,
    rgb(142, 42, 129) 100%
  );
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(206, 70, 168, 0.24);
}

.heroMain .home-hero-btn--primary i {
  margin-right: 8px;
}

.icon-input {
  /* padding-left: 25px !important; */
}

.btn-outline-primary {
  color: #5730b6 !important;
  border: 1px solid #5730b6 !important;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btn-outline-primary.btn.active,
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #5730b6 !important;
  border-color: #5730b6 !important;
  /* box-shadow: 0 16px 47px rgba(87, 48, 182, 0.24) !important; */
}
.navbar.is-compact .auth-nav-pill.desktop-only {
  display: none;
}
.card-location {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits text to exactly 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-hero-bg {
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .heroMain {
    padding: 24px 0 30px;
  }

  .heroMain .heroHeading {
    margin-bottom: 20px;
  }

  .heroMain .searchBox {
    max-width: 100%;
  }

  .heroMain .form-block.active {
    padding: 22px 22px 0;
  }

  .heroMain .homestay-form__row--primary {
    flex-wrap: wrap;
  }

  .heroMain .search-tab-form__row--primary,
  .heroMain .search-tab-form__row--secondary {
    flex-wrap: wrap;
  }

  .heroMain .locationInput {
    flex-basis: 100%;
  }

  .heroMain .ride-form .search-tab-form__row--primary .locationInput {
    flex-basis: calc(50% - 9px);
  }

  .heroMain .food-form .search-tab-form__row--primary .locationInput {
    flex-basis: 100%;
  }

  .heroMain .dateDivider,
  .heroMain .featureDivider {
    display: none;
  }

  .heroMain .homestay-form__row--guests {
    flex-wrap: wrap;
  }

  .heroMain .search-form-inline-cta {
    flex-basis: 100%;
  }

  .heroMain .searchBtnWrap {
    flex-basis: 100%;
  }

  .heroMain .homestay-form__row--primary > .dateField,
  .heroMain .food-form .search-tab-form__row--primary > .dateField,
  .heroMain
    .food-form
    .search-tab-form__row--primary
    > .search-tab-form__field-select,
  .heroMain .ride-form .search-tab-form__row--primary > .dateField,
  .heroMain .search-tab-form__row--secondary > div:not(.search-form-inline-cta),
  .heroMain .homestay-form__row--guests > .guestBox {
    flex: 1 1 calc(50% - 9px);
  }

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

  .heroMain .hero-stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .heroMain .stat-item:nth-child(3),
  .heroMain .stat-item:nth-child(4) {
    border-top: 1px solid rgba(90, 71, 145, 0.12);
  }

  .heroMain .stat-item:nth-child(odd) {
    border-left: none;
  }

  .heroMain .stat-item:nth-child(even) {
    border-left: 1px solid rgba(90, 71, 145, 0.12);
  }

  .heroMain .home-account-banner__inner {
    padding: 24px 22px;
  }
}

@media (max-width: 640px) {
  .heroMain .container {
    width: min(100%, calc(100% - 20px));
  }

  .heroMain .searchTabs {
    gap: 10px;
  }

  .heroMain .searchTabs .tab {
    min-width: 0;
    flex: 1 1 0;
    padding: 0 14px;
    font-size: 14px;
  }

  .heroMain .form-block.active {
    padding: 18px 16px 0;
    border-radius: 20px;
  }

  .heroMain .homestay-form__row--primary,
  .heroMain .homestay-form__row--guests,
  .heroMain .search-tab-form__row--primary,
  .heroMain .search-tab-form__row--secondary,
  .heroMain .heroFeatures,
  .heroMain .hero-stats-inner {
    flex-direction: column;
  }

  .heroMain .ride-form .search-tab-form__row--primary .locationInput,
  .heroMain .food-form .search-tab-form__row--primary .locationInput,
  .heroMain .search-form-inline-cta {
    flex-basis: auto;
  }

  .heroMain .homestay-form__row--primary > .locationInput,
  .heroMain .homestay-form__row--primary > .dateField,
  .heroMain .homestay-form__row--guests > .guestBox,
  .heroMain .homestay-form__row--guests > .searchBtnWrap,
  .heroMain .search-tab-form__row--primary > .locationInput,
  .heroMain .search-tab-form__row--primary > .dateField,
  .heroMain .search-tab-form__row--primary > .search-tab-form__field-select,
  .heroMain .search-tab-form__row--secondary > div {
    flex: 1 1 100%;
    width: 100%;
  }

  .heroMain .stat-item,
  .heroMain .stat-item:nth-child(even),
  .heroMain .stat-item:nth-child(odd) {
    border-left: none;
  }

  .heroMain .stat-item + .stat-item {
    border-top: 1px solid rgba(90, 71, 145, 0.12);
  }

  .heroMain .stat-item {
    min-height: 0;
    padding: 18px 6px;
  }

  .heroMain .home-account-banner__inner {
    text-align: left;
  }

  .heroMain .home-account-banner__actions {
    width: 100%;
  }

  .heroMain .home-hero-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* ========== User Profile Dropdown ========== */

.user-dropdown {
  position: relative;
  display: inline-block;
  z-index: 10000;
  pointer-events: auto;
}

.user-dropdown-toggle {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 24, 39, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}

.user-dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(var(--primary-rgb), 0.2);
}

.user-dropdown-toggle svg {
  width: 18px;
  height: 18px;
}

.user-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow:
    0 4px 6px -1px rgba(17, 24, 39, 0.1),
    0 20px 40px -8px rgba(17, 24, 39, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10001;
  overflow: hidden;
}

.user-dropdown.active .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown-item {
  display: block;
  padding: 12px 18px;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}

.user-dropdown-item:last-child {
  border-bottom: none;
}

.user-dropdown-item:hover {
  background: rgba(var(--primary-rgb), 0.06);
  color: var(--primary-solid);
}

/* Site-wide location bar (Zomato-style) */
.site-location-bar {
  background: #1f2937;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-location-bar__inner {
  max-width: 100%;
  padding: 0 16px;
}

.site-location-bar__content {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  flex-wrap: wrap;
}

.site-location-bar__icon {
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.site-location-bar__label {
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.3;
}

.site-location-bar__choose {
  background: none;
  border: 0;
  color: #60a5fa;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-location-bar__choose:hover {
  color: #93c5fd;
}

@media (max-width: 767px) {
  .site-location-bar__content {
    min-height: 38px;
    gap: 8px;
  }

  .site-location-bar__label {
    font-size: 0.85rem;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
