:root {
  --rypo-red: #e03840;
  --rypo-red-dark: #c72f36;
  --rypo-red-dark-dark: #a8262d;
  --rypo-orange: #2f5f9f;
  --rypo-orange-dark: #244b7c;
  --rypo-navy: #203858;
  --rypo-select: #2f5f9f;
  --rypo-select-dark: #244b7c;
  --rypo-select-soft: rgba(47, 95, 159, 0.16);
  --rypo-bg: #f5f8fc;
  --rypo-text: #506173;
  --rypo-border: #dbe4ef;
  --rypo-shadow: 0 16px 40px rgba(32, 56, 88, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background: var(--rypo-bg);
  color: var(--rypo-text);
}

img {
  max-width: 100%;
}

.navbar-wrap {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(36, 49, 63, 0.08);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff5a4f 0%, var(--rypo-red) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(214, 58, 47, 0.18);
}

.brand-text {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  color: var(--rypo-navy);
}

.brand-sub {
  color: #607083;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-link {
  font-weight: 500;
  color: var(--rypo-text);
  position: relative;
}

.nav-link.active,
.nav-link:hover {
  color: var(--rypo-red);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--rypo-red);
}

.btn-rypo,
.btn-wa {
  border: 0;
  border-radius: 14px;
  font-weight: 700;
  padding: 12px 22px;
  transition: all 0.25s ease;
}

.btn-rypo {
  background: linear-gradient(180deg, #ff504b 0%, var(--rypo-red) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(214, 58, 47, 0.22);
}

.btn-rypo:hover {
  color: #fff;
  background: linear-gradient(180deg, #f34a45 0%, var(--rypo-red-dark) 100%);
  transform: translateY(-1px);
}

.btn-wa {
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.18);
}

.btn-wa:hover {
  color: #fff;
  transform: translateY(-1px);
}

.section-block {
  padding: 80px 0;
}

.section-title {
  color: var(--rypo-navy);
  font-weight: 700;
  margin-bottom: 14px;
}

.section-subtitle {
  color: #607083;
  max-width: 760px;
  margin: 0 auto 36px;
}

.design-placeholder {
  background: #fff;
  border: 1px dashed rgba(36, 49, 63, 0.2);
  border-radius: 24px;
  min-height: 320px;
  box-shadow: var(--rypo-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.hero-placeholder {
  min-height: 420px;
}

.design-placeholder h2,
.design-placeholder h3 {
  color: var(--rypo-navy);
  font-weight: 700;
}

.design-placeholder p {
  color: #607083;
  max-width: 700px;
  margin: 12px auto 0;
}

.placeholder-art {
  width: 140px;
  height: auto;
}

@media (max-width: 991.98px) {
  .navbar .nav-link.active::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 56px 0;
  }

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

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .design-placeholder {
    min-height: 240px;
    padding: 24px;
  }

  .hero-placeholder {
    min-height: 300px;
  }

  .placeholder-art {
    width: 100px;
  }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}

img { max-width: 100%; }

/* ── NAVBAR ── */
.navbar-wrap {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(36,49,63,0.08);
  box-shadow: 0 6px 18px rgba(15,23,42,0.04);
}
.brand-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display:none; }
.brand-logo-img { height: 58px; width: auto; display: block; }
.brand-copy { display:flex; flex-direction:column; gap:2px; }
.brand-sub-main { font-size:0.76rem; color: var(--rypo-navy); }
.brand-sub-mini { font-size:0.66rem; letter-spacing:0.08em; color:#7b8798; }
.brand-text { margin: 0; font-size: 1.9rem; line-height: 1; font-weight: 700; color: var(--rypo-navy); }
.brand-sub { color: #607083; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nav-link { font-weight: 500; color: var(--rypo-text); position: relative; }
.nav-link.active, .nav-link:hover { color: var(--rypo-red); }
.nav-link.active::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: 0;
  height: 3px; border-radius: 999px; background: var(--rypo-red);
}
.btn-rypo, .btn-wa {
  border: 0; border-radius: 14px; font-weight: 700; padding: 12px 22px; transition: all 0.25s ease;
}
.btn-rypo {
  background: linear-gradient(180deg,#ff504b 0%,var(--rypo-red) 100%);
  color: #fff; box-shadow: 0 10px 24px rgba(229,57,53,0.22);
}
.btn-rypo:hover { color: #fff; background: linear-gradient(180deg,#f34a45 0%,var(--rypo-red-dark) 100%); transform: translateY(-1px); }
.btn-wa { background: #25d366; color: #fff; box-shadow: 0 10px 24px rgba(37,211,102,0.18); }
.btn-wa:hover { color: #fff; transform: translateY(-1px); }

/* ── SECTION DEFAULTS ── */
.section-block { padding: 80px 0; }
.section-title { color: var(--rypo-navy); font-weight: 700; margin-bottom: 14px; }
.section-subtitle { color: #607083; max-width: 760px; margin: 0 auto 36px; }

/* ═══════════════════════════════════
   HERO — Full Background Image
   ═══════════════════════════════════ */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('https://images.unsplash.com/photo-1587474260584-136574528ed5?w=1600&q=80') center/cover no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,15,35,0.92) 0%,
    rgba(10,15,35,0.65) 50%,
    rgba(10,15,35,0.80) 100%
  );
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 54px 0 40px;
}

/* Badge */
.hero-badge-wrap {
  display: flex; justify-content: center;
  margin-bottom: 22px;
  animation: fadeDown 0.7s ease both;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(47,95,159,0.15);
  border: 1px solid rgba(47,95,159,0.4);
  color: var(--rypo-red-dark);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 20px; border-radius: 999px;
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--rypo-red-dark);
  animation: pulse 1.5s ease-in-out infinite;
}

/* Heading */
.hero-title {

  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 800; color: var(--rypo-navy);
  text-align: center; line-height: 1.1;
  margin-bottom: 16px;
  animation: fadeDown 0.7s 0.1s ease both;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.hero-title em { font-style: normal; color: var(--rypo-red-dark); }

.hero-desc {
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 0.97rem; line-height: 1.78;
  max-width: 580px; margin: 0 auto 36px;
  animation: fadeDown 0.7s 0.18s ease both;
}

/* Trust pills */
.hero-trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-bottom: 52px;
  animation: fadeDown 0.7s 0.25s ease both;
}
.trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem; font-weight: 600;
  padding: 7px 16px; border-radius: 999px;
}
.trust-pill i { color: var(--rypo-red-dark); font-size: 0.85rem; }

/* Main 2-col grid */
.hero-main-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 470px;
  gap: 28px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto; width: 100%;
  animation: fadeUp 0.7s 0.3s ease both;
}

/* Stats cards left */
.hero-stats-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width:100%; }
.stat-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  border-radius: 22px; padding: 24px 22px; min-height: 148px;
  transition: all 0.25s;
}
.stat-card:hover { background: rgba(255,255,255,0.13); transform: translateY(-3px); }
.stat-card-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(47,95,159,0.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.stat-card-icon i { color: #fff; font-size: 1.1rem; }
.stat-card-num { font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 4px; }
.stat-card-num span { color: #fff; }
.stat-card-label { font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.08em; }

.hero-cta-row { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.btn-hero-primary {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-orange) 100%); color: #fff; font-weight: 700; font-size: 0.92rem;
  padding: 14px 28px; border-radius: 12px; border: 0;
  text-decoration: none; transition: all 0.25s;
  box-shadow: 0 10px 28px rgba(47,95,159,0.38);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-hero-primary:hover { background: var(--rypo-red-dark-dark); color: #fff; transform: translateY(-2px); }
.btn-hero-secondary {
  background: rgba(255,255,255,0.09); color: #fff; font-weight: 600; font-size: 0.92rem;
  padding: 14px 28px; border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,0.2);
  text-decoration: none; transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 8px;
  backdrop-filter: blur(8px);
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.16); color: #fff; }

/* Booking card right */
.booking-card {
  background: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(28px);
  border-radius: 28px; padding: 34px 30px;
  box-shadow: 0 32px 72px rgba(0,0,0,0.42);
}
.booking-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.booking-tag {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-orange) 100%); color: #fff;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px;
}
.booking-title { font-size: 1.5rem; font-weight: 700; color: var(--rypo-red-dark-dark); margin-bottom: 22px; line-height: 1.25; }

.booking-form .form-control {
  background: rgb(0 0 0 / 8%);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 12px 16px;
  font-size: 0.87rem; color: #000;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.booking-form .form-control::placeholder { color: rgba(255,255,255,0.38); font-weight: 400; }
.booking-form .form-control:focus {
  background: rgba(255,255,255,0.13);
  border-color: var(--rypo-red-dark);
  box-shadow: 0 0 0 3px rgba(47,95,159,0.15); color: #000;
}
.btn-book {
  width: 100%; background: var(--rypo-red-dark);
  color: #fff; font-weight: 700; font-size: 1rem;
  padding: 15px; border: 0; border-radius: 12px;
  transition: all 0.25s;
  box-shadow: 0 10px 28px rgba(47,95,159,0.35);
}
.btn-book:hover { background: var(--rypo-red-dark-dark); transform: translateY(-1px); box-shadow: 0 14px 32px rgba(47,95,159,0.32); }

.booking-footer { display: flex; gap: 16px; justify-content: center; margin-top: 14px; flex-wrap: wrap; }
.booking-footer-item { display: flex; align-items: center; gap: 5px; color: #000; font-size: 0.74rem; font-weight: 500; }
.booking-footer-item i { color: var(--rypo-red-dark); }

/* Scroll indicator */
.hero-scroll {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  margin-top: 44px; animation: fadeUp 0.7s 0.5s ease both;
}
.scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.55), transparent);
  animation: scrollAnim 1.8s ease-in-out infinite;
}
.scroll-text { font-size: 0.64rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.35); }

/* ── ANIMATIONS ── */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}
@keyframes scrollAnim {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ── RESPONSIVE ── */
@media (max-width: 991.98px) {
  .navbar .nav-link.active::after { display: none; }
  .hero-main-row { grid-template-columns: 1fr; max-width: 520px; }
}
@media (max-width: 767.98px) {
  .section-block { padding: 56px 0; }
  .brand-text { font-size: 1.55rem; }
  .brand-mark { width: 42px; height: 42px; font-size: 20px; }
  .hero-title { font-size: 2.4rem; }
  .hero-stats-col { grid-template-columns: 1fr 1fr; gap: 10px; }
  .booking-card { padding: 22px 16px; }
  .stat-card-num { font-size: 1.6rem; }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1240px; }
}





 
/* ═══════════════════════════════════
   DELHI SIGHTSEEING SECTION
   ═══════════════════════════════════ */
.sight-section { background: #eef3f8; padding: 40px 0 48px; }
.sight-section .container-xl {
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
}
 
.sight-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  align-items: start;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08);
}
 
/* ── LEFT PANEL ── */
.sight-left {
  padding: 22px 18px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
  border-right: 1px solid rgba(36,49,63,0.08);
}
 
.sight-img-stack { margin-bottom: 20px; }
.sight-img-main {
  position: relative; border-radius: 16px; overflow: hidden;
  margin-bottom: 10px; aspect-ratio: 16/9;
}
.sight-img-main img { width: 100%; height: 100%; object-fit: cover; }
.sight-img-badge {
  position: absolute; top: 12px; left: 12px;
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-orange) 100%);
  color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 6px 13px; border-radius: 999px;
  box-shadow: 0 8px 18px rgba(229,57,53,0.2);
}
.sight-img-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sight-img-row img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; }
 
.sight-tour-copy {
  background: #fff;
  border: 1px solid rgba(36,49,63,0.08);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.06);
}
.sight-mini-label {
  display: inline-flex;
  align-items: center;
  background: rgba(47,95,159,0.12);
  color: var(--rypo-red);
  border: 1px solid rgba(47,95,159,0.24);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sight-tour-copy h4 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--rypo-navy);
  margin-bottom: 8px;
}
.sight-tour-copy p {
  margin: 0;
  color: #5b687a;
  font-size: 0.92rem;
  line-height: 1.7;
}
.sight-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.sight-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--rypo-navy);
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(36,49,63,0.08);
  border-radius: 14px;
  padding: 12px 14px;
}
.sight-features li i { color: var(--rypo-select); font-size: 1rem; }
 
/* ── RIGHT PANEL ── */
.sight-right { padding: 18px 20px 16px 0; }
 
.sight-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--rypo-navy);
  margin-bottom: 8px;
  line-height: 1.15;
}
.sight-subtitle {
  color: #5f6d80;
  font-size: 0.95rem;
  margin-bottom: 22px;
  max-width: 760px;
}
 
.sight-step { margin-bottom: 22px; }
.selection-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
  margin-bottom: 14px;
}
.selection-label strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--rypo-navy);
}
.selection-label span {
  display: block;
  color: #607083;
  font-size: 0.82rem;
  line-height: 1.55;
  max-width: 360px;
  text-align: right;
}
 
.sight-places-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--rypo-red) #e7edf5;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
}
.sight-places-grid::-webkit-scrollbar { height: 4px; }
.sight-places-grid::-webkit-scrollbar-track { background: #e7edf5; border-radius: 999px; }
.sight-places-grid::-webkit-scrollbar-thumb { background: linear-gradient(135deg, var(--rypo-select), var(--rypo-select-dark)); border-radius: 999px; }
.sight-places-grid { scrollbar-color: var(--rypo-select) #e7edf5; }


.place-card {
  flex: 0 0 130px;
  min-width: 130px;
  border: 2px solid rgba(36,49,63,0.12);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
}
.place-card:hover {
  border-color: var(--rypo-select);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(36,49,63,0.12);
}
.place-card.selected {
  border-color: var(--rypo-select);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,246,239,1) 100%);
  box-shadow: 0 12px 26px rgba(36,49,63,0.16);
}
.place-img-wrap { position: relative; aspect-ratio: 4/3; }
.place-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.place-check {
  position: absolute; top: 6px; left: 6px;
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rypo-red), var(--rypo-orange));
  color: #fff;
  font-size: 0.7rem;
  display: none; align-items: center; justify-content: center;
}
.place-card.selected .place-check { display: flex; }
.place-card span {
  display: block; text-align: center;
  font-size: 0.76rem; font-weight: 700; color: var(--rypo-navy);
  padding: 7px 4px;
}

.sight-wrapper { overflow: visible; }
.sight-right { overflow: visible; min-width: 0; }
.sight-step { overflow: visible; min-width: 0; }
 
/* Bottom bar */
.sight-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  border-top: 1px solid #eef3f8; padding-top: 16px; margin-top: 0;
}
.sight-starting { font-size: 0.95rem; color: #607083; font-weight: 500; }
.sight-starting strong { font-size: 1.6rem; font-weight: 800; color: var(--rypo-red); }
.sight-actions { display: flex; gap: 10px; align-items: center; }
.btn-book-sight {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-orange) 100%); color: #fff;
  font-weight: 700; font-size: 0.95rem;
  padding: 12px 28px; border-radius: 10px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
  transition: all 0.2s;
  box-shadow: 0 10px 24px rgba(229,57,53,0.22);
}
.btn-book-sight:hover { background: var(--rypo-red-dark-dark); color: #fff; transform: translateY(-1px); }
.btn-wa-sight {
  width: 46px; height: 46px; border-radius: 10px;
  background: #25d366; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem; text-decoration: none;
  box-shadow: 0 8px 20px rgba(37,211,102,0.25);
  transition: all 0.2s;
}
.btn-wa-sight:hover { background: #1db954; color: #fff; transform: translateY(-1px); }
 
/* ── SIGHTSEEING RESPONSIVE ── */
@media (max-width: 991.98px) {
  .sight-section { padding: 32px 0 40px; }
  .sight-section .container-xl { padding-left: 16px; padding-right: 16px; }
  .sight-wrapper { grid-template-columns: 1fr; gap: 0; }
  .sight-left { border-right: none; border-bottom: 1px solid rgba(36,49,63,0.08); }
  .sight-right { padding: 18px; }
  .sight-img-row { display: none; }
  .selection-label { flex-direction: column; }
  .selection-label span { max-width: 100%; text-align: left; }
  .sight-tour-copy { margin-bottom: 14px; }
}
@media (max-width: 767.98px) {
  .sight-section { padding: 24px 0 32px; }
  .sight-right { padding: 16px; }
  .sight-title { font-size: 1.55rem; }
  .sight-subtitle { font-size: 0.9rem; }
  .selection-label strong { font-size: 0.98rem; }
  .selection-label span { font-size: 0.8rem; }
  .sight-starting strong { font-size: 1.3rem; }
}
@media (max-width: 480px) {
  .place-card { flex-basis: 132px; min-width: 132px; }
}
.booking-form .form-control::placeholder { color: #000; font-weight: 400; }
	
	
	
/* ═══════════════════════════════════
   PRICING SECTION
   ═══════════════════════════════════ */
.pricing-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #fbfdff 100%);
  position: relative;
  overflow: hidden;
}
.pricing-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(47,95,159,0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(229,57,53,0.06) 0%, transparent 50%);
}
 
/* Header */
.pricing-header {
  text-align: center;
  margin-bottom: 52px;
  position: relative; z-index: 1;
}
.pricing-badge {
  display: inline-block;
  background: rgba(47,95,159,0.15);
  border: 1px solid rgba(47,95,159,0.35);
  color: var(--rypo-orange);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 18px; border-radius: 999px;
  margin-bottom: 16px;
}
.pricing-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; color: #fff;
  margin-bottom: 12px; line-height: 1.15;
}
.pricing-title span { color: var(--rypo-orange); }
.pricing-sub { color: #607083; font-size: 0.98rem; max-width: 680px; margin: 0 auto; width: 100%; line-height: 1.8; }
.pricing-shell {
  max-width: 100%;
  padding-inline: clamp(18px, 3vw, 44px);
  position: relative;
  z-index: 1;
}
 
/* Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  position: relative; z-index: 1;
  align-items: stretch;
}
 
/* Card */
.price-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201,155,83,0.18);
  box-shadow: 0 18px 44px rgba(36,49,63,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(36,49,63,0.14);
}
.price-card.featured {
  transform: none;
  box-shadow: 0 22px 48px rgba(201,155,83,0.16);
  border: 2px solid rgba(201,155,83,0.42);
}
.price-card.featured:hover { transform: translateY(-8px); }
 
/* Ribbon */
.featured-ribbon {
  position: absolute; top: 18px; right: -28px;
  background: var(--rypo-orange);
  color: #fff; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 36px;
  transform: rotate(45deg);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(47,95,159,0.4);
}
 
/* Card top image area */
.price-card-top {
  position: relative;
  padding: 24px 20px 0;
  min-height: 180px;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
}
.dzire-bg  { background: #fff; }
.ertiga-bg  { background: #fff; }
.innova-bg  { background: #fff; }
 
.car-type-tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(0,0,0,0.12);
  backdrop-filter: blur(8px);
  color: #fff; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px;
  mix-blend-mode: multiply;
}
.dzire-bg .car-type-tag { background: rgba(36,49,63,0.15); color: var(--rypo-navy); mix-blend-mode: normal; }
 
.car-img {
  width: 100%; max-height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.2));
  transition: transform 0.4s ease;
}
.price-card:hover .car-img { transform: scale(1.04) translateY(-4px); }
 
/* Card body */
.price-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.price-list { flex: 1; }
 
.car-name {
  font-size: 1.4rem; font-weight: 800;
  color: var(--rypo-navy); margin-bottom: 10px;
}
.car-meta {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 18px;
}
.car-meta span {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.72rem; font-weight: 600; color: #607083;
  background: #e7edf5; padding: 4px 10px; border-radius: 999px;
}
.car-meta span i { color: var(--rypo-orange); font-size: 0.75rem; }
 
/* Price list */
.price-list { margin-bottom: 16px; }
.price-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 0;
  border-bottom: 1px dashed #dbe4ef;
  font-size: 0.87rem;
}
.price-row:last-child { border-bottom: none; }
.price-row span { color: #607083; font-weight: 500; }
.price-row strong { color: var(--rypo-navy); font-weight: 700; font-size: 0.95rem; }
 
/* Terms */
.price-terms {
  background: #f7fbff;
  border: 1px solid rgba(47,95,159,0.2);
  border-radius: 10px; padding: 12px 14px;
  margin-bottom: 18px;
}
.terms-title {
  font-size: 0.8rem; font-weight: 700; color: var(--rypo-navy);
  margin-bottom: 6px;
  display: flex; align-items: center; gap: 6px;
}
.terms-title i { color: var(--rypo-orange); }
.price-terms p {
  font-size: 0.75rem; color: var(--rypo-red);
  margin: 0 0 3px; font-weight: 500; line-height: 1.5;
}
.price-terms p:last-child { margin-bottom: 0; }
 
/* Buttons */
.price-card-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
}
.btn-price-secondary,
.btn-price-primary {
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.btn-price-secondary {
  background: #f7f9fc;
  color: var(--rypo-navy);
  border: 1px solid #dbe4ef;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
}
.btn-price-secondary:hover {
  background: #eef4fb;
  color: var(--rypo-navy);
  transform: translateY(-1px);
}
.btn-price-primary {
  background: linear-gradient(135deg, var(--rypo-orange), #2f5f9f);
  color: #fff;
  box-shadow: 0 10px 20px rgba(47,95,159,0.28);
}
.btn-price-primary:hover {
  background: linear-gradient(135deg, var(--rypo-orange-dark), var(--rypo-orange));
  color: #fff;
  transform: translateY(-1px);
}
.pricing-section-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.pricing-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #dbe7f5;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}
.pricing-link-btn:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-1px);
}
.pricing-link-btn-primary {
  color: #0f172a;
  background: #fff;
  border-color: #fff;
}
.pricing-link-btn-primary:hover {
  color: #0f172a;
  background: #f5f9ff;
}
 
/* Pricing responsive */
@media (max-width: 991.98px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; width: 100%; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-6px); }
}
@media (max-width: 575.98px) {
  .price-card-btns { grid-template-columns: 1fr; }
  .pricing-shell { padding-inline: 14px; }
  .pricing-section-cta { flex-direction: column; }
  .pricing-link-btn { width: 100%; }
}
@media (max-width: 767.98px) {
  .pricing-section { padding: 60px 0; }
  .pricing-title { font-size: 1.8rem; }
}
 
 
/* ═══════════════════════════════════
   PLACES SECTION
   ═══════════════════════════════════ */
.places-section {
  padding: 90px 0 0 0;
  background: var(--rypo-bg);
}
 
/* Header */
.places-header { text-align: center; margin-bottom: 48px; }
.places-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(36,49,63,0.08);
  border: 1px solid rgba(36,49,63,0.15);
  color: var(--rypo-navy);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px;
  margin-bottom: 16px;
}
.places-badge i { color: var(--rypo-orange); }
.places-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; color: var(--rypo-navy);
  margin-bottom: 12px; line-height: 1.15;
}
.places-title em { font-style: normal; color: var(--rypo-orange); }
.places-sub { color: #607083; font-size: 0.95rem; max-width: 680px; margin: 0 auto; width: 100%; line-height: 1.7; }
 
/* Grid */
.delhi-places-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
  overflow: visible;
  height: auto;
}
 
/* Tiles */
.place-tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.place-tile:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 48px rgba(15,23,42,0.22);
  z-index: 2;
}
.place-tile.tall { grid-row: span 2; }
.place-tile.wide { grid-column: span 2; }
 
.place-tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,15,35,0.88) 0%,
    rgba(10,15,35,0.3) 50%,
    rgba(10,15,35,0.05) 100%
  );
  transition: opacity 0.3s;
}
.place-tile:hover .place-tile-overlay {
  background: linear-gradient(
    to top,
    rgba(10,15,35,0.92) 0%,
    rgba(10,15,35,0.45) 60%,
    rgba(10,15,35,0.1) 100%
  );
}
 
.place-tile-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 18px;
}
.place-cat {
  display: inline-block;
  background: var(--rypo-orange);
  color: #fff; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 4px;
  margin-bottom: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
}
.place-tile:hover .place-cat { opacity: 1; transform: translateY(0); }
 
.place-tile-content h3 {
  font-size: 1rem; font-weight: 700; color: #fff;
  margin: 0 0 3px; line-height: 1.2;
}
.place-tile.tall .place-tile-content h3 { font-size: 1.2rem; }
.place-tile-content h3 span { color: rgba(255,255,255,0.65); font-weight: 600; font-size: 0.85em; }
.place-tile-content p {
  font-size: 0.75rem; color: rgba(255,255,255,0.7);
  margin: 0; font-weight: 500;
  transform: translateY(4px); opacity: 0.7;
  transition: all 0.3s ease;
}
.place-tile:hover .place-tile-content p { transform: translateY(0); opacity: 1; }
 
/* CTA Tile */
.place-tile-cta {
  background: var(--rypo-navy);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.place-tile-cta:hover { transform: scale(1.02); }
.place-cta-inner { padding: 20px; }
.place-cta-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(47,95,159,0.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.place-cta-icon i { color: var(--rypo-orange); font-size: 1.4rem; }
.place-cta-inner h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.place-cta-inner p { font-size: 0.75rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; line-height: 1.5; }
.btn-places-cta {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25d366; color: #fff;
  font-weight: 700; font-size: 0.82rem;
  padding: 10px 20px; border-radius: 10px;
  text-decoration: none; transition: all 0.2s;
  box-shadow: 0 6px 16px rgba(37,211,102,0.3);
}
.btn-places-cta:hover { background: #1db954; color: #fff; transform: translateY(-1px); }
 
/* Places responsive */
@media (max-width: 991.98px) {
  .delhi-places-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .place-tile.wide { grid-column: span 2; }
}
@media (max-width: 575.98px) {
  .places-section { padding: 56px 0; }
  .delhi-places-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 10px;
  }
  .place-tile.tall { grid-row: span 1; }
  .place-tile.wide { grid-column: span 2; }
  .place-tile-content h3 { font-size: 0.88rem; }
}


/* ═══════════════════════════════════
   OTHER PACKAGES SECTION
   ═══════════════════════════════════ */
.packages-section {
  padding: 40px 0;
  background: #f7f9fc;
}
.packages-header { text-align: center; margin-bottom: 52px; }
.packages-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(36,49,63,0.08); border: 1px solid rgba(36,49,63,0.15);
  color: var(--rypo-navy); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 16px;
}
.packages-badge i { color: var(--rypo-orange); }
.packages-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  color: var(--rypo-navy); margin-bottom: 12px;
}
.packages-title em { font-style: normal; color: var(--rypo-orange); }
.packages-sub { color: #607083; font-size: 0.95rem; max-width: 700px; margin: 0 auto; width: 100%; line-height: 1.7; }
 
/* Grid */
.packages-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; align-items: start;
}
 
/* Card */
.pkg-card {
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(15,23,42,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(15,23,42,0.14); }
.pkg-card.featured {
  box-shadow: 0 12px 40px rgba(47,95,159,0.2);
  border: 2px solid var(--rypo-orange);
}
.pkg-card.featured:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(47,95,159,0.28); }
 
.pkg-featured-tag {
  position: absolute; top: 16px; right: -26px;
  background: var(--rypo-orange); color: #fff;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 5px 36px;
  transform: rotate(45deg); z-index: 10;
  box-shadow: 0 4px 12px rgba(47,95,159,0.4);
}
 
/* Image */
.pkg-img-wrap {
  position: relative; height: 210px; overflow: hidden;
}
.pkg-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.pkg-card:hover .pkg-img { transform: scale(1.06); }
.pkg-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,15,35,0.7) 0%, transparent 55%);
}
.pkg-label {
  position: absolute; top: 14px; left: 14px;
  background: var(--rypo-orange); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 6px;
}
.pkg-price-badge {
  position: absolute; bottom: 14px; right: 14px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  color: #607083; font-size: 0.75rem; font-weight: 600;
  padding: 5px 12px; border-radius: 8px;
}
.pkg-price-badge strong { color: var(--rypo-navy); font-size: 1rem; font-weight: 800; }
 
/* Body */
.pkg-body { padding: 20px; }
.pkg-title { font-size: 1.1rem; font-weight: 700; color: var(--rypo-navy); margin-bottom: 14px; line-height: 1.3; }
 
/* Places */
.pkg-places { margin-bottom: 14px; }
.pkg-places-label, .pkg-cars-label {
  font-size: 0.75rem; font-weight: 700; color: #607083;
  text-transform: uppercase; letter-spacing: 0.08em;
  display: flex; align-items: center; gap: 5px; margin-bottom: 8px;
}
.pkg-places-label i { color: var(--rypo-red); }
.pkg-cars-label i { color: var(--rypo-orange); }
.pkg-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--rypo-red) #e7edf5;
  padding-bottom: 6px;
  width: 100%;
}
.pkg-tags::-webkit-scrollbar {
  height: 4px;
}
.pkg-tags::-webkit-scrollbar-track {
  background: #e7edf5;
  border-radius: 999px;
}
.pkg-tags::-webkit-scrollbar-thumb {
  background: var(--rypo-orange);
  border-radius: 999px;
}
.pkg-tags span {
  background: #e7edf5; color: var(--rypo-navy);
  font-size: 0.72rem; font-weight: 600;
  padding: 4px 10px; border-radius: 6px;
  border: 1px solid #dbe4ef;
  white-space: nowrap;
  flex-shrink: 0;
}
/* Cars */
.pkg-cars { margin-bottom: 18px; }
.pkg-car-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  scrollbar-width: none;
}
.pkg-car-list::-webkit-scrollbar { display: none; }
.pkg-car-item {
  background: #f7f9fc; border: 1.5px solid #dbe4ef;
  border-radius: 10px; padding: 8px 6px;
  text-align: center; transition: all 0.2s;
  min-width: 90px; flex-shrink: 0;
  scroll-snap-align: start;
}
.pkg-car-item:hover { border-color: var(--rypo-orange); background: #fff; }
.pkg-car-item img { width: 100%; height: 36px; object-fit: contain; margin-bottom: 5px; }
.pkg-car-name { display: block; font-size: 0.65rem; font-weight: 600; color: #607083; margin-bottom: 4px; }
.pkg-car-price {
  display: block; font-size: 0.75rem; font-weight: 700;
  color: var(--rypo-navy); background: #eaf1fb;
  border-radius: 4px; padding: 2px 4px;
}
.pkg-car-price.highlight { background: #eaf1fb; color: #244b7c; }
.pkg-car-price.muted { background: #e7edf5; color: #a69582; font-weight: 600; font-size: 0.65rem; }
 
/* Buttons */
.pkg-btns {
  display: flex; gap: 8px; flex-wrap: wrap;
  padding-top: 16px; border-top: 1px dashed #dbe4ef;
}
.pkg-btn-call {
  flex: 1; background: var(--rypo-orange); color: #000;
  font-weight: 700; font-size: 0.82rem; padding: 11px 8px;
  border-radius: 10px; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  transition: all 0.2s; box-shadow: 0 4px 12px rgba(47,95,159,0.25);
  min-width: 0;
}
.pkg-btn-call:hover { background: var(--rypo-orange-dark); color: #fff; transform: translateY(-1px); }
.pkg-btn-offer {
  flex: 1.4; background: transparent; color: var(--rypo-navy);
  font-weight: 700; font-size: 0.82rem; padding: 11px 8px;
  border-radius: 10px; text-decoration: none; text-align: center;
  border: 2px solid var(--rypo-navy); transition: all 0.2s;
  min-width: 0;
}
.pkg-btn-offer:hover { background: var(--rypo-navy); color: #fff; }
.pkg-btn-wa {
  flex: 1; background: #25d366; color: #fff;
  font-weight: 700; font-size: 0.82rem; padding: 11px 8px;
  border-radius: 10px; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  transition: all 0.2s; box-shadow: 0 4px 12px rgba(37,211,102,0.2);
  min-width: 0;
}
.pkg-btn-wa:hover { background: #1db954; color: #fff; transform: translateY(-1px); }
 
/* Packages responsive */
@media (max-width: 991.98px) {
  .packages-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; width: 100%; }
  .pkg-card.featured { transform: none; }
}
@media (max-width: 575.98px) {
  .packages-section { padding: 56px 0; }
  .pkg-car-list { grid-template-columns: repeat(2, 1fr); }
  .pkg-btns { flex-direction: column; }
  .pkg-btn-call, .pkg-btn-offer, .pkg-btn-wa { flex: none; }
}
 
/* ── CAR CAROUSEL ARROWS ── */
.pkg-cars-wrap { position: relative; }
.car-carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 1.5px solid #dbe4ef;
  color: var(--rypo-navy); font-size: 0.7rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 5; transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.car-carousel-btn:hover { background: var(--rypo-orange); border-color: var(--rypo-orange); color: #fff; }
.car-carousel-btn.prev { left: -13px; }
.car-carousel-btn.next { right: -13px; }




/* ═══════════════════════════════════
   FOOTER
   ═══════════════════════════════════ */
.footer-section {
  background: var(--rypo-navy);
  position: relative;
  margin-top: 0;
}
.footer-wave {
  line-height: 0;
  margin-bottom: -2px;
}
.footer-wave svg { display: block; width: 100%; height: 60px; }
 
.footer-main { padding: 60px 0 48px; }

.footer-grid {
    display: grid;
    grid-template-columns: 260px 1fr 1fr;
    gap: 130px;
    align-items: start;
}
 
/* Brand col */
.footer-logo {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.footer-brand-mark { display:none; }
.footer-img { width: 150px; max-width: 100%; display:block;  }
.footer-brand-mark-unused {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, #ff5a4f, var(--rypo-red));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px;
  box-shadow: 0 8px 20px rgba(229,57,53,0.3);
  flex-shrink: 0;
}
.footer-brand-name { font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; }
.footer-brand-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.footer-brand-desc { color: rgba(255,255,255,0.55); font-size: 0.83rem; line-height: 1.7; margin-bottom: 20px; }
.footer-brand-desc strong { color: rgba(255,255,255,0.8); }
 
.footer-socials { display: flex; gap: 10px; }
.fsocial {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: all 0.2s;
}
.fsocial:hover { background: rgba(255,255,255,0.16); color: #fff; transform: translateY(-2px); }
.fsocial.wa { background: rgba(37,211,102,0.2); border-color: rgba(37,211,102,0.3); color: #25d366; }
.fsocial.wa:hover { background: #25d366; color: #fff; }
.fsocial.call {
    background: rgb(255 255 255 / 20%);
    border-color: rgb(255 255 255 / 30%);
    color: #fff;
}
.fsocial.call:hover { background: var(--rypo-orange); color: #fff; }
 
/* Col title */
.footer-col-title {
  font-size: 0.82rem; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 0.1em;
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 18px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-col-title i { color: var(--rypo-orange); font-size: 0.9rem; }
.footer-col-title.mt-4 { margin-top: 28px; }
 
/* Contact list */
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 14px;
}
.fcontact-icon {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  background: rgba(47,95,159,0.15); border: 1px solid rgba(47,95,159,0.25);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.85rem;
}
.fcontact-label {
  display: block; font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.35); margin-bottom: 2px;
}
.footer-contact-list a,
.footer-contact-list span {
  font-size: 0.85rem; color: rgba(255,255,255,0.75); font-weight: 500;
  text-decoration: none; line-height: 1.4;
}
.footer-contact-list a:hover { color: #fff; }
 
/* Bank */
.footer-bank {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 14px 16px;
}
.bank-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.8rem;
}
.bank-row:last-child { border-bottom: none; }
.bank-row span { color: rgba(255,255,255,0.45); font-weight: 500; }
.bank-row strong { color: rgba(255,255,255,0.85); font-weight: 700; text-align: right; }
 
/* Right col */
.footer-right-col { display: flex; flex-direction: column; gap: 28px; }
 
/* QR */
.footer-qr-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--rypo-orange);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 10px;
    padding-bottom: 0;
}
.footer-qr-box {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 14px 16px;
}
.qr-placeholder {
  background: #fff; border-radius: 10px;
  padding: 8px; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.qr-name {
  font-size: 0.78rem; font-weight: 700;
  color: rgba(255,255,255,0.7); line-height: 1.4;
}
 
/* Form */
.footer-form { display: flex; flex-direction: column; gap: 10px; }
.footer-input-wrap {
  position: relative; display: flex; align-items: center;
}
.footer-input-wrap i {
  position: absolute; left: 14px;
  color: rgba(255,255,255,0.35); font-size: 0.85rem; z-index: 1;
}
.footer-input-wrap input {
  width: 100%; background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 12px 14px 12px 38px;
  color: #fff; font-size: 0.87rem;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  transition: all 0.2s;
}
.footer-input-wrap input::placeholder { color: rgba(255,255,255,0.35); }
.footer-input-wrap input:focus {
  outline: none; border-color: var(--rypo-orange);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 3px rgba(47,95,159,0.12);
}
.footer-send-btn {
  background: var(--rypo-orange); color: #fff;
  font-weight: 700; font-size: 0.92rem;
  padding: 13px; border: 0; border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  cursor: pointer; transition: all 0.25s;
  box-shadow: 0 10px 24px rgba(229,57,53,0.22);
}
.footer-send-btn:hover { background: var(--rypo-orange-dark); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(47,95,159,0.4); }
 
/* Bottom bar */
.footer-bottom {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 16px 0;
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
  font-size: 0.78rem; color: rgba(255,255,255,0.38); font-weight: 500;
}
 
/* Footer responsive */
@media (max-width: 991.98px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand-col { grid-column: span 2; }
}
@media (max-width: 767.98px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-col { grid-column: span 1; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
  .footer-qr-box { flex-direction: column; text-align: center; }
}




.cab-slider-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}
.cab-scroll-wrap { overflow: hidden; }

.cab-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  -ms-overflow-style: auto;
  flex: 1;
  min-width: 0;
  padding: 4px 2px 10px;
}
.cab-grid::-webkit-scrollbar { height: 6px; }
.cab-grid::-webkit-scrollbar-track { background: #e7edf5; border-radius: 999px; }
.cab-grid::-webkit-scrollbar-thumb { background: linear-gradient(135deg, var(--rypo-select), var(--rypo-select-dark)); border-radius: 999px; }
.cab-grid { scrollbar-color: var(--rypo-select) #e7edf5; }

.cab-card {
  flex: 0 0 148px;
  min-width: 148px;
  scroll-snap-align: start;
  border: 2px solid rgba(36,49,63,0.12);
  border-radius: 16px;
  padding: 12px 10px 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.22s ease;
  background: #fff;
  box-sizing: border-box;
}
.cab-card:hover { border-color: var(--rypo-select); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(36,49,63,0.12); }
.cab-card.selected { border-color: var(--rypo-select); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,246,239,1) 100%); box-shadow: 0 12px 28px rgba(36,49,63,0.16); }
.cab-card img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: drop-shadow(0 10px 18px rgba(15,23,42,0.10));
}
.cab-name { font-size: 0.88rem; font-weight: 700; color: var(--rypo-navy); margin-bottom: 3px; line-height: 1.25; }
.cab-type { font-size: 0.73rem; color: #7b8798; font-weight: 600; margin-bottom: 10px; line-height: 1.3; }
.cab-price {
  display: inline-block;
  border: 1.5px solid #dbe4ef;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #334155;
  padding: 5px 14px;
  transition: all 0.2s;
}
.cab-price.selected { background: linear-gradient(135deg, var(--rypo-select), var(--rypo-select-dark)); border-color: var(--rypo-select); color: #fff; }

.cab-arrow { display: none !important; }

@media (max-width: 767.98px) {
  .cab-card { flex: 0 0 138px; min-width: 138px; }
  .cab-card img { height: 68px; }
}

html { scroll-behavior: smooth; }
.navbar-toggler:focus { box-shadow: none; }
@media (max-width: 767.98px) { .brand-logo-img { height: 46px; } .footer-logo-img { width: 150px; } }


@media (min-width: 1200px) {
  .navbar .container-xl, .hero-inner .container-xl {
    max-width: 1440px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero-title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

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


/* ===== Premium Hero Refresh ===== */
.navbar-wrap {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
}
.navbar-wrap .container-xl {
  max-width: 1320px;
}
.brand-logo-img {
  height: 64px;
}
.brand-sub-main {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.brand-sub-mini {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.navbar-nav {
  gap: 10px;
}
.nav-link {
  font-weight: 600;
}
.hero-section {
  min-height: 760px;
  align-items: center;
}
.hero-bg {
  background: linear-gradient(120deg, rgba(11,18,38,0.78), rgba(11,18,38,0.34)), url('/uploads/places/hero-delhi.webp') center center/cover no-repeat;
  transform: scale(1.02);
}
.hero-bg::after {
  background:
    radial-gradient(circle at 15% 20%, rgba(229,57,53,0.16), transparent 32%),
    radial-gradient(circle at 85% 24%, rgba(47,95,159,0.14), transparent 28%),
    linear-gradient(110deg, rgba(5,10,24,0.88) 0%, rgba(9,16,38,0.66) 46%, rgba(8,14,28,0.84) 100%);
}
.hero-overlay-shape {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.65;
}
.hero-overlay-left {
  width: 320px;
  height: 320px;
  left: -80px;
  bottom: 10%;
  background: rgba(229,57,53,0.16);
}
.hero-overlay-right {
  width: 380px;
  height: 380px;
  right: -120px;
  top: 12%;
  background: rgba(47,95,159,0.12);
}
.hero-inner {
  width: 100%;
  padding: 40px 0 44px;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 450px);
  gap: 42px;
  align-items: center;
}
.hero-copy {
  max-width: 680px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
}
.hero-title {
  text-align: left;
  margin: 0 0 14px;
  font-size: clamp(2.8rem, 4.7vw, 4.7rem);
  line-height: 1.02;
  max-width: 700px;
  letter-spacing: -0.04em;
}
.hero-desc {
  text-align: left;
  margin: 0 0 22px;
  max-width: 590px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}
.btn-hero-primary,
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}
.btn-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff5c50 0%, #db2f2b 100%);
  box-shadow: 0 18px 34px rgba(229,57,53,0.24);
}
.btn-hero-primary:hover {
  color: #fff;
  transform: translateY(-2px);
}
.btn-hero-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}
.btn-hero-secondary:hover {
  color: #fff;
  background: rgba(255,255,255,0.14);
}
.hero-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.hero-mini-point {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  backdrop-filter: blur(10px);
}
.hero-mini-point i {
  color: #8fb4e8;
}
.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 620px;
}
.hero-stat-item {
  padding: 15px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.11);
  backdrop-filter: blur(10px);
}
.hero-stat-item strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.hero-stat-item span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.68);
}
.hero-form-wrap {
  display: flex;
  justify-content: flex-end;
}
.booking-card {
  width: 100%;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 26px 60px rgba(7,12,26,0.28);
}
.booking-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.booking-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(229,57,53,0.1);
  color: var(--rypo-red-dark);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.booking-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rypo-navy);
  font-size: 0.85rem;
  font-weight: 700;
}
.booking-title {
  font-size: 1.75rem;
  line-height: 1.1;
  color: #8f1e1b;
  margin-bottom: 8px;
}
.booking-subtitle {
  color: #607083;
  margin-bottom: 18px;
}
.booking-form .form-control {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid #dde6f0;
  background: #f7f9fc;
  padding: 14px 16px;
  box-shadow: none;
}
.booking-form .form-control:focus {
  border-color: rgba(229,57,53,0.45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(229,57,53,0.08);
}
.btn-book {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #f0463f 0%, #d62e29 100%);
  box-shadow: 0 18px 34px rgba(229,57,53,0.22);
}
.booking-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.booking-footer-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 600;
}
.hero-scroll, .hero-stats-col, .hero-main-row { display: none !important; }

@media (max-width: 1199.98px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-form-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .brand-copy {
    display: none;
  }
  .navbar-nav {
    gap: 0;
  }
  .hero-section {
    min-height: auto;
  }
  .hero-inner {
    padding: 42px 0 54px;
  }
  .hero-title {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }
}

@media (max-width: 767.98px) {
  .brand-logo-img {
    height: 54px;
  }
  .hero-title, .hero-desc {
    text-align: center;
  }
  .hero-kicker {
    display: table;
    margin: 0 auto 16px;
  }
  .hero-actions,
  .hero-mini-points {
    justify-content: center;
  }
  .hero-stats-row {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .hero-form-wrap {
    justify-content: center;
  }
  .booking-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .booking-topline {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ===== PROFESSIONAL MULTI-PAGE EXTENSIONS ===== */
.mp-page-hero{position:relative;padding:118px 0 82px;background:linear-gradient(135deg,#f5f8fc 0%,#ffffff 38%,#eef5fb 100%);overflow:hidden}
.mp-page-hero::before,.mp-page-hero::after{content:"";position:absolute;border-radius:999px;filter:blur(8px);opacity:.55;pointer-events:none}
.mp-page-hero::before{width:280px;height:280px;right:-70px;top:-80px;background:rgba(229,57,53,.10)}
.mp-page-hero::after{width:220px;height:220px;left:-50px;bottom:-60px;background:rgba(47,95,159,.14)}
.mp-breadcrumb{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(36,49,63,.08);box-shadow:0 16px 38px rgba(15,23,42,.06);color:#607083;font-size:.9rem;margin-bottom:20px}
.mp-section{padding:15px 0 60px 0}
.mp-section-soft{padding:84px 0;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%)}
.mp-section-warm{padding:84px 0;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%)}
.mp-section-header{margin-bottom:34px}
.mp-section-header h2{font-size:clamp(2rem,2.6vw,3rem);line-height:1.15;color:var(--rypo-navy);margin:14px 0 12px;font-weight:800}
.mp-section-header p{max-width:760px;color:#637082;margin:0}
.mp-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(229,57,53,.08);color:var(--rypo-red);font-weight: 700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.mp-card{background:#fff;border:1px solid rgba(36,49,63,.08);border-radius:28px;box-shadow:0 18px 52px rgba(15,23,42,.08)}
.mp-info-grid,.mp-feature-grid,.mp-contact-grid,.mp-summary-grid,.mp-trust-grid{display:grid;gap:24px}
.mp-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mp-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.mp-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mp-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.mp-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mp-info-card,.mp-feature-card,.mp-contact-card,.mp-summary-card,.mp-step-card,.mp-option-card,.mp-form-card,.mp-side-card,.mp-table-wrap,.mp-voucher-card{background:#fff;border:1px solid rgba(36,49,63,.08);border-radius:28px;box-shadow:0 18px 52px rgba(15,23,42,.08)}
.mp-info-card,.mp-contact-card,.mp-summary-card,.mp-step-card,.mp-option-card,.mp-form-card,.mp-side-card,.mp-voucher-card{padding:28px}
.mp-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;
background: #e3393d !important;
font-size:1.3rem;margin-bottom:18px;box-shadow:0 12px 26px rgba(229,57,53,.08)}
.mp-info-card h3,.mp-contact-card h3,.mp-step-card h3,.mp-side-card h3,.mp-option-card h3,.mp-voucher-card h3{font-size:1.2rem;color:var(--rypo-navy);margin-bottom:12px;font-weight:800}
.mp-info-card p,.mp-contact-card p,.mp-step-card p,.mp-side-card p,.mp-option-card p,.mp-voucher-card p{color:#607083;margin-bottom:0}
.mp-inline-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--rypo-red);font-weight: 700;margin-top:18px}
.mp-hero-layout,.mp-dual-layout,.mp-review-layout,.mp-payment-layout,.mp-complete-layout{display:grid;gap:28px;align-items:stretch}
.mp-hero-layout{grid-template-columns:1.15fr .85fr}
.mp-dual-layout{grid-template-columns:1.15fr .85fr}
.mp-review-layout{grid-template-columns:1.05fr .95fr}
.mp-payment-layout{grid-template-columns:1fr .95fr}
.mp-complete-layout{grid-template-columns:1fr .9fr}
.mp-visual-card{position:relative;background:#fff;padding:20px;border-radius:30px;border:1px solid rgba(36,49,63,.08);box-shadow:0 20px 60px rgba(15,23,42,.08);overflow:hidden}
.mp-visual-card img{width:100%;display:block;border-radius:24px}
.mp-stack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.mp-stack-grid img{aspect-ratio:1.25/1;object-fit:cover}
.mp-chip-row,.mp-quick-points,.mp-step-list,.mp-badge-row,.mp-status-row{display:flex;flex-wrap:wrap;gap:12px}
.mp-chip,.mp-status-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(36,49,63,.08);color:#5d6d81;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.mp-quick-points{margin-top:24px}
.mp-quick-points .mp-chip{background:rgba(255,255,255,.92)}
.mp-check-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.mp-check-list li{display:flex;gap:12px;color:#5f6e80}
.mp-check-list i{color:var(--rypo-red);margin-top:4px}
.mp-cta-banner{padding:34px;border-radius:32px;background:linear-gradient(135deg,var(--rypo-navy) 0%,#4b392b 50%,#2f5f9f 120%);box-shadow:0 24px 65px rgba(36,49,63,.22);display:flex;justify-content:space-between;gap:24px;align-items:center;color:#fff}
.mp-cta-banner h3{color:#fff;margin-bottom:8px;font-size:1.7rem}
.mp-cta-banner p{color:rgba(255,255,255,.84);margin:0;max-width:650px}
.mp-cta-actions{display:flex;flex-wrap:wrap;gap:14px}
.mp-btn-outline-light{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:15px;border:1px solid rgba(255,255,255,.28);color:#fff;text-decoration:none;font-weight:800}
.mp-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:15px;background:#fff;color:var(--rypo-navy);text-decoration:none;font-weight: 700;box-shadow:0 12px 24px rgba(255,255,255,.16)}
.mp-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.mp-step-card{position:relative;overflow:hidden}
.mp-step-no{position:absolute;top:20px;right:22px;font-size:2.1rem;font-weight: 700;color:rgba(229,57,53,.12)}
.mp-place-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.mp-place-card{position:relative;border-radius:24px;overflow:hidden;min-height:260px;box-shadow:0 18px 44px rgba(15,23,42,.12);background:#0f172a}
.mp-place-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}
.mp-place-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.02),rgba(16,24,40,.72))}
.mp-place-content{position:absolute;left:20px;right:20px;bottom:20px;z-index:1;color:#fff}
.mp-place-content h3{font-size:1.25rem;margin-bottom:6px;color:#fff}
.mp-place-content p{margin:0;color:rgba(255,255,255,.82)}
.mp-tour-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}
.mp-tour-options{display:grid;gap:18px}
.mp-option-card{position:relative;overflow:hidden}
.mp-price-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(229,57,53,.1);color:var(--rypo-red);font-weight: 700;font-size:.92rem}
.mp-car-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mp-car-tile{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);border:1px solid rgba(36,49,63,.08);border-radius:24px;padding:20px;text-align:center;box-shadow:0 14px 40px rgba(15,23,42,.05)}
.mp-car-tile img{height:150px;object-fit:contain;margin-bottom:12px}
.mp-car-tile h4{font-size:1.1rem;color:var(--rypo-navy);margin-bottom:8px;font-weight:800}
.mp-car-tile .muted{font-size:.92rem;color:#677688}
.mp-rate-table{width:100%;border-collapse:collapse}
.mp-rate-table th,.mp-rate-table td{padding:16px 14px;border-bottom:1px solid #e8edf3;vertical-align:top}
.mp-rate-table th{font-size:.95rem;color:var(--rypo-navy);background:#f7f9fc}
.mp-rate-table td strong{color:var(--rypo-navy)}
.mp-pill{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f0f6ff;color:#2f5f9f;font-size:.82rem;font-weight:800}
.mp-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mp-package-card{overflow:hidden;background:#fff;border:1px solid rgba(36,49,63,.08);border-radius:30px;box-shadow:0 18px 52px rgba(15,23,42,.08)}
.mp-package-card img{width:100%;height:240px;object-fit:cover;display:block}
.mp-package-body{padding:26px}
.mp-package-body h3{font-size:1.35rem;color:var(--rypo-navy);margin-bottom:10px;font-weight:800}
.mp-tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.mp-tag-row span{display:inline-flex;padding:9px 12px;border-radius:999px;background:#f7f9fc;border:1px solid #e7edf4;color:#5e6c80;font-size:.9rem}
.mp-price-rows{display:grid;gap:12px;margin-top:18px}
.mp-price-rows div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed #e6ebf2;color:#5f6e80}
.mp-price-rows strong{color:var(--rypo-navy)}
.mp-form-card .form-label,.mp-side-card .form-label{font-weight: 700;color:var(--rypo-navy);margin-bottom:8px}
.mp-form-card .form-control,.mp-form-card .form-select,.mp-form-card .form-control:focus,.mp-form-card .form-select:focus{border-radius:16px;padding:14px 16px;border-color:#d9e2ec;box-shadow:none}
.mp-form-card textarea.form-control{min-height:120px}
.mp-stepper{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px}
.mp-step-pill{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid rgba(36,49,63,.08);box-shadow:0 10px 26px rgba(15,23,42,.04);font-weight:700;color:#5d6d81}
.mp-step-pill strong{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f3f7fb;color:var(--rypo-navy)}
.mp-step-pill.active{border-color:rgba(229,57,53,.24);color:var(--rypo-red);background:#fff5f4}
.mp-step-pill.active strong{background:var(--rypo-red);color:#fff}
.mp-side-card{position:sticky;top:105px}
.mp-order-summary{display:grid;gap:16px;margin-top:14px}
.mp-order-row{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px dashed #e5eaf1;color:#607083}
.mp-order-row strong{color:var(--rypo-navy)}
.mp-total-box{margin-top:20px;padding:20px;border-radius:24px;background:linear-gradient(135deg,rgba(229,57,53,.08),rgba(47,95,159,.14));display:flex;justify-content:space-between;align-items:flex-end;gap:18px}
.mp-total-box strong{display:block;font-size:2rem;line-height:1;color:var(--rypo-navy)}
.mp-note{font-size:.92rem;color:#6b7788;margin-top:12px}
.mp-review-block{padding:22px;border-radius:24px;background:#f7f9fc;border:1px solid #e6edf4}
.mp-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.mp-review-item{padding:18px;border-radius:20px;background:#fff;border:1px solid #e6edf4}
.mp-review-item span{display:block;font-size:.84rem;color:#708195;margin-bottom:6px}
.mp-review-item strong{color:var(--rypo-navy);font-size:1rem}
.mp-terms-box{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:20px;background:#f5f9ff;border:1px solid #dce8fb;margin-top:20px;color:#2f5f9f}
.mp-method-grid{display:grid;gap:16px}
.mp-method-btn{width:100%;text-align:left;padding:18px 20px;border-radius:22px;border:1px solid #e5ebf2;background:#fff;display:flex;justify-content:space-between;gap:16px;align-items:center;transition:.2s ease;cursor:pointer}
.mp-method-btn.active,.mp-method-btn:hover{border-color:rgba(229,57,53,.25);background:#fff5f4;box-shadow:0 14px 32px rgba(229,57,53,.08)}
.mp-method-left{display:flex;gap:14px;align-items:center}
.mp-method-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(229,57,53,.12),rgba(47,95,159,.16));color:var(--rypo-navy);font-size:1.1rem}
.mp-payment-box{padding:22px;border-radius:26px;background:#f7f9fc;border:1px solid #e6edf4;margin-top:18px}
.mp-mini-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
.mp-mini-form .form-control,.mp-mini-form .form-select{border-radius:14px;padding:13px 14px;border:1px solid #d9e2ec}
.mp-success-shell,.mp-fail-shell{max-width:900px;margin:0 auto}
.mp-status-card{padding:40px;border-radius:34px;background:#fff;border:1px solid rgba(36,49,63,.08);box-shadow:0 24px 68px rgba(15,23,42,.10)}
.mp-status-icon{width:86px;height:86px;border-radius:26px;display:grid;place-items:center;font-size:2rem;margin-bottom:22px}
.mp-status-icon.success{background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(16,185,129,.18));color:#15803d}
.mp-status-icon.fail{background:linear-gradient(135deg,rgba(229,57,53,.16),rgba(47,95,159,.18));color:var(--rypo-red)}
.mp-status-card h1{font-size:clamp(2rem,3vw,3rem);line-height:1.1;color:var(--rypo-navy);margin-bottom:12px;font-weight:800}
.mp-status-card p{color:#607083}
.mp-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}
.mp-status-item{padding:20px;border-radius:22px;background:#f7f9fc;border:1px solid #e6edf4}
.mp-status-item span{display:block;font-size:.84rem;color:#708195;margin-bottom:6px}
.mp-status-item strong{color:var(--rypo-navy)}
.mp-voucher-card{position:relative;overflow:hidden}
.mp-voucher-card::after{content:"";position:absolute;left:24px;right:24px;top:112px;border-top:1px dashed #dbe7f5}
.mp-voucher-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:24px}
.mp-voucher-logo{display:flex;gap:14px;align-items:center}
.mp-voucher-logo img{width:56px;height:56px;border-radius:16px;background:#fff;padding:6px;object-fit:contain}
.mp-voucher-meta{display:grid;gap:12px;margin-top:28px}
.mp-voucher-meta div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed #e5ebf2;color:#617083}
.mp-voucher-meta strong{color:var(--rypo-navy)}
.mp-print-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:16px;border:1px solid rgba(36,49,63,.12);color:var(--rypo-navy);text-decoration:none;font-weight: 700;background:#fff}
.footer-logo-img{background:#fff;border-radius:14px;padding:8px}
@media (max-width:1199.98px){.mp-place-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-package-grid{grid-template-columns:1fr 1fr}.mp-feature-grid,.mp-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:991.98px){.mp-hero-layout,.mp-dual-layout,.mp-review-layout,.mp-payment-layout,.mp-complete-layout,.mp-tour-layout,.mp-info-grid,.mp-contact-grid,.mp-summary-grid,.mp-trust-grid,.mp-status-grid,.mp-car-tiles,.mp-package-grid,.mp-place-grid,.mp-review-list,.mp-mini-form{grid-template-columns:1fr}.mp-side-card{position:relative;top:auto}.mp-cta-banner{flex-direction:column;align-items:flex-start}}
@media (max-width:767.98px){.mp-feature-grid,.mp-process-grid{grid-template-columns:1fr}.mp-page-hero{padding:104px 0 72px}.mp-info-card,.mp-contact-card,.mp-summary-card,.mp-step-card,.mp-option-card,.mp-form-card,.mp-side-card,.mp-voucher-card,.mp-status-card{padding:22px}.mp-stepper{gap:10px}.mp-step-pill{width:100%}}
@media print {.navbar-wrap,.footer-section,.mp-cta-actions,.btn,.btn-rypo,.btn-wa,.btn-book,.btn-book-sight,.btn-call-price,.btn-wa-price,.btn-price-secondary,.btn-price-primary,.pricing-link-btn,.pkg-btn-offer,.mp-print-hidden{display:none!important}.mp-page-hero,.mp-section,.mp-section-soft,.mp-section-warm{padding:0!important}.mp-voucher-card,.mp-status-card{box-shadow:none;border:1px solid #dbe4ef}}


/* Header full-width update */
.navbar-shell {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}
@media (min-width: 1200px) {
  .navbar .navbar-shell {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.navbar-wrap .navbar-shell {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .navbar-shell {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* ===== Home page header + hero refinement (March 2026) ===== */
.topbar-strip {
  position: relative;
  z-index: 1035;
  background: linear-gradient(90deg, var(--rypo-navy) 0%, #274a78 52%, #2f5588 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-shell {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.topbar-phone i {
  color: var(--rypo-orange);
}
.topbar-socials {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.topbar-socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.25s ease;
}
.topbar-socials a:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(47,95,159,0.94) 0%, rgba(229,57,53,0.94) 100%);
  border-color: transparent;
  color: #fff;
}
.navbar-wrap {
  top: 0;
  backdrop-filter: saturate(180%) blur(16px);
}
#hero.hero-section {
  min-height: 780px;
}
#hero .hero-bg {
  background: url('/uploads/places/hero-delhi.webp') center center/cover no-repeat;
  transform: scale(1.04);
}
#hero .hero-bg::after {
  background: linear-gradient(112deg, rgba(10,18,38,0.68) 0%, rgba(15,24,49,0.52) 42%, rgba(11,16,33,0.62) 100%);
}
#hero .hero-grid {
  gap: 54px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 430px);
}
#hero .hero-copy {
  max-width: 720px;
}
#hero .hero-kicker {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 14px 36px rgba(15,23,42,0.16);
}
#hero .hero-title {
  font-size: clamp(3.15rem, 5vw, 5.2rem);
  line-height: 1.02;
  font-weight: 800;
  max-width: 760px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.22);
}
#hero .hero-desc {
  max-width: 620px;
  font-size: 1.04rem;
  color: rgba(255,255,255,0.88);
}
#hero .btn-hero-primary,
#hero .btn-hero-secondary {
  min-width: 198px;
  min-height: 58px;
}
#hero .btn-hero-primary {
  background: linear-gradient(135deg, #ff5f52 0%, var(--rypo-red) 52%, var(--rypo-red-dark) 100%);
  box-shadow: 0 18px 34px rgba(229,57,53,0.28);
}
#hero .btn-hero-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #17b857 100%);
  border-color: rgba(37,211,102,0.26);
  box-shadow: 0 18px 34px rgba(37,211,102,0.22);
}
#hero .btn-hero-whatsapp:hover {
  background: linear-gradient(135deg, #1fcb61 0%, #13ab50 100%);
}
#hero .hero-mini-point,
#hero .hero-stat-item {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
}
#hero .booking-card {
  background: linear-gradient(180deg, rgba(255,250,246,0.98) 0%, rgba(255,255,255,0.96) 100%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 30px 70px rgba(7,12,26,0.30);
}
#hero .booking-tag {
  background: rgba(229,57,53,0.10);
}
#hero .booking-chip i,
#hero .booking-footer-item i {
  color: var(--rypo-orange);
}
#hero .booking-form .form-control {
  border-color: rgba(36,49,63,0.10);
  background: #fbfbfd;
}
#hero .booking-form .form-control:focus {
  border-color: rgba(229,57,53,0.42);
  box-shadow: 0 0 0 4px rgba(229,57,53,0.08);
}
#hero .btn-book {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-red-dark) 100%);
}
@media (max-width: 991.98px) {
  .topbar-shell {
    min-height: 44px;
  }
  #hero.hero-section {
    min-height: auto;
  }
  #hero .hero-grid {
    gap: 30px;
  }
  #hero .hero-title {
    font-size: clamp(2.55rem, 9vw, 4rem);
  }
}
@media (max-width: 767.98px) {
  .topbar-shell {
    flex-direction: column;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .topbar-phone {
    font-size: 0.94rem;
  }
  .topbar-socials a {
    width: 34px;
    height: 34px;
  }
  #hero .hero-title,
  #hero .hero-desc {
    text-align: center;
  }
  #hero .hero-copy {
    max-width: 100%;
  }
}

/* ===== Hero height + mobile responsiveness fix (March 2026 patch 2) ===== */
#hero.hero-section {
  min-height: 640px;
}
#hero .hero-inner {
  padding: 28px 0 34px;
}
#hero .hero-grid {
  gap: 40px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 410px);
}
#hero .hero-title {
  font-size: clamp(2.85rem, 4.4vw, 4.6rem);
  margin-bottom: 12px;
}
#hero .hero-desc {
  margin-bottom: 18px;
}
#hero .hero-actions {
  margin-bottom: 18px;
}
#hero .hero-mini-points {
  margin-bottom: 18px;
}
#hero .hero-stat-item {
  padding: 14px 16px;
}
#hero .hero-stat-item strong {
  font-size: 1.35rem;
  margin-bottom: 6px;
}
#hero .booking-card {
  padding: 22px;
}
#hero .booking-title {
  font-size: 1.55rem;
}
#hero .booking-form .form-control {
  min-height: 50px;
}

@media (max-width: 991.98px) {
  .navbar-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-wrap .navbar-toggler {
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(229,57,53,0.08);
  }
  .navbar-wrap .navbar-collapse {
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 16px 34px rgba(15,23,42,0.08);
  }
  .navbar-wrap .navbar-nav {
    gap: 4px;
  }
  .navbar-wrap .nav-link {
    padding: 10px 8px;
  }
  .navbar-wrap .btn-rypo {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  #hero.hero-section {
    min-height: auto;
  }
  #hero .hero-inner {
    padding: 24px 0 34px;
  }
  #hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #hero .hero-copy,
  #hero .hero-form-wrap {
    max-width: 100%;
  }
  #hero .hero-form-wrap {
    justify-content: stretch;
  }
}

@media (max-width: 767.98px) {
  .navbar-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .brand-logo {
    gap: 10px;
    max-width: calc(100% - 56px);
  }
  .brand-logo-img {
    height: 46px;
  }
  .topbar-shell {
    gap: 8px;
  }
  .topbar-phone {
    font-size: 0.9rem;
  }
  .topbar-socials {
    gap: 8px;
  }
  #hero .hero-overlay-left,
  #hero .hero-overlay-right {
    display: none;
  }
  #hero .hero-inner {
    padding: 20px 0 28px;
  }
  #hero .hero-grid {
    gap: 18px;
  }
  #hero .hero-kicker {
    padding: 8px 12px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
  }
  #hero .hero-title {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
    line-height: 1.08;
    margin-bottom: 10px;
  }
  #hero .hero-desc {
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 16px;
  }
  #hero .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }
  #hero .btn-hero-primary,
  #hero .btn-hero-secondary {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 13px 18px;
  }
  #hero .hero-mini-points {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  #hero .hero-mini-point {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 12px;
    font-size: 0.92rem;
  }
  #hero .hero-stats-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #hero .hero-stat-item {
    padding: 12px 14px;
  }
  #hero .hero-stat-item strong {
    font-size: 1.18rem;
  }
  #hero .hero-stat-item span {
    font-size: 0.84rem;
  }
  #hero .booking-card {
    padding: 18px 14px;
    border-radius: 20px;
  }
  #hero .booking-topline {
    gap: 8px;
    margin-bottom: 14px;
  }
  #hero .booking-tag {
    font-size: 0.64rem;
    padding: 7px 10px;
  }
  #hero .booking-chip {
    font-size: 0.78rem;
  }
  #hero .booking-title {
    font-size: 1.28rem;
    margin-bottom: 6px;
  }
  #hero .booking-subtitle {
    font-size: 0.88rem;
    margin-bottom: 14px;
  }
  #hero .booking-form .row {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0.8rem;
  }
  #hero .booking-form .form-control {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 0.92rem;
  }
  #hero .btn-book {
    min-height: 50px;
    font-size: 0.96rem;
  }
  #hero .booking-footer {
    gap: 10px;
    justify-content: flex-start;
  }
  #hero .booking-footer-item {
    font-size: 0.82rem;
  }
}


/* 2026 palette refinement: red + charcoal + warm cream + muted gold */
.topbar-shell{background:linear-gradient(135deg,var(--rypo-navy) 0%, #2f3b47 100%);}
.section-chip,.hero-badge,.selection-label strong,.sight-mini-label{color:var(--rypo-navy);}
.place-card.selected,.cab-card.selected{background:linear-gradient(180deg,#fff 0%, #f7f9fc 100%);}
.sight-places-grid::-webkit-scrollbar-thumb,.cab-grid::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--rypo-select),var(--rypo-select-dark));}
.btn-price-secondary:hover,.btn-outline-red:hover{background:var(--rypo-select-soft); border-color:var(--rypo-select); color:var(--rypo-navy);}
.price-badge,.badge-soft,.hero-points li i,.sight-features li i{color:var(--rypo-select);}
.price-card:hover,.other-pack-card:hover,.feature-card:hover{box-shadow:0 18px 44px rgba(36,49,63,0.10);}
.cab-price.selected,.place-card.selected .place-check,.pkg-car-price.active{background:linear-gradient(135deg,var(--rypo-select),var(--rypo-select-dark)); border-color:var(--rypo-select); color:#fff;}
.btn-rypo-alt,.btn-hero-secondary{background:linear-gradient(180deg,var(--rypo-select) 0%, var(--rypo-select-dark) 100%); color:#fff;}
.btn-rypo-alt:hover,.btn-hero-secondary:hover{color:#fff; filter:brightness(.98);}


/* WHY CHOOSE RYPO */
.why-rypo-section{padding:88px 0;background:linear-gradient(180deg,#fbfdff 0%,#f5f8fc 100%);}
.why-rypo-header{text-align:center;max-width:760px;margin:0 auto 44px;}
.why-rypo-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:999px;background:rgba(214,58,47,0.08);color:var(--rypo-red-dark);font-size:.75rem;font-weight: 700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;}
.why-rypo-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,2.9rem);font-weight:900;color:var(--rypo-navy);margin-bottom:14px;line-height:1.18;}
.why-rypo-sub{color:#607083;font-size:.98rem;line-height:1.8;margin:0;}
.why-rypo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.why-rypo-card{background:#fff;border:1px solid rgba(201,155,83,0.18);border-radius:20px;padding:28px 24px;box-shadow:0 16px 36px rgba(36,49,63,0.08);transition:transform .25s ease,box-shadow .25s ease;}
.why-rypo-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(36,49,63,0.12);}
.why-rypo-icon{width:60px;height:60px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--rypo-red) 0%,var(--rypo-orange) 100%);color:#fff;font-size:1.35rem;box-shadow:0 14px 28px rgba(214,58,47,0.18);margin-bottom:18px;}
.why-rypo-card h3{font-size:1.08rem;font-weight: 700;color:var(--rypo-navy);margin-bottom:10px;}
.why-rypo-card p{font-size:.9rem;line-height:1.75;color:#607083;margin:0;}
.footer-bank-note{font-size:.8rem;line-height:1.65;color:rgba(255,255,255,0.72);margin:12px 0 0;}
.qr-placeholder-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;font-size:1.5rem;color:var(--rypo-navy);}
.footer-help-text{font-size:.82rem;line-height:1.7;color:rgba(255,255,255,0.72);}
@media (max-width:991.98px){.why-rypo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:575.98px){.why-rypo-section{padding:60px 0;}.why-rypo-grid{grid-template-columns:1fr;}.why-rypo-card{padding:24px 20px;}}

/* ===== March 2026 visual refinement: clearer imagery + warmer palette ===== */
:root {
  --rypo-red: #c74437;
  --rypo-red-dark: #aa382d;
  --rypo-red-dark-dark: #84281f;
  --rypo-orange: #2f5f9f;
  --rypo-orange-dark: #2f5f9f;
  --rypo-navy: #1f2833;
  --rypo-select: #2f5f9f;
  --rypo-select-dark: #244b7c;
  --rypo-select-soft: rgba(185, 146, 82, 0.12);
  --rypo-bg: #f3f7fc;
  --rypo-text: #4b5563;
  --rypo-border: #d8e4f3;
  --rypo-shadow: 0 18px 42px rgba(31, 40, 51, 0.08);
}

body {
  background: linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
  color: var(--rypo-text);
}

.navbar-wrap {
  background: rgba(255, 250, 244, 0.98);
  border-bottom: 1px solid rgba(31, 40, 51, 0.08);
  backdrop-filter: blur(12px);
}

.topbar-strip,
.topbar-shell {
  background: linear-gradient(135deg, #1f2833 0%, #2f3b47 100%);
}

.topbar-phone,
.topbar-socials a {
  color: rgba(255,255,255,0.94);
}

.topbar-socials a {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.topbar-socials a:hover {
  background: rgba(255,255,255,0.16);
}

.nav-link.active,
.nav-link:hover {
  color: var(--rypo-red-dark);
}

.nav-link.active::after {
  background: linear-gradient(135deg, var(--rypo-red), var(--rypo-red-dark));
}

.btn-rypo,
.btn-book,
.btn-book-sight,
.btn-price-primary {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-red-dark) 100%);
  box-shadow: 0 16px 30px rgba(199, 68, 55, 0.22);
}

.btn-rypo:hover,
.btn-book:hover,
.btn-book-sight:hover,
.btn-price-primary:hover {
  background: linear-gradient(135deg, var(--rypo-red-dark) 0%, var(--rypo-red-dark-dark) 100%);
}

.section-title,
.sight-title,
.why-rypo-title,
.mp-section-header h2,
.mp-page-hero h1,
.mp-status-card h2,
.mp-review-block h2,
.mp-order-summary h2,
.mp-side-card h2,
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.01em;
}

#hero.hero-section {
  min-height: 700px;
}

#hero .hero-bg {
  background: url('/uploads/places/hero-delhi.webp') center 26% / cover no-repeat;
  transform: none;
}

#hero .hero-bg::after {
  background: linear-gradient(104deg, rgba(18, 25, 35, 0.78) 0%, rgba(18, 25, 35, 0.58) 48%, rgba(18, 25, 35, 0.34) 100%);
}

#hero .hero-kicker,
#hero .hero-mini-point,
#hero .hero-stat-item {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(12px);
}

#hero .hero-title {
  color: #fff;
  text-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

#hero .hero-desc {
  color: rgba(255,255,255,0.86);
}

#hero .btn-hero-primary {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-red-dark) 100%);
  box-shadow: 0 18px 34px rgba(199, 68, 55, 0.28);
}

#hero .btn-hero-secondary,
#hero .btn-hero-whatsapp {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow: none;
}

#hero .btn-hero-whatsapp i {
  color: #46d37d;
}

#hero .booking-card,
.mp-form-card,
.mp-order-summary,
.mp-side-card,
.mp-status-card,
.mp-review-block,
.price-card,
.other-pack-card,
.mp-package-card,
.why-rypo-card,
.footer-help-card,
.footer-note-card,
.footer-bank,
.mp-contact-card,
.mp-info-card,
.mp-option-card {
  background: linear-gradient(180deg, rgba(255,252,247,0.98) 0%, rgba(255,247,239,0.96) 100%);
  border: 1px solid rgba(185, 146, 82, 0.16);
  box-shadow: 0 22px 48px rgba(31, 40, 51, 0.08);
}

#hero .booking-tag,
.booking-chip,
.price-badge,
.badge-soft,
.mp-chip,
.mp-pill,
.selection-label strong,
.sight-mini-label,
.why-rypo-kicker {
  background: rgba(185, 146, 82, 0.12);
  color: var(--rypo-navy);
  border-color: rgba(185, 146, 82, 0.24);
}

#hero .booking-title,
.booking-title,
.sight-tour-copy h4,
.why-rypo-card h3,
.mp-contact-card h3,
.mp-info-card h3,
.mp-option-card h3 {
  color: var(--rypo-navy);
}

#hero .booking-form .form-control,
.footer-form .form-control,
.mp-form-card .form-control,
.mp-form-card .form-select,
.mp-mini-form .form-control,
.mp-mini-form .form-select,
.booking-form .form-control,
.booking-form .form-select {
  background: #fbfcfe;
  border-color: rgba(31, 40, 51, 0.10);
}

#hero .booking-form .form-control:focus,
.footer-form .form-control:focus,
.mp-form-card .form-control:focus,
.mp-form-card .form-select:focus,
.booking-form .form-control:focus,
.booking-form .form-select:focus {
  border-color: rgba(199, 68, 55, 0.36);
  box-shadow: 0 0 0 4px rgba(199, 68, 55, 0.08);
}

.sight-section,
.mp-section-soft,
.mp-section-warm,
.why-rypo-section {
  background: linear-gradient(180deg, #f3f7fc 0%, #edf3f9 100%);
}

.sight-wrapper,
.mp-package-card,
.mp-place-card,
.mp-cta-banner,
.mp-rate-table,
.footer-qr-box {
  border: 1px solid rgba(185, 146, 82, 0.14);
  box-shadow: 0 24px 56px rgba(31, 40, 51, 0.08);
}

.sight-left {
  background: linear-gradient(180deg, #f7fbff 0%, #f3f7fc 100%);
}

.sight-img-main img,
.sight-img-row img,
.place-img-wrap img,
.mp-place-card img,
.mp-package-card img,
.map-embed img,
.car-img img,
img[src*='tile-'],
img[src*='package-'],
img[src*='hero-'] {
  filter: saturate(1.04) contrast(1.03);
}

.sight-img-main,
.sight-img-row img,
.place-img-wrap,
.mp-place-card,
.mp-package-card,
.other-pack-card,
.price-card {
  overflow: hidden;
}

.sight-img-main img,
.sight-img-row img,
.place-img-wrap img,
.mp-place-card img,
.mp-package-card img {
  transition: transform 0.35s ease;
}

.sight-img-main:hover img,
.sight-img-row img:hover,
.place-card:hover .place-img-wrap img,
.mp-place-card:hover img,
.mp-package-card:hover img {
  transform: scale(1.03);
}

.sight-title,
.mp-page-hero h1,
.why-rypo-title {
  color: var(--rypo-navy);
}

.selection-label span,
.sight-subtitle,
.section-subtitle,
.why-rypo-sub,
.mp-note,
.mp-price-rows,
.mp-review-list,
.footer-help-text,
.footer-bank-note {
  color: #607083;
}

.place-card,
.cab-card {
  border-radius: 18px;
  border-color: rgba(31, 40, 51, 0.10);
  box-shadow: 0 10px 22px rgba(31, 40, 51, 0.05);
}

.place-card {
  flex: 0 0 156px;
  min-width: 156px;
}

.place-img-wrap {
  aspect-ratio: 4 / 3;
  background: #dce7f6;
}

.place-card span {
  font-size: 0.82rem;
  padding: 10px 6px 11px;
}

.place-check,
.cab-price.selected,
.place-card.selected .place-check,
.pkg-car-price.active {
  background: linear-gradient(135deg, var(--rypo-select), var(--rypo-select-dark));
  border-color: var(--rypo-select);
}

.cab-card {
  flex: 0 0 168px;
  min-width: 168px;
  padding: 14px 12px 16px;
}

.cab-card img {
  height: 92px;
  margin-bottom: 12px;
  filter: drop-shadow(0 14px 20px rgba(31, 40, 51, 0.12));
}

.cab-name {
  font-size: 0.92rem;
}

.cab-type {
  font-size: 0.76rem;
}

.sight-places-grid::-webkit-scrollbar-thumb,
.cab-grid::-webkit-scrollbar-thumb,
.footer-form textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--rypo-select), var(--rypo-select-dark));
}

.sight-places-grid,
.cab-grid {
  scrollbar-color: var(--rypo-select) #e7edf5;
}

.mp-place-card::after {
  background: linear-gradient(180deg, rgba(16,24,40,.04), rgba(16,24,40,.56));
}

.mp-place-content,
.mp-price-pill,
.mp-kicker,
.mp-quick-points li,
.mp-check-list li,
.mp-status-item,
.mp-method-btn,
.feature-card,
.footer-contact-list li {
  border-color: rgba(185, 146, 82, 0.16);
}

.footer-section {
  background: linear-gradient(180deg, #212b36 0%, #16202a 100%);
}

.footer-logo-img {
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.18));
}

@media (max-width: 991.98px) {
  #hero.hero-section { min-height: auto; }
  .place-card { flex-basis: 146px; min-width: 146px; }
  .cab-card { flex-basis: 156px; min-width: 156px; }
  .cab-card img { height: 84px; }
}

@media (max-width: 767.98px) {
  #hero .hero-title { font-size: clamp(2rem, 8vw, 2.65rem); }
  .place-card { flex-basis: 140px; min-width: 140px; }
  .cab-card { flex-basis: 148px; min-width: 148px; }
  .cab-card img { height: 78px; }
}


/* ===== March 2026 palette alignment update ===== */
:root {
  --rypo-red: #c4473a;
  --rypo-red-dark: #9f352b;
  --rypo-red-dark-dark: #7c281f;
  --rypo-orange: #2f5f9f;
  --rypo-orange-dark: #2f5f9f;
  --rypo-navy: #232c35;
  --rypo-select: #2f5f9f;
  --rypo-select-dark: #244b7c;
  --rypo-select-soft: rgba(183, 146, 79, 0.14);
  --rypo-bg: #f1f5fb;
  --rypo-text: #5f564c;
  --rypo-border: #d5e1f1;
  --rypo-shadow: 0 20px 44px rgba(35, 44, 53, 0.10);
}

body {
  background: linear-gradient(180deg, #f3f7fc 0%, #edf3f9 100%);
  color: var(--rypo-text);
}

.section-subtitle,
.sight-subtitle,
.packages-sub,
.why-rypo-sub,
.pricing-sub,
.selection-label span,
.price-row span,
.pkg-places-label,
.pkg-cars-label,
.pkg-car-name,
.footer-help-text,
.footer-bank-note {
  color: #5f6f82;
}

.sight-section,
.packages-section,
.why-rypo-section,
.pricing-section,
.mp-section-soft,
.mp-section-warm {
  background: linear-gradient(180deg, #f3f7fc 0%, #edf3f9 100%);
}

.sight-wrapper,
.why-rypo-card,
.price-card,
.pkg-card,
.other-pack-card,
.mp-package-card,
.mp-form-card,
.mp-order-summary,
.mp-side-card,
.mp-status-card,
.mp-review-block,
.footer-help-card,
.footer-note-card,
.footer-bank,
.mp-contact-card,
.mp-info-card,
.mp-option-card,
#hero .booking-card {
  background: linear-gradient(180deg, rgba(255,251,246,0.98) 0%, rgba(255,247,240,0.96) 100%);
  border: 1px solid rgba(183, 146, 79, 0.18);
  box-shadow: 0 18px 42px rgba(35, 44, 53, 0.09);
}

.why-rypo-section {
  border-top: 1px solid rgba(183, 146, 79, 0.12);
  border-bottom: 1px solid rgba(183, 146, 79, 0.12);
}

.why-rypo-header,
.pricing-header,
.packages-header {
  max-width: 780px;
  margin-inline: auto;
}

.why-rypo-kicker,
.packages-badge,
.pricing-badge,
#hero .booking-tag,
.booking-chip,
.price-badge,
.badge-soft,
.mp-chip,
.mp-pill,
.selection-label strong,
.sight-mini-label {
  background: rgba(183, 146, 79, 0.14);
  border: 1px solid rgba(183, 146, 79, 0.2);
  color: var(--rypo-navy);
}

.why-rypo-title,
.packages-title,
.pricing-title,
.section-title,
.sight-title,
.car-name,
.pkg-title,
#hero .booking-title,
.booking-title,
.sight-tour-copy h4,
.why-rypo-card h3,
.brand-text,
.footer-brand-name {
  color: var(--rypo-navy);
}

.pricing-title {
  text-shadow: none;
}

.pricing-title span,
.packages-title em,
.terms-title i,
.pkg-cars-label i,
.car-meta span i,
.sight-features li i,
.price-badge,
.badge-soft,
.hero-points li i {
  color: var(--rypo-orange);
}

.price-card-top {
  background: linear-gradient(180deg, #f7fbff 0%, #f1f6fc 100%);
  border-bottom: 1px solid rgba(183, 146, 79, 0.14);
}

.car-type-tag {
  background: rgba(35, 44, 53, 0.08);
  color: var(--rypo-navy);
  mix-blend-mode: normal;
}

.car-meta span,
.pkg-tags span,
.pkg-car-item,
.price-terms,
.btn-price-secondary,
.pricing-link-btn {
  background: #fbf5ec;
  border-color: rgba(183, 146, 79, 0.16);
}

.price-terms {
  background: #f5f9ff;
}

.price-terms p {
  color: var(--rypo-red-dark);
}

.btn-price-secondary,
.pricing-link-btn {
  color: var(--rypo-navy);
}

.btn-price-secondary:hover,
.pricing-link-btn:hover {
  background: #eef4fb;
  color: var(--rypo-navy);
  border-color: rgba(183, 146, 79, 0.28);
}

.btn-price-primary,
.btn-book,
.btn-book-sight,
.btn-rypo,
.pkg-btn-offer,
.pricing-link-btn-primary {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-red-dark) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(196, 71, 58, 0.2);
}

.btn-price-primary:hover,
.btn-book:hover,
.btn-book-sight:hover,
.btn-rypo:hover,
.pkg-btn-offer:hover,
.pricing-link-btn-primary:hover {
  background: linear-gradient(135deg, var(--rypo-red-dark) 0%, var(--rypo-red-dark-dark) 100%);
  color: #fff;
}

.pkg-card.featured {
  border: 1px solid rgba(183, 146, 79, 0.28);
  box-shadow: 0 22px 48px rgba(183, 146, 79, 0.16);
}

.pkg-featured-tag,
.pkg-label {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-orange) 100%);
}

.pkg-price-badge {
  background: rgba(255, 250, 244, 0.94);
  border: 1px solid rgba(183, 146, 79, 0.16);
}

.pkg-price-badge strong,
.price-row strong,
.car-name {
  color: var(--rypo-navy);
}

.pkg-car-price {
  background: #eaf1fb;
  color: var(--rypo-navy);
}

.pkg-car-price.highlight {
  background: #eef4fb;
  color: #244b7c;
}

.pkg-car-price.muted {
  background: #e7eef7;
  color: #8f8272;
}

.place-img-wrap {
  background: #dce7f6;
}

.sight-starting strong,
.place-card.selected span,
.cab-price.selected,
.place-check,
.place-card.selected .place-check,
.pkg-car-price.active {
  color: #fff;
}

.why-rypo-icon {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-orange) 100%);
  box-shadow: 0 14px 30px rgba(196, 71, 58, 0.2);
}

.pricing-link-btn-primary {
  border: none;
}

.footer-section {
  background: linear-gradient(180deg, #242d36 0%, #1a222b 100%);
}


/* Blue + Red theme refinement */
.hero-overlay{background:linear-gradient(115deg,rgba(17,31,54,.78) 0%,rgba(32,56,88,.68) 36%,rgba(224,56,64,.28) 100%)}
.pricing-card,.package-card,.mp-card,.mp-info-card,.mp-feature-card,.mp-contact-card,.mp-summary-card,.mp-step-card,.mp-option-card,.mp-form-card,.mp-side-card,.mp-table-wrap,.mp-voucher-card,.choose-card,.cab-card,.sight-selection-panel,.sight-places-panel,.why-card{box-shadow:0 16px 42px rgba(32,56,88,.08)}
.why-section{background:linear-gradient(180deg,#f5f8fc 0%,#eef4fb 100%)}
.why-card-icon,.mp-icon,.stat-card-icon,.sight-badge-icon,.place-badge-icon{background:linear-gradient(135deg,rgba(224,56,64,.14),rgba(47,95,159,.18))}
.pricing-header{background:linear-gradient(135deg,#203858 0%,#2f5f9f 58%,#f5f8fc 100%)}
.pricing-title,.pricing-title span{color:#fff}
.pricing-sub{color:#dbe7f5}
.car-meta span,.price-chip,.sight-features li i,.packages-badge i,.places-badge i,.footer-col-title i,.terms-title i,.pkg-cars-label i{color:#2f5f9f}
.car-meta span{background:#edf3fb}
.pkg-btn-call,.footer-send-btn,.car-carousel-btn:hover,.btn-book-sight,.btn-hero-secondary:hover{background:#2f5f9f;border-color:#2f5f9f;color:#fff}
.pkg-btn-call:hover,.footer-send-btn:hover,.btn-book-sight:hover{background:#244b7c;color:#fff}
.pkg-car-price.highlight{background:#edf3fb;color:#244b7c}
.terms-box,.pricing-terms{background:#f7fbff;border-color:#d8e4f3}



/* =====================================================================
   FINAL RYPO COLOR BALANCE OVERRIDE
   Keep layout/design same, improve only palette contrast and harmony
   ===================================================================== */
:root {
  --rypo-red: #e2373b;
  --rypo-red-dark: #cc2f35;
  --rypo-red-dark-dark: #b1262b;
  --rypo-orange: #2f5f9f;
  --rypo-orange-dark: #203858;
  --rypo-navy: #1d3855;
  --rypo-select: #2f5f9f;
  --rypo-select-dark: #203858;
  --rypo-select-soft: rgba(47, 95, 159, 0.10);
  --rypo-bg: #f5f8fc;
  --rypo-surface: #ffffff;
  --rypo-surface-soft: #eef4fb;
  --rypo-soft-blue: #6e8095;
  --rypo-text: #58697c;
  --rypo-text-strong: #24313f;
  --rypo-border: #d8e2ee;
  --rypo-shadow: 0 18px 44px rgba(32, 56, 88, 0.09);
}

body {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
  color: var(--rypo-text);
}

.navbar-wrap {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(32, 56, 88, 0.08);
  box-shadow: 0 8px 24px rgba(32, 56, 88, 0.05);
}

.topbar-shell {
  background: linear-gradient(135deg, #203858 0%, #2f5f9f 100%) !important;
}

.nav-link,
.brand-sub,
.section-subtitle,
.hero-desc,
.sight-subtitle,
.pricing-sub,
.selection-label span,
.price-row span,
.pkg-route li,
.pkg-meta span,
.mp-info-card p,
.mp-contact-card p,
.mp-step-card p,
.mp-side-card p,
.mp-option-card p,
.mp-voucher-card p,
.footer-copy,
.footer-text,
.place-card small,
.cab-type {
  color: var(--rypo-soft-blue) !important;
}

.section-title,
.sight-title,
.pricing-title,
.pricing-title span,
.packages-title,
.packages-title em,
.why-rypo-title,
.why-rypo-card h3,
.car-name,
.pkg-title,
.pkg-price-badge strong,
.price-row strong,
.terms-title,
.selection-label strong,
.brand-text,
.footer-brand-name,
#hero .hero-title,
#hero .booking-title,
.hero-title,
.booking-title,
.mp-section-header h2,
.mp-status-card h1 {
  color: var(--rypo-navy) !important;
}

.why-section,
.why-rypo-section,
.pricing-section,
.mp-page-hero,
.mp-section-soft,
.mp-section-warm {
  background: linear-gradient(180deg, #fbfcfe 0%, #f3f7fc 100%) !important;
}

.price-card,
.package-card,
.pkg-card,
.why-card,
.why-rypo-card,
.sight-wrapper,
.mp-card,
.mp-info-card,
.mp-feature-card,
.mp-contact-card,
.mp-summary-card,
.mp-step-card,
.mp-option-card,
.mp-form-card,
.mp-side-card,
.mp-table-wrap,
.mp-voucher-card,
.mp-status-card,
.booking-card,
.place-card,
.cab-card {
  background: #ffffff !important;
  border-color: rgba(32, 56, 88, 0.11) !important;
  box-shadow: 0 16px 38px rgba(32, 56, 88, 0.07) !important;
}

.sight-left,
.price-card-top,
.place-img-wrap,
.mp-hero-visual,
.price-terms,
.terms-box,
.pricing-terms,
.pkg-car-price,
.car-meta span,
.pkg-tags span,
.pkg-car-item,
.btn-price-secondary,
.pricing-link-btn,
.mp-step-pill strong,
.selection-label strong,
.sight-mini-label,
.hero-mini-point,
.hero-stat-item,
.booking-chip,
.booking-tag {
  background: var(--rypo-surface-soft) !important;
  border-color: rgba(47, 95, 159, 0.10) !important;
}

.selection-label strong,
.sight-mini-label,
.hero-mini-point strong,
.hero-stat-item strong,
.mp-step-pill strong,
.place-card span,
.cab-name {
  color: var(--rypo-navy) !important;
}

.price-card.featured,
.pkg-card.featured,
.place-card.selected,
.cab-card.selected,
.mp-step-pill.active {
  border-color: rgba(47, 95, 159, 0.34) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fe 100%) !important;
  box-shadow: 0 18px 42px rgba(47, 95, 159, 0.12) !important;
}

.place-card:hover,
.cab-card:hover,
.pkg-car-item:hover,
.price-card:hover,
.package-card:hover,
.why-card:hover,
.why-rypo-card:hover {
  border-color: rgba(47, 95, 159, 0.26) !important;
  box-shadow: 0 20px 44px rgba(32, 56, 88, 0.09) !important;
}

.place-check,
.cab-price.selected,
.place-card.selected .place-check,
.pkg-car-price.active,
.mp-step-pill.active strong,
.btn-rypo-alt,
.btn-hero-secondary,
.pkg-btn-call,
.footer-send-btn,
.car-carousel-btn:hover,
.featured-ribbon,
.pkg-featured-tag,
.pkg-label,
.btn-book-sight {
  background: linear-gradient(135deg, var(--rypo-select) 0%, var(--rypo-select-dark) 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.btn-rypo,
.btn-book,
.btn-price-primary,
.pricing-link-btn-primary,
.pkg-btn-offer,
.btn-hero-primary,
.mp-btn-primary,
.btn-outline-red:hover {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-red-dark) 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 12px 28px rgba(226, 55, 59, 0.22) !important;
}

.btn-rypo:hover,
.btn-book:hover,
.btn-price-primary:hover,
.pricing-link-btn-primary:hover,
.pkg-btn-offer:hover,
.btn-hero-primary:hover,
.mp-btn-primary:hover,
.btn-outline-red:hover {
  background: linear-gradient(135deg, var(--rypo-red-dark) 0%, var(--rypo-red-dark-dark) 100%) !important;
  color: #fff !important;
}

.btn-price-secondary,
.pricing-link-btn,
.btn-outline-red,
.btn-hero-secondary,
.btn-rypo-alt,
.pkg-btn-call,
.footer-send-btn {
  color: #fff !important;
}

.btn-price-secondary:hover,
.pricing-link-btn:hover,
.btn-hero-secondary:hover {
  background: #e8f0fb !important;
  color: var(--rypo-navy) !important;
  border-color: rgba(47, 95, 159, 0.24) !important;
}

.nav-link.active,
.nav-link:hover,
.sight-starting strong,
.price-terms p,
.pkg-price,
.pkg-price strong,
.price-badge,
.badge-soft,
.why-rypo-stat strong,
.highlight-red,
.text-danger,
.mp-step-pill.active {
  color: var(--rypo-red) !important;
}

.nav-link.active::after,
.hero-scroll-line,
.sight-places-grid::-webkit-scrollbar-thumb,
.cab-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--rypo-select) 0%, var(--rypo-select-dark) 100%) !important;
}

.sight-places-grid,
.cab-grid {
  scrollbar-color: var(--rypo-select) #e6edf5 !important;
}

.car-meta span i,
.terms-title i,
.pkg-cars-label i,
.packages-badge i,
.places-badge i,
.footer-col-title i,
.why-rypo-icon i,
.hero-points li i,
.sight-features li i,
.place-cta-icon i,
.booking-chip i,
.booking-footer-item i,
.price-chip,
.pkg-car-item i {
  color: var(--rypo-bg) !important;
}

.why-rypo-icon,
.why-card-icon,
.mp-icon,
.stat-card-icon,
.sight-badge-icon,
.place-badge-icon,
.brand-mark {
  background: linear-gradient(135deg, var(--rypo-red) 0%, var(--rypo-select) 100%) ;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(32, 56, 88, 0.16) !important;
}

.hero-overlay,
.hero-bg::after {
  background: linear-gradient(115deg, rgba(17, 31, 54, 0.78) 0%, rgba(32, 56, 88, 0.72) 40%, rgba(226, 55, 59, 0.20) 100%) !important;
}

.pricing-header,
.mp-cta-banner {
  background: linear-gradient(135deg, #203858 0%, #2f5f9f 62%, #5f84b4 100%) !important;
  box-shadow: 0 18px 42px rgba(32, 56, 88, 0.14);
}

.pricing-title,
.pricing-title span,
.pricing-sub,
.mp-cta-banner,
.mp-cta-banner h3,
.mp-cta-banner p {
  color: #ffffff !important;
}

.pricing-badge,
.pricing-header .section-chip,
.pricing-header .hero-badge,
.pricing-header .packages-badge,
.pricing-header .places-badge {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #eef4fb !important;
}

.section-chip,
.hero-kicker,
.hero-badge,
.packages-badge,
.places-badge {
  background: #eef4fb !important;
  border-color: rgba(47, 95, 159, 0.12) !important;
  color: var(--rypo-navy) !important;
}

.price-terms,
.terms-box,
.pricing-terms,
.footer-note-card {
  background: #e33a3d !important;
  border-color: rgba(47, 95, 159, 0.14) !important;
}

.footer-section {
  background: linear-gradient(180deg, #203858 0%, #14253b 100%) !important;
}

.hero-mini-point,
.hero-stat-item,
.mp-step-pill,
.price-card-top,
.place-card.selected span,
.cab-price,
.pkg-price-badge,
.car-meta span,
.pkg-tags span,
.price-chip,
.booking-tag,
.booking-chip {
  border: 1px solid rgba(47, 95, 159, 0.10) !important;
}

.fsocial.call:hover,
.fsocial.wa:hover,
.social-link:hover {
  transform: translateY(-1px);
}

/* ===== Final color correction: blue + red brand palette, cleaner neutrals ===== */
:root {
  --rypo-red: #e54b4b;
  --rypo-red-dark: #c93c3c;
  --rypo-red-dark-dark: #a92f2f;
  --rypo-orange: #1f4f87;
  --rypo-orange-dark: #163b66;
  --rypo-navy: #183b69;
  --rypo-select: #1f4f87;
  --rypo-select-dark: #163b66;
  --rypo-select-soft: rgba(31, 79, 135, 0.10);
  --rypo-bg: #f4f8fc;
  --rypo-text: #4f6379;
  --rypo-border: #d8e3ef;
  --rypo-shadow: 0 18px 44px rgba(17, 38, 68, 0.08);
}

body {
  background: linear-gradient(180deg, #f7fbff 0%, #f1f6fb 100%);
  color: var(--rypo-text);
}

.navbar-wrap {
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid rgba(24, 59, 105, 0.08);
  box-shadow: 0 10px 24px rgba(17, 38, 68, 0.05);
}

.topbar-strip,
.topbar-shell,
.footer-section {
  background: linear-gradient(135deg, #132f54 0%, #0f2544 100%);
}

.brand-text,
.section-title,
.sight-title,
.packages-title,
.pricing-title,
.why-rypo-title,
.mp-page-hero h1,
.mp-section-header h2,
.mp-status-card h2,
.mp-review-block h2,
.mp-order-summary h2,
.mp-side-card h2,
.footer-brand-name,
.booking-title,
.why-rypo-card h3,
.price-row strong,
.car-name,
.pkg-title,
.cab-name,
.mp-package-body h3,
.mp-contact-card h3,
.mp-info-card h3,
.mp-option-card h3 {
  color: #183b69;
}

.brand-sub,
.brand-sub-main,
.brand-sub-mini,
.section-subtitle,
.sight-subtitle,
.packages-sub,
.why-rypo-sub,
.pricing-sub,
.selection-label span,
.price-row span,
.pkg-places-label,
.pkg-cars-label,
.pkg-car-name,
.price-terms,
.why-rypo-card p,
.footer-help-text,
.footer-bank-note,
.mp-note,
.mp-price-rows,
.mp-review-list,
.mp-status-item,
.mp-check-list li,
.mp-quick-points li,
.mp-contact-card p,
.mp-info-card p,
.mp-option-card p {
  color: #5f738a;
}

.sight-section,
.packages-section,
.pricing-section,
.why-rypo-section,
.mp-section-soft,
.mp-section-warm,
.mp-page-hero {
  background: linear-gradient(180deg, #f7fbff 0%, #f0f6fc 100%);
}

#hero .hero-bg::after {
  background: linear-gradient(102deg, rgba(12, 27, 50, 0.76) 0%, rgba(16, 39, 72, 0.56) 46%, rgba(18, 43, 79, 0.34) 100%);
}

#hero .hero-title {
  color: #ffffff;
  text-shadow: 0 14px 30px rgba(0,0,0,0.24);
}

#hero .hero-desc {
  color: rgba(255,255,255,0.88);
}

#hero .hero-kicker,
#hero .hero-mini-point,
#hero .hero-stat-item {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}

#hero .hero-mini-point i,
#hero .hero-stat-item i,
.hero-points li i,
.sight-features li i,
.price-badge,
.badge-soft,
.packages-badge i,
.pricing-title span,
.pkg-cars-label i,
.car-meta span i,
.terms-title i,
.why-rypo-icon {
  color: #1f4f87;
}

.why-rypo-icon {
      background: #e3393d !important;
  box-shadow: 0 14px 30px rgba(17, 38, 68, 0.12);
}

#hero .booking-card,
.sight-wrapper,
.why-rypo-card,
.price-card,
.pkg-card,
.other-pack-card,
.mp-package-card,
.mp-form-card,
.mp-order-summary,
.mp-side-card,
.mp-status-card,
.mp-review-block,
.footer-help-card,
.footer-note-card,
.footer-bank,
.mp-contact-card,
.mp-info-card,
.mp-option-card,
.mp-place-card,
.mp-cta-banner,
.mp-rate-table,
.footer-qr-box {
  background: #ffffff;
  border: 1px solid rgba(24, 59, 105, 0.08);
  box-shadow: 0 18px 44px rgba(17, 38, 68, 0.08);
  border-radius: 5px;
}
p.footer-brand-desc {
    color: #fff!important;
}
p.footer-bank-note {
	color: #fff!important;
}
.price-card-top,
.sight-left,
.place-img-wrap,
.mp-page-hero .mp-glass,
.car-strip,
.car-visual,
.mp-voucher-card,
.mp-mini-form,
.mp-status-item {
  background: #f5f9fd;
}

.why-rypo-kicker,
.packages-badge,
.pricing-badge,
#hero .booking-tag,
.booking-chip,
.price-badge,
.badge-soft,
.mp-chip,
.mp-pill,
.selection-label strong,
.sight-mini-label,
.car-type-tag,
.pkg-tags span,
.car-meta span,
.pkg-car-item,
.btn-price-secondary,
.pricing-link-btn {
  background: #f1f6fc;
  border: 1px solid rgba(24, 59, 105, 0.10);
  color: #183b69;
}

.btn-rypo,
.btn-book,
.btn-book-sight,
.btn-price-primary,
.pkg-btn-offer,
.pricing-link-btn-primary,
#hero .btn-hero-primary {
  background: linear-gradient(135deg, #e54b4b 0%, #c93c3c 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(201, 60, 60, 0.20);
}

.btn-rypo:hover,
.btn-book:hover,
.btn-book-sight:hover,
.btn-price-primary:hover,
.pkg-btn-offer:hover,
.pricing-link-btn-primary:hover,
#hero .btn-hero-primary:hover {
  background: linear-gradient(135deg, #d84343 0%, #a92f2f 100%);
  color: #fff;
}

.btn-rypo-alt,
.btn-price-secondary,
.pricing-link-btn,
#hero .btn-hero-secondary,
#hero .btn-hero-whatsapp {
  background: linear-gradient(135deg, #1f4f87 0%, #163b66 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(22, 59, 102, 0.18);
}

.btn-rypo-alt:hover,
.btn-price-secondary:hover,
.pricing-link-btn:hover,
#hero .btn-hero-secondary:hover,
#hero .btn-hero-whatsapp:hover {
  background: linear-gradient(135deg, #20497a 0%, #102f53 100%);
  color: #fff;
}

#hero .btn-hero-whatsapp i,
.btn-wa i {
  color: #ffffff;
}

.btn-wa {
  background: linear-gradient(135deg, #1f4f87 0%, #163b66 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(22, 59, 102, 0.18);
}

.btn-wa:hover {
  background: linear-gradient(135deg, #20497a 0%, #102f53 100%);
  color: #fff;
}

.nav-link.active,
.nav-link:hover {
  color: #e54b4b;
}

.nav-link.active::after {
  background: linear-gradient(135deg, #e54b4b, #c93c3c);
}

.place-card,
.cab-card,
.pkg-card,
.other-pack-card,
.price-card,
.mp-package-card,
.mp-place-card {
  border-color: rgba(24, 59, 105, 0.08);
}

.place-card.selected,
.cab-card.selected,
.pkg-card.featured,
.mp-method-btn.active,
.mp-step-pill.active,
.mp-option-card.active,
.mp-place-card:hover,
.mp-package-card:hover {
  border-color: #1f4f87;
  box-shadow: 0 18px 38px rgba(31, 79, 135, 0.12);
}

.place-card.selected,
.cab-card.selected {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.place-check,
.cab-price.selected,
.place-card.selected .place-check,
.pkg-car-price.active,
.mp-step-number,
.mp-method-btn.active::before {
  background: linear-gradient(135deg, #1f4f87 0%, #163b66 100%);
  border-color: #1f4f87;
  color: #fff;
}

.cab-grid::-webkit-scrollbar-track,
.sight-places-grid::-webkit-scrollbar-track {
  background: #e5eef7;
}

.sight-places-grid::-webkit-scrollbar-thumb,
.cab-grid::-webkit-scrollbar-thumb,
.footer-form textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1f4f87, #163b66);
}

.sight-places-grid,
.cab-grid {
  scrollbar-color: #1f4f87 #e5eef7;
}

.price-terms {
  background: #fff5f5;
  border: 1px solid rgba(229, 75, 75, 0.14);
}

.price-terms p,
.price-value,
.pkg-price-badge strong,
.mp-price-highlight,
.mp-status-highlight,
.booking-total-amount,
.total-amount {
  color: #c93c3c;
}

.form-control,
.form-select,
.booking-form .form-control,
.booking-form .form-select,
.mp-form-card .form-control,
.mp-form-card .form-select,
.mp-mini-form .form-control,
.mp-mini-form .form-select,
.footer-form .form-control,
#hero .booking-form .form-control {
  background: #fbfdff;
  border-color: rgba(24, 59, 105, 0.12);
  color: #183b69;
}

.form-control:focus,
.form-select:focus,
.booking-form .form-control:focus,
.booking-form .form-select:focus,
.mp-form-card .form-control:focus,
.mp-form-card .form-select:focus,
.mp-mini-form .form-control:focus,
.mp-mini-form .form-select:focus,
.footer-form .form-control:focus,
#hero .booking-form .form-control:focus {
  border-color: rgba(31, 79, 135, 0.34);
  box-shadow: 0 0 0 4px rgba(31, 79, 135, 0.08);
}

.footer-help-text,
.footer-bank-note,
.footer-contact-list li,
.footer-links a,
.footer-section p,
.footer-section small {
  color: #000;
}

.footer-links a:hover,
.topbar-socials a:hover,
.footer-contact-list a:hover {
  color: #ffffff;
}

/* ===== Final hero readability + compact spacing tune ===== */
#hero.hero-section {
  min-height: auto !important;
  padding: 112px 0 60px !important;
}

#hero .hero-inner {
  padding: 0 !important;
}

#hero .hero-grid {
  align-items: center !important;
  gap: 28px !important;
}

#hero .hero-copy {
  padding-top: 6px !important;
}

#hero .hero-title,
.hero-title {
  color: #ffffff !important;
  text-shadow: 0 10px 28px rgba(9, 19, 36, 0.28);
}

#hero .hero-desc,
.hero-desc {
  color: rgba(255, 255, 255, 0.88) !important;
}

#hero .hero-kicker,
#hero .hero-mini-point,
#hero .hero-stat-item {
  color: rgba(255, 255, 255, 0.92) !important;
}

#hero .btn-hero-whatsapp {
  background: #25D366 !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.24) !important;
}

#hero .btn-hero-whatsapp i,
#hero .btn-hero-whatsapp span,
#hero .btn-hero-whatsapp {
  color: #ffffff !important;
}

#hero .btn-hero-whatsapp:hover {
  background: #1ebe5d !important;
  border-color: #1ebe5d !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #hero.hero-section {
    padding: 100px 0 46px !important;
  }
}

@media (max-width: 767.98px) {
  #hero.hero-section {
    padding: 88px 0 34px !important;
  }

  #hero .hero-title {
    font-size: clamp(2rem, 8vw, 2.7rem) !important;
  }
}

/* ===== Hero fine tune: clearer chips/stats + red kicker + tighter top spacing ===== */
#hero.hero-section {
  min-height: auto !important;
  padding: 86px 0 54px !important;
}

#hero .hero-inner {
  padding-top: 0 !important;
}

#hero .hero-grid {
  align-items: center !important;
  gap: 24px !important;
}

#hero .hero-copy {
  padding-top: 0 !important;
}

#hero .hero-kicker {
  margin-bottom: 10px !important;
  padding: 9px 16px !important;
  background: linear-gradient(135deg, #ef4339 0%, #d93025 100%) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(217, 48, 37, 0.26) !important;
}

#hero .hero-title {
  margin-bottom: 12px !important;
}

#hero .hero-desc {
  color: rgba(255,255,255,0.92) !important;
  margin-bottom: 20px !important;
}

#hero .hero-actions {
  margin-bottom: 18px !important;
}

#hero .hero-mini-points {
  gap: 12px !important;
  margin-bottom: 18px !important;
}

#hero .hero-mini-point {
  background: rgba(255,255,255,0.96) !important;
  border: 1px solid rgba(21, 53, 96, 0.10) !important;
  color: #173b69 !important;
  box-shadow: 0 14px 28px rgba(13, 28, 51, 0.10) !important;
}

#hero .hero-mini-point i {
  color: #2d66b3 !important;
}

#hero .hero-stats-row {
  gap: 14px !important;
}

#hero .hero-stat-item {
  background: rgba(255,255,255,0.97) !important;
  border: 1px solid rgba(21, 53, 96, 0.10) !important;
  box-shadow: 0 16px 34px rgba(13, 28, 51, 0.10) !important;
}

#hero .hero-stat-item strong {
  color: #173b69 !important;
}

#hero .hero-stat-item span {
  color: #59687d !important;
}

@media (max-width: 991.98px) {
  #hero.hero-section {
    padding: 78px 0 42px !important;
  }

  #hero .hero-kicker {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 767.98px) {
  #hero.hero-section {
    padding: 72px 0 30px !important;
  }
}

/* Final solid-red sightseeing labels/buttons */
.sight-img-badge,
.sight-mini-label,
.selection-label strong,
.btn-book-sight {
  background: var(--rypo-red) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: var(--rypo-red) !important;
}

.selection-label strong {
  display: inline-flex !important;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  line-height: 1.1;
  box-shadow: 0 10px 22px rgba(229, 57, 53, 0.16);
}

.sight-img-badge,
.sight-mini-label {
  box-shadow: 0 10px 22px rgba(229, 57, 53, 0.16) !important;
}

.btn-book-sight {
  box-shadow: 0 12px 26px rgba(229, 57, 53, 0.22) !important;
}

.btn-book-sight:hover,
.sight-img-badge:hover,
.sight-mini-label:hover,
.selection-label strong:hover {
  background: var(--rypo-red-dark) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: var(--rypo-red-dark) !important;
}


/* --- Other packages cleanup tweak --- */
.packages-header{margin-bottom:24px;}
.packages-header .packages-title{margin-top:0;}
.packages-more-wrap{display:flex;justify-content:center;margin-top:26px;}
.packages-more-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border-radius:999px;background:#2f5f9f;color:#fff;font-weight: 700;letter-spacing:.01em;box-shadow:0 12px 24px rgba(47,95,159,.18);transition:transform .2s ease, box-shadow .2s ease, background .2s ease;}
.packages-more-btn:hover{background:#244b7c;color:#fff;transform:translateY(-2px);box-shadow:0 16px 28px rgba(36,75,124,.24);}
@media (max-width:767.98px){.packages-more-wrap{margin-top:20px}.packages-more-btn{width:100%;justify-content:center;max-width:320px;}}


/* === Auth button, modal, profile dropdown === */
.rypo-auth-slot {
  flex-shrink: 0;
}

.auth-trigger-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(220, 38, 38, 0.18);
  background: linear-gradient(180deg, #fff6f6 0%, #ffffff 100%);
  color: #b91c1c;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  transition: all 0.25s ease;
}

.auth-trigger-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.auth-trigger-btn i {
  font-size: 1.15rem;
}

.rypo-profile-dropdown {
  position: relative;
}

.rypo-profile-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 8px 14px 8px 8px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.rypo-profile-toggle::after {
  margin-left: 4px;
}

.rypo-profile-meta {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.1;
}

.rypo-profile-meta strong {
  font-size: 0.94rem;
  color: #172033;
}

.rypo-profile-meta small {
  color: #6b7280;
  font-size: 0.76rem;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rypo-profile-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 16px rgba(185, 28, 28, 0.18);
}

.rypo-profile-avatar.large {
  width: 52px;
  height: 52px;
  min-width: 52px;
}

.rypo-profile-avatar.profile-preview {
  width: 58px;
  height: 58px;
  min-width: 58px;
}

.rypo-profile-menu {
  min-width: 260px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.rypo-profile-menu .dropdown-item {
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 600;
  color: #253049;
}

.rypo-profile-menu .dropdown-item i {
  margin-right: 10px;
  color: #dc2626;
}

.rypo-profile-menu .dropdown-item:hover,
.rypo-profile-menu .dropdown-item:focus {
  background: #fff5f5;
}

.rypo-profile-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 12px;
  list-style: none;
}

.rypo-profile-card strong,
.rypo-profile-card small {
  display: block;
}

.rypo-profile-card small {
  color: #6b7280;
}

.rypo-auth-modal .modal-dialog {
  max-width: 1120px;
}

.auth-modal-content {
  border: none;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.auth-modal-close {
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 3;
  font-size: 1rem;
  border-radius: 50%;
  background-size: 0.9rem;
}

.auth-modal-grid {
  display: grid;
  grid-template-columns: minmax(320px, 46%) 1fr;
}

.auth-visual-panel {
  background: #f7f0e8;
  padding: 46px 34px 38px;
  position: relative;
}

.auth-illustration-shell {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.auth-illustration-circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #efe0c6;
}

.auth-illustration-person,
.auth-illustration-plane,
.auth-illustration-bag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-illustration-person {
  font-size: 8rem;
  color: #2d6a6d;
  left: 50%;
  top: 50%;
  transform: translate(-46%, -43%);
}

.auth-illustration-plane {
  font-size: 2rem;
  color: #599b99;
  right: 58px;
  top: 60px;
  transform: rotate(18deg);
}

.auth-illustration-bag {
  font-size: 2.3rem;
  color: #ff8d69;
  left: 86px;
  bottom: 56px;
  transform: rotate(-10deg);
}

.auth-benefit-list {
  display: grid;
  gap: 14px;
}

.auth-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 248, 240, 0.9);
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(190, 150, 110, 0.16);
  color: #3d424d;
  font-weight: 600;
}

.auth-benefit-item i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff7ef;
  color: #8a6a3d;
}

.auth-more-text {
  margin: 16px 0 0;
  text-align: center;
  color: #646464;
}

.auth-form-panel {
  padding: 56px 46px 46px;
  background: #ffffff;
}

.auth-segmented {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: min(100%, 540px);
  background: #f4f4f5;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 6px;
  border-radius: 999px;
  margin-bottom: 52px;
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.05);
}

.auth-segment-btn {
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #4b5563;
  font-weight: 700;
  padding: 14px 18px;
}

.auth-segment-btn.active {
  background: linear-gradient(180deg, #ffe8ea 0%, #fff0f2 100%);
  color: #dc2626;
  box-shadow: 0 8px 16px rgba(220, 38, 38, 0.12);
}

.rypo-auth-stage h3 {
  font-size: clamp(1.9rem, 2vw, 2.7rem);
  margin-bottom: 12px;
  color: #101828;
}

.auth-stage-note,
.auth-terms,
.profile-preview-row p {
  color: #667085;
}

.auth-field-label {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 12px;
}

.auth-form-stack {
  display: grid;
  gap: 18px;
}

.auth-control {
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid #d0d5dd;
  font-size: 1.05rem;
  padding-inline: 18px;
}

.auth-control:focus {
  border-color: rgba(220, 38, 38, 0.32);
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.12);
}

.auth-primary-btn {
  border: none;
  border-radius: 16px;
  min-height: 60px;
  background: linear-gradient(180deg, #ef1515 0%, #d91010 100%);
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(239, 21, 21, 0.2);
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 22px;
  color: #3f3f46;
  font-size: 1.2rem;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e4e7ec;
}

.auth-google-btn {
  width: 100%;
  min-height: 62px;
  border-radius: 16px;
  border: 1px solid #e4e7ec;
  background: #f8fafc;
  color: #4b5563;
  font-size: 1.18rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.profile-preview-row {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff5f5;
  border: 1px solid rgba(220, 38, 38, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
}

@media (max-width: 991.98px) {
  .rypo-auth-slot {
    width: 100%;
    justify-content: flex-start;
    padding-top: 8px;
  }

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

  .auth-visual-panel {
    padding-bottom: 26px;
  }

  .auth-form-panel {
    padding: 34px 22px 28px;
  }

  .auth-segmented {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .auth-illustration-shell {
    min-height: 250px;
  }

  .auth-illustration-circle {
    width: 240px;
    height: 240px;
  }

  .auth-illustration-person {
    font-size: 5.6rem;
  }

  .auth-illustration-plane {
    font-size: 1.45rem;
    right: 24px;
    top: 20px;
  }

  .auth-illustration-bag {
    left: 34px;
    bottom: 28px;
    font-size: 1.8rem;
  }

  .auth-modal-close {
    right: 16px;
    top: 16px;
  }

  .auth-primary-btn {
    font-size: 1.12rem;
  }

  .auth-google-btn {
    font-size: 1rem;
  }

  .rypo-profile-toggle {
    width: 100%;
    justify-content: space-between;
  }
}


.trip-type-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #f4f4f5;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 6px;
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.05);
}

.trip-type-tabs-hero {
  width: 100%;
}

.trip-type-btn {
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #4b5563;
  font-weight: 700;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trip-type-btn.active {
  background: linear-gradient(180deg, #ffe8ea 0%, #fff0f2 100%);
  color: #dc2626;
  box-shadow: 0 8px 16px rgba(220, 38, 38, 0.12);
}

.trip-type-info {
  border: 1px solid rgba(229, 57, 53, 0.14);
  background: linear-gradient(180deg, rgba(255, 245, 244, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-radius: 22px;
  padding: 18px 20px;
  color: #5b6574;
}

.booking-helper-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--rypo-red);
  background: rgba(229, 57, 53, 0.08);
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .trip-type-tabs,
  .trip-type-tabs-hero {
    width: 100%;
  }

  .trip-type-btn {
    justify-content: center;
    flex: 1 1 calc(50% - 10px);
  }
}


.booking-panel-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid rgba(32, 56, 88, 0.10);
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: var(--rypo-navy);
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.trip-type-tabs,
.trip-type-tabs-hero {
  display: flex;
  width: 100%;
}

.trip-type-btn {
  flex: 1 1 0;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767.98px) {
  .trip-type-btn {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 0;
    padding: 12px 10px;
    font-size: 0.92rem;
    gap: 6px;
  }

  .booking-panel-header {
    min-height: 44px;
    font-size: 0.96rem;
    margin-bottom: 14px;
  }
}


/* Hero booking compact update */
#hero .booking-card.booking-card-compact {
  padding: 0 24px 24px;
  overflow: hidden;
}

#hero .booking-card.booking-card-compact .booking-panel-header {
  margin: 0 -24px 18px;
  min-height: 60px;
  padding: 16px 20px;
  border: none;
  border-radius: 28px 28px 22px 22px;
  background: linear-gradient(180deg, #e53935 0%, #cf2f2b 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(229, 57, 53, 0.22);
}

#hero .trip-type-tabs,
#hero .trip-type-tabs-hero {
  flex-wrap: nowrap;
  gap: 8px;
  padding: 6px;
}

#hero .trip-type-btn {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  padding: 11px 10px;
  font-size: 0.94rem;
  gap: 6px;
}

#hero .trip-type-btn i {
  font-size: 0.95rem;
}

#hero .trip-type-btn span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hero .trip-type-btn.active {
  background: linear-gradient(180deg, #ffe8ea 0%, #fff0f2 100%);
}

@media (max-width: 767.98px) {
  #hero .booking-card.booking-card-compact {
    padding: 0 16px 18px;
    border-radius: 24px;
  }

  #hero .booking-card.booking-card-compact .booking-panel-header {
    margin: 0 -16px 16px;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 24px 24px 18px 18px;
    font-size: 1.08rem;
  }

  #hero .trip-type-tabs,
  #hero .trip-type-tabs-hero {
    gap: 6px;
  }

  #hero .trip-type-btn {
    flex: 1 1 0;
    padding: 10px 6px;
    font-size: 0.80rem;
    gap: 4px;
  }

  #hero .trip-type-btn i {
    font-size: 0.82rem;
  }
}


/* --- Fast booking form: Local / Outdoor / Spiritual --- */
#hero .booking-card.booking-card-compact.booking-card-tabs-only {
  padding-top: 0;
}

#hero .booking-card.booking-card-compact.booking-card-tabs-only .booking-panel-header {
  margin-bottom: 14px;
}

#hero .booking-form-dynamic {
  margin-top: 0;
}

#hero .booking-form-dynamic #heroBookingFields .row {
  margin-left: 0;
  margin-right: 0;
}

#hero .booking-form-dynamic #heroBookingFields .col-12,
#hero .booking-form-dynamic #heroBookingFields .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

#hero .booking-form-dynamic .row.g-3 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

#hero .booking-form .form-select,
#hero .booking-form .form-control {
  min-height: 62px;
  border-radius: 18px;
  border: 1px solid rgba(32, 56, 88, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: var(--rypo-navy);
  font-size: 1rem;
  padding: 16px 18px;
  box-shadow: none;
}

#hero .booking-form .form-select {
  cursor: pointer;
}

#hero .booking-form .form-control::placeholder,
#hero .booking-form .form-select {
  color: #617082;
}

#hero .trip-type-tabs,
#hero .trip-type-tabs-hero {
  gap: 6px;
  padding: 6px;
  flex-wrap: nowrap;
}

#hero .trip-type-btn {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  padding: 12px 6px;
  font-size: 0.9rem;
  gap: 5px;
}

#hero .trip-type-btn span {
  overflow: visible;
  text-overflow: clip;
}

@media (max-width: 767.98px) {
  #hero .booking-form .form-select,
  #hero .booking-form .form-control {
    min-height: 56px;
    padding: 14px 14px;
    border-radius: 16px;
    font-size: 0.95rem;
  }

  #hero .trip-type-btn {
    padding: 10px 4px;
    font-size: 0.76rem;
    gap: 4px;
  }

  #hero .trip-type-btn i {
    font-size: 0.8rem;
  }
}


/* ===== Unified header + account pages (March 2026 patch) ===== */
.header-action-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-header-book {
  min-height: 50px;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-call-header {
  min-height: 50px;
  min-width: 220px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #234b80 0%, #2f5f9f 100%);
  box-shadow: 0 14px 30px rgba(35, 75, 128, 0.20);
}
.btn-call-header:hover {
  color: #fff;
  transform: translateY(-1px);
}
.navbar-wrap .navbar-nav {
  gap: 4px;
}
.navbar-wrap .nav-link {
  white-space: nowrap;
}
.account-overview {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 24px;
}
.account-profile-card,
.profile-side-card,
.profile-form-card,
.empty-state-card,
.trip-summary-card,
.logout-card {
  background: #fff;
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(32,56,88,0.08);
}
.account-profile-card,
.profile-side-card,
.logout-card,
.empty-state-card {
  padding: 32px;
  text-align: center;
}
.account-avatar {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  object-fit: cover;
  margin: 0 auto 18px;
  box-shadow: 0 12px 30px rgba(224,56,64,0.18);
}
.account-login {
  color: #6d7c8d;
  margin-bottom: 14px;
}
.account-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(47,95,159,0.10);
  color: #234b80;
  font-weight: 700;
}
.account-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.account-link-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 24px;
  padding: 26px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 170px;
}
.account-link-card i {
  font-size: 1.6rem;
  color: var(--rypo-red);
}
.account-link-card strong {
  font-size: 1.2rem;
  color: var(--rypo-navy);
}
.account-link-card span {
  color: #657587;
}
.profile-page-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 24px;
}
.profile-form-card {
  padding: 32px;
}
.profile-page-form {
  gap: 18px;
}
.account-trips-wrap {
  min-height: 240px;
}
.trip-summary-card {
  padding: 28px;
}
.trip-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.trip-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.trip-summary-item {
  background: #f8fafc;
  border: 1px solid rgba(32,56,88,0.06);
  border-radius: 18px;
  padding: 16px 18px;
}
.trip-summary-item span {
  display: block;
  font-size: 0.88rem;
  color: #728194;
  margin-bottom: 6px;
}
.trip-summary-item strong {
  color: var(--rypo-navy);
}
.empty-state-card i,
.logout-card i {
  font-size: 2.2rem;
  color: var(--rypo-red);
  margin-bottom: 12px;
}
.logout-card {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .navbar-wrap .nav-link {
    font-size: 0.96rem;
  }
  .btn-call-header {
    min-width: 200px;
  }
}
@media (max-width: 1199.98px) {
  .header-action-wrap {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 12px;
  }
  .header-cta-group {
    width: 100%;
    flex-direction: column;
  }
  .btn-header-book,
  .btn-call-header,
  .auth-trigger-btn,
  .rypo-profile-toggle {
    width: 100%;
    justify-content: center;
  }
  .account-overview,
  .profile-page-layout {
    grid-template-columns: 1fr;
  }
  .trip-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .account-links-grid,
  .trip-summary-grid {
    grid-template-columns: 1fr;
  }
  .trip-summary-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-profile-card,
  .profile-side-card,
  .profile-form-card,
  .trip-summary-card,
  .logout-card,
  .empty-state-card {
    padding: 22px;
  }
}


/* === Delhi sightseeing planner page === */
.inner-page-strip {
  padding: 24px 0 10px;
}

.inner-page-strip-wrap {
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,250,253,0.96));
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 30px;
  box-shadow: var(--rypo-shadow);
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.inner-page-strip-wrap h1 {
  margin: 8px 0 8px;
  color: var(--rypo-navy);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-family: "Playfair Display", serif;
  line-height: 1.05;
}

.inner-page-strip-wrap p {
  margin: 0;
  max-width: 760px;
}

.inner-page-strip-pill {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(47,95,159,0.1);
  color: var(--rypo-navy);
  font-weight: 700;
}

.dlx-wide-shell {
  width: min(100%, 1680px);
  padding-left: clamp(18px, 3vw, 42px);
  padding-right: clamp(18px, 3vw, 42px);
}

.dlx-booking-section {
  padding: 15px 0 40px;
}

.dlx-main-row {
  --bs-gutter-x: 26px;
}

.dlx-booking-form {
  display: grid;
  gap: 0;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 34px;
  box-shadow: var(--rypo-shadow);
  overflow: hidden;
}

.dlx-card,
.dlx-summary-card {
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 28px;
  box-shadow: var(--rypo-shadow);
}

.dlx-card {
  padding: 30px 34px;
  border: 0;
  border-bottom: 1px solid rgba(32,56,88,0.08);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.dlx-card:last-child {
  border-bottom: 0;
}

.dlx-card-head {
  margin-bottom: 20px;
}

.dlx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(224,56,64,0.1);
  color: var(--rypo-red-dark);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dlx-card-head h2 {
  margin: 14px 0 8px;
  color: var(--rypo-navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.dlx-card-head p,
.dlx-summary-top p {
  margin: 0;
}

.dlx-option-grid {
  display: flex;
  gap: 16px;
}

.dlx-scroll-row {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  margin-bottom: -2px;
  scrollbar-width: thin;
}

.dlx-scroll-row::-webkit-scrollbar {
  height: 8px;
}

.dlx-scroll-row::-webkit-scrollbar-track {
  background: rgba(32,56,88,0.08);
  border-radius: 999px;
}

.dlx-scroll-row::-webkit-scrollbar-thumb {
  background: rgba(224,56,64,0.42);
  border-radius: 999px;
}

.dlx-hour-grid .dlx-select-card {
  flex: 0 0 min(235px, 78vw);
}

.dlx-cab-grid .dlx-cab-card {
  flex: 0 0 min(255px, 82vw);
}

.dlx-main-row > [class*="col-"] {
  min-width: 0;
}

.dlx-card,
.dlx-scroll-row {
  min-width: 0;
}

.dlx-select-card,
.dlx-cab-card,
.dlx-place-card,
.dlx-place-chip {
  position: relative;
  display: block;
  cursor: pointer;
  flex-shrink: 0;
}

.dlx-select-card input,
.dlx-cab-card input,
.dlx-place-card input,
.dlx-place-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.dlx-select-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: center;
    min-height: 90px;
    border-radius: 22px;
    padding: 10px 22px;
    border: 1px solid rgba(32, 56, 88, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    transition: all 0.25s ease;
}
.dlx-select-copy strong,
.dlx-cab-copy strong {
  color: var(--rypo-navy);
  font-size: 1.12rem;
}

.dlx-select-copy small,
.dlx-cab-copy small {
  color: var(--rypo-text);
  font-size: 0.92rem;
}

.dlx-select-card input:checked + .dlx-select-copy {
  border-color: rgba(224,56,64,0.34);
  box-shadow: 0 14px 26px rgba(224,56,64,0.15);
  background: linear-gradient(180deg, rgba(255,248,248,1) 0%, rgba(255,255,255,1) 100%);
  transform: translateY(-2px);
}

.dlx-cab-card {
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  transition: all 0.25s ease;
  min-height: 100%;
  min-width: 0;
}

.dlx-cab-card img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin-bottom: 14px;
}

.dlx-cab-copy {
  display: grid;
  gap: 6px;
}

.dlx-cab-copy span {
  color: var(--rypo-red-dark);
  font-weight: 700;
}

.dlx-cab-card input:checked ~ img,
.dlx-cab-card input:checked ~ .dlx-cab-copy {
  filter: none;
}

.dlx-cab-card:has(input:checked) {
  border-color: rgba(224,56,64,0.34);
  box-shadow: 0 18px 30px rgba(224,56,64,0.14);
  transform: translateY(-2px);
}

.dlx-place-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: stretch;
}

.dlx-place-card {
  flex: 0 0 min(248px, 78vw);
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(32,56,88,0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 28px rgba(16,24,40,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dlx-place-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(16,24,40,0.12);
}

.dlx-place-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef3f9;
}

.dlx-place-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.dlx-place-copy {
  display: grid;
  gap: 4px;
  padding: 16px 18px 18px;
}

.dlx-place-copy strong {
  color: var(--rypo-navy);
  font-size: 1.05rem;
  line-height: 1.25;
}

.dlx-place-copy small {
  color: var(--rypo-text);
  font-size: 0.9rem;
}

.dlx-place-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.94);
  color: var(--rypo-red-dark);
  box-shadow: 0 10px 22px rgba(16,24,40,0.12);
  z-index: 2;
  opacity: 0;
  transform: scale(0.88);
  transition: all 0.25s ease;
}

.dlx-place-card:has(input:checked) {
  border-color: rgba(224,56,64,0.32);
  box-shadow: 0 18px 34px rgba(224,56,64,0.16);
}

.dlx-place-card:has(input:checked) .dlx-place-check {
  opacity: 1;
  transform: scale(1);
}

.dlx-place-card:has(input:checked) .dlx-place-media img {
  transform: scale(1.05);
}

.dlx-place-chip {
  flex: 0 0 auto;
}

.dlx-place-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(32,56,88,0.11);
  background: #fff;
  font-weight: 700;
  color: var(--rypo-navy);
  transition: all 0.25s ease;
}

.dlx-place-chip input:checked + span {
  border-color: rgba(224,56,64,0.28);
  background: rgba(224,56,64,0.1);
  color: var(--rypo-red-dark);
}

.dlx-helper-row {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(47,95,159,0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
}

.dlx-helper-row span {
  color: var(--rypo-text);
  font-weight: 700;
}

.dlx-helper-row strong {
  color: var(--rypo-navy);
}

.dlx-field-label {
  color: var(--rypo-navy);
  font-weight: 700;
  margin-bottom: 8px;
}

.dlx-control {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(32,56,88,0.12);
  box-shadow: none;
}

textarea.dlx-control {
  min-height: 120px;
}

.dlx-control:focus {
  border-color: rgba(224,56,64,0.3);
  box-shadow: 0 0 0 0.2rem rgba(224,56,64,0.08);
}

.dlx-pickup-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(47,95,159,0.07);
  color: var(--rypo-navy);
  font-weight: 700;
}

.dlx-pickup-note i {
  color: var(--rypo-red-dark);
  font-size: 1.1rem;
  line-height: 1.2;
}

.dlx-map-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(32,56,88,0.08);
  min-height: 280px;
  background: #eef3f9;
}

.dlx-map-card iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.dlx-summary-card {
  padding: 26px;
  position: sticky;
  top: 112px;
}

.dlx-summary-top h3 {
  margin: 14px 0 10px;
  color: var(--rypo-navy);
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}

.dlx-summary-amount {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--rypo-red-dark);
  line-height: 1;
  margin-bottom: 10px;
}

.dlx-summary-list {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.dlx-summary-row {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(47,95,159,0.06);
}

.dlx-summary-row span {
  color: var(--rypo-text);
  font-size: 0.92rem;
}

.dlx-summary-row strong {
  color: var(--rypo-navy);
  font-size: 1rem;
}

.dlx-proceed-btn {
  width: 100%;
  margin-top: 6px;
}

.dlx-summary-help {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--rypo-text);
  font-size: 0.95rem;
}

.dlx-summary-help i {
  color: var(--rypo-red-dark);
  font-size: 1.15rem;
}

@media (max-width: 1199.98px) {
  .dlx-summary-card {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .inner-page-strip-wrap,
  .dlx-summary-card {
    padding: 20px;
    border-radius: 22px;
  }

  .dlx-booking-form {
    border-radius: 24px;
  }

  .dlx-card {
    padding: 22px 20px;
  }

  .inner-page-strip-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .dlx-hour-grid .dlx-select-card,
  .dlx-cab-grid .dlx-cab-card,
  .dlx-place-grid .dlx-place-card {
    flex-basis: min(240px, 82vw);
  }

  .dlx-place-copy {
    padding: 14px 16px 16px;
  }

  .dlx-helper-row {
    align-items: flex-start;
  }
}


/* Added for final confirmation and terms page */
.mp-terms-check {display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px 16px;background:#fff8f8;border:1px solid rgba(224,56,64,0.14);border-radius:16px;color:var(--rypo-navy);font-weight:600;}
.mp-terms-check input {margin-top:4px;width:18px;height:18px;accent-color:var(--rypo-red);}
.mp-terms-check a {color:var(--rypo-red);text-decoration:none;}
.terms-content h2 {color:var(--rypo-navy);font-size:1.15rem;margin:1.5rem 0 0.5rem;}
.terms-content p {margin:0;color:var(--rypo-text);}


/* ===== Booking review page refinement (March 2026) ===== */
.mp-review-page-section{padding:15px 0 40px;background:linear-gradient(180deg,#f7fafc 0%,#ffffff 42%,#f6f9fd 100%)}
.review-page-shell{max-width:100%;padding-left:32px;padding-right:32px}
.mp-review-intro{margin-bottom:28px;padding:34px 36px;border-radius:30px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 54%,#eef4fb 100%);border:1px solid rgba(36,49,63,.08);box-shadow:0 18px 52px rgba(15,23,42,.08)}
.mp-review-intro h1{font-size:clamp(2.15rem,3.6vw,4rem);line-height:1.05;color:var(--rypo-navy);margin:16px 0 12px;font-weight:900}
.mp-review-intro p{max-width:860px;margin:0;color:#607083;font-size:1.02rem}
.mp-card-header{margin-bottom:22px}
.mp-card-header p{margin:8px 0 0;color:#6a788a;max-width:none}
.mp-review-layout-wide{grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);align-items:start}
.mp-review-layout-wide .mp-form-card,.mp-review-layout-wide .mp-side-card{padding:34px}
.mp-review-layout-wide .mp-form-card{background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)}
.mp-review-layout-wide .mp-side-card{background:linear-gradient(180deg,#ffffff 0%,#f9fbfe 100%)}
.mp-review-block{padding:22px 24px;border-radius:22px;background:linear-gradient(180deg,#f7f9fc 0%,#fdfefe 100%)}
.mp-review-list{gap:18px;margin-top:20px}
.mp-review-item{padding:18px 20px;border-radius:20px;background:#fff;border:1px solid #e6edf4;box-shadow:0 10px 28px rgba(15,23,42,.03)}
.mp-review-item span{font-size:.8rem;font-weight: 700;text-transform:uppercase;letter-spacing:.04em;color:#7a899b;margin-bottom:8px}
.mp-review-item strong{display:block;color:var(--rypo-navy);font-size:1.02rem;line-height:1.45;word-break:break-word}
.mp-order-summary{display:grid;gap:12px;margin-top:18px}
.mp-order-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #e6edf4;border-radius:18px;background:#fbfcfe;color:#607083;box-shadow:0 8px 22px rgba(15,23,42,.03)}
.mp-order-row span{flex:0 0 40%;max-width:40%;font-weight:700;color:#67788d}
.mp-order-row strong{flex:1;min-width:0;text-align:right;color:var(--rypo-navy);line-height:1.45;word-break:break-word}
.mp-total-box{margin-top:18px;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,rgba(229,57,53,.08),rgba(47,95,159,.16));display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid rgba(47,95,159,.08)}
.mp-total-box strong{display:block;font-size:2rem;line-height:1.05;color:var(--rypo-navy)}
.mp-note{font-size:.93rem;line-height:1.6;color:#66778b;margin-top:14px}
.mp-terms-box{margin-top:22px;padding:18px 20px;border-radius:20px;line-height:1.55}
.mp-terms-check{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid #e7edf5}
.mp-terms-check input{margin-top:4px;accent-color:var(--rypo-red)}
@media (max-width:1199.98px){.review-page-shell{padding-left:24px;padding-right:24px}.mp-review-layout-wide{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr)}}
@media (max-width:991.98px){.mp-review-page-section{padding:30px 0 72px}.mp-review-intro{padding:26px 24px}.mp-review-layout-wide{grid-template-columns:1fr}.mp-review-layout-wide .mp-form-card,.mp-review-layout-wide .mp-side-card{padding:28px}.mp-side-card{position:relative;top:auto}}
@media (max-width:767.98px){.review-page-shell{padding-left:16px;padding-right:16px}.mp-review-intro{padding:22px 18px;border-radius:24px}.mp-review-intro h1{font-size:clamp(1.9rem,9vw,2.7rem)}.mp-review-list{grid-template-columns:1fr}.mp-review-layout-wide .mp-form-card,.mp-review-layout-wide .mp-side-card{padding:22px}.mp-order-row{padding:14px 16px}.mp-order-row span{flex:0 0 44%;max-width:44%;font-size:.92rem}.mp-order-row strong{font-size:.97rem}.mp-total-box{flex-direction:column;align-items:flex-start}.mp-total-box strong{font-size:1.75rem}}


/* Outdoor booking page */
.outdoor-booking-section {
  padding-top: 16px;
}

.outdoor-hidden {
  display: none !important;
}

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

.outdoor-mode-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 68px;
  border: 1px solid rgba(32,56,88,0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: var(--rypo-navy);
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.25s ease;
}

.outdoor-mode-btn.active {
  border-color: rgba(224,56,64,0.32);
  background: linear-gradient(180deg, rgba(255,248,248,1) 0%, rgba(255,255,255,1) 100%);
  color: var(--rypo-red-dark);
  box-shadow: 0 16px 28px rgba(224,56,64,0.12);
}

.outdoor-inline-note {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(47,95,159,0.07);
  color: var(--rypo-navy);
  font-weight: 700;
}

.outdoor-inline-note i {
  color: var(--rypo-red-dark);
  font-size: 1.1rem;
  line-height: 1.2;
}

.outdoor-inline-note.lead-valid {
  background: rgba(16,185,129,0.12);
  color: #0f5132;
}

.outdoor-inline-note.lead-invalid {
  background: rgba(224,56,64,0.1);
  color: var(--rypo-red-dark);
}

.outdoor-package-grid {
  display: grid;
  gap: 18px;
}

.outdoor-package-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(32,56,88,0.1);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(16,24,40,0.08);
  transition: all 0.25s ease;
  text-align: left;
}

.outdoor-package-card:hover,
.outdoor-package-card.selected {
  transform: translateY(-2px);
  border-color: rgba(224,56,64,0.26);
  box-shadow: 0 20px 34px rgba(224,56,64,0.12);
}

.outdoor-package-media {
  min-height: 100%;
  background: #eef3f9;
}

.outdoor-package-media img {
  width: 100%;
  height: 100%;
  min-height: 235px;
  object-fit: cover;
  display: block;
}

.outdoor-package-copy {
  padding: 24px 26px;
  display: grid;
  gap: 14px;
}

.outdoor-package-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.outdoor-package-top h3 {
  margin: 0 0 8px;
  color: var(--rypo-navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.outdoor-package-top p {
  margin: 0;
  color: var(--rypo-text);
}

.outdoor-package-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(224,56,64,0.1);
  color: var(--rypo-red-dark);
  font-weight: 700;
  white-space: nowrap;
}

.outdoor-package-meta,
.outdoor-package-fares,
.outdoor-cab-meta,
.outdoor-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.outdoor-package-meta span,
.outdoor-package-fares span,
.outdoor-cab-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(47,95,159,0.08);
  color: var(--rypo-navy);
  font-weight: 700;
}

.outdoor-package-fares span,
.outdoor-cab-meta span:last-child {
  background: rgba(224,56,64,0.1);
  color: var(--rypo-red-dark);
}

.outdoor-cab-grid {
  display: grid;
  gap: 16px;
}

.outdoor-cab-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border-radius: 26px;
  border: 1px solid rgba(32,56,88,0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  cursor: pointer;
  transition: all 0.25s ease;
}

.outdoor-cab-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.outdoor-cab-card:has(input:checked) {
  border-color: rgba(224,56,64,0.32);
  box-shadow: 0 18px 30px rgba(224,56,64,0.14);
  transform: translateY(-2px);
}

.outdoor-cab-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}

.outdoor-cab-media img {
  width: 100%;
  max-width: 190px;
  max-height: 120px;
  object-fit: contain;
}

.outdoor-cab-copy {
  display: grid;
  gap: 14px;
}

.outdoor-cab-copy strong {
  display: block;
  color: var(--rypo-navy);
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.outdoor-cab-copy small {
  color: var(--rypo-text);
  font-size: 0.96rem;
}

.outdoor-helper-row {
  margin-top: 18px;
}

.dlx-location-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(32,56,88,0.12);
  background: #fff;
  color: var(--rypo-navy);
  font-weight: 700;
  transition: all 0.25s ease;
}

.dlx-location-chip:hover {
  border-color: rgba(224,56,64,0.22);
  color: var(--rypo-red-dark);
  background: rgba(255,248,248,1);
}

.outdoor-submit-card {
  background: linear-gradient(135deg, rgba(255,248,248,0.96) 0%, rgba(255,255,255,1) 100%);
}

.outdoor-submit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.outdoor-submit-wrap h3 {
  margin: 0 0 8px;
  color: var(--rypo-navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.outdoor-submit-wrap p {
  margin: 0;
  color: var(--rypo-text);
}

.outdoor-submit-btn {
  min-width: 260px;
}

@media (max-width: 991.98px) {
  .outdoor-package-card,
  .outdoor-cab-card,
  .outdoor-submit-wrap {
    grid-template-columns: 1fr;
  }

  .outdoor-submit-wrap {
    display: grid;
  }

  .outdoor-submit-btn {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .outdoor-mode-switch {
    grid-template-columns: 1fr;
  }

  .outdoor-package-copy,
  .outdoor-cab-card {
    padding: 18px;
  }

  .outdoor-package-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .outdoor-package-side-actions {
    width: 100%;
    justify-items: stretch;
  }

  .outdoor-package-proceed-btn {
    width: 100%;
    min-width: 0;
  }

  .outdoor-package-media img {
    min-height: 210px;
  }
}


.outdoor-strip-simple {
  justify-content: flex-start;
}

.outdoor-custom-info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.outdoor-package-actions {
  display: grid;
  gap: 14px;
}

.outdoor-package-cab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.outdoor-package-cab-btn {
  border: 1px solid rgba(32,56,88,0.12);
  background: #fff;
  border-radius: 16px;
  padding: 11px 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: var(--rypo-navy);
  font-weight: 600;
  transition: all 0.25s ease;
}

.outdoor-package-cab-btn small {
  color: var(--rypo-text);
  font-size: 0.8rem;
  font-weight: 700;
}

.outdoor-package-cab-btn.active {
  border-color: rgba(224,56,64,0.3);
  background: rgba(255,248,248,1);
  color: var(--rypo-red-dark);
  box-shadow: 0 12px 24px rgba(224,56,64,0.12);
}

.outdoor-day-stepper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(224,56,64,0.1);
  color: var(--rypo-red-dark);
  font-weight: 700;
}

.outdoor-day-stepper-inline {
  justify-content: center;
  min-width: 210px;
}

.day-step-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.88);
  color: var(--rypo-red-dark);
  box-shadow: inset 0 0 0 1px rgba(224,56,64,0.14);
  transition: all 0.25s ease;
}

.day-step-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}

.outdoor-package-selected-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rypo-red-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

.outdoor-package-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.outdoor-package-card .outdoor-package-pill {
  gap: 8px;
}

.outdoor-cab-section,
#outdoorCustomCabSection,
#outdoorCustomDateSection {
  transition: all 0.25s ease;
}

@media (max-width: 991.98px) {
  .outdoor-custom-info-row,
  .outdoor-package-bottom {
    display: grid;
    justify-content: stretch;
  }

  .outdoor-day-stepper-inline {
    width: fit-content;
  }
}

@media (max-width: 767.98px) {
  .outdoor-package-cab-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .outdoor-package-cab-btn {
    width: 100%;
  }
}

.outdoor-package-card { cursor: pointer; }


.outdoor-package-title-block {
  min-width: 0;
}

.outdoor-package-side-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
  flex-shrink: 0;
}

.outdoor-package-proceed-btn {
  min-width: 168px;
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 18px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 14px 30px rgba(224,56,64,0.18);
}


.outdoor-package-proceed-btn-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .outdoor-package-proceed-btn-desktop {
    display: none;
  }

  .outdoor-package-proceed-btn-mobile {
    display: inline-flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-top: 4px;
    border-radius: 18px;
    justify-content: center;
  }
}


/* Outdoor page professional polish */
.outdoor-strip-pro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(224,56,64,0.08), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,254,0.98));
}

.outdoor-strip-pro::after {
  content: "";
  position: absolute;
  inset: auto -80px -90px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,95,159,0.08), transparent 68%);
  pointer-events: none;
}

.outdoor-hero-copy {
  position: relative;
  z-index: 1;
}

.outdoor-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.outdoor-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(32,56,88,0.08);
  background: rgba(255,255,255,0.88);
  color: var(--rypo-navy);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16,24,40,0.06);
}

.outdoor-hero-badge i {
  color: var(--rypo-red-dark);
}

.outdoor-booking-section {
  padding-top: 15px;
}

.dlx-booking-form {
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(16,24,40,0.1);
}

.dlx-card {
  padding: 34px 36px;
}

.dlx-card + .dlx-card {
  position: relative;
}

.dlx-card + .dlx-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(32,56,88,0.08), transparent);
}

.outdoor-mode-btn {
  min-height: 74px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}

.outdoor-mode-btn i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(47,95,159,0.08);
}

.outdoor-mode-btn.active i {
  background: rgba(224,56,64,0.12);
}

.outdoor-filter-shell {
  padding: 18px;
  border: 1px solid rgba(32,56,88,0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247,250,254,0.95), rgba(255,255,255,0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.outdoor-package-grid {
  gap: 22px;
}

.outdoor-package-card {
  position: relative;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  border-radius: 30px;
  border: 1px solid rgba(32,56,88,0.09);
  box-shadow: 0 20px 46px rgba(16,24,40,0.08);
}

.outdoor-package-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
  pointer-events: none;
}

.outdoor-package-card.selected {
  border-color: rgba(224,56,64,0.26);
  box-shadow: 0 24px 50px rgba(224,56,64,0.14);
}

.outdoor-package-media {
  position: relative;
  overflow: hidden;
}

.outdoor-package-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(15,23,42,0.55));
  pointer-events: none;
}

.outdoor-package-media img {
  min-height: 270px;
  transition: transform 0.45s ease;
}

.outdoor-package-card:hover .outdoor-package-media img,
.outdoor-package-card.selected .outdoor-package-media img {
  transform: scale(1.04);
}

.outdoor-package-media-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.outdoor-media-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--rypo-navy);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16,24,40,0.16);
}

.outdoor-media-chip.soft {
  background: rgba(15,23,42,0.72);
  color: #fff;
}

.outdoor-package-copy {
  padding: 26px 28px;
  gap: 16px;
}

.outdoor-package-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.outdoor-package-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(47,95,159,0.08);
  color: var(--rypo-navy);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.outdoor-package-side-actions {
  min-width: 210px;
}

.outdoor-package-meta span {
  font-size: 0.93rem;
}

.outdoor-package-section-title {
  font-weight: 700;
  color: var(--rypo-navy);
  font-size: 0.98rem;
  margin-bottom: -2px;
}

.outdoor-package-cab-row {
  gap: 12px;
}

.outdoor-package-cab-btn {
  min-width: 168px;
  padding: 13px 15px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(16,24,40,0.04);
}

.outdoor-package-cab-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(47,95,159,0.22);
}

.outdoor-day-stepper {
  padding: 9px 12px;
  box-shadow: inset 0 0 0 1px rgba(224,56,64,0.1);
}

.outdoor-package-bottom {
  padding-top: 4px;
}

.outdoor-package-selected-note {
  color: var(--rypo-navy);
}

.outdoor-package-selected-note i {
  color: var(--rypo-red-dark);
}

.outdoor-package-proceed-btn {
  gap: 10px;
  min-height: 58px;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(224,56,64,0.18);
}

.outdoor-package-proceed-btn i {
  font-size: 1rem;
}

.outdoor-card-focus {
  border-color: rgba(224,56,64,0.42) !important;
  box-shadow: 0 0 0 4px rgba(224,56,64,0.08), 0 18px 38px rgba(16,36,66,0.08) !important;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.outdoor-helper-row {
  border: 1px solid rgba(47,95,159,0.08);
  background: linear-gradient(180deg, rgba(247,250,254,0.96), rgba(255,255,255,0.98));
}

.dlx-control {
  min-height: 56px;
  border-radius: 18px;
  background-color: #fff;
}

.dlx-map-card,
.outdoor-submit-card {
  box-shadow: 0 16px 34px rgba(16,24,40,0.08);
}

.outdoor-submit-card {
  background: linear-gradient(135deg, rgba(255,247,247,0.96) 0%, rgba(255,255,255,0.98) 55%, rgba(247,250,254,0.98) 100%);
}

.outdoor-submit-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.outdoor-submit-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(32,56,88,0.08);
  color: var(--rypo-navy);
  font-weight: 700;
}

.outdoor-submit-points i {
  color: var(--rypo-red-dark);
}

@media (max-width: 991.98px) {
  .dlx-card {
    padding: 28px 24px;
  }

  .dlx-card + .dlx-card::before {
    left: 24px;
    right: 24px;
  }

  .outdoor-package-card {
    grid-template-columns: 1fr;
  }

  .outdoor-package-side-actions {
    min-width: 0;
  }

  .outdoor-package-media img {
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .outdoor-hero-badges {
    gap: 10px;
    margin-top: 18px;
  }

  .outdoor-hero-badge {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .outdoor-filter-shell {
    padding: 14px;
    border-radius: 20px;
  }

  .outdoor-package-copy {
    padding: 20px 18px;
  }

  .outdoor-package-media-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .outdoor-media-chip,
  .outdoor-media-chip.soft {
    font-size: 0.84rem;
  }

  .outdoor-package-cab-btn {
    min-width: 0;
  }

  .outdoor-submit-points {
    display: grid;
  }
}


.mp-review-top-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 22px}
.mp-review-highlight-card{padding:22px 22px 20px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f9fbfe 100%);border:1px solid #e6edf4;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.mp-review-highlight-card.primary{background:linear-gradient(135deg,#fff8f5 0%,#ffffff 56%,#f6f9fd 100%);border-color:rgba(219,78,57,.18)}
.mp-review-highlight-label{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight: 700;letter-spacing:.05em;text-transform:uppercase;color:#c94f43;margin-bottom:12px}
.mp-review-highlight-card h3{margin:0 0 8px;color:var(--rypo-navy);font-size:1.45rem;font-weight:900;line-height:1.18}
.mp-review-highlight-card p{margin:0;color:#607083;line-height:1.65}
.mp-review-highlight-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.mp-review-highlight-chips span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#f4f7fb;color:var(--rypo-navy);font-weight:700;font-size:.92rem}
.mp-review-mini-points{display:grid;gap:10px;margin-top:16px}
.mp-review-mini-points span{display:block;padding:12px 14px;border-radius:16px;background:#f8fafc;color:#455468;font-size:.95rem;line-height:1.5}
.mp-review-mini-points strong{color:var(--rypo-navy)}
.mp-review-highlight-card.media-card{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:18px;align-items:stretch}
.mp-review-highlight-media{border-radius:20px;overflow:hidden;min-height:210px;background:#eef3f8}
.mp-review-highlight-media img{width:100%;height:100%;object-fit:cover;display:block}
.mp-review-highlight-body{display:flex;flex-direction:column}
@media (max-width:991.98px){.mp-review-top-highlights{grid-template-columns:1fr}.mp-review-highlight-card.media-card{grid-template-columns:1fr}.mp-review-highlight-media{min-height:200px}}
@media (max-width:767.98px){.mp-review-highlight-card{padding:18px;border-radius:20px}.mp-review-highlight-card h3{font-size:1.2rem}.mp-review-highlight-chips span{width:100%;justify-content:flex-start;border-radius:14px}.mp-review-mini-points span{padding:11px 12px}}

.outdoor-review-next-card{margin-top:4px}
.outdoor-review-details-form{margin-top:22px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e6edf4;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.outdoor-review-details-form .mp-card-header{margin-bottom:16px}
.outdoor-review-details-form .dlx-control[readonly]{background:#f7f9fc;color:#516173}
@media (max-width:767.98px){.outdoor-review-details-form{padding:18px;border-radius:20px}}

/* Review page refined layout */
.review-intro-refined{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}
.review-intro-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.review-intro-badges span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(219,78,57,.12);
  color:var(--rypo-navy);
  font-weight:700;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.review-layout-refined{grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);gap:24px}
.review-main-stack,.review-side-stack{display:grid;gap:22px}
.review-card-shell{padding:30px 30px 28px;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);border:1px solid #e6edf4;box-shadow:0 18px 44px rgba(15,23,42,.06)}
.review-card-hero{overflow:hidden}
.review-status-banner{
  margin-bottom:18px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff8f5 0%,#ffffff 72%);
  border:1px solid rgba(219,78,57,.14);
  color:var(--rypo-navy);
  line-height:1.65;
}
.review-grid-refined{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.review-media-primary .mp-review-highlight-media{min-height:240px}
.review-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.review-stat-card{
  padding:18px 18px 16px;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #e6edf4;
  box-shadow:0 12px 26px rgba(15,23,42,.04);
}
.review-stat-card span{display:block;margin-bottom:7px;font-size:.79rem;font-weight: 700;text-transform:uppercase;letter-spacing:.04em;color:#7a899b}
.review-stat-card strong{display:block;color:var(--rypo-navy);font-size:1.06rem;line-height:1.45}
.review-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:6px}
.review-form-tip{
  flex:0 0 300px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:15px 16px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff9f5 0%,#ffffff 100%);
  border:1px solid rgba(219,78,57,.12);
  color:#5d6a78;
  line-height:1.6;
}
.review-form-tip i{color:var(--rypo-red);font-size:1.1rem;margin-top:2px}
.review-quick-pick-wrap{
  margin-top:18px;
  padding-top:18px;
  border-top:1px dashed #dce5ef;
}
.review-quick-pick-title{margin-bottom:12px;color:var(--rypo-navy);font-weight:800}
.review-leadtime-note{padding:14px 16px;border-radius:16px;background:#f8fafc;border:1px solid #e6edf4}
.review-action-card .mp-terms-box{margin-bottom:14px}
.review-action-row .btn-book{min-width:220px;justify-content:center}
.review-side-card{position:sticky;top:110px;padding:28px;border-radius:26px;border:1px solid #e6edf4;box-shadow:0 18px 42px rgba(15,23,42,.06)}
.review-side-points{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.review-side-points li{display:flex;align-items:flex-start;gap:12px;color:#5d6a78;line-height:1.7}
.review-side-points i{color:var(--rypo-red);font-size:1.02rem;margin-top:3px}
.review-help-box{margin-top:18px;padding-top:16px;border-top:1px dashed #dce5ef;display:grid;gap:12px}
.review-help-line{display:flex;align-items:center;gap:10px;color:var(--rypo-navy);font-weight:700}
.review-help-line a{color:inherit;text-decoration:none}
.review-help-line i{color:var(--rypo-red)}
@media (max-width:1199.98px){
  .review-intro-refined{flex-direction:column;align-items:flex-start}
  .review-layout-refined{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr)}
  .review-form-tip{flex:1 1 auto}
}
@media (max-width:991.98px){
  .review-layout-refined{grid-template-columns:1fr}
  .review-side-card{position:relative;top:auto}
  .review-form-head{flex-direction:column}
}
@media (max-width:767.98px){
  .review-card-shell,.review-side-card{padding:22px;border-radius:22px}
  .review-grid-refined,.review-stat-grid{grid-template-columns:1fr}
  .review-intro-badges span{width:100%;justify-content:flex-start;border-radius:18px}
  .review-action-row .btn-book,.review-action-row .btn-hero-secondary{width:100%;justify-content:center}
}


/* booking review image ratio fix */
.mp-review-highlight-card.media-card{
  align-items:start;
}

.mp-review-highlight-media{
  aspect-ratio: 16 / 10;
  min-height: 0;
  height: 220px;
  max-height: 220px;
  align-self: flex-start;
}

.review-media-primary .mp-review-highlight-media{
  min-height: 0;
  height: 220px;
  max-height: 220px;
}

.mp-review-highlight-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px){
  .mp-review-highlight-media,
  .review-media-primary .mp-review-highlight-media{
    height: 240px;
    max-height: 240px;
  }
}

@media (max-width: 767.98px){
  .mp-review-highlight-media,
  .review-media-primary .mp-review-highlight-media{
    height: 210px;
    max-height: 210px;
    border-radius: 18px;
  }
}

/* ===== Booking review row-wise details (March 2026) ===== */
.review-grid-refined{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.review-grid-refined .mp-review-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e6edf4;
  box-shadow:0 8px 22px rgba(15,23,42,.03);
}
.review-grid-refined .mp-review-item span{
  flex:0 0 36%;
  max-width:36%;
  margin:0;
  font-size:.83rem;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#7a899b;
  line-height:1.45;
}
.review-grid-refined .mp-review-item strong{
  flex:1;
  min-width:0;
  display:block;
  margin:0;
  text-align:right;
  color:var(--rypo-navy);
  font-size:1rem;
  line-height:1.5;
  word-break:break-word;
}
@media (max-width:767.98px){
  .review-grid-refined .mp-review-item{
    flex-direction:column;
    gap:8px;
    padding:15px 16px;
  }
  .review-grid-refined .mp-review-item span,
  .review-grid-refined .mp-review-item strong{
    flex:0 0 auto;
    max-width:none;
    text-align:left;
  }
}


/* Customer speak section */
.customer-speak-section {
  padding: 50px 0 40px;
  background: linear-gradient(180deg, #fffaf4 0%, #f8f6f2 100%);
}
.customer-speak-shell {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.98));
  border: 1px solid rgba(198, 173, 143, 0.24);
  box-shadow: 0 24px 60px rgba(40, 36, 31, 0.08);
  border-radius: 32px;
  padding: 32px;
}
.customer-speak-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}
.customer-speak-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(185, 67, 43, 0.08);
  color: var(--rypo-red);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .78rem;
}
.customer-speak-title {
  margin: 16px 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.12;
  color: var(--rypo-navy);
  font-weight: 800;
}
.customer-speak-sub {
  margin: 0;
  color: #607083;
  font-size: 1.02rem;
  line-height: 1.8;
}
.customer-speak-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.customer-speak-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(207, 219, 229, 0.9);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 34px rgba(40, 48, 58, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.customer-speak-card.featured {
  border-color: rgba(185, 67, 43, 0.22);
  box-shadow: 0 22px 42px rgba(185, 67, 43, 0.10);
}
.customer-speak-stars {
  color: #d89a1d;
  display: flex;
  gap: 4px;
  font-size: 0.95rem;
}
.customer-speak-quote {
  margin: 0;
  color: #24313f;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 500;
}
.customer-speak-meta {
  padding-top: 14px;
  border-top: 1px dashed #dde6ef;
  display: grid;
  gap: 4px;
}
.customer-speak-meta strong {
  color: var(--rypo-navy);
  font-size: 1rem;
}
.customer-speak-meta span {
  color: #7c8897;
  font-size: 0.9rem;
}
.customer-speak-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.customer-speak-stat {
  background: #fff;
  border: 1px solid rgba(207, 219, 229, 0.9);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(40, 48, 58, 0.05);
  display: grid;
  gap: 6px;
}
.customer-speak-stat strong {
  color: var(--rypo-navy);
  font-size: 1.1rem;
}
.customer-speak-stat span {
  color: #697786;
  font-size: 0.92rem;
}
.customer-speak-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.customer-speak-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 14px 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}
.customer-speak-btn-secondary {
  border: 1px solid rgba(47, 95, 159, 0.22);
  background: #fff;
  color: var(--rypo-navy);
}
.customer-speak-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(47, 95, 159, 0.12);
}
.customer-speak-btn-primary {
  border: 1px solid var(--rypo-red);
  background: linear-gradient(135deg, var(--rypo-red), #c34d34);
  color: #fff;
}
.customer-speak-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(185, 67, 43, 0.22);
  color: #fff;
}
@media (max-width: 991px) {
  .customer-speak-grid,
  .customer-speak-strip {
    grid-template-columns: 1fr;
  }
  .customer-speak-shell {
    border-radius: 24px;
    padding: 24px 18px;
  }
}


/* Customer Speak dedicated page */
.customer-page-hero {
  padding: 38px 0 18px;
  background: linear-gradient(180deg, #f8f6f2 0%, #fffaf3 100%);
}
.customer-page-shell {
  display: block;
}
.customer-page-intro,
.review-snapshot-card,
.customer-tab-content,
.customer-proof-strip {
  background: #fff;
  border: 1px solid rgba(25, 25, 25, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(20, 20, 20, 0.06);
}
.customer-page-intro {
  padding: 34px;
}
.customer-page-intro--full {
  padding: 38px;
}
.review-snapshot-inline {
  margin-top: 28px;
  background: linear-gradient(180deg, #fcfcfd 0%, #f8fafc 100%);
  border-color: rgba(25, 25, 25, 0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 28px rgba(20, 20, 20, 0.04);
}
.customer-page-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b3302d;
  background: rgba(179, 48, 45, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
}
.customer-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.1;
  margin: 18px 0 14px;
  color: #161616;
}
.customer-page-sub {
  font-size: 1.04rem;
  line-height: 1.8;
  color: #525252;
  max-width: 720px;
}
.customer-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.customer-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.1);
  color: #1d1d1d;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}
.customer-page-link:hover {
  background: #f7f2eb;
  color: #b3302d;
}
.review-snapshot-card {
  padding: 28px;
}
.review-snapshot-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.review-badge {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #174ea6;
  font-weight: 700;
  font-size: 12px;
}
.review-score-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0 8px;
}
.review-score-line strong {
  font-size: 3rem;
  line-height: 1;
  color: #202124;
}
.review-stars {
  display: inline-flex;
  gap: 5px;
  color: #fbbc04;
  font-size: 1rem;
}
.review-count {
  margin: 0;
  color: #5f6368;
  font-size: 0.96rem;
}
.review-chip-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-content: flex-start;
}
.review-chip-stack span,
.platform-review-tags span,
.video-review-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f7f7;
  color: #353535;
  font-weight: 600;
  font-size: 0.84rem;
}
.review-bars {
  display: grid;
  gap: 12px;
}
.review-bar-row {
  display: grid;
  grid-template-columns: 56px 1fr 40px;
  gap: 12px;
  align-items: center;
  font-size: 0.92rem;
  color: #4f4f4f;
}
.review-bar {
  height: 10px;
  border-radius: 999px;
  background: #eceff3;
  overflow: hidden;
}
.review-bar .fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fbbc04 0%, #f39c12 100%);
}
.fill-92 { width: 92%; }
.fill-06 { width: 6%; }
.fill-01 { width: 1%; }
.fill-00 { width: 0%; }
.review-snapshot-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.review-snapshot-foot > div {
  border-radius: 18px;
  background: #faf7f1;
  padding: 16px 18px;
}
.review-snapshot-foot strong,
.customer-proof-item strong {
  display: block;
  color: #181818;
  margin-bottom: 6px;
}
.review-snapshot-foot span,
.customer-proof-item span {
  color: #626262;
  line-height: 1.6;
  font-size: 0.95rem;
}
.customer-page-content {
  padding: 10px 0 56px;
}
.customer-tab-nav {
  gap: 12px;
  margin-bottom: 24px;
}
.customer-tab-nav .nav-link {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 14px 18px;
  font-weight: 700;
  color: #252525;
  background: #fff;
}
.customer-tab-nav .nav-link i {
  margin-right: 8px;
}
.customer-tab-nav .nav-link.active {
  background: #b3302d;
  color: #fff;
  border-color: #b3302d;
  box-shadow: 0 14px 28px rgba(179, 48, 45, 0.24);
  color: #fff !important;
}
.customer-tab-content {
  padding: 28px;
}
.review-list-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.review-list-head h2 {
  margin: 12px 0 0;
  color: #171717;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.review-inline-cta,
.video-note {
  font-size: 0.95rem;
  color: #5f6368;
}
.review-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  font-weight: 700;
  color: #1f1f1f;
}
.review-inline-cta:hover {
  color: #b3302d;
  background: #faf4ef;
}
.review-platform-grid,
.video-review-grid,
.handwritten-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.platform-review-card,
.video-review-card,
.handwritten-card,
.customer-proof-item {
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(18, 18, 18, 0.05);
}
.platform-review-card {
  padding: 22px;
}
.platform-review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
.platform-review-head h3,
.video-review-body h3,
.handwritten-footer strong {
  margin: 0;
  font-size: 1rem;
  color: #1d1d1d;
}
.platform-review-head span,
.platform-review-head small,
.handwritten-footer span,
.video-review-body p {
  color: #686868;
}
.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.review-avatar.green { background: #1f8f56; }
.review-avatar.blue { background: #1967d2; }
.review-avatar.gold { background: #c58a00; }
.review-avatar.coral { background: #c9514f; }
.platform-review-stars {
  color: #fbbc04;
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}
.platform-review-card p {
  margin-bottom: 16px;
  color: #3d3d3d;
  line-height: 1.8;
}
.platform-review-tags,
.video-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.video-review-card {
  overflow: hidden;
}
.video-review-thumb {
  min-height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-review-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.48));
}
.video-duration {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  background: rgba(0,0,0,0.72);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}
.video-play {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b3302d;
  font-size: 2rem;
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}
.video-review-body {
  padding: 20px;
}
.video-review-body p {
  margin: 10px 0 16px;
  line-height: 1.7;
}
.handwritten-card {
  padding: 18px;
}
.handwritten-paper {
  min-height: 290px;
  border-radius: 20px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,244,235,0.95)),
    repeating-linear-gradient(180deg, transparent 0 30px, rgba(31, 69, 160, 0.07) 30px 31px);
  border: 1px solid rgba(110, 90, 50, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.handwritten-top {
  display: inline-block;
  margin-bottom: 18px;
  color: #8c6f38;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
}
.handwritten-paper p {
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  font-size: 1.5rem;
  line-height: 1.42;
  color: #213a70;
  margin: 0 0 26px;
}
.handwritten-sign {
  display: block;
  text-align: right;
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  color: #7f2d2b;
  font-size: 1.55rem;
}
.handwritten-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 8px 4px;
}
.customer-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
  margin-top: 26px;
}
.customer-proof-item {
  padding: 20px;
}
@media (max-width: 1199px) {
  .review-platform-grid,
  .video-review-grid,
  .handwritten-grid,
  .customer-proof-strip,
  .review-snapshot-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .review-snapshot-foot,
  .review-platform-grid,
  .video-review-grid,
  .handwritten-grid,
  .customer-proof-strip {
    grid-template-columns: 1fr;
  }
  .review-list-head,
  .review-snapshot-top,
  .handwritten-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .customer-tab-content,
  .customer-page-intro,
  .customer-page-intro--full,
  .review-snapshot-card {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .customer-tab-nav {
    display: grid;
    grid-template-columns: 1fr;
  }
  .platform-review-head {
    grid-template-columns: auto 1fr;
  }
  .platform-review-head small {
    grid-column: 2;
  }
  .review-bar-row {
    grid-template-columns: 50px 1fr 36px;
    gap: 10px;
  }
  .video-review-thumb {
    min-height: 220px;
  }
  .handwritten-paper p {
    font-size: 1.3rem;
  }
}


/* ===== Customer Speak common wide-page alignment (March 2026) ===== */
.customer-page-strip{
  padding:24px 0 10px;
  background:linear-gradient(180deg,#f8f6f2 0%,#fffaf3 100%);
}
.customer-strip-wrap{
  width:100%;
  justify-content:flex-start;
  align-items:flex-start;
  padding:30px 32px;
}
.customer-strip-copy{
  width:100%;
}
.customer-strip-copy h1{
  max-width:1100px;
}
.customer-strip-copy p{
  max-width:1000px;
  color:#5c6570;
  line-height:1.8;
}
.customer-strip-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.customer-strip-badges span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 16px;
  border-radius:999px;
  background:#f4f7fb;
  color:var(--rypo-navy);
  font-weight:700;
  font-size:.92rem;
}
.customer-strip-badges i{
  color:var(--rypo-red);
}
.customer-review-summary-section{
  padding:8px 0 22px;
  background:linear-gradient(180deg,#fffaf3 0%,#fbf8f2 100%);
}
.review-snapshot-band{
  padding:32px 34px;
  border-radius:28px;
  margin-top: 10px;
}
.customer-page-content {
    padding: 15px 0 40px;
    /* background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 18%, #ffffff 100%); */
}
.customer-page-content .customer-tab-content,
.customer-page-content .customer-proof-strip{
  width:100%;
}
.customer-page-content .review-platform-grid,
.customer-page-content .video-review-grid,
.customer-page-content .handwritten-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
@media (max-width:991px){
  .customer-strip-wrap,
  .review-snapshot-band{
    padding:22px;
    border-radius:24px;
  }
}
@media (max-width:767.98px){
  .customer-page-strip{
    padding:18px 0 8px;
  }
  .customer-strip-wrap,
  .review-snapshot-band{
    padding:18px;
    border-radius:22px;
  }
  .customer-strip-badges span{
    width:100%;
    justify-content:flex-start;
    border-radius:16px;
  }
}


/* v21 refinements */
.pkg-car-list{
  scrollbar-width:thin;
  scrollbar-color:var(--rypo-select) #e7edf5;
}
.pkg-car-list::-webkit-scrollbar{display:block;height:6px}
.pkg-car-list::-webkit-scrollbar-track{background:#e7edf5;border-radius:999px}
.pkg-car-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--rypo-select),var(--rypo-select-dark));border-radius:999px}
.pkg-car-item{cursor:pointer;outline:none}
.pkg-car-item.selected{border-color:var(--rypo-select);background:linear-gradient(180deg,#ffffff 0%,#f6f9fe 100%);box-shadow:0 12px 22px rgba(36,49,63,.12)}
.pkg-car-item.selected .pkg-car-name{color:var(--rypo-navy)}
.pkg-car-item.selected .pkg-car-price{background:linear-gradient(135deg,var(--rypo-select),var(--rypo-select-dark));color:#fff}
.pkg-btns .pkg-btn-offer{border:0}

.review-layout-single{grid-template-columns:1fr}
.review-main-stack-single{max-width:none}
.review-summary-single-card #reviewTopHighlights{margin-bottom:22px}
.review-summary-inline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.review-summary-inline .mp-review-item{padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e6edf4;box-shadow:0 12px 24px rgba(15,23,42,.04)}
.review-summary-inline .mp-review-item span{display:block;margin-bottom:6px;font-size:.8rem;font-weight: 700;letter-spacing:.03em;text-transform:uppercase;color:#7b8796}
.review-summary-inline .mp-review-item strong{display:block;color:var(--rypo-navy);font-size:1rem;line-height:1.5}
.review-summary-fare-wrap{margin-top:22px;padding-top:20px;border-top:1px solid #e7eef5}
.review-summary-fare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.review-summary-fare .mp-order-row{margin:0}
.review-total-inline{margin-top:18px}
.review-form-head-single{display:block}

@media (max-width:991.98px){
  .review-summary-inline,
  .review-summary-fare{grid-template-columns:1fr}
}

/* v22 review page cleanup */
.review-summary-showcase{
  display:block;
  margin-top:20px;
}
.review-package-summary-card{
  display:grid;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  gap:24px;
  align-items:start;
  padding:24px;
  border-radius:28px;
  border:1px solid #e6edf4;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 16px 36px rgba(15,23,42,.06);
  overflow:hidden;
}
.review-package-summary-media{
  width:100%;
  aspect-ratio:4 / 3;
  border-radius:22px;
  overflow:hidden;
  background:#eef3f8;
  box-shadow:inset 0 0 0 1px rgba(219,229,239,.7);
}
.review-package-summary-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.review-package-summary-body{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.review-package-summary-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:7px 14px;
  border-radius:999px;
  background:#fff3f1;
  color:var(--rypo-red);
  font-size:.78rem;
  font-weight: 700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.review-package-summary-body h3{
  margin:0 0 10px;
  color:var(--rypo-navy);
  font-size:2rem;
  line-height:1.15;
}
.review-package-summary-body p{
  margin:0;
  color:#5f6e7f;
  font-size:1rem;
  line-height:1.7;
}
.review-package-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 20px;
}
.review-package-chip-row span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#f6f9fd;
  border:1px solid #e2eaf3;
  color:var(--rypo-navy);
  font-weight:700;
  line-height:1.35;
}
.review-package-chip-row i{color:var(--rypo-red)}
.review-package-meta-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.review-package-meta-item{
  padding:16px 18px;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #e6edf4;
}
.review-package-meta-item span{
  display:block;
  margin-bottom:7px;
  font-size:.79rem;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#7a899b;
}
.review-package-meta-item strong{
  display:block;
  color:var(--rypo-navy);
  font-size:1.03rem;
  line-height:1.55;
  word-break:break-word;
}
.review-package-meta-item--fare{
  background:linear-gradient(135deg,#fff7ee 0%,#ffffff 100%);
  border-color:rgba(219,78,57,.2);
}
.review-package-meta-item--fare strong{color:var(--rypo-red)}
.review-card-hero .review-status-banner{
  margin-bottom:20px;
}

/* hide package list arrows and keep clean scroll */
.car-carousel-btn{
  display:none !important;
}
.pkg-cars-wrap{
  display:block;
}

/* selected price should stay readable */
.pkg-car-item.selected .pkg-car-price,
.pkg-car-item.selected .pkg-car-price.highlight,
.cab-price.selected{
  background:#eef4ff;
  border-color:#cfddf3;
  color:var(--rypo-navy);
}

@media (max-width: 991.98px){
  .review-package-summary-card{
    grid-template-columns:1fr;
    padding:20px;
    border-radius:24px;
  }
  .review-package-summary-media{
    max-width:none;
    aspect-ratio:16 / 10;
  }
}
@media (max-width: 767.98px){
  .review-package-summary-body h3{
    font-size:1.55rem;
  }
  .review-package-chip-row span{
    width:100%;
    justify-content:flex-start;
    border-radius:16px;
  }
  .review-package-meta-grid{
    grid-template-columns:1fr;
  }
}


/* v23 common booking flow refinements */
.review-page-v23 .review-page-shell{max-width:1500px;padding-top:30px;padding-bottom:30px}
.review-page-header-v23{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:26px}
.review-page-badges-v23{display:flex;flex-wrap:wrap;gap:10px;align-self:flex-end}
.review-page-badges-v23 span{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border-radius:999px;background:#fff;border:1px solid #e6edf4;color:var(--rypo-navy);font-weight:700}
.review-v23-stack{display:grid;gap:22px}
.review-summary-card-v23,.review-form-card-v23,.review-action-card-v23{border-radius:28px;border:1px solid #e6edf4;box-shadow:0 16px 34px rgba(15,23,42,.06);background:#fff}
.review-top-highlights-v23{margin-top:18px}
.review-hero-summary-v23{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:26px;align-items:start}
.review-hero-media-v23{aspect-ratio:4/3;border-radius:24px;overflow:hidden;background:#eef3f8}
.review-hero-media-v23 img{width:100%;height:100%;object-fit:cover;display:block}
.review-hero-copy-v23{min-width:0}
.review-hero-badge-v23{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#fff3f1;color:var(--rypo-red);font-size:.8rem;font-weight: 700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.review-hero-copy-v23 h3{margin:0 0 10px;color:var(--rypo-navy);font-size:2rem;line-height:1.12}
.review-hero-copy-v23 p{margin:0 0 18px;color:#607082;line-height:1.7}
.review-info-grid-v23{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.review-info-item-v23{padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #e6edf4}
.review-info-item-v23 span{display:block;margin-bottom:7px;font-size:.79rem;font-weight: 700;letter-spacing:.05em;text-transform:uppercase;color:#8090a3}
.review-info-item-v23 strong{display:block;color:var(--rypo-navy);font-size:1.03rem;line-height:1.5;word-break:break-word}
.review-info-item-v23-fare{background:linear-gradient(135deg,#fff7ee 0%,#ffffff 100%);border-color:rgba(219,78,57,.22)}
.review-info-item-v23-fare strong{color:var(--rypo-red)}
.review-route-note-v23{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:14px 16px;border-radius:16px;background:#f7fafc;border:1px solid #e6edf4;color:#526174}
.review-route-note-v23 i{color:var(--rypo-red);margin-top:3px}
.review-location-panel-v23{margin-top:22px;padding-top:20px;border-top:1px solid #e9eef4}
.review-location-copy-v23 h3{margin:0 0 8px;color:var(--rypo-navy);font-size:1.2rem}
.review-location-copy-v23 p{margin:0 0 16px;color:#617184;line-height:1.7}
.review-map-card-v23{border-radius:24px;overflow:hidden;border:1px solid #dfe8f1;background:#eef3f8;min-height:320px}
.review-map-card-v23 iframe{display:block;width:100%;height:320px;border:0}
.review-map-link-v23{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:var(--rypo-navy);font-weight:700;text-decoration:none}
.review-map-link-v23:hover{color:var(--rypo-red)}
.review-action-card-v23 .mp-terms-box{margin-bottom:18px}
.dlx-review-transfer-card{border-style:dashed;background:linear-gradient(180deg,#fffdfb 0%,#fdf7f5 100%)}
.review-transfer-note{margin-top:10px}
.review-transfer-note i{color:var(--rypo-red)}
@media (max-width:991.98px){
  .review-hero-summary-v23,.review-page-header-v23{grid-template-columns:1fr;display:grid}
  .review-info-grid-v23{grid-template-columns:1fr}
}
@media (max-width:767.98px){
  .review-page-badges-v23 span{width:100%;justify-content:flex-start}
  .review-hero-copy-v23 h3{font-size:1.55rem}
  .review-map-card-v23,.review-map-card-v23 iframe{min-height:260px;height:260px}
}


/* v24 booking review clarity */
.review-page-v24 .review-page-shell{max-width:1480px;}
.review-page-v24 .review-page-header-v23{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-bottom:24px}
.review-page-v24 .review-page-badges-v23{align-self:auto}
.review-page-v24 .review-summary-card-v23,.review-page-v24 .review-form-card-v23,.review-page-v24 .review-action-card-v23{padding:30px;border-radius:30px}
.review-page-v24 .review-status-banner{margin-bottom:18px}
.review-summary-surface-v24{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:28px;align-items:start}
.review-summary-media-v24{border-radius:26px;overflow:hidden;background:#eef3f8;box-shadow:inset 0 0 0 1px rgba(221,230,239,.9);aspect-ratio:4 / 3;min-width:0}
.review-summary-media-v24 img{display:block;width:100%;height:100%;object-fit:cover}
.review-summary-body-v24{min-width:0;display:grid;gap:18px}
.review-summary-head-v24 h3{margin:0 0 10px;color:var(--rypo-navy);font-size:2rem;line-height:1.15}
.review-summary-head-v24 p{margin:0;color:#607082;line-height:1.75}
.review-summary-rows-v24{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.review-summary-row-v24{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #e6edf4}
.review-summary-row-v24 span{display:block;flex:0 0 42%;max-width:42%;font-size:.82rem;font-weight: 700;letter-spacing:.05em;text-transform:uppercase;color:#8090a3}
.review-summary-row-v24 strong{display:block;flex:1;color:var(--rypo-navy);font-size:1.03rem;line-height:1.55;text-align:right;word-break:break-word}
.review-summary-row-v24-fare{background:linear-gradient(135deg,#fff7ee 0%,#ffffff 100%);border-color:rgba(219,78,57,.22)}
.review-summary-row-v24-fare strong{color:var(--rypo-red)}
.review-page-v24 .review-form-head-single{margin-bottom:12px}
.review-page-v24 .review-form-grid{margin-top:6px}
.review-pickup-field-block{margin-top:4px}
.review-pickup-textarea{min-height:112px;resize:vertical}
.review-pickup-field-map-block{margin-top:18px;margin-bottom:18px}
.review-pickup-field-map-block .review-inline-helper{margin-top:10px}
.review-inline-helper{margin-top:10px;font-size:.92rem;line-height:1.6;color:#6b7a8c}
.review-page-v24 .review-location-panel-v23{margin-top:26px;padding:24px;border-radius:24px;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border:1px solid #e5edf6}
.review-page-v24 .review-map-card-v23{min-height:340px}
.review-page-v24 .review-map-card-v23 iframe{height:340px}
.review-page-v24 .review-action-card-v23{background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)}
.review-page-v24 .review-route-note-v23{margin-top:0}

@media (max-width:991.98px){
  .review-summary-surface-v24,.review-page-v24 .review-page-header-v23{grid-template-columns:1fr}
  .review-summary-rows-v24{grid-template-columns:1fr}
}
@media (max-width:767.98px){
  .review-page-v24 .review-summary-card-v23,.review-page-v24 .review-form-card-v23,.review-page-v24 .review-action-card-v23{padding:20px;border-radius:24px}
  .review-summary-head-v24 h3{font-size:1.55rem}
  .review-summary-row-v24{flex-direction:column;gap:6px}
  .review-summary-row-v24 span,.review-summary-row-v24 strong{max-width:none;flex:1;text-align:left}
  .review-page-v24 .review-map-card-v23,.review-page-v24 .review-map-card-v23 iframe{min-height:260px;height:260px}
}

/* v24 why choose redesign */
.why-rypo-section-v24{padding:40px 0;background:linear-gradient(180deg,#fbfdff 0%,#f5f8fc 100%)}
.why-rypo-header-v24{max-width:860px}
.why-rypo-trust-band-v24{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:34px 0 28px}
.why-rypo-trust-pill-v24{display:flex;align-items:flex-start;gap:12px;padding:18px 18px;border-radius:20px;background:#fff;border:1px solid rgba(201,155,83,0.16);box-shadow:0 14px 32px rgba(36,49,63,0.07);color:var(--rypo-navy);font-weight:700;line-height:1.55}
.why-rypo-trust-pill-v24 i{color:var(--rypo-red);font-size:1.08rem;margin-top:4px}
.why-rypo-grid-v24{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.why-rypo-card-v24{padding:30px 26px;border-radius:24px}
.why-rypo-card-emphasis{background:linear-gradient(135deg,#fff7f4 0%,#ffffff 100%);border-color:rgba(214,58,47,.16)}
.why-rypo-card-checklist ul{margin:10px 0 0;padding-left:18px;color:#607083;line-height:1.8}
.why-rypo-card-checklist li + li{margin-top:4px}
.why-rypo-card-v24 p,.why-rypo-card-checklist li{font-size:.95rem}
@media (max-width:991.98px){
  .why-rypo-trust-band-v24,.why-rypo-grid-v24{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767.98px){
  .why-rypo-section-v24{padding:68px 0}
  .why-rypo-trust-band-v24,.why-rypo-grid-v24{grid-template-columns:1fr}
  .why-rypo-trust-pill-v24,.why-rypo-card-v24{padding:20px}
}



.btn-responsive {
    width: 25% !important;
    margin: 40px auto 0 auto;
}

@media (max-width:992px){
  .btn-responsive{
    width:98%!important;
  }
}
/* Google Places suggestion dropdown should stay above booking cards/header. */
.pac-container {
  z-index: 999999 !important;
}

/* Delhi Sightseeing compact booking details */
.dlx-compact-details-card .dlx-card-head {
  margin-bottom: 14px;
}

.dlx-compact-details-card .dlx-card-head h2 {
  margin: 10px 0 6px;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

.dlx-compact-form-grid .dlx-field-label {
  margin-bottom: 6px;
}

.dlx-compact-form-grid .dlx-control {
  min-height: 48px;
}

.pac-container {
  z-index: 99999 !important;
}

/* Outdoor package dynamic KM and places covered details */
.outdoor-cab-included-km,
.outdoor-cab-extra-rates {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
}

.outdoor-cab-included-km {
  color: var(--rypo-navy) !important;
}

.outdoor-cab-extra-rates {
  font-size: 0.74rem !important;
  font-weight: 600 !important;
  color: var(--rypo-text) !important;
}

.outdoor-package-places-covered {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.outdoor-place-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.outdoor-place-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 180px;
  padding: 6px 9px 6px 6px;
  border-radius: 999px;
  background: rgba(47,95,159,0.07);
  color: var(--rypo-navy);
  font-size: 0.82rem;
  font-weight: 700;
}

.outdoor-place-chip img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

/* v25 Outdoor pickup range + compact UI update */
.rypo-pickup-validation-message {
  display: none;
  margin-top: 6px;
  color: #dc3545;
  font-size: 0.82rem;
  font-weight: 700;
}

.dlx-card {
  padding: 22px 24px;
}

.dlx-card .dlx-card-head,
.dlx-card .mp-card-header {
  margin-bottom: 14px;
}

.dlx-card-head h2,
.mp-card-header h2 {
  margin-bottom: 6px;
}

.outdoor-mode-btn {
  min-height: 58px;
  border-radius: 18px;
}

.outdoor-mode-btn i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.outdoor-package-grid {
  gap: 14px;
}

.outdoor-package-card {
  grid-template-columns: minmax(190px, 255px) minmax(0, 1fr);
  border-radius: 22px;
}

.outdoor-package-media {
  min-height: 0;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.outdoor-package-media img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.outdoor-package-copy {
  padding: 16px 18px;
  gap: 10px;
}

.outdoor-package-top {
  gap: 10px;
}

.outdoor-package-top h3 {
  margin-bottom: 5px;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
}

.outdoor-package-top p {
  font-size: 0.92rem;
  line-height: 1.45;
}

.outdoor-package-pill,
.outdoor-package-meta span,
.outdoor-package-fares span,
.outdoor-cab-meta span {
  padding: 7px 10px;
  font-size: 0.84rem;
}

.outdoor-package-actions,
.outdoor-package-places-covered {
  gap: 8px;
  margin-top: 4px;
}

.outdoor-place-chip-row,
.outdoor-package-cab-row {
  gap: 8px;
}

.outdoor-package-cab-btn {
  padding: 9px 10px;
  border-radius: 14px;
  min-width: 176px;
}

.outdoor-package-cab-thumb {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.outdoor-package-cab-thumb img {
  max-width: 118px;
  max-height: 56px;
  object-fit: contain;
}

.outdoor-cab-card {
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
}

.outdoor-cab-media {
  min-height: 92px;
}

.outdoor-cab-media img {
  max-width: 150px;
  max-height: 90px;
}

.outdoor-review-next-card .outdoor-submit-wrap {
  gap: 14px;
}

.outdoor-review-next-card h3 {
  font-size: 1.35rem;
}

.outdoor-submit-btn,
.outdoor-package-proceed-btn {
  min-height: 46px;
  padding: 10px 16px;
}

.review-page-v24 .review-action-card-v23 {
  padding: 18px 22px;
  border-radius: 22px;
}

.review-page-v24 .review-action-card-v23 .mp-terms-box {
  margin-bottom: 10px;
  padding: 12px 14px;
}

.review-page-v24 .review-action-card-v23 .mp-terms-check {
  margin-bottom: 0;
}

.review-page-v24 .review-action-card-v23 .review-action-row {
  margin-top: 14px !important;
  gap: 10px !important;
}

.review-page-v24 .review-action-card-v23 .btn-book,
.review-page-v24 .review-action-card-v23 .btn-hero-secondary {
  min-height: 44px;
  padding: 10px 18px;
}

@media (max-width: 991.98px) {
  .outdoor-package-card {
    grid-template-columns: 1fr;
  }

  .outdoor-package-media {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .dlx-card {
    padding: 16px;
  }

  .outdoor-package-media {
    height: 178px;
  }

  .outdoor-package-copy,
  .outdoor-cab-card {
    padding: 14px;
  }

  .outdoor-place-chip-row,
  .outdoor-package-cab-row,
  .outdoor-cab-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .outdoor-place-chip {
    min-width: 150px;
    max-width: 150px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .outdoor-package-cab-btn {
    min-width: 205px;
    width: 205px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .outdoor-cab-card {
    min-width: 245px;
    flex: 0 0 auto;
    grid-template-columns: 1fr;
    scroll-snap-align: start;
  }

  .outdoor-cab-media {
    min-height: 78px;
  }

  .review-page-v24 .review-action-card-v23 {
    padding: 16px;
  }

  .review-page-v24 .review-action-card-v23 .review-action-row {
    display: grid !important;
  }
}

/* Outdoor custom booking cab row refinements */
.outdoor-custom-cab-row .outdoor-cab-card-wrap {
  display: block;
  cursor: pointer;
}

.outdoor-custom-cab-row .outdoor-cab-card {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 12px;
}

.outdoor-custom-cab-row .outdoor-cab-media {
  min-height: 105px;
}

.outdoor-custom-cab-row .outdoor-cab-media img {
  max-width: 180px;
  max-height: 105px;
  object-fit: contain;
}

.outdoor-cab-meta-vertical {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.outdoor-cab-meta-vertical span {
  justify-content: flex-start;
  border-radius: 16px;
  white-space: normal;
}


/* Outdoor custom booking compact redesign */
.outdoor-custom-booking-card {
  padding-bottom: 28px;
}

.outdoor-custom-booking-card .outdoor-custom-card-head {
  margin-bottom: 18px;
}

.outdoor-custom-booking-card .outdoor-custom-card-head h2 {
  margin-bottom: 6px;
}

.outdoor-custom-compact-grid {
  row-gap: 18px !important;
}

.outdoor-combined-control {
  min-height: 58px;
  border: 1px solid rgba(32, 56, 88, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--rypo-navy);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  box-shadow: 0 10px 24px rgba(20, 48, 86, 0.04);
}

.outdoor-combined-control strong {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.outdoor-control-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(39, 108, 210, 0.10);
  color: #185ca8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.outdoor-route-plan-control {
  overflow: hidden;
}

.outdoor-route-plan-control strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.outdoor-custom-date-row {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(32, 56, 88, 0.10);
}

.outdoor-date-time-control {
  min-height: 58px;
  border: 1px solid rgba(32, 56, 88, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--rypo-navy);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  box-shadow: 0 10px 24px rgba(20, 48, 86, 0.04);
}

.outdoor-date-time-control .dlx-control {
  border: 0;
  box-shadow: none;
  min-height: 54px;
  padding: 0;
  background: transparent;
}

.outdoor-date-time-control .dlx-control:focus {
  box-shadow: none;
}

.outdoor-date-time-control i {
  color: var(--rypo-navy);
  font-size: 1rem;
  flex: 0 0 auto;
}

.outdoor-search-price-btn {
  min-height: 58px;
  width: 100%;
  border: 0;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  box-shadow: 0 16px 28px rgba(16, 73, 137, 0.22);
}

.outdoor-search-price-btn i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.outdoor-custom-date-note {
  justify-content: center;
  color: var(--rypo-text);
}

#outdoorTotalDaysDisplay {
  font-weight: 800;
  color: var(--rypo-navy);
}

@media (max-width: 991.98px) {
  .outdoor-search-price-btn {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .outdoor-custom-booking-card {
    padding-bottom: 22px;
  }

  .outdoor-combined-control,
  .outdoor-date-time-control,
  .outdoor-search-price-btn {
    min-height: 54px;
  }
}

/* Home other package day selector: review page stays read-only; selector is only on home cards. */
.pkg-home-day-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 12px 0 6px;
  padding: 10px 12px;
  border: 1px solid rgba(34, 197, 94, 0.16);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.92);
}

.pkg-home-day-label {
  font-size: 12px;
  font-weight: 800;
  color: #475569;
}

.pkg-home-day-stepper {
  margin: 0;
  min-width: 138px;
  justify-content: space-between;
}

.pkg-home-day-value {
  min-width: 58px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #0f172a;
}

.pkg-home-fare-note {
  margin: 0 0 12px;
  font-size: 12px;
  color: #64748b;
}

.pkg-home-fare-note strong {
  color: #0f766e;
  font-weight: 900;
}

/* Review page Google Maps JS map keeps the existing card design while allowing click/drag selection. */
.review-map-card-v23 #reviewPickupMap{display:block;width:100%;height:320px;min-height:320px;border:0}
.review-page-v24 .review-map-card-v23 #reviewPickupMap{height:340px;min-height:340px}
@media (max-width: 767.98px){
  .review-map-card-v23 #reviewPickupMap,
  .review-page-v24 .review-map-card-v23 #reviewPickupMap{height:260px;min-height:260px}
}




/* ============================= */
/* MOBILE PACKAGE SLIDER START */
/* ============================= */

@media (max-width: 767px) {

    .packages-section {
        position: relative;
        overflow: hidden;
    }

    .packages-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        padding: 0;
        margin: 0;
    }

        .packages-grid::-webkit-scrollbar {
            display: none;
        }

    .packages-grid {
        scrollbar-width: none;
    }

        .packages-grid > div {
            min-width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            scroll-snap-align: start;
            padding: 0 10px;
            box-sizing: border-box;
        }

    /* ARROWS */

    .pkg-mobile-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        border: none;
        border-radius: 50%;
        background: #163a70;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 50;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0,0,0,.18);
        transition: .3s;
    }

        .pkg-mobile-arrow:active {
            transform: translateY(-50%) scale(.94);
        }

    .pkg-mobile-prev {
        left: 8px;
    }

    .pkg-mobile-next {
        right: 8px;
    }
}

/* =========================== */
/* MOBILE PACKAGE SLIDER END */
/* =========================== */




/* ===================================== */
/* TESTIMONIAL SLIDER COMPLETE CSS */
/* ===================================== */

.customer-speak-section {
    position: relative;
    overflow: hidden;
}

.customer-speak-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 22px;
    padding: 10px 0;
    scrollbar-width: none;
}

    .customer-speak-grid::-webkit-scrollbar {
        display: none;
    }

    /* ===================================== */
    /* DESKTOP CARD */
    /* ===================================== */

    .customer-speak-grid .customer-speak-card {
        min-width: 32%;
        flex: 0 0 32%;
        scroll-snap-align: start;
    }

/* ===================================== */
/* MOBILE CARD */
/* ===================================== */

@media (max-width: 767px) {

    .customer-speak-grid {
        gap: 0;
    }

        .customer-speak-grid .customer-speak-card {
            min-width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            padding: 0 12px;
            box-sizing: border-box;
        }
}

/* ===================================== */
/* ARROWS HIDE BY DEFAULT */
/* ===================================== */

.customer-arrow {
    display: none;
}

/* ===================================== */
/* ONLY MOBILE SHOW ARROWS */
/* ===================================== */

@media (max-width: 767px) {

    .customer-arrow {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        background: #163a70;
        color: #fff;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        z-index: 20;
        cursor: pointer;
        box-shadow: 0 6px 16px rgba(0,0,0,.14);
        transition: .3s;
    }

        .customer-arrow:hover {
            transform: translateY(-50%) scale(1.05);
        }

        .customer-arrow:active {
            transform: translateY(-50%) scale(.94);
        }

    .customer-prev {
        left: 10px;
    }

    .customer-next {
        right: 10px;
    }

    .customer-arrow:disabled {
        opacity: .35;
        cursor: not-allowed;
        transform: translateY(-50%);
    }
}

/* ===================================== */
/* TESTIMONIAL SLIDER END */
/* ===================================== */

