/* =========================================
   PLAN YOUR TRIP PAGE CSS
   Main page overrides + page-specific styles
   Dependencies are loaded directly in PHP; no local @import rules
========================================= */

/* Dependencies loaded before this file:
   1) /plan-eng/plan-section.css
   2) /plan-eng/plan-request-shared.css
   Keep this file for plan page overrides and page-specific styles only. */

/* Plan page spacing override */
#planYourTripPage {
  padding: 14px 0 !important;
}

#planYourTripPage .plan-request-form {
  gap: 0 !important;
  padding-top: clamp(30px, 5vw, 56px) !important;
  padding-bottom: clamp(30px, 5vw, 56px) !important;
}

.date-field-btn {
  width: 100%;
  min-height: 44px;
  text-align: left;
}

.trip-summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.trip-summary-item {
  line-height: 1.45;
}

.trip-summary-item strong {
  display: inline-block;
  min-width: 120px;
}

/* Contact step summary: no boxed card, clean left-aligned details */
#tripSummaryBox {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
}

#tripSummaryBox .trip-summary-list {
  gap: 6px;
}

#tripSummaryBox .trip-summary-item {
  text-align: left;
  color: #000000;
}

#tripSummaryBox .trip-summary-item strong {
  min-width: 150px;
}

.traveler-total {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.trip-step[hidden] {
  display: none !important;
}

#planYourTripPage [hidden] {
  display: none !important;
}

.flow-section-heading {
  display: grid;
  gap: 8px;
}

.flow-section-heading .trip-step-title {
  margin: 0;
}

.flow-section-heading .trip-step-sub {
  margin: 0;
}

.question-outline-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.question-outline-list {
  margin: 8px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}

.budget-question-grid {
  display: grid;
  gap: 16px;
}

.budget-choice-section {
  display: grid;
  gap: 10px;
}

.budget-choice-grid {
  gap: 10px;
}

.budget-purpose-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease,
    transform 160ms ease;
}

.budget-purpose-card:hover,
.budget-purpose-card:focus-within {
  transform: translateY(-1px);
}

.budget-purpose-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.budget-question-panel {
  display: grid;
  gap: 14px;
}

.budget-choice-card.is-selected:not(.budget-plan-card),
.budget-transport-detail-card.is-selected,
.budget-purpose-card.is-selected {
  background: #113676 !important;
  color: #fff !important;
  border-color: #113676 !important;
  box-shadow: inset 0 0 0 1px #113676;
}


/* Adults/Children layout */
.traveler-counter-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  justify-items: start;
}

.traveler-counter-row {
  display: grid !important;
  grid-template-columns: 110px auto !important;
  align-items: center;
  justify-content: start !important;
  width: 100%;
  min-width: 0;
  gap: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.traveler-label {
  width: 110px;
  min-width: 110px;
  margin: 0 !important;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.counter-controls {
  display: inline-flex;
  align-items: center;
  justify-self: start !important;
  margin-left: 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  gap: 10px;
}

/* Travelers step: reduce vertical spacing between texts/rows */
#tripStep1Count {
  gap: 8px !important;
}

#tripStep1Count .traveler-counter-wrap {
  gap: 6px !important;
}

#tripStep1Count .traveler-counter-row {
  gap: 4px !important;
}

#tripStep1Count .traveler-total {
  margin-top: 2px !important;
}

#tripStep1Count .form-nav-buttons {
  padding-top: 0 !important;
  margin-top: 2px;
}

/* Step 1 text rhythm: keep Adults/Children labels visually even */
#planYourTripPage #tripStep1Count .traveler-counter-row{
  gap:8px !important;
  padding:2px 0 !important;
}

#planYourTripPage #tripStep1Count .traveler-label{
  line-height:1.35 !important;
  min-height:32px;
  display:inline-flex;
  align-items:center;
}

#planYourTripPage #tripStep1Count .counter-value{
  line-height:1.35 !important;
  min-height:32px;
  display:inline-flex;
  align-items:center;
}

/* Step 1 typography consistency: Figtree + normal weight */
#planYourTripPage #tripStep1 .trip-step-sub,
#planYourTripPage #tripStep1 .traveler-label,
#planYourTripPage #tripStep1 .traveler-total,
#planYourTripPage #tripStep1 #childrenToggleRow .traveler-label{
  font-family:"Figtree", sans-serif !important;
  font-weight:400 !important;
}

#planYourTripPage #tripStep1 .trip-step-title{
  font-family:"Figtree", sans-serif !important;
  font-weight:700 !important;
}

#planYourTripPage #tripStep3 .trip-step-title{
  font-family:"Figtree", sans-serif !important;
  font-weight:700 !important;
}

#planYourTripPage #tripStep2 .trip-step-title{
  font-family:"Figtree", sans-serif !important;
  font-weight:700 !important;
}

#planYourTripPage #tripStep5 .trip-step-title,
#planYourTripPage #tripStepName .trip-step-title,
#planYourTripPage #tripStepEmail .trip-step-title,
#planYourTripPage #tripStepContact .trip-step-title,
#planYourTripPage #tripStepNotes .trip-step-title{
  font-family:"Figtree", sans-serif !important;
  font-weight:700 !important;
}

#planYourTripPage #tripStep1 #travelersTotalText{
  line-height:1.6 !important;
  margin-top:8px !important;
}

/* Unified option-card base */
.travel-type-card,
.location-card,
.budget-purpose-card {
  position: relative;
  border-radius: 0 !important;
}

.travel-type-card,
.location-card {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  min-height: 52px;
  padding: 11px 10px 11px 34px !important;
  line-height: 1.2;
}

.travel-type-card .type-mark {
  display: none !important;
}


/* Panel-level main question heading */
.major-question-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

/* Step 5 spacing */
#tripStep5 .budget-question-panel {
  display: grid;
  gap: 14px;
}

#tripStep5 .budget-choice-section {
  display: grid;
  gap: 14px;
}

#tripStep5 .budget-question-panel .trip-step-title {
  margin: 0;
}

/* Transport amount input: square box style matching option cards */
#budgetTransportAmountVisibleInput {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(17, 54, 118,.3);
  border-radius: 0;
  background: #fff;
  color: #113676;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 14px;
  outline: none;
  box-sizing: border-box;
  -moz-appearance: textfield;
  appearance: textfield;
}

#budgetTransportAmountVisibleInput::placeholder {
  color: #5d6f86;
  font-weight: 600;
}

#budgetTransportAmountVisibleInput:focus {
  border-color: #113676;
  box-shadow: inset 0 0 0 1px #113676;
}

/* Budget currency + amount: same square UI style */
#budgetCurrencyInput,
#budgetAmountInput {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(17, 54, 118,.3);
  border-radius: 0;
  background: #fff;
  color: #113676;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 14px;
  outline: none;
  box-sizing: border-box;
  -moz-appearance: textfield;
  appearance: textfield;
}

#budgetAmountInput::placeholder {
  color: #5d6f86;
  font-weight: 600;
}

#budgetCurrencyInput:focus,
#budgetAmountInput:focus {
  border-color: #113676;
  box-shadow: inset 0 0 0 1px #113676;
}

/* Remove number spinners for cleaner manual amount entry */
#budgetAmountInput::-webkit-outer-spin-button,
#budgetAmountInput::-webkit-inner-spin-button,
#budgetTransportAmountVisibleInput::-webkit-outer-spin-button,
#budgetTransportAmountVisibleInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Budget currency select: nicer custom arrow */
#budgetCurrencyInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 46px;
  padding-left: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3d2e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 16px center;
}

#budgetCheckBtn {
  background: #fff;
  color: #113676;
}

#budgetCheckBtn.is-activated {
  background: #113676;
  color: #fff;
}

.budget-summary {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 54, 118,.24);
  background: #f3f6ff;
  color: #113676;
  font-weight: 700;
  line-height: 1.45;
}

/* Budget Level container: clean background, no box border/radius */
#budgetCalcPage .budget-input-wrap,
#budgetCalcPage .tier-compare-wrap,
#budgetCalcPage .budget-guidance-box,
#budgetCalcPage .tier-recommend-card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

#tierRecommendationCard h3 {
  margin: 0;
}

.tier-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}



.tier-compare-card {
  border: 1px solid rgba(17, 54, 118,.2);
  background: #fff;
  padding: 12px;
  display: grid;
  gap: 8px;
}

.tier-compare-card h4 {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: #113676;
  overflow-wrap: anywhere;
}

.tier-compare-card .tier-status {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.tier-compare-card .tier-status.is-within {
  color: #113676;
}

.tier-compare-card .tier-status.is-above {
  color: #9e2a2a;
}

.tier-compare-card .tier-choose-btn {
  min-height: 42px;
}

.tier-compare-card.is-selected {
  border-color: #113676;
  box-shadow: inset 0 0 0 1px #113676;
}

.tier-compare-card.is-above {
  opacity: 0.58;
}

.tier-compare-card.is-recommended {
  border-color: #113676;
  background: #edf2ff;
  box-shadow: inset 0 0 0 1px #113676;
}

.tier-compare-card .tier-choose-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

#budgetGuidanceBox.is-warning {
  border-color: #cf7b00 !important;
  background: #fff8ee !important;
  box-shadow: inset 0 0 0 1px rgba(207,123,0,.28);
}

/* Nights summary: match Total Travelers style */
#nightsSummaryText {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #113676;
}

.date-quick-nights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

#calendarPopover .date-quick-nights {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 54, 118,.14);
}

.date-quick-btn {
  min-width: 82px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(17, 54, 118,.3);
  border-radius: 0;
  background: #fff;
  color: #113676;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 160ms ease;
}

.date-quick-btn:hover,
.date-quick-btn:focus-visible {
  border-color: #113676;
  background: #edf2ff;
  outline: none;
}

.date-quick-btn.is-selected {
  background: #113676;
  border-color: #113676;
  color: #fff;
  animation: quickDayPop 180ms ease;
}

@keyframes quickDayPop {
  0% { transform: scale(0.98); }
  100% { transform: scale(1); }
}

/* Date fields + calendar: clean square UI */
#arrivalDateField,
#departureDateField {
  min-height: 56px;
  border: 1px solid rgba(17, 54, 118,.3);
  border-radius: 0 !important;
  background: #fff;
  color: #113676;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 14px;
  box-shadow: none;
}

#arrivalDateField:focus,
#departureDateField:focus {
  outline: none;
  border-color: #113676;
  box-shadow: inset 0 0 0 1px #113676;
}

#tripStep2 #arrivalLabel,
#tripStep2 #departureLabel {
  display: block;
  margin-bottom: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 500 !important;
  color: #000 !important;
}

#calendarPopover {
  border: 1px solid rgba(17, 54, 118,.3);
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 54, 118,.14);
  padding: 12px;
  max-height: min(78vh, 520px);
  overflow: hidden;
  /* Removed touch-action and overscroll-behavior so page scroll remains natural */
}

.calendar-weekdays span {
  font-size: 12px;
  font-weight: 800;
  color: #3d4d70;
}

/* Final Step 5 panel spacing consistency */
#tripStep5 #budgetQuestionPanel1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 60px !important;
}

#tripStep5 #budgetQuestionPanel2,
#tripStep5 #budgetQuestionPanel3,
#tripStep5 #budgetQuestionPanel4,
#tripStep5 #budgetQuestionPanel5 {
  margin-top: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  border-top: 0 !important;
}

#tripStep6 .extra-question-box {
  border: 0 !important;
  background: transparent !important;
  padding: 40px 0 !important;
  box-shadow: none !important;
  gap: 14px;
}

#roomSetupBox {
  display: grid;
  gap: 16px;
}

#roomSetupBox .room-pref-group {
  display: grid;
  gap: 8px;
}

/* Selection marker behavior */
.travel-type-card::after,
.location-card::after,
.budget-purpose-card::after {
  content: "+";
  position: absolute;
  left: 8px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  background: transparent;
  color: #113676;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  pointer-events: none;
  transition: opacity 140ms ease, color 140ms ease;
}

.travel-type-card.is-selected::after,
.location-card.is-selected::after,
.budget-purpose-card.is-selected::after {
  content: "-";
  background: transparent;
  border-color: transparent;
  color: #cf1f2e;
}

/* Preferred Contact Method cards: no + / - marker */
#planYourTripPage .contact-method-card::after {
  content: none !important;
}

.travel-type-card:hover::after,
.travel-type-card:focus-visible::after,
.location-card:hover::after,
.location-card:focus-visible::after,
.budget-purpose-card:hover::after,
.budget-purpose-card:focus-visible::after,
.budget-purpose-card:focus-within::after {
  opacity: 1;
  visibility: visible;
}

.travel-type-card:hover:not(.is-selected)::after,
.travel-type-card:focus-visible:not(.is-selected)::after,
.location-card:hover:not(.is-selected)::after,
.location-card:focus-visible:not(.is-selected)::after,
.budget-purpose-card:hover:not(.is-selected)::after,
.budget-purpose-card:focus-visible:not(.is-selected)::after,
.budget-purpose-card:focus-within:not(.is-selected)::after {
  background: transparent;
  border-color: transparent;
  color: #113676;
}

.travel-type-card.is-selected:hover::after,
.travel-type-card.is-selected:focus-visible::after,
.location-card.is-selected:hover::after,
.location-card.is-selected:focus-visible::after,
.budget-purpose-card.is-selected:hover::after,
.budget-purpose-card.is-selected:focus-visible::after,
.budget-purpose-card.is-selected:focus-within::after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}

/* Selected cards: subtle darker bottom gradient */
.location-card.is-selected,
.travel-type-card.is-selected,
.budget-choice-card.is-selected:not(.budget-plan-card),
.budget-transport-detail-card.is-selected,
.budget-purpose-card.is-selected {
  background: linear-gradient(to bottom, #113676 0%, #0d2b60 100%) !important;
  border-color: #113676 !important;
  color: #fff !important;
}

/* Adults/Children hover highlight */
#tripStep1Count .traveler-counter-row {
  transition: background-color 140ms ease, border-color 140ms ease;
}

#tripStep1Count .counter-btn {
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

#tripStep1Count .counter-btn:hover,
#tripStep1Count .counter-btn:focus-visible {
  background: #113676;
  border-color: #113676;
  color: #fff;
  outline: none;
}

/* Adults/Children: no row green hover, minus button red */
#tripStep1Count .traveler-counter-row:hover {
  background: transparent !important;
}

#tripStep1Count .counter-btn[data-action="minus"]:hover,
#tripStep1Count .counter-btn[data-action="minus"]:focus-visible {
  background: #cf1f2e !important;
  border-color: #cf1f2e !important;
  color: #fff !important;
}

#tripStep1Count .counter-btn[data-action="plus"]:hover,
#tripStep1Count .counter-btn[data-action="plus"]:focus-visible {
  background: #113676 !important;
  border-color: #113676 !important;
  color: #fff !important;
}

.ailments-card input,
.risks-card input,
.support-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Children toggle row - selectable card style */
#planYourTripPage #tripStep1Count #childrenToggleRow,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 260px !important;
  min-height: 42px !important;
  gap: 0 !important;
  padding: 7px 10px !important;
  cursor: pointer;
  user-select: none;
  background: #fff !important;
  border: 1px solid rgba(17, 54, 118, 0.35) !important;
  color: #000 !important;
  box-shadow: none !important;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

#planYourTripPage #tripStep1Count #childrenToggleRow:hover,
#planYourTripPage #tripStep1Count #childrenToggleRow:focus-within {
  border-color: #113676 !important;
  background: #edf2ff !important;
}

#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected:hover,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected:focus-within {
  background: #113676 !important;
  border-color: #113676 !important;
  color: #fff !important;
}

#planYourTripPage #tripStep1Count #childrenToggleRow::after {
  content: none !important;
}

#planYourTripPage #tripStep1Count #childrenToggleRow .children-toggle-check {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 10px !important;
  margin: 0 !important;
  cursor: pointer;
}

#planYourTripPage #tripStep1Count #childrenToggleRow .children-toggle-check .traveler-label,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected .traveler-label {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  color: inherit !important;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  position: static !important;
  margin: 0 !important;
  transform: none !important;
  border: 2px solid rgba(17, 54, 118, 0.65);
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
  cursor: pointer;
  flex: 0 0 auto;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput::before,
#planYourTripPage #tripStep1Count #childrenWithMeInput::after {
  content: none !important;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput:hover,
#planYourTripPage #tripStep1Count #childrenWithMeInput:focus-visible {
  background-color: #fff !important;
  border-color: #113676 !important;
  background-image: none !important;
  outline: none;
  box-shadow: none !important;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput:checked {
  background-color: #fff !important;
  border-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23113676' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 10.5 8.2 14.5 16 6.5'/%3E%3C/svg%3E") !important;
}

/* Keep lock marker hidden on locked travel cards */
#planYourTripPage .travel-type-card.is-locked::after {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Unified lock state for exclusive and disabled cards */
#planYourTripPage .travel-type-card.is-locked,
#planYourTripPage .interest-card.is-locked,
#planYourTripPage .location-card.is-locked,
#planYourTripPage .travel-type-card[disabled],
#planYourTripPage .interest-card[disabled],
#planYourTripPage .location-card[disabled] {
  pointer-events: none !important;
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  filter: grayscale(0.4);
}

/* Keep key "not sure / plan help" options easy to spot */
#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"],
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"],
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"] {
  border-color: #c6e7d3 !important;
  background: linear-gradient(to bottom, #f2fbf5 0%, #e8f6ee 100%) !important;
  color: #2c5a44 !important;
  box-shadow: inset 0 0 0 1px rgba(17, 54, 118, 0.2);
}

#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"]:hover,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"]:focus-visible,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"]:hover,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"]:focus-visible,
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"]:hover,
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"]:focus-visible {
  border-color: #add9bf !important;
  background: linear-gradient(to bottom, #ebf8f0 0%, #def2e7 100%) !important;
}

#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"].is-selected,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"].is-selected,
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"].is-selected {
  background: linear-gradient(to bottom, #113676 0%, #0d2b60 100%) !important;
  border-color: #113676 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #113676;
}

/* Budget result UI polish */
#budgetCalcPage #budgetEstimatedText {
  margin: 14px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(17, 54, 118,.24);
  background: linear-gradient(to bottom, #f3f6ff 0%, #f3f6ff 100%);
  color: #113676;
  font-weight: 700;
  line-height: 1.45;
}

#budgetCalcPage #tierRecommendationCard {
  margin-top: 22px;
  border: 1px solid #113676 !important;
  background: linear-gradient(to bottom, #edf2ff 0%, #edf2ff 100%) !important;
  padding: 14px !important;
  display: grid;
  gap: 10px;
  box-shadow: inset 0 0 0 1px #113676;
  animation: budgetReveal 220ms ease;
}

#budgetCalcPage #tierRecommendationCard h3 {
  margin: 0;
  color: #113676;
  font-size: 24px !important;
  line-height: 1.2;
}

#budgetCalcPage .tier-include-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

#budgetCalcPage .tier-include-list li {
  position: relative;
  padding-left: 22px;
  color: #113676;
  line-height: 1.45;
  font-weight: 600;
}

#budgetCalcPage .tier-include-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 10px;
  background: #113676;
  border: 1px solid #113676;
}

#budgetCalcPage #budgetGuidanceBox {
  margin-top: 18px;
  border: 1px solid rgba(17, 54, 118,.26) !important;
  background: #f3f6ff !important;
  padding: 12px !important;
  display: grid;
  gap: 12px;
  box-shadow: inset 0 0 0 1px rgba(17, 54, 118,.18);
  animation: budgetReveal 220ms ease;
}

#budgetCalcPage #budgetGuidanceText {
  margin: 0;
  color: #113676;
  font-weight: 700;
  line-height: 1.45;
}

#budgetCalcPage #budgetGuidanceActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#budgetCalcPage #budgetGuidanceActions .contact-btn {
  flex: 1 1 240px;
  min-height: 52px;
}

#budgetCalcPage #budgetEstimatedText,
#budgetCalcPage #tierRecommendationCard,
#budgetCalcPage #budgetGuidanceBox,
#budgetCalcPage #budgetGuidanceActions .contact-btn {
  border-radius: 0 !important;
}

@keyframes budgetReveal {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Dual-month calendar card UI (requested style) */
#tripStep2 .date-field-btn {
  border: 1.5px solid #dbe6ff !important;
  border-radius: 0 !important;
  min-height: 46px !important;
  padding: 10px 14px !important;
  font-weight: 600 !important;
  color: #2e3440 !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

#tripStep2 .date-field-btn,
#calendarPopover .date-input,
#calendarPopover .month-name,
#calendarPopover .day-label,
#calendarPopover .date,
#calendarPopover .calendar-reset-btn,
#calendarPopover .calendar-footer .date-quick-btn {
  font-family: "Figtree", sans-serif !important;
}

#tripStep2 .date-field-btn::before {
  content: none;
}

#tripStep2 .date-field-btn.is-selected {
  border-color: #113676 !important;
  background: #edf2ff !important;
}

#tripStep2 .date-field-btn:focus-visible {
  outline: none;
  border-color: #113676 !important;
  box-shadow: 0 0 0 2px rgba(17, 54, 118, 0.2) !important;
}

#calendarPopover {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#calendarPopover .calendar-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  overflow: hidden;
}

#calendarPopover .calendar-header {
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #edf0ea;
}

#calendarPopover .inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}

#calendarPopover .date-input {
  border: 1.5px solid #dbe6ff;
  background: #fff;
  border-radius: 0;
  min-height: 38px;
  padding: 8px 12px;
  font-weight: 600;
  color: #2e3440;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#calendarPopover .date-input::before {
  content: none;
}

#calendarPopover .date-input.active-input {
  border-color: #113676;
  background: #edf2ff;
}

#calendarPopover .calendar-reset-btn {
  border: 1px solid #cad8ff;
  background: #fff;
  cursor: pointer;
  color: #2e3440;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 76px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 0;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

#calendarPopover .calendar-reset-btn:hover,
#calendarPopover .calendar-reset-btn:focus-visible {
  border-color: #113676;
  background: #edf2ff;
  outline: none;
}

#calendarPopover .calendar-grid-container {
  display: flex;
  gap: 28px;
  padding: 18px 20px 16px;
}

#calendarPopover .month-section {
  flex: 1 1 0;
}

#calendarPopover .month-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#calendarPopover .month-name {
  font-weight: 800;
  color: #2e3440;
}

#calendarPopover .calendar-nav {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #dbe6ff;
  background: #fff;
  color: #3d4d70;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#calendarPopover .calendar-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

#calendarPopover .days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.85rem;
}

#calendarPopover .calendar-weekdays {
  margin-bottom: 6px;
}

#calendarPopover .day-label {
  color: #8899a6;
  margin-bottom: 8px;
  font-weight: 600;
}

#calendarPopover .calendar-days {
  row-gap: 2px;
}

#calendarPopover .date {
  border: none;
  background: transparent;
  color: #2e3440;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 0;
  font-weight: 400;

}

#calendarPopover .date:hover:not(.empty):not(.is-disabled):not(.is-selected):not(.is-preview-end) {
  background: #edf2ff;
  border-radius: 0;
}

#calendarPopover .date.is-disabled {
  color: #c2ccd4;
  cursor: not-allowed;
}

#calendarPopover .date.empty {
  pointer-events: none;
}

#calendarPopover .date.in-range {
  background: #e3ebff;
  border-radius: 0;
}

#calendarPopover .date.is-preview-range {
  background: #f3f6ff;
  border-radius: 0;
}

#calendarPopover .date.is-selected,
#calendarPopover .date.is-preview-end {
  color: #fff;
}

#calendarPopover .date.is-selected::before,
#calendarPopover .date.is-preview-end::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background: #113676;
  box-shadow: 0 2px 5px rgba(17, 54, 118, 0.3);
  z-index: -1;
}

#calendarPopover .date.is-today:not(.is-selected) {
  box-shadow: inset 0 0 0 1px #113676;
  border-radius: 0;
}

@keyframes calendarCardPulse {
  0% {
    opacity: 0.92;
  }
  100% {
    opacity: 1;
  }
}

#calendarPopover .calendar-days.is-range-updating .date {
  animation: calendarCardPulse 160ms ease;
}

#calendarPopover .calendar-footer {
  padding: 14px 20px;
  background: #fafafa;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#calendarPopover .calendar-footer .date-quick-nights {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#calendarPopover .calendar-footer .calendar-reset-btn {
  margin-left: auto;
}

#calendarPopover .calendar-footer .date-quick-btn {
  min-width: 76px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid #cad8ff;
  background: #fff;
  color: #2e3440;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

#calendarPopover .calendar-footer .date-quick-btn:hover,
#calendarPopover .calendar-footer .date-quick-btn:focus-visible {
  border-color: #113676;
  background: #edf2ff;
  outline: none;
}

#calendarPopover .calendar-footer .date-quick-btn.is-selected {
  background: #113676;
  border-color: #113676;
  color: #fff;
}

@media (max-width: 640px) {
  #calendarPopover {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: calc(100vw - 16px) !important;
  }

  #calendarPopover .calendar-card {
    width: 100% !important;
  }

  #calendarPopover .calendar-header {
    padding: 10px 10px !important;
  }

  #calendarPopover .inputs {
    width: 100%;
    gap: 8px;
  }

  #calendarPopover .date-input {
    flex: 1 1 0;
    min-width: 0;
    min-height: 34px;
    padding: 7px 8px;
    justify-content: center;
    font-size: 12px;
  }

  #calendarPopover .calendar-grid-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 10px 8px 8px !important;
    align-items: start !important;
  }

  #calendarPopover .month-section {
    min-width: 0 !important;
    width: 100% !important;
  }

  #calendarPopover .month-title-row {
    min-height: 28px;
    margin-bottom: 6px !important;
    gap: 4px;
  }

  #calendarPopover .month-name {
    min-width: 0;
    flex: 1 1 auto;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #calendarPopover .calendar-nav {
    width: 26px !important;
    height: 26px !important;
    flex: 0 0 26px;
  }

  #calendarPopover .calendar-nav svg {
    width: 18px;
    height: 18px;
  }

  #calendarPopover .days-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    font-size: 11px !important;
  }

  #calendarPopover .calendar-weekdays {
    margin-bottom: 3px !important;
  }

  #calendarPopover .day-label {
    margin: 0 0 3px !important;
    min-width: 0;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1;
  }

  #calendarPopover .day-label::after {
    color: #8899a6;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }

  #calendarPopover .day-label:nth-child(1)::after { content: "M"; }
  #calendarPopover .day-label:nth-child(2)::after { content: "T"; }
  #calendarPopover .day-label:nth-child(3)::after { content: "W"; }
  #calendarPopover .day-label:nth-child(4)::after { content: "R"; }
  #calendarPopover .day-label:nth-child(5)::after { content: "F"; }
  #calendarPopover .day-label:nth-child(6)::after { content: "S"; }
  #calendarPopover .day-label:nth-child(7)::after {
    content: "S";
    color: #c62828;
  }

  #calendarPopover .calendar-days {
    row-gap: 1px !important;
  }

  #calendarPopover .date {
    min-width: 0;
    min-height: 22px;
    padding: 5px 0 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  #calendarPopover .calendar-days .date:nth-child(7n):not(.empty):not(.is-disabled):not(.is-selected):not(.is-preview-end) {
    color: #c62828;
  }

  #calendarPopover .date.is-selected::before,
  #calendarPopover .date.is-preview-end::before {
    width: 22px !important;
    height: 22px !important;
  }

  #calendarPopover .calendar-footer {
    padding: 8px !important;
    gap: 6px !important;
  }

  #calendarPopover .calendar-footer .date-quick-nights {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px !important;
    width: 100%;
  }

  #calendarPopover .calendar-footer .date-quick-btn,
  #calendarPopover .calendar-footer .calendar-reset-btn {
    min-width: 0 !important;
    min-height: 30px !important;
    padding: 5px 6px !important;
    font-size: 11px !important;
  }

  #calendarPopover .calendar-footer .calendar-reset-btn {
    width: 100%;
    margin-left: 0 !important;
  }
}


.plan-request-msg {
  margin: 2px 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  text-align: center;
  line-height: 1.3;
}

.plan-request-msg.is-error {
  color: #cf1f2e;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  margin: 2px 0 4px !important;
  animation: none;
}

.plan-request-msg:empty {
  display: none;
}

/* Compact option cards (user-requested smaller box size) */
#planYourTripPage :is(
  .travel-type-card,
  .location-card,
  .budget-choice-card,
  .budget-transport-detail-card,
  .budget-purpose-card
) {
  min-height: 42px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-right: 32px !important;
  line-height: 1.2 !important;
  width: auto !important;
  max-width: none !important;
  justify-self: start !important;
  white-space: nowrap !important;
}

/* Horizontal flow + auto-wrap with content-based card widths */
#planYourTripPage :is(
  .travel-type-grid,
  .location-type-grid,
  .budget-choice-grid,
  .extra-location-grid
) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

#planYourTripPage :is(.travel-type-card, .location-card) {
  padding-left: 32px !important;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}


.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Contact step layout + soft suggestion UX */
.contact-form-stack {
  display: grid;
  gap: 12px;
}

.contact-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-full,
.contact-two-col label {
  display: grid;
  gap: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.contact-phone-group {
  display: grid;
  gap: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.contact-full input,
.contact-full select,
.contact-full textarea,
.contact-two-col input,
.contact-two-col select {
  border: 1px solid rgba(0, 0, 0, .2);
  outline: none;
  padding: 10px 12px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  background: #fff;
}

.contact-full input:focus,
.contact-full select:focus,
.contact-full textarea:focus,
.contact-two-col input:focus,
.contact-two-col select:focus {
  border-color: #113676;
  box-shadow: 0 0 0 2px rgba(17, 54, 118, .14);
}

#phoneInput:disabled {
  opacity: .68;
  cursor: not-allowed;
  background: #f3f6ff;
}

#notesInput {
  min-height: 160px;
  resize: vertical;
}

.email-suggestion-list {
  margin-top: -2px;
  border: 1px solid rgba(17, 54, 118, .2);
  background: #fff;
  display: grid;
  gap: 0;
  box-shadow: 0 8px 20px rgba(17, 54, 118, .12);
}

.email-suggestion-btn {
  border: 0;
  border-bottom: 1px solid rgba(17, 54, 118, .1);
  background: #fff;
  color: #113676;
  text-align: left;
  padding: 10px 12px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.email-suggestion-btn:last-child {
  border-bottom: 0;
}

.email-suggestion-btn:hover,
.email-suggestion-btn:focus-visible {
  background: #edf2ff;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact-method-card {
  min-height: 50px;
  justify-content: center !important;
  text-align: center !important;
  padding: 10px 12px !important;
}

/* =========================================
   PLAN ENGINE PHONE FIELD - CLEAN FIX
========================================= */

.contact-phone-group {
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 25;
}

.contact-phone-group .iti {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  z-index: 30;
}

.contact-phone-group .iti input[type="tel"],
.contact-phone-group .iti__tel-input,
.contact-phone-group #phoneInput {
  width: 100% !important;
  min-height: 56px;
  padding: 14px 16px !important;
  border: 1px solid rgba(17, 54, 118, 0.25);
  border-radius: 0;
  background: #fff;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

/* FIX: phone input left spacing restore */
.contact-phone-group .iti input[type="tel"],
.contact-phone-group .iti__tel-input,
.contact-phone-group #phoneInput {
  padding-left: 78px !important;
}

.contact-phone-group .iti input[type="tel"]:focus,
.contact-phone-group .iti__tel-input:focus,
.contact-phone-group #phoneInput:focus {
  border-color: #113676;
  box-shadow: 0 0 0 2px rgba(17, 54, 118, 0.12);
}

/* plugin default layout preserve karanawa */
.contact-phone-group .iti__flag-container {
  border: 0;
}

.contact-phone-group .iti__selected-country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(17, 54, 118, 0.22);
}

.contact-phone-group .iti__selected-country:hover,
.contact-phone-group .iti__selected-country:focus-visible,
.contact-phone-group .iti__selected-country[aria-expanded="true"] {
  background: transparent !important;
  box-shadow: none !important;
}

.contact-phone-group .iti__flag-container:hover,
.contact-phone-group .iti__flag-container:focus-within,
.contact-phone-group .iti__selected-country-primary:hover,
.contact-phone-group .iti__selected-country-primary:focus-visible,
.contact-phone-group .iti__selected-country-primary[aria-expanded="true"] {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.contact-phone-group .iti__country-container,
.contact-phone-group .iti__country-container:hover,
.contact-phone-group .iti__country-container:focus-within,
.contact-phone-group .iti__country-container .iti__selected-country-primary,
.contact-phone-group .iti__country-container .iti__selected-country-primary:hover,
.contact-phone-group .iti__country-container .iti__selected-country-primary:focus,
.contact-phone-group .iti__country-container .iti__selected-country-primary:focus-visible,
.contact-phone-group .iti__country-container .iti__selected-country,
.contact-phone-group .iti__country-container .iti__selected-country:hover,
.contact-phone-group .iti__country-container .iti__selected-country:focus,
.contact-phone-group .iti__country-container .iti__selected-country:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.contact-phone-group .iti__selected-country .iti__flag,
.contact-phone-group .iti__country .iti__flag {
  display: inline-block !important;
  visibility: visible !important;
}

.contact-phone-group .iti__selected-dial-code {
  margin-left: 0 !important;
}

.contact-phone-group .iti__selected-dial-code,
.contact-phone-group .iti__dial-code {
  font-size: 14px;
  color: #000000;
}

/* dropdown */
.contact-phone-group .iti__country-list {
  border-radius: 0;
  border: 1px solid rgba(17, 54, 118, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  z-index: 9999 !important;
}

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

#tripStep7,
#planYourTripPage .plan-request-form {
  overflow: visible !important;
}

/* =========================================
   Progress Bar Styles (Step Indicator)
========================================= */
.form-progress-wrapper {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 30px;
  font-family: "Figtree", sans-serif;
}

.page-plan-request .form-progress-wrapper {
  display: block;
}

.progress-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto 20px;
  max-width: 520px;
}

.progress-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #113676;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  background: #fff;
  color: #000000;
  transition: all 0.3s ease;
}

.progress-step.is-complete {
  background: #113676;
  color: #fff;
  border: 2px solid #113676;
}

.progress-step.is-complete svg {
  width: 16px;
  height: 16px;
}

.progress-step.is-active {
  background: #fff;
  color: #113676;
  border: 2px solid #113676;
}

.progress-text {
  font-size: 15px;
  font-weight: 600;
  color: #113676;
  text-align: center;
}

/* =========================================
   Navigation Buttons Styles (Back / Next)
========================================= */
.form-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding-top: 5px;
}

.page-plan-request .form-nav-buttons {
  display: flex;
}

.nav-btn {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  cursor: pointer;
  min-width: 120px;
  border: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.nav-btn:active {
  transform: scale(0.98);
}

.btn-back {
  background: #fff;
  color: #0a1f44;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(17, 54, 118, 0.28);
}

.btn-back:hover,
.btn-back:focus-visible {
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(17, 54, 118, 0.38);
}

.btn-back:hover {
  background: #eef3ff;
}

.btn-next {
  background: #212121;
  color: #fff;
}

.btn-next:hover {
  background: #000;
}
.contact-form-stack {
  width: 100%;
  gap: 8px !important;
  max-width: 460px;
  margin-inline: 0;
}

.contact-two-col {
  gap: 8px !important;
}

.contact-full input,
.contact-full select,
.contact-full textarea,
.contact-two-col input,
.contact-two-col select {
  padding: 8px 10px !important;
  font-size: 13px !important;
}

.contact-method-grid {
  gap: 6px !important;
}

.contact-method-card {
  min-height: 38px !important;
  padding: 6px 8px !important;
  font-size: 12px !important;
}

/* Preferred Contact Method: equal-size buttons */
#planYourTripPage .contact-method-grid .contact-method-card {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  white-space: nowrap !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Desktop: keep all contact method buttons on one row */


.contact-full input[type="text"],
.contact-full input[type="email"],
.contact-full textarea {
  min-height: 56px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.35;
}

.contact-form-stack .contact-two-col > label {
  min-height: 56px;
}

.contact-form-stack .contact-two-col > label > input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  min-height: 56px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.35;
}

.contact-full textarea {
  min-height: 120px;
}

/* =========================================================
   Plan Page Blue Theme Override (remove green accents)
========================================================= */
#planYourTripPage {
  --plan-blue: #113676;
  --plan-blue-soft: #edf2ff;
  --plan-blue-mid: #dbe6ff;
}

#planYourTripPage .trip-step-title,
#planYourTripPage .trip-step-sub,
#planYourTripPage .travel-type-card,
#planYourTripPage .location-card,
#planYourTripPage .budget-choice-card,
#planYourTripPage .budget-transport-detail-card,
#planYourTripPage .budget-purpose-card,
#planYourTripPage .interest-card,
#planYourTripPage .traveler-label,
#planYourTripPage .counter-value,
#planYourTripPage .traveler-total,
#planYourTripPage .extra-question-title,
#planYourTripPage .dynamic-question-title,
#planYourTripPage .dynamic-question-grid label,
#planYourTripPage #budgetEstimatedText,
#planYourTripPage #budgetGuidanceText,
#planYourTripPage .progress-text {
  color: #000 !important;
}

#planYourTripPage .travel-type-card,
#planYourTripPage .location-card,
#planYourTripPage .budget-choice-card,
#planYourTripPage .budget-transport-detail-card,
#planYourTripPage .budget-purpose-card,
#planYourTripPage .interest-card,
#planYourTripPage .traveler-counter-row,
#planYourTripPage .dynamic-question-card,
#planYourTripPage .extra-question-box,
#planYourTripPage #budgetGuidanceBox {
  border-color: rgba(17, 54, 118, 0.35) !important;
}

#planYourTripPage :is(
  .travel-type-card.is-selected,
  .travel-type-card.is-added,
  .location-card.is-selected,
  .budget-choice-card.is-selected:not(.budget-plan-card),
  .budget-transport-detail-card.is-selected,
  .budget-purpose-card.is-selected,
  .interest-card.is-selected,
  .location-card[data-exclusive="1"][data-location="Plan it for me?"].is-selected,
  .location-card[data-exclusive="1"][data-location="Have My Own Plan"].is-selected,
  .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"].is-selected
),
#planYourTripPage #tripStep1Count .counter-btn[data-action="plus"]:hover,
#planYourTripPage #tripStep1Count .counter-btn[data-action="plus"]:focus-visible,
#planYourTripPage #childrenWithMeInput:checked {
  background: var(--plan-blue) !important;
  border-color: var(--plan-blue) !important;
  box-shadow: none !important;
  color: #fff !important;
}

#planYourTripPage .travel-type-card:hover:not(.is-selected)::after,
#planYourTripPage .travel-type-card:focus-visible:not(.is-selected)::after,
#planYourTripPage .location-card:hover:not(.is-selected)::after,
#planYourTripPage .location-card:focus-visible:not(.is-selected)::after,
#planYourTripPage .budget-purpose-card:hover:not(.is-selected)::after,
#planYourTripPage .budget-purpose-card:focus-visible:not(.is-selected)::after,
#planYourTripPage .budget-purpose-card:focus-within:not(.is-selected)::after {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--plan-blue) !important;
}

#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"],
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"],
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"],
#planYourTripPage #budgetEstimatedText,
#planYourTripPage #budgetGuidanceBox {
  background: var(--plan-blue-soft) !important;
  border-color: rgba(17, 54, 118, 0.35) !important;
  box-shadow: none !important;
}

#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"]:hover,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Plan it for me?"]:focus-visible,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"]:hover,
#planYourTripPage .location-card[data-exclusive="1"][data-location="Have My Own Plan"]:focus-visible,
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"]:hover,
#planYourTripPage .budget-choice-card[data-exclusive="1"][data-value="Help Me Decide"]:focus-visible {
  background: var(--plan-blue-mid) !important;
  border-color: rgba(17, 54, 118, 0.5) !important;
}

#planYourTripPage #tierRecommendationCard {
  background: var(--plan-blue) !important;
  border-color: var(--plan-blue) !important;
  box-shadow: none !important;
}

#planYourTripPage #tierRecommendationCard h3,
#planYourTripPage .tier-include-list li {
  color: #fff !important;
}

#planYourTripPage .tier-include-list li::before {
  background: #fff !important;
  border-color: #fff !important;
}

#planYourTripPage .progress-track::before {
  background: var(--plan-blue) !important;
}

#planYourTripPage .progress-step.is-complete {
  background: var(--plan-blue) !important;
  border-color: var(--plan-blue) !important;
}

#planYourTripPage .progress-step.is-active {
  color: var(--plan-blue) !important;
  border-color: var(--plan-blue) !important;
}

/* Keep Submit Enquiry black */
#planYourTripPage #step7SubmitBtn,
#planYourTripPage #step7SubmitBtn:hover,
#planYourTripPage .btn-next,
#planYourTripPage .btn-next:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* Adults counter: plain + / - (no button box) */
#planYourTripPage :is(#adultsCounterRow, #childrenCounterRow) .counter-btn {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #113676 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  outline: none !important;
}

#planYourTripPage :is(#adultsCounterRow, #childrenCounterRow) .counter-btn[data-action="minus"]:hover,
#planYourTripPage :is(#adultsCounterRow, #childrenCounterRow) .counter-btn[data-action="minus"]:focus-visible {
  background: transparent !important;
  border: 0 !important;
  color: #cf1f2e !important;
  transform: scale(1.08);
}

#planYourTripPage :is(#adultsCounterRow, #childrenCounterRow) .counter-btn[data-action="plus"]:hover,
#planYourTripPage :is(#adultsCounterRow, #childrenCounterRow) .counter-btn[data-action="plus"]:focus-visible {
  background: transparent !important;
  border: 0 !important;
  color: #0d2b60 !important;
  transform: scale(1.08);
}

#budgetEstimatedText {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}

.field-helper-text {
  display: block;
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.field-char-count {
  display: block;
  margin-top: 4px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
}

.plan-privacy-note {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #1a1a1a;
  width: min(100%, 56ch);
  max-width: 100%;
  justify-self: start;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
}

.plan-privacy-note a,
.plan-privacy-note a:visited {
  color: #113676 !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
  display: inline;
}

.plan-privacy-note a:hover,
.plan-privacy-note a:focus-visible,
.plan-privacy-note a:active {
  color: #0a1f44 !important;
  border-bottom: 0;
  text-decoration: none;
}


/* Plan Engine upgrade: comfort comparison + autosave + calculator mode */
.plan-draft-status{
  margin: 8px 0 14px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:4px;
}

.plan-draft-note,
.plan-draft-clear{
  margin:0;
  color:rgba(10,31,68,.66);
  font-family:"Figtree", sans-serif;
  font-size:13px;
  font-weight:500;
  line-height:1.25;
}

.plan-draft-note{
  flex:0 1 auto;
}

.plan-draft-clear{
  padding:0;
  border:0;
  background:transparent;
  text-decoration:none;
  cursor:pointer;
  flex:0 0 auto;
  white-space:nowrap;
}

.plan-draft-clear:hover,
.plan-draft-clear:focus-visible{
  color:rgba(10,31,68,.78);
  outline:none;
}



@media (max-width: 520px){
  .plan-draft-status{
    gap:3px;
  }

  .plan-draft-note,
  .plan-draft-clear{
    font-size:12.5px;
  }
}

@media (max-width: 991px){
  body.page-plan #planYourTripPage.plan-request-section{
    padding-top:12px !important;
  }

  body.page-plan #planYourTripPage .plan-request-form{
    padding-top:2px !important;
    gap:8px !important;
  }

  body.page-plan #planYourTripPage .form-progress-wrapper{
    margin:0 auto 6px !important;
  }

  body.page-plan #planYourTripPage .progress-track{
    margin-bottom:6px !important;
  }

  body.page-plan #planYourTripPage .progress-text{
    margin:0 !important;
    line-height:1.2 !important;
  }

  body.page-plan #planYourTripPage .plan-draft-status{
    margin:2px 0 6px !important;
  }

  body.page-plan #planYourTripPage #tripStep3 .trip-step-title{
    margin-top:2px !important;
    margin-bottom:6px !important;
  }

  body.page-plan #planYourTripPage #tripStep3 .trip-step-sub{
    margin-bottom:10px !important;
  }
}

.comfort-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:18px 0 10px;
}

.comfort-benefit-card{
  border:1px solid rgba(10,31,68,.12);
  border-radius:18px;
  padding:14px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  box-shadow:0 10px 24px rgba(10,31,68,.06);
}

.comfort-benefit-card h3{
  margin:0 0 8px;
  color:#0A1F44;
  font-size:16px;
}

.comfort-benefit-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:7px;
}

.comfort-benefit-card li{
  position:relative;
  padding-left:20px;
  color:#42546b;
  font-size:13px;
  line-height:1.35;
}

.comfort-benefit-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#b68b2e;
  font-weight:900;
}

.child-ages-row{
  margin-top:12px;
}

.budget-compare{
  display:grid;
  gap:16px;
  margin-top:18px;
}

.budget-switcher{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.budget-tab{
  appearance:none;
  border:1px solid rgba(17,54,118,.22);
  background:#fff;
  color:#113676;
  padding:10px 18px;
  min-height:42px;
  border-radius:999px;
  font-family:"Figtree", sans-serif;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:all .18s ease;
  box-shadow:none;
}

.budget-tab:hover{
  border-color:#113676;
  background:#edf2ff;
}

.budget-tab.is-active,
.budget-tab.is-selected{
  background:#113676;
  color:#fff;
  border-color:#113676;
}

.budget-detail-card{
  border:1px solid rgba(17,54,118,.16);
  background:#fff;
  border-radius:18px;
  padding:20px;
  box-shadow:0 14px 32px rgba(10,31,68,.06);
  display:grid;
  gap:16px;
}

.budget-detail-head{
  display:grid;
  gap:6px;
}

.budget-detail-head h3{
  margin:0;
  color:#0A1F44;
  font-size:24px;
  line-height:1.1;
  font-weight:800;
}

.budget-detail-head p{
  margin:0;
  color:#5a6c82;
  font-size:14px;
  line-height:1.5;
}

.budget-service-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.budget-service-list li{
  position:relative;
  padding:12px 14px 12px 42px;
  border:1px solid rgba(10,31,68,.10);
  border-radius:12px;
  background:#f8fafc;
  color:#1f2f45;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
}

.budget-service-list li::before{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:12px;
  font-weight:800;
}

.budget-service-list li.is-available::before{
  content:"\2713";
  background:#113676;
  color:#fff;
}

.budget-service-list li.is-unavailable{
  color:#8a97a8;
  background:#fbfcfe;
}

.budget-service-list li.is-unavailable::before{
  content:"\2715";
  background:#e9edf3;
  color:#7c8796;
}

.budget-detail-card[hidden]{
  display:none !important;
}

/* =========================================
   Budget Level Comparison Cards - Clean UI
   No responsive rules
========================================= */

#planYourTripPage .comfort-benefit-grid.budget-plan-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  column-gap:10px;
  row-gap:10px;
  margin:12px 0 6px;
  padding:0;
  align-items:stretch;
}

#planYourTripPage .budget-level-top-buttons{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
  margin:8px 0 12px;
}

#planYourTripPage .budget-level-top-btn{
  min-height:48px;
  border:1px solid rgba(17,54,118,.28);
  background:#fff;
  color:#0a1f44;
  font-weight:700;
  font-size:15px;
  cursor:pointer;
}

#planYourTripPage .budget-level-top-btn.is-selected{
  background:#113676 !important;
  border-color:#113676 !important;
  color:#fff !important;
}


#planYourTripPage .budget-plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  height:100%;
  padding:0;
  overflow:hidden;
  border:1px solid #8a94a3;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  cursor:pointer;
  transition:border-color .18s ease, background-color .18s ease;
}

#planYourTripPage .budget-plan-card.comfort-benefit-card{
  box-shadow:none !important;
}

#planYourTripPage .budget-plan-card.is-selected{
  border-color:rgba(17,54,118,.18);
  box-shadow:none;
}

#planYourTripPage .budget-plan-card h3{
  margin:0;
  padding:14px 14px;
  background:transparent;
  border-bottom:1px solid #8a94a3;
  color:#8a94a3;
  font-family:"Figtree", sans-serif;
  font-size:18px;
  font-weight:800;
  line-height:1.1;
  min-height:48px;
  display:block;
  text-align:left !important;
}

#planYourTripPage .budget-plan-card.is-selected h3{
  background:#f3f6ff;
  color:#113676;
}

#planYourTripPage .budget-selected-badge{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 9px;
  border-radius:5px;
  background:#dfe9ff;
  color:#113676;
  font-family:"Figtree", sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1;
}

#planYourTripPage .budget-plan-card:not(.is-selected) .budget-selected-badge{
  display:none;
}

#planYourTripPage .budget-feature-list{
  list-style:none;
  margin:0;
  padding:14px;
  display:grid;
  gap:8px;
  flex:1 1 auto;
  align-content:start;
}

#planYourTripPage .budget-feature-list li{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0;
  padding:0;
  color:#8a94a3;
  font-family:"Figtree", sans-serif;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}

#planYourTripPage .budget-feature-list li::before{
  content:"" !important;
  position:static;
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:0;
  border-radius:8px;
  font-size:16px;
  font-weight:900;
  line-height:1;
}

#planYourTripPage .budget-feature-list li.has-service::before{
  content:"\2713" !important;
  background:#113676;
  color:#fff;
  border:0;
  box-shadow:none;
}

#planYourTripPage .budget-plan-card.is-selected .budget-feature-list li{
  color:#113676;
}

#planYourTripPage .budget-plan-card.is-selected .budget-feature-list li::before{
  color:#fff !important;
  border-color:#113676 !important;
  background:#113676 !important;
}

#planYourTripPage .budget-feature-list li.no-service{
  color:#8a94a3;
}
#planYourTripPage .budget-feature-list li.no-service::before{
  content:"\2715" !important;
  background:#8a94a3 !important;
  color:#ffffff !important;
  border:0;
  box-shadow:none;
  display:inline-flex !important;
}

#planYourTripPage .budget-plan-card:hover{
  border-color:rgba(17,54,118,.18);
}

#planYourTripPage .budget-plan-card.is-selected:hover{
  border-color:rgba(17,54,118,.18);
}

/* Force budget plan selected card to stay non-blue */
#planYourTripPage .budget-plan-card.budget-choice-card.is-selected{
  background:#fff !important;
  color:inherit !important;
  border-color:#113676 !important;
  box-shadow:none !important;
}

#planYourTripPage .budget-plan-card.budget-choice-card.is-selected h3{
  background:#113676 !important;
  color:#fff !important;
}

.child-ages-dropdown-wrap{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  max-width:280px;
}

.child-age-item{
  display:grid;
  gap:6px;
}

.child-age-item-label{
  font-size:12px;
  color:#5b6f88;
  font-weight:600;
}

.child-age-select{
  width:100%;
  min-height:42px;
  border:1px solid rgba(17,54,118,.24);
  border-radius:0;
  padding:8px 10px;
  background:#fff;
  color:#0A1F44;
  font-size:14px;
}


/* =========================================
   FINAL SAFETY FIXES
   Keep these at the bottom.
========================================= */

#planYourTripPage [hidden],
.trip-step[hidden]{
  display:none !important;
}

#planYourTripPage{
  --plan-blue:#113676;
  --plan-blue-soft:#edf2ff;
  --plan-blue-mid:#dbe6ff;
}

#planYourTripPage .travel-type-card.is-selected,
#planYourTripPage .travel-type-card.is-added,
#planYourTripPage .location-card.is-selected,
#planYourTripPage .budget-choice-card.is-selected:not(.budget-plan-card),
#planYourTripPage .budget-transport-detail-card.is-selected,
#planYourTripPage .budget-purpose-card.is-selected,
#planYourTripPage .interest-card.is-selected{
  background:var(--plan-blue) !important;
  border-color:var(--plan-blue) !important;
  color:#fff !important;
  box-shadow:none !important;
}

#planYourTripPage .travel-type-card.is-locked,
#planYourTripPage .interest-card.is-locked,
#planYourTripPage .location-card.is-locked,
#planYourTripPage .travel-type-card[disabled],
#planYourTripPage .interest-card[disabled],
#planYourTripPage .location-card[disabled]{
  pointer-events:none !important;
  opacity:.45 !important;
  cursor:not-allowed !important;
  filter:grayscale(.4);
}

/* Final override: keep budget plan cards non-blue even when selected */
#planYourTripPage .comfort-benefit-grid.budget-plan-grid .budget-plan-card.budget-choice-card.is-selected{
  background:#fff !important;
  color:#1f2f45 !important;
  border-color:rgba(17,54,118,.18) !important;
  box-shadow:none !important;
}

#planYourTripPage .comfort-benefit-grid.budget-plan-grid .budget-plan-card.budget-choice-card.is-selected h3{
  background:#113676 !important;
  color:#fff !important;
}

/* Final hard lock: budget card headings must stay left-aligned */
#planYourTripPage .comfort-benefit-grid.budget-plan-grid .budget-plan-card > h3{
  display:flex !important;
  width:100% !important;
  justify-content:flex-start !important;
  text-align:left !important;
  padding-left:14px !important;
  margin-left:0 !important;
}

/* Heading states for selected vs non-selected budget cards */
#planYourTripPage .comfort-benefit-grid.budget-plan-grid .budget-plan-card:not(.is-selected) > h3{
  background:transparent !important;
  color:#8a94a3 !important;
  border-bottom:1px solid #8a94a3 !important;
}

#planYourTripPage .comfort-benefit-grid.budget-plan-grid .budget-plan-card.is-selected > h3{
  background:#f3f6ff !important;
  color:#113676 !important;
  border-bottom:1px solid rgba(17,54,118,.14) !important;
}

#planYourTripPage #step7SubmitBtn,
#planYourTripPage #step7SubmitBtn:hover,
#planYourTripPage .btn-next,
#planYourTripPage .btn-next:hover{
  background:#000 !important;
  border-color:#000 !important;
  color:#fff !important;
}

#budgetEstimatedText{
  margin-top:10px;
  font-size:16px;
  font-weight:600;
  color:#000 !important;
}



/* =========================================
   PLAN ENGINE INLINE SUGGESTIONS + SUCCESS
========================================= */

.plan-main,
#plan-bg-zone,
#planYourTripPage{
  background:#fff !important;
}

.plan-request-form .plan-suggestions-step,
.plan-request-form .plan-success-step{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.plan-suggestions-head{
  text-align:left;
  margin:0 0 24px;
}

.plan-suggestions-head h2{
  margin:0;
  color:#000;
  font-size:clamp(30px, 4vw, 52px);
  line-height:1.05;
}

.plan-suggestion-grid{
  margin-top:22px;
}

.plan-suggestion-grid .pkg-card{
  cursor:default;
}

.plan-suggestion-grid .pkg-body,
.plan-suggestion-grid .pkg-estimate-btn,
.plan-suggestion-grid .pkg-prox-btn{
  pointer-events:auto;
}

.plan-suggestion-grid .pkg-card.is-selected{
  outline:2px solid #113676;
  outline-offset:4px;
}

.plan-suggestion-grid .pkg-card.is-selected .pkg-estimate-btn{
  background:#113676;
  color:#fff;
}

.plan-suggestion-grid .pkg-card.is-selected .pkg-prox-btn{
  background:#113676;
  border-color:#113676;
  color:#fff;
}

.plan-designer-choice{
  background:#fff;
}

#planYourTripPage .custom-trip-card.compact.plan-designer-choice.is-selected{
  border:0 !important;
  box-shadow:none !important;
}

.plan-designer-choice p{
  margin:0;
  font-weight:800;
  font-size:22px;
  line-height:1.25;
  color:#000;
  text-align:left;
}

.plan-suggestion-loading,
.plan-suggestion-empty{
  grid-column:1 / -1;
  border:1px dashed rgba(10,31,68,.18);
  border-radius:0;
  padding:24px;
  color:#52657c;
  background:#fff;
  font-weight:800;
  text-align:center;
}

.plan-success-card{
  max-width:760px;
  margin:0 auto;
  padding:34px;
  border:1px solid rgba(10,31,68,.12);
  border-radius:0;
  background:#fff;
  box-shadow:none;
  text-align:center;
}

.plan-success-card h2{
  margin:0 0 12px;
  color:#0A1F44;
  font-size:clamp(28px, 4vw, 46px);
  font-weight:800;
  line-height:1.08;
}

.plan-success-card p{
  margin:0 auto 18px;
  max-width:620px;
  color:#52657c;
  line-height:1.65;
  font-size:16px;
  font-weight:500;
}

.plan-success-card .detail-kicker{
  color:#113676;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.success-countdown{
  position:relative;
  width:138px;
  height:138px;
  margin:24px auto 8px;
  display:grid;
  place-items:center;
}

.success-countdown-ring{
  width:138px;
  height:138px;
  transform:rotate(-90deg);
}

.success-countdown-bg,
.success-countdown-progress{
  fill:none;
  stroke-width:10;
}

.success-countdown-bg{
  stroke:rgba(10,31,68,.08);
}

.success-countdown-progress{
  stroke:#113676;
  stroke-linecap:round;
  transition:stroke-dashoffset .8s linear;
}

.success-countdown span{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#0A1F44;
  font-size:34px;
  font-weight:800;
}

.success-countdown-label{
  font-size:13px!important;
  font-weight:600;
  color:#6a7a8d!important;
}

.plan-success-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:20px;
}

.plan-success-actions .nav-btn{
  min-width:120px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0 !important;
  border-radius:0;
  text-decoration:none;
  box-shadow:none;
}

.plan-success-actions .btn-next,
.plan-success-actions .btn-next:hover,
.plan-success-actions .btn-next:focus-visible{
  background:#000 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:none !important;
}

.plan-success-actions .btn-back{
  background:#fff !important;
  color:#0a1f44 !important;
  border:0 !important;
  box-shadow:inset 0 0 0 2px rgba(17, 54, 118, .28) !important;
}

.plan-success-actions .btn-back:hover,
.plan-success-actions .btn-back:focus-visible{
  background:#eef3ff !important;
  border:0 !important;
  box-shadow:inset 0 0 0 2px rgba(17, 54, 118, .38) !important;
}

@media (max-width:1100px){
  .plan-suggestion-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .plan-suggestion-grid{
    grid-template-columns:1fr;
  }

  .plan-success-card{
    padding:24px 18px;
  }
}

/* =========================================
   PLAN PAGE CLEAN WHITE LAYOUT FIX
   Keep plan-your-trip page like standard legal/info pages:
   no wavy background, no dark fade overlay, centered form,
   consistent white canvas between navbar and footer.
========================================= */

body.page-plan,
body.page-plan.page-standard,
body.page-plan .plan-main,
body.page-plan #planYourTripPage,
body.page-plan .plan-request-section,
body.page-plan .plan-request-wrap,
body.page-plan #tripRequestForm{
  background:#fff !important;
}

body.page-plan{
  overflow-x:hidden !important;
}

body.page-plan .plan-main{
  position:relative;
  display:block;
  width:100%;
  min-height:calc(100vh - 180px);
  padding:0;
  margin:0;
  overflow:hidden;
  isolation:auto;
}

/* The form page must not become a wavy-ribbon host. */
body.page-plan .plan-main .wavy-ribbons,
body.page-plan .plan-main .wavy-ribbons-host,
body.page-plan .plan-main .journey-fade-zone,
body.page-plan .plan-main .wavy-canvas{
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
}

body.page-plan .plan-main .journey-fade-zone::before,
body.page-plan .plan-main .journey-fade-zone::after,
body.page-plan #planYourTripPage::before,
body.page-plan #planYourTripPage::after,
body.page-plan .plan-request-section::before,
body.page-plan .plan-request-section::after{
  content:none !important;
  display:none !important;
}

body.page-plan #planYourTripPage.plan-request-section{
  width:100%;
  min-height:calc(100vh - 220px);
  padding:clamp(34px, 5vw, 64px) 0 clamp(60px, 7vw, 96px) !important;
  margin:0;
  color:#102033;
  font-family:'Figtree', 'Segoe UI', Arial, sans-serif;
  line-height:1.6;
  overflow:hidden;
}

body.page-plan #planYourTripPage .plan-request-wrap,
body.page-plan #planYourTripPage .container.plan-request-wrap{
  width:min(92vw, 1120px) !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:0 !important;
}

body.page-plan #planYourTripPage .plan-request-form{
  width:100% !important;
  max-width:none !important;
  min-height:clamp(660px, 72vh, 780px);
  margin:0 auto !important;
  padding:clamp(34px, 4vw, 56px) clamp(22px, 4.6vw, 64px) !important;
  display:grid;
  align-content:start;
  gap:clamp(18px, 2.4vw, 28px) !important;
  background:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

@media (min-width: 992px){
  body.page-plan.topbar-open .main-nav-desktop{
    transform:translateY(24px) !important;
  }
}

@media (max-width: 991px){
  body.page-plan #planYourTripPage.plan-request-section{
    padding-top:4px !important;
  }

  body.page-plan #planYourTripPage .plan-request-form{
    padding-top:0 !important;
  }

  body.page-plan #planYourTripPage .form-progress-wrapper{
    margin-bottom:4px !important;
  }

  body.page-plan #planYourTripPage .plan-request-msg{
    margin:0 !important;
  }

  body.page-plan #planYourTripPage .trip-step{
    min-height:0 !important;
  }

  body.page-plan #planYourTripPage .trip-step.is-active{
    margin-top:0 !important;
  }
}

body.page-plan #planYourTripPage .trip-step{
  width:100%;
  min-height:clamp(420px, 48vh, 540px);
  align-content:start;
}

body.page-plan #planYourTripPage .form-progress-wrapper{
  margin-top:0 !important;
  margin-bottom:clamp(18px, 3vw, 34px) !important;
}

body.page-plan #planYourTripPage .form-nav-buttons{
  margin-top:auto;
  padding-top:clamp(18px, 3vw, 30px);
}

body.page-plan #planYourTripPage .trip-step-title{
  max-width:900px;
}

body.page-plan #planYourTripPage .trip-step-sub{
  max-width:760px;
}

@media (max-width: 991px){
  body.page-plan #planYourTripPage .form-progress-wrapper{
    margin-bottom:4px !important;
  }

  body.page-plan #planYourTripPage .plan-request-msg{
    margin:0 !important;
  }

  body.page-plan #planYourTripPage .trip-step{
    min-height:0 !important;
  }

  body.page-plan #planYourTripPage .trip-step.is-active{
    margin-top:0 !important;
  }
}

/* Suggested packages screen uses the same white page shell and the existing pkg-card design. */
body.page-plan #planYourTripPage .plan-suggestions-step,
body.page-plan #planYourTripPage .plan-success-step{
  min-height:0;
  background:#fff !important;
}

body.page-plan #planYourTripPage .plan-suggestion-grid{
  width:100%;
}

body.page-plan #planYourTripPage .plan-designer-choice{
  border:1px solid rgba(10,31,68,.10);
  border-radius:0;
  box-shadow:none;
  padding:18px 20px;
  margin-top:24px;
}

body.page-plan #planYourTripPage .plan-suggestions-step .form-nav-buttons{
  justify-content:flex-start !important;
  gap:8px;
  margin-top:6px !important;
  padding-top:0 !important;
  padding-left:0 !important;
  margin-left:0 !important;
}

body.page-plan #planYourTripPage .plan-suggestions-step .form-nav-buttons .btn-next{
  margin-left:0 !important;
}

body.page-plan #planYourTripPage .plan-suggestions-step .plan-designer-choice{
  margin-top:34px !important;
  padding:26px 0 18px !important;
  border:2px solid rgba(10,31,68,.22) !important;
}

body.page-plan #planYourTripPage .plan-suggestions-step .plan-designer-choice p{
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
}

body.page-plan #planYourTripPage .plan-suggestions-step .plan-designer-choice .suggestion-actions{
  margin-top:8px !important;
  padding:0 !important;
  justify-content:flex-start !important;
  gap:8px !important;
  margin-left:0 !important;
  padding-left:0 !important;
}

@media (max-width:760px){
  body.page-plan #planYourTripPage.plan-request-section{
    padding:28px 0 68px !important;
  }

  body.page-plan #planYourTripPage .plan-request-wrap,
  body.page-plan #planYourTripPage .container.plan-request-wrap{
    width:min(94vw, 1120px) !important;
  }

  body.page-plan #planYourTripPage .plan-request-form{
    min-height:620px;
    padding:28px 18px !important;
  }

  body.page-plan #planYourTripPage .trip-step{
    min-height:420px;
  }
}


/* Final override: children toggle selected highlight */
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected:hover,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected:focus-within{
  background:#113676 !important;
  border-color:#113676 !important;
  color:#fff !important;
}

#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected .traveler-label{
  color:#fff !important;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput:checked{
  background-color:#fff !important;
  border-color:#fff !important;
}

/* =========================================
   FINAL FIX: Travel standard comparison spacing
   The budget plan cards also use .budget-choice-card for JS selection.
   This override stops the compact option-card rule from shrinking/welding them.
========================================= */
#planYourTripPage #tripStep5 {
  gap: 16px !important;
}

#planYourTripPage #tripStep5 .budget-level-top-buttons {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 10px 0 18px !important;
  width: 100% !important;
}

#planYourTripPage #tripStep5 .budget-level-top-btn {
  width: 100% !important;
  min-height: 48px !important;
  padding: 10px 14px !important;
  white-space: normal !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(190px, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 16px 0 12px !important;
  padding: 0 !important;
  align-items: stretch !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-plan-card.budget-choice-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  padding: 0 !important;
  white-space: normal !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-plan-card > h3 {
  padding: 14px !important;
  margin: 0 !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  white-space: normal !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list {
  padding: 14px !important;
  gap: 10px !important;
  white-space: normal !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

#planYourTripPage #tripStep5 .travel-standard-note {
  margin-top: 6px !important;
  max-width: 780px !important;
}

#planYourTripPage #tripStep5 .budget-mobile-selected,
#planYourTripPage #tripStep5 .budget-mobile-change-label{
  display:none;
}

@media (max-width: 1100px) {
  #planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }

  #planYourTripPage #tripStep5 .budget-level-top-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid,
  #planYourTripPage #tripStep5 .budget-level-top-buttons {
    grid-template-columns: 1fr !important;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced{
    gap:12px !important;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .budget-level-top-buttons,
  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .travel-standard-note{
    display:none !important;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .budget-mobile-selected{
    display:grid;
    width:100%;
    gap:0;
    margin:6px 0 0;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .budget-mobile-selected .budget-plan-card{
    width:100% !important;
    min-height:auto !important;
    border-color:#113676 !important;
    background:#fff !important;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .budget-mobile-nav{
    margin-top:0 !important;
    padding-top:8px !important;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .budget-mobile-change-label{
    display:block;
    margin:12px 0 0;
    color:#0a1f44;
    font-family:"Figtree", sans-serif;
    font-size:13px;
    font-weight:800;
    line-height:1.2;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .comfort-benefit-grid.budget-plan-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:0 !important;
  }

  #planYourTripPage #tripStep5.is-budget-mobile-enhanced .comfort-benefit-grid.budget-plan-grid .budget-plan-card{
    min-height:auto !important;
  }
}


/* =========================================
   FINAL FIX: Children toggle as normal text line
   Text is no longer a clickable label/card. Only the checkbox toggles children.
========================================= */
#planYourTripPage #tripStep1Count #childrenToggleRow,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected,
#planYourTripPage #tripStep1Count #childrenToggleRow:hover,
#planYourTripPage #tripStep1Count #childrenToggleRow:focus-within,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected:hover,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected:focus-within{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  min-width:0 !important;
  min-height:32px !important;
  gap:10px !important;
  padding:2px 0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:#000 !important;
  cursor:default !important;
  user-select:text !important;
}

#planYourTripPage #tripStep1Count #childrenToggleRow .traveler-label,
#planYourTripPage #tripStep1Count #childrenToggleRow.is-selected .traveler-label{
  width:auto !important;
  min-width:0 !important;
  min-height:32px !important;
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  padding:0 !important;
  color:#000 !important;
  font-family:"Figtree", sans-serif !important;
  font-size:20px !important;
  font-weight:400 !important;
  line-height:1.35 !important;
  text-align:left !important;
  white-space:nowrap !important;
  cursor:text !important;
}

#planYourTripPage #tripStep1Count #childrenToggleRow .children-toggle-check{
  display:contents !important;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput,
#planYourTripPage #tripStep1Count #childrenWithMeInput:hover,
#planYourTripPage #tripStep1Count #childrenWithMeInput:focus-visible{
  -webkit-appearance:none !important;
  appearance:none !important;
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  border:2px solid rgba(17,54,118,.65) !important;
  border-radius:0 !important;
  background-color:#fff !important;
  background-image:none !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:13px 13px !important;
  box-shadow:none !important;
  outline:none !important;
  cursor:pointer !important;
}

#planYourTripPage #tripStep1Count #childrenWithMeInput:checked{
  background-color:#113676 !important;
  border-color:#113676 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 10.5 8.2 14.5 16 6.5'/%3E%3C/svg%3E") !important;
}

/* =========================================
   FINAL FIX: Traveler count vertical rhythm
   Keep Total Travelers slightly separated from the last traveler row.
========================================= */
#planYourTripPage #tripStep1Count .traveler-counter-wrap{
  gap:8px !important;
}

#planYourTripPage #tripStep1Count :is(#adultsCounterRow, #childrenToggleRow, #childrenCounterRow){
  margin:0 !important;
}

#planYourTripPage #tripStep1Count #travelersTotalText,
#planYourTripPage #tripStep1Count .traveler-total{
  display:block !important;
  margin-top:14px !important;
  margin-bottom:0 !important;
  line-height:1.45 !important;
  min-height:32px !important;
}

#planYourTripPage #tripStep1Count #childrenCounterRow:not([hidden]) + #travelersTotalText,
#planYourTripPage #tripStep1Count #childrenCounterRow:not([hidden]) ~ #travelersTotalText{
  margin-top:14px !important;
}

/* =========================================
   FINAL FIX: Square modern travel-standard icons
   PHP now provides .budget-feature-mark spans.
   The old li::before symbols/SVG badges are disabled here.
========================================= */
#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li::before{
  content:none !important;
  display:none !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  padding:0 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-mark{
  flex:0 0 26px !important;
  width:26px !important;
  height:26px !important;
  margin-top:-2px !important;
  border-radius:4px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  font-family:"Figtree", sans-serif !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-text{
  flex:1 1 auto !important;
  min-width:0 !important;
  line-height:1.35 !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li.has-service{
  color:#113676 !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li.has-service .budget-feature-mark{
  background:#113676 !important;
  border:1px solid #113676 !important;
  color:#fff !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li.has-service .budget-feature-mark::before{
  content:"✓" !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li.no-service{
  color:#8a94a3 !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li.no-service .budget-feature-mark{
  background:#f4f6f9 !important;
  border:1px solid #cfd7e3 !important;
  color:#7c8796 !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-feature-list li.no-service .budget-feature-mark::before{
  content:"✕" !important;
  font-size:14px !important;
}

#planYourTripPage #tripStep5 .comfort-benefit-grid.budget-plan-grid .budget-plan-card.is-selected .budget-feature-list li.has-service .budget-feature-mark{
  background:#113676 !important;
  border-color:#113676 !important;
  color:#fff !important;
}


/* Final safety: Book Now keeps old pkg-estimate-btn hook without old estimate positioning */
.plan-suggestion-grid .pkg-book-btn,
.plan-suggestion-grid .pkg-estimate-btn.pkg-book-btn{
  position:static !important;
  top:auto !important;
  transform:none;
}


/* Fix 22: child age required validation visibility on desktop + mobile */
.child-ages-row.has-error {
  border-color: rgba(190, 24, 24, .35);
}

.child-age-select.is-invalid {
  border-color: #b91c1c !important;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, .12) !important;
}
