/* ==========================================================================
   INBOUND TOURS - ULTRA-LUXURY BOOKING FORM UI
   Refined aesthetic, flawless typography, responsive grid, dark mode ready.
   ========================================================================== */

/* Outer Booking Block Card */
.inbound-tours-page .inbound-booking-block {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafd 60%, #f1f5f9 100%);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  box-shadow: 
    0 24px 60px -12px rgba(15, 23, 42, 0.08),
    0 4px 16px -2px rgba(15, 23, 42, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  color: var(--ink, #0f172a);
  padding: clamp(36px, 5vw, 60px) clamp(22px, 4vw, 50px);
  margin-top: 30px;
  margin-bottom: 50px;
  scroll-margin-top: 100px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Subtle decorative ambient backdrop accent */
.inbound-tours-page .inbound-booking-block::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(245, 173, 36, 0.12) 0%, rgba(245, 173, 36, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.inbound-tours-page .inbound-booking-block::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.07) 0%, rgba(37, 99, 235, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.inbound-tours-page .inbound-booking-block > * {
  position: relative;
  z-index: 1;
}

/* Section Header & Badge */
.inbound-tours-page .inbound-heading.center {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.inbound-tours-page .inbound-booking-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 18px;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid rgba(245, 173, 36, 0.5);
  color: #b45309;
  font-family: 'Plus Jakarta Sans', 'Kantumruy Pro', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  border-radius: 9999px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(245, 173, 36, 0.18);
}

.inbound-tours-page .inbound-booking-badge svg {
  color: #d97706;
}

.inbound-tours-page .inbound-booking-title {
  color: #061a3a !important;
  font-family: 'Kantumruy Pro', 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(1.8rem, 3.4vw, 2.45rem) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.3px;
}

.inbound-tours-page .inbound-booking-subtitle {
  color: #64748b !important;
  font-family: 'Kantumruy Pro', 'Inter', sans-serif !important;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem) !important;
  line-height: 1.68 !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}

/* Main Grid Layout */
.inbound-tours-page .inbound-booking-wrapper {
  display: grid;
  grid-template-columns: 345px 1fr;
  gap: 30px;
  align-items: stretch;
}

/* ==========================================================================
   LEFT SIDEBAR: Instant Booking Box
   ========================================================================== */
.inbound-tours-page .inbound-booking-sidebar {
  display: flex;
}

.inbound-tours-page .inbound-booking-info-box {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 
    0 12px 32px -8px rgba(15, 23, 42, 0.06),
    0 2px 6px -1px rgba(15, 23, 42, 0.02);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

/* Sidebar Header */
.inbound-tours-page .inbound-sidebar-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.inbound-tours-page .sidebar-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #b45309;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(245, 173, 36, 0.22);
}

.inbound-tours-page .sidebar-header-text h3 {
  color: #061a3a;
  font-family: 'Kantumruy Pro', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

.inbound-tours-page .sub-heading-instant {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #d97706;
  margin-top: 2px;
}

.inbound-tours-page .sidebar-lead-desc {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 0.84rem;
  line-height: 1.62;
  color: #64748b;
  margin: 0 0 20px;
}

/* Quick Contact Direct Buttons */
.inbound-tours-page .inbound-booking-quick-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}

.inbound-tours-page .inbound-booking-quick-btns .btn-whatsapp,
.inbound-tours-page .inbound-booking-quick-btns .btn-telegram {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 13px 20px !important;
  min-height: 48px;
  border-radius: 12px !important;
  font-family: 'Kantumruy Pro', 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 0.2px;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, filter 0.2s ease !important;
}

.inbound-tours-page .inbound-booking-quick-btns .btn-whatsapp {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.28) !important;
}

.inbound-tours-page .inbound-booking-quick-btns .btn-whatsapp:hover {
  background: linear-gradient(135deg, #2be06b 0%, #15803d 100%) !important;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.38) !important;
  transform: translateY(-2px);
}

.inbound-tours-page .inbound-booking-quick-btns .btn-telegram {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.28) !important;
}

.inbound-tours-page .inbound-booking-quick-btns .btn-telegram:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #075985 100%) !important;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.38) !important;
  transform: translateY(-2px);
}

.inbound-tours-page .inbound-booking-quick-btns svg {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

/* Hotline & Direct Support Box */
.inbound-tours-page .inbound-booking-hotlines {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 15px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.inbound-tours-page .hotline-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
}

.inbound-tours-page .hotline-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.inbound-tours-page .hotline-item:first-child .hotline-icon {
  background: #fff1f2;
  color: #e11d48;
  border-color: #ffe4e6;
}

.inbound-tours-page .hotline-text {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}

.inbound-tours-page .hotline-item small {
  display: block;
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 2px;
  line-height: 1.2;
}

.inbound-tours-page .hotline-item strong {
  display: block;
  min-width: 0;
  overflow: hidden;
}

.inbound-tours-page .hotline-item strong a {
  display: block;
  color: #061a3a;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.2px;
  word-break: break-all;
  transition: color 0.15s ease;
}

.inbound-tours-page .hotline-item strong a:hover {
  color: #d97706;
}

/* Guarantee / Trust Badges */
.inbound-tours-page .inbound-booking-guarantees-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.inbound-tours-page .guarantee-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.4;
  transition: background 0.2s, border-color 0.2s;
}

.inbound-tours-page .guarantee-badge:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.inbound-tours-page .guarantee-badge svg {
  color: #10b981;
  flex-shrink: 0;
}

/* ==========================================================================
   RIGHT SIDE: Booking Form Card
   ========================================================================== */
.inbound-tours-page .inbound-booking-form-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: clamp(26px, 3.5vw, 36px);
  box-shadow: 
    0 12px 32px -8px rgba(15, 23, 42, 0.06),
    0 2px 6px -1px rgba(15, 23, 42, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inbound-tours-page .inbound-booking-form-card form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Grid Rows */
.inbound-tours-page .form-row {
  display: grid;
  gap: 18px;
  margin-bottom: 0;
}

.inbound-tours-page .form-row-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Specialized 3-column row for Travel Date, Adults, Children */
.inbound-tours-page .form-row-trip-details {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.inbound-tours-page .inbound-booking-form-card .form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

/* Form Labels */
.inbound-tours-page .inbound-booking-form-card label {
  color: #061a3a;
  font-family: 'Kantumruy Pro', 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
}

.inbound-tours-page .label-text {
  white-space: nowrap;
}

.inbound-tours-page .req-star {
  color: #ef4444;
  font-weight: 800;
  font-size: 0.95rem;
  display: inline-block;
  line-height: 1;
  flex-shrink: 0;
}

/* Form Control Inputs, Selects, Textareas */
.inbound-tours-page .inbound-booking-form-card .form-control {
  background: #fbfcfe;
  border: 1.5px solid #dbe3ef;
  border-radius: 12px;
  color: #0f172a;
  color-scheme: light;
  font-family: 'Kantumruy Pro', 'Inter', sans-serif;
  font-size: 0.89rem;
  font-weight: 500;
  min-height: 48px;
  padding: 11px 15px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04) inset;
}

.inbound-tours-page .inbound-booking-form-card .form-control:hover {
  border-color: #cbd5e1;
  background: #ffffff;
}

.inbound-tours-page .inbound-booking-form-card .form-control:focus {
  background: #ffffff;
  border-color: #f5ad24;
  box-shadow: 
    0 0 0 4px rgba(245, 173, 36, 0.16),
    0 1px 2px rgba(15, 23, 42, 0.05);
}

.inbound-tours-page .inbound-booking-form-card .form-control::placeholder {
  color: #94a3b8;
  font-size: 0.84rem;
  font-weight: 400;
}

/* Custom Select Styling */
.inbound-tours-page .inbound-booking-form-card select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.inbound-tours-page .inbound-booking-form-card select.form-control option {
  background: #ffffff;
  color: #0f172a;
  padding: 10px;
}

.inbound-tours-page .inbound-booking-form-card select.form-control optgroup {
  background: #f8fafc;
  color: #061a3a;
  font-weight: 700;
}

/* Textarea */
.inbound-tours-page .inbound-booking-form-card textarea.form-control {
  min-height: 90px;
  resize: vertical;
  line-height: 1.55;
}

/* Date input aesthetic tweak */
.inbound-tours-page .inbound-booking-form-card input[type="date"].form-control {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  letter-spacing: 0.3px;
  cursor: pointer;
}

/* Form Action Buttons */
.inbound-tours-page .inbound-booking-form-actions {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.35fr 1fr;
  margin-top: 10px;
  padding-top: 8px;
}

/* Luxury Gold Submit Button */
.inbound-tours-page .btn-submit-booking {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #f5ad24 0%, #e6950e 55%, #c87e07 100%) !important;
  color: #061a3a !important;
  font-family: 'Kantumruy Pro', 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 22px !important;
  min-height: 52px;
  cursor: pointer;
  box-shadow: 
    0 8px 24px rgba(245, 173, 36, 0.32),
    0 2px 4px rgba(245, 173, 36, 0.2);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  letter-spacing: 0.1px;
}

.inbound-tours-page .btn-submit-booking:hover {
  background: linear-gradient(135deg, #fbb838 0%, #ef9e18 55%, #d4870c 100%) !important;
  box-shadow: 
    0 12px 28px rgba(245, 173, 36, 0.45),
    0 3px 6px rgba(245, 173, 36, 0.25);
  transform: translateY(-2px);
}

.inbound-tours-page .btn-submit-booking:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(245, 173, 36, 0.3);
}

.inbound-tours-page .btn-submit-booking svg {
  flex-shrink: 0;
  stroke: #061a3a;
  transition: transform 0.2s ease;
}

.inbound-tours-page .btn-submit-booking:hover svg {
  transform: translateX(2px) translateY(-2px);
}

.inbound-tours-page .btn-subtext {
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.9;
  letter-spacing: normal;
}

/* Secondary Direct WhatsApp Button */
.inbound-tours-page .btn-whatsapp-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  background: #ffffff !important;
  border: 1.5px solid #22c55e !important;
  color: #15803d !important;
  font-family: 'Kantumruy Pro', 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  padding: 14px 20px !important;
  min-height: 52px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.08);
}

.inbound-tours-page .btn-whatsapp-secondary:hover {
  background: #f0fdf4 !important;
  border-color: #16a34a !important;
  color: #166534 !important;
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.18) !important;
  transform: translateY(-2px);
}

.inbound-tours-page .btn-whatsapp-secondary:active {
  transform: translateY(0);
}

.inbound-tours-page .btn-whatsapp-secondary svg {
  color: #22c55e;
  flex-shrink: 0;
}

/* ==========================================================================
   DARK THEME LUXURY STYLING
   ========================================================================== */
html[data-theme="dark"] .inbound-tours-page .inbound-booking-block {
  background: linear-gradient(180deg, #0d1527 0%, #090f1d 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 25px 65px -15px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  color: #f1f5f9;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-block::before {
  background: radial-gradient(circle, rgba(245, 173, 36, 0.16) 0%, rgba(245, 173, 36, 0) 70%);
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-badge {
  background: rgba(245, 173, 36, 0.12);
  border-color: rgba(245, 173, 36, 0.35);
  color: #fbbf24;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-title {
  color: #ffffff !important;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-subtitle {
  color: #94a3b8 !important;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-info-box,
html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card {
  background: #111b2e;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .inbound-tours-page .sidebar-icon-badge {
  background: rgba(245, 173, 36, 0.15);
  color: #fbbf24;
}

html[data-theme="dark"] .inbound-tours-page .sidebar-header-text h3 {
  color: #f8fafc;
}

html[data-theme="dark"] .inbound-tours-page .sidebar-lead-desc {
  color: #94a3b8;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-hotlines {
  background: #090e1a;
  border-color: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .inbound-tours-page .hotline-item strong a {
  color: #f1f5f9;
}

html[data-theme="dark"] .inbound-tours-page .hotline-item strong a:hover {
  color: #fbbf24;
}

html[data-theme="dark"] .inbound-tours-page .hotline-icon {
  background: rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.3);
  color: #60a5fa;
}

html[data-theme="dark"] .inbound-tours-page .hotline-item:first-child .hotline-icon {
  background: rgba(225, 29, 72, 0.15);
  border-color: rgba(225, 29, 72, 0.3);
  color: #fb7185;
}

html[data-theme="dark"] .inbound-tours-page .guarantee-badge {
  background: #090e1a;
  border-color: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
}

html[data-theme="dark"] .inbound-tours-page .guarantee-badge:hover {
  background: #0d1527;
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card label {
  color: #e2e8f0;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card .form-control {
  background: #080d17;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  color-scheme: dark;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card .form-control:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: #0b1220;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card .form-control:focus {
  background: #0c1424;
  border-color: #f5ad24;
  box-shadow: 0 0 0 3px rgba(245, 173, 36, 0.22);
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card .form-control::placeholder {
  color: #64748b;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card select.form-control option {
  background: #0d1527;
  color: #f8fafc;
}

html[data-theme="dark"] .inbound-tours-page .inbound-booking-form-card select.form-control optgroup {
  background: #080d17;
  color: #fbbf24;
}

html[data-theme="dark"] .inbound-tours-page .btn-whatsapp-secondary {
  background: rgba(34, 197, 94, 0.08) !important;
  border-color: rgba(34, 197, 94, 0.4) !important;
  color: #4ade80 !important;
}

html[data-theme="dark"] .inbound-tours-page .btn-whatsapp-secondary:hover {
  background: rgba(34, 197, 94, 0.16) !important;
  border-color: #22c55e !important;
  color: #86efac !important;
}

/* ==========================================================================
   RESPONSIVENESS & ADAPTIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .inbound-tours-page .inbound-booking-wrapper {
    grid-template-columns: 310px 1fr;
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .inbound-tours-page .inbound-booking-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .inbound-tours-page .inbound-booking-info-box {
    max-width: 100%;
  }

  .inbound-tours-page .inbound-booking-hotlines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .inbound-tours-page .inbound-booking-guarantees-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .inbound-tours-page .inbound-booking-block {
    padding: 30px 18px;
    border-radius: 20px;
  }

  .inbound-tours-page .inbound-booking-hotlines {
    grid-template-columns: 1fr;
  }

  .inbound-tours-page .inbound-booking-guarantees-list {
    grid-template-columns: 1fr;
  }

  .inbound-tours-page .form-row-2,
  .inbound-tours-page .form-row-trip-details,
  .inbound-tours-page .inbound-booking-form-actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .inbound-tours-page .inbound-booking-form-card {
    padding: 22px 16px;
  }
}