:root {
  --brand: #ae1022;
  --brand-dark: #8e0b1a;
  --ink: #202a38;
  --muted: #718094;
  --gold: #ae1022;
  --line: #e3e8ef;
  --soft: #f3f5f8;
  --danger: #ae1022;
}
body {
  background: #fff;
  color: var(--ink);
  font-family: "Poppins", Roboto, Helvetica, Arial, sans-serif;
}
/* Nothing but the boot check renders until access is resolved (no flash of the form). */
body:not(.gate-resolved) main > *:not(#booking-boot) {
  display: none !important;
}
body.gate-resolved #booking-boot {
  display: none;
}
.booking-boot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-height: 60vh;
  justify-content: center;
  color: var(--muted);
  font-size: 14px;
}
.booking-boot-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #e7e9ee;
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: bootSpin 0.7s linear infinite;
}
@keyframes bootSpin {
  to {
    transform: rotate(360deg);
  }
}
.invitation-gate {
  max-width: 520px;
  margin: 12vh auto;
  padding: 0 24px;
  text-align: center;
}
.invitation-gate span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fcebed;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.invitation-gate h1 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.25;
  color: var(--ink);
}
.invitation-gate p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.invitation-gate .invitation-gate-help {
  margin-top: 18px;
  font-size: 13px;
}
.invitation-gate .invitation-gate-help a {
  color: var(--brand);
  font-weight: 600;
}
.invitation-gate .gate-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  text-decoration: none;
}
.site-header {
  height: 78px;
  padding: 0 max(32px, calc((100vw - 1320px) / 2));
  background: #fff;
  border-bottom: 1px solid #eef1f5;
  box-shadow: none;
}
.brand {
  display: block;
  width: 70px;
  height: 70px;
  background: url("/assets/inqua-india-03.svg") center/contain no-repeat;
  font-size: 0;
}
.brand > span {
  display: none;
}
.header-actions > a {
  color: var(--brand);
}
.secure-note {
  color: #6f7d8f;
}
.secure-note .lock {
  background: #fcebed;
  color: var(--brand);
}
.event-strip {
  height: 230px;
  background: #fafbfc;
}
.hero-image {
  opacity: 0.08;
  filter: grayscale(1);
  background-position: center 53%;
}
.hero-shade {
  background: linear-gradient(
    90deg,
    #fff 15%,
    rgba(255, 255, 255, 0.93) 58%,
    rgba(255, 255, 255, 0.75)
  );
}
.event-heading {
  width: min(1320px, calc(100% - 64px));
  align-items: center;
  padding: 22px 0;
}
.event-overline {
  color: var(--brand);
}
.event-overline span {
  background: var(--brand);
}
.hero-copy h1 {
  color: var(--ink);
  font-size: 36px;
  line-height: 1.12;
  text-shadow: none;
}
.hero-copy > p {
  color: #68778a;
}
.event-facts > div {
  color: var(--ink);
}
.event-facts small {
  color: #8995a5;
}
.fact-icon {
  color: var(--brand);
}
.help-card {
  background: #fff;
  color: var(--ink);
  border: 1px solid #e4e8ee;
  box-shadow: 0 10px 30px rgba(30, 42, 56, 0.07);
}
.help-card span {
  color: #8691a0;
}
.help-card a {
  color: var(--brand);
}
.assurance-bar {
  display: none;
}
.page-shell {
  width: min(1320px, calc(100% - 64px));
}
.steps {
  height: 82px;
  border-bottom: 1px solid #edf0f4;
}
.steps > p span {
  color: var(--brand);
}
.step {
  color: #788596;
}
.step span {
  border-color: #d8dee6;
  background: #fff;
}
.step.active,
.step.done {
  color: var(--brand);
}
.step.active span {
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 5px 13px rgba(174, 16, 34, 0.18);
}
.step.done span {
  background: #fff0f1;
  border-color: #efc4c9;
  color: var(--brand);
}
.steps > i {
  background: #dfe4ea;
}
.content-grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
}
.content-grid:has(.panel[data-panel="1"].active),
.content-grid:has(.panel[data-panel="2"].active) {
  grid-template-columns: 1fr;
}
.content-grid:has(.panel[data-panel="1"].active) .summary-card,
.content-grid:has(.panel[data-panel="2"].active) .summary-card {
  display: none;
}
.main-card,
.summary-card {
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 42, 56, 0.06);
}
.panel {
  padding: 34px;
}
.panel-head {
  margin-bottom: 25px;
}
.panel-head h2 {
  font-size: 25px;
  color: var(--ink);
}
.panel-head p {
  color: #718094;
}
.eyebrow {
  color: var(--brand);
}
.selection-hint span {
  background: #fdecef;
  color: var(--brand);
}
.optional-pill {
  background: #f2f4f7;
  color: #687689;
}
.hotel-tools {
  grid-template-columns: minmax(300px, 1fr) 190px 200px;
  padding: 0;
  border: 0;
  background: #fff;
  gap: 12px;
}
.hotel-tools input,
.hotel-tools select {
  height: 48px;
  border-color: #dde3ea;
  border-radius: 9px;
}
.hotel-tools input:focus,
.hotel-tools select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.08);
}
.hotel-results-bar {
  margin: 18px 1px 12px;
}
.hotel-results-bar p:first-child {
  font-size: 14px;
  color: var(--ink);
}
.hotel-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hotel-option,
.hotel-option.selected {
  display: block;
  height: auto;
  padding: 0;
  border: 1px solid #e2e7ed;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 42, 56, 0.06);
  transform: none;
}
.hotel-option:hover {
  border-color: #d3a2a8;
  box-shadow: 0 12px 30px rgba(30, 42, 56, 0.1);
  transform: translateY(-2px);
}
.hotel-option.selected {
  border: 2px solid var(--brand);
  box-shadow: 0 12px 30px rgba(174, 16, 34, 0.1);
}
.hotel-art {
  height: 185px;
  border-radius: 0;
  grid-row: auto;
}
.rep-label {
  left: 12px;
  bottom: 10px;
  padding: 4px 7px;
  font-size: 7px;
}
.rating-badge {
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 5px 8px;
  border-radius: 8px;
  background: #fff7d9;
  color: #3f4650;
  font-size: 10px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.hotel-copy {
  padding: 17px 17px 8px;
}
.hotel-name-row h3 {
  font-size: 16px;
}
.recommended {
  background: #fcebed;
  color: var(--brand);
}
.hotel-copy > p {
  font-size: 10px;
  color: #718094;
}
.hotel-meta {
  margin-top: 12px;
  gap: 8px;
}
.hotel-meta span {
  padding: 5px 10px;
  border-radius: 20px;
  background: #f4f6f8;
  color: #657386;
}
.hotel-meta span:before {
  color: #16ad74;
}
.hotel-price {
  position: relative;
  display: block;
  padding: 14px 17px 18px;
  border: 0;
  border-top: 1px dashed #e5e9ee;
  text-align: left;
}
.hotel-price > span:first-child {
  display: block;
  margin-bottom: 4px;
  color: #8a94a3;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hotel-price > b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 3px;
}
.hotel-price > span:last-of-type {
  display: block;
  color: #8a94a3;
  font-weight: 500;
}
.hotel-price .radio-dot {
  right: 17px;
  bottom: 18px;
}
.selected .radio-dot {
  background: var(--brand);
  border-color: var(--brand);
}
.hotel-pagination {
  gap: 12px;
  margin: 22px 0 4px;
}
.hotel-pagination button {
  height: 42px;
  padding: 0 20px;
  border-color: #e2e7ed;
  border-radius: 8px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(30, 42, 56, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease,
    color 0.15s ease;
}
.hotel-pagination button:hover:not(:disabled) {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 18px rgba(174, 16, 34, 0.25);
  transform: translateY(-1px);
}
.hotel-pagination button:disabled {
  box-shadow: none;
}
.hotel-pagination span {
  font-size: 13px;
  font-weight: 600;
  color: #4c596b;
}
.subsection {
  border-top: 1px dashed #dfe4ea;
}
.rooms-heading p {
  color: #718094;
}
.add-room-button,
.add-button {
  border-color: var(--brand);
  background: #fff;
  color: var(--brand);
}
.add-room-button:hover,
.add-button:hover {
  background: #fff3f4;
}
.room-config,
.room-guest-group {
  border-color: #e1e6ed;
  background: #fff;
}
.room-config-head div span,
.room-guest-heading div > span {
  color: var(--brand);
}
.lead-room,
.room-guest-heading > b {
  background: #fcebed;
  color: var(--brand);
}
.occupancy-option {
  border-color: #dfe4ea;
  border-radius: 9px;
}
.occupancy-option:hover {
  border-color: #d3a2a8;
}
.occupancy-option.selected {
  padding: 13px 14px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  box-shadow: 0 4px 11px rgba(174, 16, 34, 0.16);
}
.occupancy-option.selected b,
.occupancy-option.selected span,
.occupancy-option.selected strong {
  color: #fff;
}
.occupancy-option strong {
  color: var(--brand);
}
input,
select {
  border-color: #dfe4ea;
  border-radius: 8px;
  color: var(--ink);
}
input:focus,
select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.08);
}
.phone-input:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.08);
}
.primary-guest {
  border-top-color: var(--brand);
}
.guest-number {
  background: #fcebed;
  color: var(--brand);
}
.tag {
  background: #fcebed;
  color: var(--brand);
}
.privacy-note {
  color: #778496;
}
.transport-block {
  border-color: #e1e6ed;
}
.service-icon {
  background: #fcebed;
  color: var(--brand);
}
.toggle-row input:checked + i {
  background: var(--brand);
}
.disposal-entry {
  border-color: #e1e6ed;
}
.add-button {
  border-style: solid;
}
.review-title {
  background: #f7f8fa;
}
.review-title button {
  color: var(--brand);
}
.review-room > b {
  color: var(--brand);
}
.terms {
  background: #f7f8fa;
}
.terms input {
  accent-color: var(--brand);
}
.error-box {
  background: #fff0f1;
  color: var(--brand);
}
.panel-actions {
  background: #fff;
  border-top-color: #e7ebf0;
}
.btn.primary {
  background: var(--brand);
  box-shadow: 0 6px 15px rgba(174, 16, 34, 0.2);
}
.btn.primary:hover {
  background: var(--brand-dark);
  transform: none;
}
.btn.text {
  color: #4f5d6e;
}
.summary-top {
  border-bottom-color: #e6eaf0;
}
.summary-top button {
  color: var(--brand);
}
.summary-dates {
  background: #f4f6f8;
}
.price-lines {
  border-color: #e4e8ed;
}
.total-line b {
  color: var(--brand);
}
.trust-note {
  background: #fff5f6;
  border-top-color: #f2d6d9;
}
.trust-note > span {
  background: var(--brand);
}
.trust-note b {
  color: var(--brand);
}
footer {
  border-top-color: #e8ecf1;
  background: #fff;
  color: #778496;
}
footer a {
  color: var(--brand);
}
.booking-criteria {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 145px 190px 150px 150px 135px;
  gap: 10px;
  align-items: stretch;
  padding: 16px;
  /* border: 1px solid #e2e7ed; */
  border-radius: 12px;
  background: #f8f9fb;
}
.booking-criteria > label,
.room-quantity-control,
.package-control {
  position: relative;
  min-height: 76px;
  padding: 10px 12px;
  border: 1px solid #dce2e9;
  border-radius: 9px;
  background: #fff;
}
.booking-criteria > label > span,
.room-quantity-control > span,
.package-control > span {
  position: absolute;
  top: -8px;
  left: 11px;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 6px;
  background: #fff;
  color: #718094;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.booking-criteria .hotel-search input,
.booking-criteria .package-date-control input {
  height: 35px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
}
.booking-criteria .package-date-control input[readonly] {
  background: #fff;
  color: #667487;
  cursor: not-allowed;
}
.room-quantity-control > div {
  display: flex;
  align-items: center;
  gap: 11px;
}
.room-quantity-control button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #e4c8cc;
  border-radius: 7px;
  background: #fff;
  color: var(--brand);
  font-size: 17px;
}
.room-quantity-control button:disabled {
  opacity: 0.38;
}
.room-quantity-control b {
  min-width: 18px;
  text-align: center;
  font-size: 13px;
}
.room-quantity-control small {
  display: block;
  margin-top: 2px;
  color: #7d8998;
  font-size: 9px;
}
.package-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 3px;
  border-radius: 8px;
  background: #f0f2f5;
}
.package-toggle button {
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #687689;
  font-weight: 500;
}
.package-toggle button.active {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 3px 8px rgba(174, 16, 34, 0.18);
}
.update-search-button {
  border: 0;
  border-radius: 9px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 15px rgba(174, 16, 34, 0.18);
}
.update-search-button:hover {
  background: var(--brand-dark);
}
.hotel-tools.compact {
  grid-template-columns: 190px 200px;
  justify-content: end;
  margin-top: 12px;
}
.selected-package-label,
.room-index-tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fcebed;
  color: var(--brand);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.field-row input[readonly] {
  background: #f4f6f8;
  color: #667487;
  cursor: not-allowed;
}
.booking-criteria {
  gap: 7px;
  padding: 7px;
}
.booking-criteria > label,
.room-quantity-control,
.package-control {
  min-height: 44px;
  padding: 11px 8px 4px;
  border-radius: 7px;
}
.booking-criteria > label > span,
.room-quantity-control > span,
.package-control > span {
  margin-bottom: 2px;
  font-size: 7px;
}
.booking-criteria .hotel-search input,
.booking-criteria .package-date-control input {
  height: 24px;
  font-size: 10px;
}
.room-quantity-control > div {
  gap: 7px;
}
.room-quantity-control button {
  display: flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
  font:
    500 16px/1 "Poppins",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  text-align: center;
}
.room-quantity-control b {
  font-size: 13px;
}
.room-quantity-control small {
  display: none;
}
.package-toggle {
  gap: 2px;
  padding: 2px;
  border-radius: 6px;
}
.package-toggle button {
  height: 24px;
  border-radius: 5px;
  font-size: 13px;
}
.update-search-button {
  min-height: 44px;
  border-radius: 7px;
  font-size: 10px;
}
.package-dates {
  width: min(520px, 100%);
  margin: 12px 0 4px auto;
  padding: 12px;
  border: 1px solid #e2e7ed;
  border-radius: 10px;
  background: #fff;
}
.room-page-back {
  margin-bottom: 20px;
  border: 0;
  background: transparent;
  color: #5f6c7d;
  font-weight: 600;
}
.room-property-summary {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: center;
}
.room-hotel-art {
  min-height: 220px;
  border-radius: 14px;
  background-image: var(--room-hotel-image);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(30, 42, 56, 0.08);
}
.room-property-summary h2 {
  margin: 5px 0 7px;
  font:
    600 28px/1.2 "Poppins",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.room-property-summary p {
  margin: 0;
  color: #718094;
}
.room-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.room-amenities span {
  padding: 7px 9px;
  border-radius: 7px;
  background: #f4f6f8;
  color: #667487;
  font-size: 9px;
}
.room-amenities span::first-letter {
  color: #16ad74;
}
.room-package-overview {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding: 16px 20px;
  border: 1px solid #e2e7ed;
  border-radius: 11px;
  background: #f8f9fb;
}
.room-package-overview div span {
  display: block;
  color: #8995a5;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.room-package-overview div b {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.room-package-overview i {
  color: #98a3b1;
  text-align: center;
}
.room-page-heading {
  margin: 32px 0 15px;
}
.room-page-heading h3 {
  margin: 5px 0 4px;
  font-size: 20px;
}
.room-list {
  gap: 18px;
}
.panel[data-panel="2"] .room-config {
  padding: 18px;
  border: 1px solid #e1e6ed;
  border-radius: 13px;
  background: #fff;
}
.panel[data-panel="2"] .room-config-head {
  margin-bottom: 14px;
}
.panel[data-panel="2"] .occupancy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.panel[data-panel="2"] .occupancy-option,
.panel[data-panel="2"] .occupancy-option.selected {
  display: grid;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  box-shadow: none;
  text-align: left;
}
.panel[data-panel="2"] .occupancy-option:hover {
  border-color: #d29aa2;
  transform: translateY(-1px);
}
.panel[data-panel="2"] .occupancy-option.selected {
  border: 2px solid var(--brand);
}
.room-type-visual {
  height: 112px;
  background-image:
    linear-gradient(0deg, rgba(20, 25, 34, 0.34), transparent 55%),
    var(--room-image);
  background-position: center;
  background-size: cover;
  position: relative;
}
.room-type-visual span {
  position: absolute;
  left: 10px;
  bottom: 9px;
  margin: 0 !important;
  padding: 4px 7px;
  border-radius: 5px;
  background: #fff;
  color: var(--ink) !important;
  font-size: 8px !important;
  font-weight: 600;
}
.room-type-copy {
  padding: 13px 14px;
}
.room-type-copy b {
  font-size: 12px !important;
  color: var(--ink) !important;
}
.room-type-copy span {
  min-height: 30px;
  margin-top: 4px !important;
  color: #718094 !important;
  font-size: 9px !important;
}
.room-type-copy small {
  display: block;
  margin-top: 9px;
  color: #18a971;
  font-size: 8px;
}
.room-type-rate {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: auto;
  padding: 12px 14px;
  border-top: 1px solid #e5e9ee;
}
.room-type-rate > span {
  margin: 0 !important;
  color: #8995a5 !important;
  font-size: 8px !important;
}
.room-type-rate > strong {
  grid-column: 1;
  grid-row: 2;
  margin: 3px 0 !important;
  color: var(--brand) !important;
  font-size: 18px !important;
}
.room-type-rate > small {
  grid-column: 1;
  color: #8995a5;
  font-size: 7px;
}
.room-type-rate > i {
  grid-column: 2;
  grid-row: 1/4;
  min-width: 70px;
  padding: 9px;
  border-radius: 7px;
  background: var(--brand);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
.room-selection-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px -34px -34px;
  padding: 18px 34px;
  border-top: 1px solid #e3e8ef;
  background: #fff;
}
.room-selection-footer div b,
.room-selection-footer div span {
  display: block;
}
.room-selection-footer div b {
  font-size: 12px;
}
.room-selection-footer div span {
  margin-top: 3px;
  color: #718094;
  font-size: 9px;
}
.room-page-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.room-page-topline .room-page-back {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.room-page-topline > span {
  color: #758195;
  font-size: 10px;
}
.room-page-topline > span b {
  color: var(--brand);
}
.room-search-summary {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 150px 180px 160px;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 25px;
}
.room-search-summary > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 8px 13px;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #fff;
}
.room-search-summary span {
  position: absolute;
  top: -8px;
  left: 11px;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 6px;
  background: #fff;
  color: #718094;
  font-weight: 700;
  text-transform: uppercase;
}
.room-search-summary b {
  font-size: 11px;
}
.room-search-summary button {
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}
.room-hotel-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}
.room-hotel-title h2 {
  margin: 0 0 6px;
  font:
    600 25px/1.2 "Poppins",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.room-hotel-title p {
  margin: 0;
  color: #718094;
  font-size: 10px;
}
.room-hotel-title > span {
  padding: 7px 10px;
  border-radius: 7px;
  background: #fff3cf;
  color: #8d6500;
  font-size: 11px;
}
.room-photo-gallery {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  grid-template-rows: 145px 145px;
  gap: 14px;
}
.room-photo-gallery > div {
  border-radius: 11px;
  background-position: center;
  background-size: cover;
}
.room-photo-main {
  grid-row: 1/3;
  position: relative;
  min-height: 0;
  background-image: var(--room-hotel-image);
}
.room-photo-main > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #fff;
  color: #26313f;
  font-size: 8px;
  font-weight: 600;
}
.photo-alt-one {
  background-image: url("/assets/hotel-taj-cidade-representative.jpg");
}
.photo-alt-two {
  background-image: url("/assets/hotel-vivanta-representative.jpg");
}
.room-description,
.room-overview,
.room-amenity-section {
  margin-top: 23px;
}
.room-description h3,
.room-overview h3,
.room-amenity-section h3 {
  margin: 0 0 9px;
  font-size: 16px;
}
.room-description p {
  margin: 0;
  color: #718094;
  font-size: 10px;
  line-height: 1.65;
}
.room-overview > div {
  display: flex;
  gap: 70px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dfe4ea;
}
.room-overview p {
  display: grid;
  grid-template-columns: 26px auto;
  column-gap: 8px;
  margin: 0;
}
.room-overview p > span {
  grid-row: 1/3;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--brand);
}
.room-overview p > span .icon-calendar {
  width: 17px;
  height: 17px;
}
.room-overview small {
  color: #8995a5;
  font-size: 7px;
}
.room-overview b {
  margin-top: 3px;
  font-size: 10px;
}
.room-overview i {
  font-style: normal;
}
.room-amenity-section .room-amenities {
  margin-top: 0;
}
.room-page-heading {
  margin-top: 30px;
}
.room-page-heading h3 {
  font-size: 18px;
}
.panel[data-panel="2"] .room-list {
  gap: 24px;
}
.panel[data-panel="2"] .room-config {
  padding: 0;
  border: 0;
  background: transparent;
}
.panel[data-panel="2"] .room-config-head {
  margin-bottom: 10px;
  padding: 10px 13px;
  border-radius: 9px;
  background: #f7f8fa;
}
.panel[data-panel="2"] .occupancy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.panel[data-panel="2"] .occupancy-option,
.panel[data-panel="2"] .occupancy-option.selected {
  display: grid;
  grid-template-columns: 1.65fr 1.1fr 0.95fr;
  min-height: 210px;
  padding: 14px;
  border: 1px solid #e1e6ed;
  border-radius: 12px;
  background: #fff;
}
.panel[data-panel="2"] .occupancy-option.selected {
  padding: 13px;
  border: 2px solid var(--brand);
}
.room-option-property {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 14px;
  min-width: 0;
}
.room-option-image {
  height: 130px;
  border-radius: 9px;
  background-image: var(--room-image);
  background-position: center;
  background-size: cover;
}
.room-option-property h4 {
  margin: 2px 0 4px;
  font-size: 13px;
}
.room-option-property p {
  margin: 0;
  color: #718094;
  font-size: 9px;
}
.room-option-property ul {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #718094;
  font-size: 8px;
}
.room-option-property li:before {
  content: "✓";
  margin-right: 6px;
  color: #14af7a;
}
.room-option-plan {
  padding: 3px 18px;
  border-left: 1px solid #edf0f4;
}
.room-option-plan > b {
  display: block;
  margin-bottom: 11px;
  font-size: 10px;
}
.room-option-plan > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
  padding: 3px;
  border-radius: 7px;
  background: #e9edf2;
}
.room-option-plan > div span,
.room-option-plan > div strong {
  padding: 9px 5px;
  border-radius: 5px;
  color: #6f7d90 !important;
  font-size: 8px !important;
  text-align: center;
}
.room-option-plan > div strong {
  background: var(--brand);
  color: #fff !important;
}
.room-option-plan > p {
  margin: 7px 0;
  color: #718094;
  font-size: 8px;
}
.room-option-plan > p::first-letter {
  color: #14af7a;
}
.room-option-rate {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-content: start;
  padding: 13px;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background: #fff;
}
.room-option-rate > span {
  margin: 0 !important;
  color: #8995a5 !important;
  font-size: 8px !important;
}
.room-option-rate > i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #9ca8b8;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
}
.selected .room-option-rate > i {
  border-color: var(--brand);
  background: var(--brand);
}
.room-option-rate > strong {
  grid-column: 1/3;
  margin: 12px 0 5px !important;
  color: var(--brand) !important;
  font-size: 21px !important;
}
.room-option-rate > small {
  grid-column: 1/3;
  color: #8995a5;
  font-size: 8px;
}
.room-option-rate > em {
  grid-column: 1/3;
  margin-top: 20px;
  padding: 11px;
  border-radius: 7px;
  background: var(--brand);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
.room-option-plan > div {
  gap: 3px;
}
.room-option-plan > div span,
.room-option-plan > div strong {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 5px;
  line-height: 1.2;
}
.room-photo-main > button {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #26313f;
  font-size: 8px;
  font-weight: 600;
  box-shadow: 0 3px 12px rgba(25, 35, 48, 0.16);
  cursor: pointer;
}
.room-photo-main > button:hover {
  color: var(--brand);
}
.room-photo-main > button .icon-photos {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
  margin-right: 2px;
}
body.gallery-open {
  overflow: hidden;
}
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.gallery-modal.hidden {
  display: none;
}
@keyframes galleryBackdropIn {
  from {
    opacity: 0;
  }
}
@keyframes galleryDialogIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(18px);
  }
}
.gallery-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(14, 20, 28, 0.82);
  backdrop-filter: blur(5px);
  animation: galleryBackdropIn 0.22s ease-out;
  transition: opacity 0.18s ease-in;
}
.gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1050px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  animation: galleryDialogIn 0.3s cubic-bezier(0.22, 0.9, 0.32, 1);
  transition: opacity 0.18s ease-in, transform 0.18s ease-in;
}
.gallery-modal.closing .gallery-backdrop {
  opacity: 0;
  animation: none;
}
.gallery-modal.closing .gallery-dialog {
  opacity: 0;
  transform: scale(0.96) translateY(12px);
  animation: none;
}
.gallery-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid #e3e8ef;
}
.gallery-dialog > header span {
  display: block;
  color: var(--brand);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.gallery-dialog > header h2 {
  margin: 3px 0 0;
  font-size: 16px;
}
.gallery-dialog > header button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid #dde3ea;
  border-radius: 50%;
  background: #fff;
  color: #4c596a;
  font-size: 23px;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.gallery-dialog > header button:hover {
  background: #fcebed;
  color: var(--brand);
  transform: rotate(90deg);
}
.gallery-stage {
  position: relative;
  display: grid;
  min-height: min(65vh, 650px);
  place-items: center;
  overflow: hidden;
  background: #101722;
}
.gallery-stage > img {
  display: block;
  width: 100%;
  height: min(65vh, 650px);
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gallery-stage > img.is-visible {
  opacity: 1;
}
.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #202a38;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.gallery-arrow:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.08);
}
.gallery-arrow.previous {
  left: 16px;
}
.gallery-arrow.next {
  right: 16px;
}
.gallery-stage > span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 6px 9px;
  border-radius: 7px;
  background: rgba(13, 18, 26, 0.72);
  color: #fff;
  font-size: 9px;
}
.gallery-thumbnails {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 13px 16px;
}
.gallery-thumbnails button {
  flex: 0 0 92px;
  height: 62px;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.gallery-thumbnails button:hover {
  border-color: #e4c8cc;
  transform: translateY(-2px);
}
.gallery-thumbnails button.active {
  border-color: var(--brand);
}
.gallery-thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .hotel-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hotel-tools {
    grid-template-columns: minmax(240px, 1fr) 170px 180px;
  }
}
@media (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
  .summary-card {
    order: -1;
  }
  .hotel-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .event-strip {
    height: 215px;
  }
  .hero-copy h1 {
    font-size: 31px;
  }
}
@media (max-width: 1100px) {
  .booking-criteria {
    grid-template-columns: minmax(260px, 1fr) 180px 210px;
  }
  .update-search-button {
    height: auto;
  }
  .room-property-summary {
    grid-template-columns: 280px 1fr;
  }
  .panel[data-panel="2"] .occupancy-grid {
    grid-template-columns: 1fr;
  }
  .panel[data-panel="2"] .occupancy-option,
  .panel[data-panel="2"] .occupancy-option.selected {
    grid-template-columns: 1.45fr 1fr 0.9fr;
  }
  .room-option-property {
    grid-template-columns: 150px 1fr;
  }
  .room-search-summary {
    grid-template-columns: minmax(240px, 1fr) 130px 150px 140px;
  }
}
@media (max-width: 700px) {
  .site-header {
    height: 64px;
  }
  .brand {
    width: 56px;
    height: 56px;
  }
  .page-shell,
  .event-heading {
    width: calc(100% - 30px);
  }
  .event-strip {
    height: 270px;
  }
  .hero-copy h1 {
    font-size: 28px;
  }
  .booking-criteria {
    grid-template-columns: 1fr 1fr;
  }
  .booking-criteria .hotel-search {
    grid-column: 1/-1;
  }
  .update-search-button {
    grid-column: 1/-1;
  }
  .hotel-tools,
  .hotel-tools.compact {
    grid-template-columns: 1fr 1fr;
  }
  .hotel-search {
    grid-column: 1/-1;
  }
  .hotel-list {
    grid-template-columns: 1fr;
  }
  .hotel-art {
    height: 210px;
  }
  .panel {
    padding: 24px 18px;
  }
  .panel-actions {
    margin: 24px -18px -24px;
  }
  .content-grid:has(.panel[data-panel="1"].active) .summary-card,
  .content-grid:has(.panel[data-panel="2"].active) .summary-card {
    display: none;
  }
  .room-property-summary {
    grid-template-columns: 1fr;
  }
  .room-hotel-art {
    min-height: 190px;
  }
  .room-package-overview {
    grid-template-columns: 1fr 24px 1fr;
  }
  .room-package-overview div:nth-of-type(3),
  .room-package-overview div:nth-of-type(4) {
    grid-column: auto;
  }
  .room-search-summary {
    grid-template-columns: 1fr 1fr;
  }
  .room-search-summary > div:first-child,
  .room-search-summary button {
    grid-column: 1/-1;
  }
  .room-search-summary button {
    min-height: 42px;
  }
  .room-photo-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 190px 100px;
  }
  .room-photo-main {
    grid-column: 1/3;
    grid-row: 1;
  }
  .room-photo-small:nth-of-type(n + 4) {
    display: none;
  }
  .room-overview > div {
    flex-direction: column;
    gap: 15px;
  }
  .panel[data-panel="2"] .occupancy-grid {
    grid-template-columns: 1fr;
  }
  .panel[data-panel="2"] .occupancy-option,
  .panel[data-panel="2"] .occupancy-option.selected {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .room-option-property {
    grid-template-columns: 130px 1fr;
  }
  .room-option-image {
    height: 120px;
  }
  .room-option-plan {
    margin-top: 13px;
    padding: 14px 0 0;
    border-top: 1px solid #edf0f4;
    border-left: 0;
  }
  .room-option-rate {
    margin-top: 13px;
  }
  .room-selection-footer {
    margin: 24px -18px -24px;
    padding: 16px 18px;
    gap: 12px;
  }
  .room-selection-footer .btn {
    white-space: nowrap;
  }
}
@media (max-width: 430px) {
  .booking-criteria {
    grid-template-columns: 1fr;
  }
  .booking-criteria .hotel-search,
  .update-search-button {
    grid-column: auto;
  }
  .hotel-tools,
  .hotel-tools.compact {
    grid-template-columns: 1fr;
  }
  .hotel-search {
    grid-column: auto;
  }
  .hotel-art {
    height: 180px;
  }
  .event-facts {
    display: none;
  }
  .event-strip {
    height: 230px;
  }
}
@media (max-width: 700px) {
  .gallery-modal {
    padding: 10px;
  }
  .gallery-dialog {
    max-height: calc(100vh - 20px);
  }
  .gallery-stage {
    min-height: 52vh;
  }
  .gallery-stage > img {
    height: 52vh;
  }
  .gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 23px;
  }
  .gallery-arrow.previous {
    left: 8px;
  }
  .gallery-arrow.next {
    right: 8px;
  }
  .gallery-thumbnails button {
    flex-basis: 76px;
    height: 52px;
  }
}

/* Readable type scale: body copy 14–16px, supporting text no smaller than 11px. */
body {
  font-size: 16px;
  line-height: 1.5;
}
.header-actions > a,
.secure-note,
.step b {
  font-size: 14px;
}
.step span {
  font-size: 13px;
}
.panel-head h2 {
  font-size: 30px;
}
.panel-head p {
  font-size: 15px;
  line-height: 1.55;
}
.eyebrow {
  font-size: 12px;
}
.selection-hint,
.optional-pill {
  font-size: 12px;
}
label > span {
  font-size: 13px;
}
input,
select,
.btn {
  font-size: 14px;
}
.btn {
  line-height: 1.3;
}
.hotel-results-bar p,
.hotel-results-bar p:first-child {
  font-size: 14px;
}
.hotel-name-row h3 {
  font-size: 19px;
}
.hotel-copy > p {
  font-size: 14px;
}
.hotel-meta span {
  font-size: 12px;
}
.rep-label {
  font-size: 11px;
}
.rating-badge {
  font-size: 12px;
}
.hotel-price > span,
.hotel-price small {
  font-size: 13px;
}
.hotel-price > b {
  font-size: 22px;
}
.hotel-pagination {
  font-size: 13px;
}
.rooms-heading h3,
.transport-heading h3 {
  font-size: 20px;
}
.rooms-heading p,
.transport-heading p {
  font-size: 14px;
}
.room-config-head div span,
.room-guest-heading div > span {
  font-size: 12px;
}
.room-config-head div b,
.room-guest-heading div > b {
  font-size: 16px;
}
.lead-room,
.room-guest-heading > b,
.tag {
  font-size: 11px;
}
.guest-title h3 {
  font-size: 18px;
}
.guest-title p,
.privacy-note {
  font-size: 13px;
}
.guest-number {
  font-size: 13px;
}
.field-message {
  font-size: 12px;
}
.toggle-row b {
  font-size: 15px;
}
.toggle-row small,
.transport-block p,
.disposal-entry label > span {
  font-size: 13px;
}
.add-button {
  font-size: 14px;
}
.review-title h3 {
  font-size: 16px;
}
.review-title button {
  font-size: 13px;
}
.review-body,
.review-room,
.terms,
.error-box {
  font-size: 14px;
}
.summary-top span {
  font-size: 12px;
}
.summary-top button {
  font-size: 13px;
}
.summary-empty {
  font-size: 14px;
}
.summary-hotel h3 {
  font-size: 16px;
}
.summary-hotel p,
.summary-room,
.price-line,
.trust-note {
  font-size: 13px;
}
.summary-dates small {
  font-size: 11px;
}
.summary-dates b {
  font-size: 13px;
}
.total-line span {
  font-size: 14px;
}
.total-line b {
  font-size: 26px;
}
footer {
  font-size: 13px;
}

/* Keep the compact search bar compact, but make its content legible. */
.booking-criteria > label > span,
.room-quantity-control > span,
.package-control > span {
  font-size: 10px;
}
.booking-criteria .hotel-search input,
.booking-criteria .package-date-control input {
  font-size: 13px;
}
.room-quantity-control b {
  font-size: 13px;
}
.package-toggle button {
  font-size: 13px;
}
.update-search-button {
  font-size: 13px;
}
.selected-package-label,
.room-index-tag {
  font-size: 11px;
}

/* Room detail and room-rate selection. */
.room-page-topline .room-page-back,
.room-page-topline > span {
  font-size: 13px;
}
.room-search-summary span {
  font-size: 10px;
}
.room-search-summary b {
  font-size: 14px;
}
.room-search-summary button {
  font-size: 13px;
}
.room-hotel-title h2 {
  font-size: 30px;
}
.room-hotel-title p {
  font-size: 14px;
}
.room-hotel-title > span {
  font-size: 13px;
}
.room-photo-main > button {
  font-size: 12px;
}
.room-description h3,
.room-overview h3,
.room-amenity-section h3 {
  font-size: 20px;
}
.room-description p {
  font-size: 14px;
}
.room-overview small {
  font-size: 11px;
}
.room-overview b {
  font-size: 13px;
}
.room-amenities span {
  font-size: 12px;
}
.room-page-heading h3 {
  font-size: 22px;
}
.room-page-heading p {
  font-size: 14px;
}
.room-option-property h4 {
  font-size: 18px;
}
.room-option-property p {
  font-size: 13px;
}
.room-option-property ul {
  font-size: 12px;
}
.room-option-plan > b {
  font-size: 14px;
}
.room-option-plan > div span,
.room-option-plan > div strong {
  font-size: 12px !important;
}
.room-option-plan > p {
  font-size: 12px;
}
.room-option-rate > span {
  font-size: 12px !important;
}
.room-option-rate > strong {
  font-size: 26px !important;
}
.room-option-rate > small {
  font-size: 11px;
}
.room-option-rate > em {
  font-size: 13px;
}
.room-selection-footer div b {
  font-size: 15px;
}
.room-selection-footer div span {
  font-size: 12px;
}
.gallery-dialog > header span {
  font-size: 10px;
}
.gallery-dialog > header h2 {
  font-size: 21px;
}
.gallery-stage > span {
  font-size: 12px;
}

@media (max-width: 700px) {
  .panel-head h2 {
    font-size: 26px;
  }
  .room-hotel-title h2 {
    font-size: 25px;
  }
  .room-option-property h4 {
    font-size: 16px;
  }
}

/* Step 2: one card per room type, with a quantity selected against each type. */
.room-selection-progress {
  align-self: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fcebed;
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.panel[data-panel="2"] .room-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.panel[data-panel="2"] .room-type-option,
.panel[data-panel="2"] .room-type-option.selected {
  display: grid;
  grid-template-columns: 1.65fr 1.1fr 0.95fr;
  min-height: 230px;
  padding: 14px;
  border: 1px solid #e1e6ed;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: none;
  text-align: left;
}
.panel[data-panel="2"] .room-type-option.selected {
  padding: 13px;
  border: 2px solid var(--brand);
}
.panel[data-panel="2"] .room-type-option.selected .room-option-property h4,
.panel[data-panel="2"] .room-type-option.selected .room-option-plan > b,
.panel[data-panel="2"] .room-type-option.selected .room-type-quantity b {
  color: var(--ink) !important;
}
.panel[data-panel="2"] .room-type-option.selected .room-option-property p,
.panel[data-panel="2"] .room-type-option.selected .room-option-property ul,
.panel[data-panel="2"] .room-type-option.selected .room-option-plan > p {
  color: #718094 !important;
}
.room-type-quantity {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 36px 42px 36px;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}
.room-type-quantity button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid #e4c8cc;
  border-radius: 7px;
  background: #fff;
  color: var(--brand);
  font:
    500 22px/1 "Poppins",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  cursor: pointer;
}
.room-type-quantity button:hover:not(:disabled) {
  border-color: var(--brand);
  background: #fff5f6;
}
.room-type-quantity button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}
.room-type-quantity b {
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: 16px !important;
  text-align: center;
}
.room-type-option .room-option-rate > em {
  margin-top: 14px;
}
@media (max-width: 700px) {
  .panel[data-panel="2"] .room-type-option,
  .panel[data-panel="2"] .room-type-option.selected {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .room-selection-progress {
    align-self: flex-start;
  }
  .room-type-quantity {
    grid-column: 1/3;
  }
}

/* Step 3: occupancy and guest details, following the supplied room-by-room layout. */
.content-grid:has(.panel[data-panel="3"].active) {
  grid-template-columns: 1fr;
}
.content-grid:has(.panel[data-panel="3"].active) .summary-card {
  display: none;
}
.guest-page-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.guest-page-topline button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4f5d6e;
  font-size: 13px;
  font-weight: 600;
}
.guest-page-topline > span {
  color: #758195;
  font-size: 13px;
}
.guest-page-topline > span b {
  color: var(--brand);
}
.guest-page-header {
  margin-bottom: 28px;
}
.guest-page-header h2 {
  margin-top: 5px;
}
.companion-picker {
  grid-column: 1 / -1;
}
.companion-picker > span {
  display: block;
  margin-bottom: 7px;
  color: #354052;
  font-size: 13px;
  font-weight: 600;
}
.companion-picker select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d9dfe6;
  border-radius: 8px;
  background: #fbfcfd;
  font-size: 13px;
}
.guest-already-booked-warning {
  grid-column: 1 / -1;
  margin: -6px 0 0;
  padding: 10px 14px;
  border: 1px solid #f3d999;
  border-radius: 8px;
  background: #fff8e8;
  color: #8a6a10;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
}
.guest-room-card {
  padding: 24px;
  border: 1px solid #dfe4ea;
  border-radius: 14px;
  background: #fff;
}
.guest-room-card + .guest-room-card {
  margin-top: 18px;
}
.guest-room-heading {
  align-items: flex-start;
  padding: 0 0 22px;
  border-bottom: 1px dashed #e1e6ed;
}
.guest-room-heading > div:first-child > span {
  font-size: 11px;
}
.guest-room-heading h3 {
  font-size: 20px;
}
.guest-room-selection {
  display: flex;
  align-items: center;
  gap: 14px;
}
.guest-room-selection > b {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #647286;
  font-size: 11px;
  white-space: nowrap;
}
.guest-occupancy-toggle {
  display: grid;
  grid-template-columns: repeat(3, 92px);
  gap: 3px;
  padding: 4px;
  border-radius: 9px;
  background: #e9edf2;
}
.guest-occupancy-toggle button {
  height: 38px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #667487;
  font-size: 13px;
  font-weight: 600;
}
.guest-occupancy-toggle button.active {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 3px 8px rgba(174, 16, 34, 0.18);
}
.occupancy-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 125px;
  padding: 24px;
  text-align: center;
}
.occupancy-prompt b {
  font-size: 16px;
}
.occupancy-prompt span {
  margin-top: 5px;
  color: #718094;
  font-size: 13px;
}
.guest-roster {
  display: grid;
  gap: 0;
}
.guest-room-card .guest-card {
  margin: 0;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px dashed #e1e6ed;
  border-radius: 0;
}
.guest-room-card .guest-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.guest-room-card .primary-guest {
  border-top: 0;
}
.guest-room-card .guest-title {
  margin-bottom: 18px;
}
.guest-room-card .field-grid {
  gap: 16px;
}
.guest-room-card input {
  height: 48px;
  font-size: 14px;
}
.guest-room-card .phone-input {
  height: 48px;
}
.guest-room-card .phone-input input {
  height: 46px;
}
@media (max-width: 800px) {
  .guest-room-heading {
    display: grid;
    gap: 16px;
  }
  .guest-room-selection {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .guest-occupancy-toggle {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .guest-room-card {
    padding: 18px;
  }
  .guest-page-topline > span {
    font-size: 11px;
  }
  .guest-room-heading h3 {
    font-size: 18px;
  }
}

.room-document-fields {
  display: grid;
  gap: 18px;
  padding-top: 22px;
}
.guest-upload {
  display: block;
}
.guest-upload > span:first-child {
  font-size: 13px;
}
.guest-upload > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.guest-upload-box {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 12px;
  min-height: 92px;
  padding: 18px 22px;
  border: 1px dashed #cfd7e1;
  border-radius: 10px;
  background: #f8f9fb;
  cursor: pointer;
  text-align: center;
}
.guest-upload-box > b {
  grid-row: 1/3;
  color: #8ea0b4;
  font-size: 25px;
}
.guest-upload-box > em {
  color: #667487;
  font-size: 13px;
  font-style: normal;
}
.guest-upload-box > small {
  color: #8b97a7;
  font-size: 11px;
}
.guest-upload:hover .guest-upload-box {
  border-color: var(--brand);
  background: #fff7f8;
}
.guest-upload.uploaded .guest-upload-box {
  border-style: solid;
  border-color: #b9dccd;
  background: #f4fbf7;
}
.guest-upload.uploaded .guest-upload-box > b {
  color: #18a971;
}
.guest-upload:has(input.invalid) .guest-upload-box {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.08);
}
.room-option-plan .meal-plan-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 14px;
  padding: 4px;
  border-radius: 8px;
  background: #e9edf2;
}
.room-option-plan .meal-plan-toggle button {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #667487;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
}
.room-option-plan .meal-plan-toggle button.active {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 3px 8px rgba(174, 16, 34, 0.18);
}
.room-option-plan .meal-plan-toggle button:focus-visible {
  outline: 3px solid rgba(174, 16, 34, 0.22);
  outline-offset: 2px;
}

/* Step 4: Review & Validate */
.content-grid:has(.panel[data-panel="4"].active) {
  grid-template-columns: 1fr;
}
.content-grid:has(.panel[data-panel="4"].active) .summary-card {
  display: none;
}
/* .main-card's overflow:hidden (for clipping rounded-corner content on other
   steps) is the nearest scrolling ancestor of .review-price-card and silently
   breaks its position:sticky. Only lift it on the review-style panels. */
.content-grid:has(.panel[data-panel="4"].active) .main-card {
  overflow: visible;
}
.review-page-panel {
  padding: 34px;
  background: #fff;
}
.review-page-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.review-page-topline button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4f5d6e;
  font-size: 14px;
  font-weight: 600;
}
.review-page-topline span {
  color: #758195;
  font-size: 13px;
}
.review-page-topline span b {
  color: var(--brand);
}
.review-page-title {
  margin: 0 0 28px;
  font:
    600 30px/1.2 "Poppins",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.review-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}
.review-page-main {
  display: grid;
  gap: 20px;
}
.review-stay-card,
.verified-guests-card,
.review-price-card,
.transport-summary-card {
  border: 1px solid #dfe4ea;
  border-radius: 14px;
  background: #fff;
}
.review-stay-card {
  padding: 22px;
}
.review-property {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e1e6ed;
}
.review-property h3 {
  margin: 0;
  font-size: 21px;
}
.review-property p {
  margin: 5px 0 0;
  color: #718094;
  font-size: 13px;
}
.review-hotel-image {
  width: 76px;
  height: 58px;
  border-radius: 9px;
  background-image: var(--review-hotel-image);
  background-position: center;
  background-size: cover;
}
.review-dates {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px dashed #e1e6ed;
}
.review-dates > div:last-child {
  text-align: right;
}
.review-dates span {
  display: block;
  color: #718094;
  font-size: 11px;
}
.review-dates b {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
.review-dates small {
  color: #718094;
  font-weight: 500;
}
.review-dates em {
  padding: 7px 10px;
  border-radius: 7px;
  background: #f1f3f6;
  color: #667487;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}
.review-stay-summary {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
.review-stay-summary b {
  font-size: 17px;
}
.review-stay-summary span {
  color: #718094;
  font-size: 13px;
}
.verified-guests-card,
.transport-summary-card {
  padding: 22px;
}
.verified-guests-card > h3,
.important-information h3,
.review-price-card > h3,
.transport-summary-card > h3 {
  margin: 0 0 20px;
  font-size: 19px;
}
.verified-room {
  padding: 18px 0;
  border-top: 1px dashed #e1e6ed;
}
.verified-room:first-child {
  padding-top: 0;
  border-top: 0;
}
.verified-room:last-child {
  padding-bottom: 0;
}
.verified-room-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.verified-room-head > b {
  font-size: 15px;
}
.verified-room-head > span {
  padding: 6px 9px;
  border-radius: 7px;
  background: #f1f3f6;
  color: #647286;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
}
.verified-room ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.verified-room li {
  color: #68778a;
  font-size: 13px;
}
.guest-line {
  display: flex;
  gap: 9px;
}
.guest-line i {
  color: #18b86f;
  font-size: 9px;
  font-style: normal;
}
.document-line {
  color: #278b63 !important;
}
.important-information {
  padding: 24px 2px 4px;
  border-top: 1px dashed #e1e6ed;
}
.important-information ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.important-information li {
  color: #68778a;
  font-size: 14px;
}
.important-information li:before {
  content: "✓";
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  place-items: center;
  border: 2px solid #16b975;
  border-radius: 50%;
  color: #16b975;
  font-size: 11px;
  font-weight: 600;
}
.review-terms {
  margin: 0;
}
.review-price-card {
  position: sticky;
  top: 20px;
  padding: 26px;
}
.review-price-card > h3 {
  font-size: 20px;
}
.review-price-card #review-price-lines {
  display: grid;
  gap: 16px;
}
.review-price-card #review-price-lines > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #667487;
  font-size: 13px;
}
.review-price-card #review-price-lines span small {
  display: block;
  margin-top: 3px;
  color: #8a96a6;
  font-size: 10px;
}
.review-price-card #review-price-lines b {
  color: var(--ink);
  white-space: nowrap;
}
.review-price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px dashed #dfe4ea;
}
.review-price-total span {
  font-size: 15px;
  font-weight: 600;
}
.review-price-total b {
  color: var(--brand);
  font-size: 27px;
}
.review-price-card .review-terms {
  margin: 20px 0 0;
  padding: 13px;
  border: 1px solid #e1e5ea;
  background: #f7f8fa;
}
.review-price-card .review-terms span {
  font-size: 12px;
  line-height: 1.5;
}
.review-actions {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}
.review-actions .btn {
  width: 100%;
  min-height: 50px;
  justify-content: center;
}
.btn.outline {
  border: 2px solid var(--brand);
  background: #fff;
  color: var(--brand);
  box-shadow: none;
}
.btn.outline:hover {
  background: #fff5f6;
}
.review-actions + .error-box,
.review-price-card > .error-box {
  margin-top: 16px;
}

/* Step 6 — Confirm & Pay: compact room recap */
.final-rooms-list {
  display: grid;
}
.final-room-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px dashed #e1e6ed;
}
.final-room-line:first-child {
  padding-top: 0;
  border-top: 0;
}
.final-room-line b {
  font-size: 14px;
}
.final-room-line > div:first-child span {
  display: block;
  margin-top: 3px;
  color: #718094;
  font-size: 12px;
}
.final-room-guest {
  flex: 0 0 auto;
  color: #46536a;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.final-room-guest em {
  color: #8a96a6;
  font-style: normal;
  font-weight: 400;
}

/* Step 6 — transport & cab summary */
.transport-summary-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px dashed #e1e6ed;
}
.transport-summary-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.transport-summary-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #fbeef0;
  color: var(--brand);
}
.transport-summary-icon svg {
  width: 17px;
  height: 17px;
}
.transport-summary-text {
  flex: 1;
  min-width: 0;
}
.transport-summary-text b {
  display: block;
  font-size: 14px;
}
.transport-summary-text span {
  display: block;
  margin-top: 3px;
  color: #718094;
  font-size: 12px;
}
.transport-summary-amount {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 14px;
  white-space: nowrap;
}
.transport-summary-empty {
  margin: 0;
  padding: 4px 0;
  color: #8a96a6;
  font-size: 13px;
}

/* Step 6 price card reuses .review-price-card styling; #final-price-lines
   mirrors the #review-price-lines rules under a different id since both
   panels render at once and ids must be unique. */
.review-price-card #final-price-lines {
  display: grid;
  gap: 16px;
}
.review-price-card #final-price-lines > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #667487;
  font-size: 13px;
}
.review-price-card #final-price-lines span small {
  display: block;
  margin-top: 3px;
  color: #8a96a6;
  font-size: 10px;
}
.review-price-card #final-price-lines b {
  color: var(--ink);
  white-space: nowrap;
}
.final-review-panel .review-actions {
  margin-top: 22px;
}

@media (max-width: 900px) {
  .review-page-grid {
    grid-template-columns: 1fr;
  }
  .review-price-card {
    position: static;
    order: -1;
  }
  .review-stay-summary {
    gap: 12px;
  }
  .review-dates {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .review-page-panel {
    padding: 24px 18px;
  }
  .review-page-title {
    font-size: 25px;
  }
  .review-page-topline span {
    font-size: 11px;
  }
  .review-dates {
    grid-template-columns: 1fr 1fr;
  }
  .review-dates em {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 12px;
    text-align: center;
  }
  .review-stay-summary {
    display: grid;
  }
  .review-stay-summary span {
    margin-top: 5px;
  }
  .review-property p {
    max-width: 220px;
  }
  .review-hotel-image {
    width: 62px;
  }
}

/* Step 5: Cab / Transport Packages */
.content-grid:has(.panel[data-panel="5"].active) {
  grid-template-columns: 1fr;
}
.content-grid:has(.panel[data-panel="5"].active) .summary-card {
  display: none;
}

/* Step 6: Confirm & Pay — same treatment as Step 4, so its own
   .review-price-card (with the pay button) is the only right-hand card,
   not squeezed alongside the persistent .summary-card. */
.content-grid:has(.panel[data-panel="6"].active) {
  grid-template-columns: 1fr;
}
.content-grid:has(.panel[data-panel="6"].active) .summary-card {
  display: none;
}
.content-grid:has(.panel[data-panel="6"].active) .main-card {
  overflow: visible;
}
.panel[data-panel="5"] {
  padding: 34px 34px 0;
}
.transport-page-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}
.transport-page-topline button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4f5d6e;
  font-size: 14px;
  font-weight: 600;
}
.transport-page-topline span {
  color: #758195;
  font-size: 13px;
}
.transport-page-topline span b {
  color: var(--brand);
}
.transport-page-header {
  margin-bottom: 28px;
}
.transport-page-header h2 {
  margin: 0 0 6px;
  font:
    600 29px/1.2 "Poppins",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.transport-page-header p {
  margin: 0;
  font-size: 14px;
}
.transport-package-section {
  margin-top: 26px;
}
.transport-package-section > h3 {
  margin: 0 0 12px;
  color: #667487;
  font-size: 14px;
}
.airport-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.transport-package-card {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(31, 42, 56, 0.06);
  cursor: pointer;
  overflow: hidden;
}
.airport-package {
  min-height: 86px;
  padding: 16px;
}
.transport-package-icon {
  font-size: 24px;
}
.transport-package-card
  > span:not(.transport-package-icon):not(.day-trip-image) {
  min-width: 0;
}
.transport-package-card b,
.transport-package-card small {
  display: block;
}
.transport-package-card b {
  font-size: 15px;
}
.transport-package-card small {
  margin-top: 4px;
  color: #718094;
  font-size: 12px;
}
.airport-terminal-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.airport-package.selected .airport-terminal-inline {
  margin-top: 7px;
  max-height: 40px;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .airport-terminal-inline {
    transition: none;
  }
}
.airport-terminal-inline > span {
  color: #8a96a6;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.airport-terminal-inline select {
  height: 27px;
  padding: 0 6px;
  border: 1px solid #d9dfe6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.airport-terminal-inline select:focus {
  border-color: var(--brand);
  outline: none;
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.1);
}
.airport-terminal-inline select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #f2f4f7;
}
.airport-vehicle-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.airport-package.selected .airport-vehicle-inline {
  margin-top: 7px;
  max-height: 40px;
  opacity: 1;
}
.airport-vehicle-inline > span {
  color: #8a96a6;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.airport-vehicle-inline select {
  height: 27px;
  padding: 0 6px;
  border: 1px solid #d9dfe6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  max-width: 100%;
}
.airport-vehicle-inline select:focus {
  border-color: var(--brand);
  outline: none;
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.1);
}
.airport-vehicle-inline select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #f2f4f7;
}
.airport-carrier-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.airport-package.selected .airport-carrier-inline {
  margin-top: 7px;
  max-height: 28px;
  opacity: 1;
}
.airport-carrier-inline input {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--brand);
  cursor: pointer;
}
.airport-carrier-inline input:disabled {
  cursor: not-allowed;
}
.airport-carrier-inline span {
  /* Other card components set bare b/em/span tags to display:block for their
     own layout — explicitly force inline here so this text can't inherit
     that and get clipped by the parent's fixed max-height (for its
     open/close transition) once it no longer fits on one line. */
  display: inline;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
}
.airport-carrier-price {
  display: inline;
  font-weight: 600;
  color: #8a96a6;
}
.airport-carrier-inline em {
  color: #8a96a6;
  font-style: normal;
}
@media (prefers-reduced-motion: reduce) {
  .airport-vehicle-inline,
  .airport-carrier-inline {
    transition: none;
  }
}
.airport-package > strong {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.airport-package.selected > strong {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .airport-package > strong {
    transition: none;
  }
}
.transport-package-card > strong {
  margin-left: auto;
  color: var(--brand);
  font-size: 20px;
  white-space: nowrap;
}
.transport-package-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.transport-package-card > i {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid #a6b2c1;
  border-radius: 4px;
  font-style: normal;
}
.transport-package-card.selected {
  border-color: var(--brand);
  box-shadow: 0 8px 22px rgba(174, 16, 34, 0.09);
}
.transport-package-card.selected > i {
  border-color: var(--brand);
  background: var(--brand);
}
.transport-package-card.selected > i:after {
  content: "✓";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.local-package {
  min-height: 96px;
  padding: 17px;
  border-style: dashed;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}
.local-package span em {
  display: block;
  margin-top: 5px;
  color: #4f5d6e;
  font-size: 11px;
  font-weight: 600;
}
.local-package > strong {
  font-size: 14px;
}
.day-trip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.day-trip-package {
  display: block;
}
.day-trip-image {
  display: block;
  height: 120px;
  background-image: var(--trip-image);
  background-position: center;
  background-size: cover;
}
.day-trip-copy {
  display: block;
  padding: 15px 38px 16px 15px;
  min-height: 112px;
}
.day-trip-copy b {
  font-size: 14px;
}
.day-trip-copy small {
  min-height: 34px;
  font-size: 11px;
}
.day-trip-copy strong {
  display: block;
  margin-top: 9px;
  color: var(--brand);
  font-size: 19px;
}
.day-trip-package > i {
  position: absolute;
  right: 13px;
  bottom: 18px;
}
.selected-package-section {
  margin-top: 34px;
}
.selected-package-section > h2 {
  margin: 0 0 5px;
  font-size: 23px;
}
.selected-package-section > p {
  margin: 0 0 20px;
  color: #718094;
  font-size: 13px;
}
.selected-transport-card {
  margin-top: 18px;
  padding: 25px 27px;
  border: 1px solid #df7d87;
  border-radius: 13px;
  background: #fff;
}
.selected-transport-card > h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 23px;
  font-size: 16px;
}
.selected-transport-card > h3 i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
}
.transport-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.transport-detail-grid label > span {
  display: block;
  margin-bottom: 7px;
  color: #354052;
  font-size: 13px;
  font-weight: 600;
}
.transport-detail-grid input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  background: #fff;
  font-size: 14px;
}
.transport-detail-grid .wide {
  grid-column: 1/-1;
}
.transport-detail-grid label > small {
  display: block;
  margin-top: 6px;
  color: #8995a5;
  font-size: 10px;
}
.transport-detail-grid input[type="datetime-local"] {
  appearance: none;
  min-width: 0;
  cursor: pointer;
}
.transport-detail-grid:not(.trip-detail-grid) > label {
  min-width: 0;
}
.transport-detail-grid:not(.trip-detail-grid) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
/* half-width pairs: [terminal | vehicles] and [pickup | drop] */
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(1),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(2),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(7),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(8) {
  grid-column: span 3;
}
/* flight details on its own full-width row */
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(3) {
  grid-column: 1/-1;
}
/* three across: [date & time | bags | pax] and [primary name | mobile | email] */
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(4),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(5),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(6),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(9),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(10),
.transport-detail-grid:not(.trip-detail-grid) > label:nth-child(11) {
  grid-column: span 2;
}
.trip-detail-grid > label:nth-child(1),
.trip-detail-grid > label:nth-child(2) {
  grid-column: 1 / -1;
}
.no-packages-selected {
  padding: 28px;
  border: 1px dashed #d7dee7;
  border-radius: 12px;
  background: #fafbfc;
  color: #718094;
  font-size: 14px;
  text-align: center;
}
.transport-checkout-bar {
  position: sticky;
  z-index: 20;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  margin: 30px -34px 0;
  padding: 18px 34px;
  border: 1px solid #e0e5eb;
  border-width: 1px 0 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -7px 24px rgba(31, 42, 56, 0.08);
  backdrop-filter: blur(9px);
}
.transport-checkout-bar > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.package-cube {
  color: #111;
}
.transport-subtotal {
  text-align: right;
}
.transport-subtotal > b {
  display: block;
  font-size: 16px;
}
.transport-subtotal small {
  display: block;
  margin-top: 2px;
  color: #8995a5;
  font-size: 10px;
}
.transport-checkout-bar .btn {
  min-width: 210px;
  min-height: 49px;
  justify-content: center;
}
.panel[data-panel="5"] > .error-box {
  margin: 20px 0 0;
}
@media (max-width: 1050px) {
  .day-trip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .panel[data-panel="5"] {
    padding: 24px 18px 0;
  }
  .airport-package-grid,
  .transport-detail-grid,
  .transport-detail-grid:not(.trip-detail-grid) {
    grid-template-columns: 1fr;
  }
  .transport-detail-grid:not(.trip-detail-grid) > label {
    grid-column: 1 !important;
  }
  .day-trip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .transport-checkout-bar {
    grid-template-columns: 1fr auto;
    margin: 25px -18px 0;
    padding: 15px 18px;
    gap: 12px;
  }
  .transport-checkout-bar .transport-subtotal {
    display: none;
  }
  .transport-checkout-bar .btn {
    min-width: 0;
  }
  .selected-transport-card {
    padding: 20px 17px;
  }
}
@media (max-width: 480px) {
  .airport-package-grid,
  .day-trip-grid {
    grid-template-columns: 1fr;
  }
  .transport-package-card > strong {
    font-size: 17px;
  }
  .transport-checkout-bar {
    grid-template-columns: 1fr;
  }
  .transport-checkout-bar > div:first-child {
    justify-content: center;
  }
  .transport-checkout-bar .btn {
    width: 100%;
  }
  .transport-page-topline span {
    font-size: 11px;
  }
}

.airport-package span em,
.day-trip-copy em {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: #7a8696;
  font-size: 10px;
  font-style: normal;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.airport-package {
  min-height: 104px;
}
.day-trip-copy {
  min-height: 142px;
}
@media (max-width: 430px) {
  .hotel-name-row .recommended {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 5px;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}

/* Transparent room pricing across Steps 2 and 3 */
.panel[data-panel="2"] .room-type-option,
.panel[data-panel="2"] .room-type-option.selected {
  grid-template-columns: 1.35fr 1.5fr 0.85fr;
  min-height: 280px;
}
.room-rate-matrix {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  font-size: 11px;
}
.room-rate-matrix th,
.room-rate-matrix td {
  padding: 8px 7px;
  border-top: 1px solid #edf0f4;
  text-align: right;
  white-space: nowrap;
}
.room-rate-matrix thead th {
  border-top: 0;
  background: #f6f7f9;
  color: #697789;
  font-size: 10px;
  font-weight: 600;
}
.room-rate-matrix th:first-child {
  text-align: left;
}
.room-rate-matrix tbody th {
  color: #354052;
  font-weight: 600;
}
.room-rate-matrix td {
  color: #566375;
  font-weight: 600;
}
.room-rate-matrix .selected-plan {
  background: #fff3f4;
  color: var(--brand);
}
.room-rate-matrix thead .selected-plan {
  box-shadow: inset 0 2px 0 var(--brand);
}
.room-option-plan .occupancy-rate-note {
  margin: 9px 0 0;
  color: #718094;
  font-size: 11px;
  line-height: 1.45;
}
.room-option-rate > small {
  line-height: 1.45;
}
.guest-price-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -5px 0 20px;
  padding: 14px 18px;
  border: 1px solid #ead9dc;
  border-radius: 12px;
  background: #fff8f9;
}
.guest-price-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 14px;
  border-right: 1px solid #ead9dc;
}
.guest-price-summary > div:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.guest-price-summary span {
  color: #657386;
  font-size: 12px;
}
.guest-price-summary b {
  font-size: 16px;
  white-space: nowrap;
}
.guest-price-summary .guest-stay-total b {
  color: var(--brand);
  font-size: 20px;
}
.guest-occupancy-toggle {
  grid-template-columns: repeat(3, minmax(125px, 1fr));
}
.guest-occupancy-toggle button {
  display: grid;
  height: 66px;
  align-content: center;
  gap: 2px;
  padding: 6px;
}
.guest-occupancy-toggle button span,
.guest-occupancy-toggle button small,
.guest-occupancy-toggle button em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}
.guest-occupancy-toggle button small {
  font-size: 10px;
  font-weight: 600;
}
.guest-occupancy-toggle button em {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.82;
}
@media (max-width: 1100px) {
  .panel[data-panel="2"] .room-type-option,
  .panel[data-panel="2"] .room-type-option.selected {
    grid-template-columns: 1.1fr 1.45fr 0.8fr;
  }
  .room-option-property {
    grid-template-columns: 130px 1fr;
  }
  .guest-room-heading {
    display: grid;
    gap: 16px;
  }
  .guest-room-selection {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .guest-occupancy-toggle {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .panel[data-panel="2"] .room-type-option,
  .panel[data-panel="2"] .room-type-option.selected {
    grid-template-columns: 1fr;
  }
  .guest-price-summary {
    grid-template-columns: 1fr;
  }
  .guest-price-summary > div {
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid #ead9dc;
  }
  .guest-price-summary > div:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .guest-occupancy-toggle {
    grid-template-columns: 1fr;
  }
  .guest-occupancy-toggle button {
    height: 58px;
  }
}

/* Blocking validation modal for incomplete room allocation */
body.booking-modal-open {
  overflow: hidden;
}
.booking-alert-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 20px;
}
.booking-alert-modal.hidden {
  display: none;
}
.booking-alert-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(20, 27, 37, 0.62);
  backdrop-filter: blur(3px);
}
.booking-alert-dialog {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 24, 34, 0.3);
  text-align: center;
}
.booking-alert-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 1px solid #dfe4ea;
  border-radius: 50%;
  background: #fff;
  color: #667487;
  font-size: 20px;
  cursor: pointer;
}
.booking-alert-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f2;
  color: var(--brand);
  font-size: 24px;
  font-weight: 700;
}
.booking-alert-dialog > span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.booking-alert-dialog h2 {
  margin: 7px 0 0;
  font-size: 20px;
}
.booking-alert-dialog > p {
  margin: 9px auto 0;
  max-width: 390px;
  color: #6e7b8d;
  font-size: 13px;
  line-height: 1.55;
}
.booking-alert-counts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0;
  padding: 13px;
  border-radius: 10px;
  background: #f6f7f9;
}
.booking-alert-counts div {
  padding: 4px;
  border-right: 1px solid #e0e4e9;
}
.booking-alert-counts div:last-child {
  border-right: 0;
}
.booking-alert-counts small,
.booking-alert-counts b {
  display: block;
}
.booking-alert-counts small {
  color: #8490a0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.booking-alert-counts b {
  margin-top: 4px;
  font-size: 20px;
}
.booking-alert-counts div:last-child b {
  color: var(--brand);
}
.booking-alert-dialog > .btn {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

/* Searchable country and international calling-code controls */
.searchable-picker {
  position: relative;
}
.picker-popover[hidden] {
  display: none;
}
.picker-popover {
  position: absolute;
  z-index: 90;
  top: calc(100% + 7px);
  left: 0;
  width: 100%;
  padding: 8px;
  border: 1px solid #dce2e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 35, 49, 0.18);
}
.picker-search {
  width: 100% !important;
  height: 40px !important;
  margin: 0 0 7px;
  padding: 0 11px !important;
  border: 1px solid #dce2e9 !important;
  border-radius: 7px !important;
  font-size: 13px !important;
}
.picker-options {
  max-height: 230px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.picker-options > button {
  display: grid;
  width: 100%;
  grid-template-columns: 28px auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 9px 8px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: #263244;
  text-align: left;
  cursor: pointer;
}
.picker-options > button:hover,
.picker-options > button:focus {
  outline: 0;
  background: #fff1f3;
}
.picker-options > button.selected {
  background: #fff1f3;
  color: var(--brand);
}
.picker-options > button > span,
.searchable-picker .picker-flag {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}
.picker-options > button > b {
  font-size: 13px;
}
.picker-options > button > small {
  overflow: hidden;
  color: #748196;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picker-options > p {
  margin: 12px;
  color: #748196;
  font-size: 12px;
  text-align: center;
}
.guest-card .phone-input {
  overflow: visible;
}
.guest-card .phone-input > .searchable-picker {
  flex: 0 0 112px;
}
.guest-card .phone-input > .searchable-picker + .phone-input input,
.guest-card .phone-input > input {
  min-width: 0;
  flex: 1;
  border-radius: 0 8px 8px 0;
}
.isd-picker .picker-trigger {
  display: flex;
  width: 112px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 8px;
  border: 0;
  border-right: 1px solid #d9dfe7;
  border-radius: 8px 0 0 8px;
  background: #f4f6f8;
  color: #344155;
  cursor: pointer;
}
.isd-picker .picker-trigger b {
  font-size: 13px;
}
.isd-picker .picker-trigger i {
  margin-left: auto;
  color: #7b8796;
  font-size: 11px;
  font-style: normal;
}
.isd-picker .picker-popover {
  width: 315px;
}
.phone-input.invalid .picker-trigger {
  border-right-color: var(--danger);
}
.country-picker > input {
  width: 100%;
  padding-left: 46px;
  padding-right: 34px;
}
.country-picker > .country-selected-flag {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 13px;
  pointer-events: none;
}
.country-picker-chevron {
  position: absolute;
  top: 15px;
  right: 13px;
  color: #7b8796;
  font-size: 13px;
  font-style: normal;
  pointer-events: none;
}
.country-picker .picker-options > button {
  grid-template-columns: 28px 1fr;
}
.country-picker.open > input {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(174, 16, 34, 0.08);
}
@media (max-width: 520px) {
  .guest-card .phone-input > .searchable-picker,
  .isd-picker .picker-trigger {
    width: 102px;
    flex-basis: 102px;
  }
  .isd-picker .picker-popover {
    width: min(290px, calc(100vw - 54px));
  }
  .picker-options {
    max-height: 200px;
  }
}

/* Payment modal — same fade/scale-in language as .gallery-modal, tuned for a
   narrower, taller checkout dialog. */
.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
}
.payment-modal.hidden {
  display: none;
}
@keyframes paymentBackdropIn {
  from { opacity: 0; }
}
@keyframes paymentDialogIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(24px);
  }
}
.payment-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(14, 20, 28, 0.78);
  backdrop-filter: blur(6px);
  animation: paymentBackdropIn 0.22s ease-out;
  transition: opacity 0.2s ease-in;
}
.payment-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 30px 28px 26px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(20, 20, 30, 0.4);
  animation: paymentDialogIn 0.36s cubic-bezier(0.22, 0.9, 0.32, 1.06);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
.payment-modal.closing .payment-modal-backdrop {
  opacity: 0;
  animation: none;
}
.payment-modal.closing .payment-modal-dialog {
  opacity: 0;
  transform: scale(0.95) translateY(16px);
  animation: none;
}
.payment-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.payment-modal-close:hover {
  background: var(--soft);
  color: var(--ink);
  transform: rotate(90deg);
}
.payment-modal-head {
  text-align: center;
  margin-bottom: 22px;
}
.payment-modal-head span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--brand);
  margin-bottom: 6px;
}
.payment-modal-head h2 {
  margin: 0;
  font-size: 21px;
  color: var(--ink);
}
.payment-modal-body {
  margin-bottom: 4px;
}
.payment-modal-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.payment-gateway-options {
  display: grid;
  gap: 8px;
}
.payment-gateway-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.payment-gateway-option:hover {
  border-color: #d8b3b8;
  transform: translateY(-1px);
}
.payment-gateway-option.selected {
  border-color: var(--brand);
  background: #fff5f6;
  box-shadow: 0 6px 16px rgba(174, 16, 34, 0.1);
}
.payment-gateway-option b {
  font-size: 13.5px;
  color: var(--ink);
}
.payment-gateway-option small {
  font-size: 11.5px;
  color: var(--muted);
}
.payment-modal-confirm {
  width: 100%;
  margin-top: 18px;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(174, 16, 34, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.payment-modal-confirm:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(174, 16, 34, 0.34);
}
.payment-modal-confirm:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.payment-modal-secure {
  margin: 14px 0 0;
  font-size: 11.5px;
  color: var(--muted);
  text-align: center;
}
#payment-modal-error {
  margin-top: 14px;
}
body.payment-modal-open {
  overflow: hidden;
}

/* Replaces the whole picker with a spinner while a payment is being created
   or (the gap that's actually noticeable) verified right after Razorpay's
   own checkout closes — kept in the same dialog shell so it never feels
   like a different screen, just a state of the same one. */
.payment-modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 34px 10px 14px;
  text-align: center;
}
.payment-modal-loading.hidden {
  display: none;
}
@keyframes paymentSpin {
  to { transform: rotate(360deg); }
}
.payment-spinner {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 4px solid #f3d6da;
  border-top-color: var(--brand);
  animation: paymentSpin 0.8s linear infinite;
}
#payment-modal-loading-text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.payment-modal-loading small {
  max-width: 300px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
