.elementor-1957 .elementor-element.elementor-element-5bb38b6{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5bb38b6 *//* ==========================================================================
   MM HOLIDAYS — FLIGHT BOOKING HERO (v3)
   Light horizontal card under a bright cinematic hero image.
   Every rule is scoped under #mmh-hero-v3 — safe to paste into an existing
   WordPress/Elementor page without touching theme styles anywhere else.
   .flatpickr-* rules stay unscoped on purpose: Flatpickr renders its
   calendar as a sibling of <body>, outside this widget's DOM subtree.
   ========================================================================== */

#mmh-hero-v3 {
  --coral: #FD5056;
  --coral-dark: #E23840;
  --coral-tint: #FFF1F1;

  --navy-900: #0B1220;
  --navy-700: #232B3D;
  --slate-500: #6B7280;
  --slate-400: #98A2B3;
  --line: #E7E8EC;

  --blue: #3B82F6;
  --green: #16A34A;
  --amber: #F59E0B;
  --purple: #8B5CF6;

  --card-bg: #FFFFFF;
  --card-radius: 24px;
  --field-radius: 14px;

  --shadow-card: 0 30px 70px -20px rgba(15, 23, 42, 0.22), 0 8px 24px -8px rgba(15, 23, 42, 0.08);
  --shadow-pop: 0 24px 60px -16px rgba(15, 23, 42, 0.28);

  --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', Menlo, monospace;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  position: relative;
  isolation: isolate;
  font-family: var(--font-display);
  color: var(--navy-900);
  background: #F5F6F8;
}

/* ---------- scoped reset ---------- */
#mmh-hero-v3, #mmh-hero-v3 *, #mmh-hero-v3 *::before, #mmh-hero-v3 *::after { box-sizing: border-box; }
#mmh-hero-v3 img { max-width: 100%; display: block; }
#mmh-hero-v3 button, #mmh-hero-v3 select, #mmh-hero-v3 input { font-family: inherit; }
#mmh-hero-v3 button { cursor: pointer; background: none; }
#mmh-hero-v3 ul { margin: 0; padding: 0; list-style: none; }
#mmh-hero-v3 h1, #mmh-hero-v3 p { margin: 0; }

@media (prefers-reduced-motion: reduce) {
  #mmh-hero-v3 *, #mmh-hero-v3 *::before, #mmh-hero-v3 *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

#mmh-hero-v3 :focus-visible { outline: 2px solid var(--coral); outline-offset: 2px; border-radius: 6px; }

/* Class-based visibility everywhere — never the HTML "hidden" attribute,
   which some WordPress setups strip on save. */
#mmh-hero-v3 .is-hidden { display: none !important; }

/* ==========================================================================
   HERO
   ========================================================================== */

#mmh-hero-v3 .mhero {
  position: relative;
  min-height: clamp(480px, 58vw, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 64px 6vw 140px;
}

#mmh-hero-v3 .mhero__bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(135deg, #cbd5e1, #94a3b8); }
#mmh-hero-v3 .mhero__img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 58%;
  opacity: 0; transition: opacity 0.6s var(--ease-out);
}
#mmh-hero-v3 .mhero__img.is-loaded { opacity: 1; }

/* Minimal overlay — a soft light fade behind the copy, not a dark scrim.
   The photo itself should read bright, like the reference. */
#mmh-hero-v3 .mhero__fade {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.55) 32%, rgba(255,255,255,0.05) 58%, rgba(255,255,255,0) 75%);
}

#mmh-hero-v3 .mhero__inner {
  position: relative; z-index: 1;
  width: 100%; max-width: 1360px; margin-inline: auto;
  max-width: 620px;
}

#mmh-hero-v3 .mhero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 6px 16px 6px 8px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-pop);
  font-size: 12.5px; font-weight: 600; color: var(--slate-500);
  margin-bottom: 22px;
}
#mmh-hero-v3 .mhero__badge-logo { display: inline-flex; line-height: 0; }
#mmh-hero-v3 .mhero__badge-logo img { height: 18px; width: auto; }

#mmh-hero-v3 .mhero__title {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  font-weight: 800; line-height: 1.08; letter-spacing: -0.02em;
  color: var(--navy-900);
  margin-bottom: 18px;
}
#mmh-hero-v3 .mhero__title span { color: var(--coral); }

#mmh-hero-v3 .mhero__sub {
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  line-height: 1.6; color: var(--navy-700); max-width: 42ch;
  margin-bottom: 26px; font-weight: 400;
}

#mmh-hero-v3 .mhero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; }
#mmh-hero-v3 .mhero__trust li { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--navy-700); }
#mmh-hero-v3 .mhero__trust i { width: 17px; height: 17px; color: var(--coral); flex-shrink: 0; }

/* ==========================================================================
   BOOKING CARD
   ========================================================================== */

#mmh-hero-v3 .mcard-wrap {
  position: relative; z-index: 2;
  max-width: 1240px; margin: -96px auto 0; padding: 0 6vw;
}

#mmh-hero-v3 .mcard {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(15, 23, 42, 0.04);
  padding: 22px 24px 18px;
}

/* --- trip type segmented control --- */
#mmh-hero-v3 .triptype {
  position: relative;
  display: inline-flex;
  background: #F1F2F5;
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 18px;
  max-width: 100%;
  overflow-x: auto;
}
#mmh-hero-v3 .triptype__pill {
  position: absolute; top: 4px; bottom: 4px; left: 4px;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  border-radius: 999px;
  box-shadow: 0 8px 18px -6px rgba(253, 80, 86, 0.55);
  transition: transform 0.35s var(--ease-spring), width 0.35s var(--ease-spring);
  width: 0;
}
#mmh-hero-v3 .triptype__btn {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 7px;
  border: none; padding: 9px 16px;
  font-size: 13.5px; font-weight: 600; color: var(--slate-500);
  border-radius: 999px; white-space: nowrap;
  transition: color 0.3s var(--ease-out);
}
#mmh-hero-v3 .triptype__btn i { width: 14px; height: 14px; }
#mmh-hero-v3 .triptype__btn.is-active { color: #fff; }

/* --- field row --- */
#mmh-hero-v3 .mrow {
  display: grid;
  grid-template-columns: 1.3fr auto 1.3fr 1fr 1fr 1.3fr 1fr auto;
  align-items: end;
  gap: 10px;
}

#mmh-hero-v3 .mrow--tail {
  grid-template-columns: 1.3fr 1fr auto;
  margin-top: 4px;
}

#mmh-hero-v3 .mfield { position: relative; min-width: 0; }

#mmh-hero-v3 .mfield__label {
  display: block; font-size: 11px; font-weight: 600;
  color: var(--slate-500); margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.04em;
}

#mmh-hero-v3 .mfield__control {
  display: flex; align-items: center; gap: 9px; min-width: 0;
  background: #F8F9FB; border: 1.5px solid var(--line);
  border-radius: var(--field-radius);
  padding: 10px 12px;
  transition: border-color 0.2s var(--ease-out), background 0.2s var(--ease-out);
  min-height: 52px;
}
#mmh-hero-v3 .mfield--airport:focus-within .mfield__control,
#mmh-hero-v3 .mfield--date:focus-within .mfield__control,
#mmh-hero-v3 .mfield__control--btn:focus-visible,
#mmh-hero-v3 .mfield--currency:focus-within .mfield__control {
  border-color: var(--coral); background: #fff;
}

#mmh-hero-v3 .mfield__icon { width: 17px; height: 17px; color: var(--coral); flex-shrink: 0; }
#mmh-hero-v3 .mfield__chevron { width: 15px; height: 15px; color: var(--slate-400); flex-shrink: 0; margin-left: auto; transition: transform 0.25s var(--ease-out); }

#mmh-hero-v3 .mfield__text { min-width: 0; display: flex; flex-direction: column; gap: 1px; flex: 1; }

#mmh-hero-v3 .mfield__input {
  width: 100%; min-width: 0; background: transparent; border: none; outline: none;
  color: var(--navy-900); font-size: 14.5px; font-weight: 600;
  padding: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  cursor: inherit;
}
#mmh-hero-v3 .mfield__input::placeholder { font-weight: 400; color: var(--slate-400); }

#mmh-hero-v3 .mfield__sub {
  font-size: 11.5px; color: var(--slate-400);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

#mmh-hero-v3 .mfield--date .mfield__control,
#mmh-hero-v3 .mfield__control--btn { cursor: pointer; }
#mmh-hero-v3 .mfield__control--btn { width: 100%; border-radius: var(--field-radius); text-align: left; }

/* currency select — native element, so it can never be clipped by our layout */
#mmh-hero-v3 .mfield__select {
  width: 100%; min-width: 0; background: transparent; border: none; outline: none;
  color: var(--navy-900); font-size: 14.5px; font-weight: 600;
  appearance: none; -webkit-appearance: none;
  padding-right: 4px; cursor: pointer;
}

/* swap button */
#mmh-hero-v3 .swap-btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff; color: var(--coral);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1px; flex-shrink: 0;
  transition: transform 0.35s var(--ease-spring), background 0.2s var(--ease-out), color 0.2s var(--ease-out);
}
#mmh-hero-v3 .swap-btn i { width: 16px; height: 16px; }
#mmh-hero-v3 .swap-btn:hover { background: var(--coral); color: #fff; border-color: var(--coral); }
#mmh-hero-v3 .swap-btn.is-swapping { transform: rotate(180deg); }

/* autocomplete dropdown */
#mmh-hero-v3 .acdrop {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 40;
  max-height: 280px; overflow-y: auto;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-pop); padding: 6px;
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
#mmh-hero-v3 .acdrop.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }

#mmh-hero-v3 .acdrop__item {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 10px; border-radius: 10px; cursor: pointer;
  transition: background 0.15s var(--ease-out);
}
#mmh-hero-v3 .acdrop__item:hover, #mmh-hero-v3 .acdrop__item.is-active { background: var(--coral-tint); }
#mmh-hero-v3 .acdrop__main { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
#mmh-hero-v3 .acdrop__city { font-size: 13.5px; font-weight: 600; color: var(--navy-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#mmh-hero-v3 .acdrop__name { font-size: 11.5px; color: var(--slate-500); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#mmh-hero-v3 .acdrop__code {
  flex-shrink: 0; font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  color: var(--coral-dark); background: var(--coral-tint); border: 1px solid #FFD9DA;
  padding: 3px 7px; border-radius: 7px;
}
#mmh-hero-v3 .acdrop__empty { padding: 14px 10px; font-size: 13px; color: var(--slate-400); text-align: center; }

/* search button */
#mmh-hero-v3 .search-btn {
  position: relative; overflow: hidden;
  border: none; border-radius: var(--field-radius);
  padding: 0 22px; height: 52px;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  color: #fff; font-size: 14.5px; font-weight: 700; white-space: nowrap;
  box-shadow: 0 14px 30px -10px rgba(253, 80, 86, 0.55);
  transition: transform 0.25s var(--ease-spring), box-shadow 0.25s var(--ease-out);
}
#mmh-hero-v3 .search-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(253, 80, 86, 0.65); }
#mmh-hero-v3 .search-btn__label { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; }
#mmh-hero-v3 .search-btn__label i { width: 17px; height: 17px; }
#mmh-hero-v3 .search-btn__ripple {
  position: absolute; border-radius: 50%; background: rgba(255,255,255,0.4);
  transform: scale(0); animation: mmhRipple 0.6s var(--ease-out) forwards; pointer-events: none;
}
@keyframes mmhRipple { to { transform: scale(1); opacity: 0; } }

#mmh-hero-v3 .mcard__footnote {
  display: flex; align-items: center; gap: 6px;
  margin-top: 14px; font-size: 11.5px; color: var(--slate-400);
}
#mmh-hero-v3 .mcard__footnote i { width: 12px; height: 12px; }

/* --- multi-city --- */
#mmh-hero-v3 .mmulti__legs { display: flex; flex-direction: column; gap: 12px; margin-bottom: 12px; }

#mmh-hero-v3 .mmulti__leg {
  display: grid;
  grid-template-columns: 1fr auto 1fr 0.8fr auto;
  align-items: end; gap: 10px;
  padding: 12px; background: #FAFAFB; border: 1px solid var(--line); border-radius: 16px;
}

#mmh-hero-v3 .mmulti__leg-remove {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff; color: var(--slate-500);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: background 0.2s var(--ease-out), color 0.2s var(--ease-out);
}
#mmh-hero-v3 .mmulti__leg-remove i { width: 15px; height: 15px; }
#mmh-hero-v3 .mmulti__leg-remove:hover { background: #FEE2E2; color: #DC2626; }

#mmh-hero-v3 .mmulti__leg-swap {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff; color: var(--coral);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#mmh-hero-v3 .mmulti__leg-swap i { width: 14px; height: 14px; }

#mmh-hero-v3 .mmulti__add {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1.5px dashed var(--line); border-radius: 12px;
  padding: 10px 16px; font-size: 13.5px; font-weight: 600; color: var(--coral-dark);
  background: var(--coral-tint); margin-bottom: 4px;
  transition: background 0.2s var(--ease-out);
}
#mmh-hero-v3 .mmulti__add:hover { background: #FFE3E4; }
#mmh-hero-v3 .mmulti__add i { width: 15px; height: 15px; }
#mmh-hero-v3 .mmulti__add:disabled { opacity: 0.4; cursor: not-allowed; }

/* ==========================================================================
   FEATURE STRIP
   ========================================================================== */

#mmh-hero-v3 .mfeatures {
  max-width: 1240px; margin: 44px auto 60px; padding: 0 6vw;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
#mmh-hero-v3 .mfeatures__item { display: flex; align-items: flex-start; gap: 12px; }
#mmh-hero-v3 .mfeatures__icon {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
#mmh-hero-v3 .mfeatures__icon i { width: 19px; height: 19px; }
#mmh-hero-v3 .mfeatures__icon--coral { background: var(--coral-tint); color: var(--coral-dark); }
#mmh-hero-v3 .mfeatures__icon--green { background: #DCFCE7; color: var(--green); }
#mmh-hero-v3 .mfeatures__icon--amber { background: #FEF3C7; color: var(--amber); }
#mmh-hero-v3 .mfeatures__icon--purple { background: #EDE9FE; color: var(--purple); }
#mmh-hero-v3 .mfeatures__item strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
#mmh-hero-v3 .mfeatures__item span { font-size: 12.5px; color: var(--slate-500); }

/* ==========================================================================
   TRAVELLER & CABIN POPUP
   Positioned via JS (top/bottom flip). Becomes a bottom sheet under 768px.
   ========================================================================== */

#mmh-hero-v3 .sheet-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s var(--ease-out), visibility 0.25s;
}
#mmh-hero-v3 .sheet-backdrop.is-visible { opacity: 1; visibility: visible; }

#mmh-hero-v3 .traveller-panel {
  display: none;
  position: absolute; z-index: 95;
  width: min(360px, 92vw);
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-pop);
  flex-direction: column;
  max-height: min(70vh, 480px);
}
#mmh-hero-v3 .traveller-panel.is-open { display: flex; }
#mmh-hero-v3 .traveller-panel__handle { display: none; }

#mmh-hero-v3 .traveller-panel__scroll { padding: 18px 18px 6px; overflow-y: auto; flex: 1 1 auto; min-height: 0; }

#mmh-hero-v3 .traveller-panel__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; }
#mmh-hero-v3 .traveller-panel__label { display: flex; flex-direction: column; gap: 2px; }
#mmh-hero-v3 .traveller-panel__label strong { font-size: 14px; font-weight: 600; color: var(--navy-900); }
#mmh-hero-v3 .traveller-panel__label span { font-size: 11.5px; color: var(--slate-400); }

#mmh-hero-v3 .stepper { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
#mmh-hero-v3 .stepper__btn {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #F8F9FB; color: var(--navy-900);
  font-size: 17px; line-height: 1; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s var(--ease-out), color 0.2s var(--ease-out), opacity 0.2s var(--ease-out);
}
#mmh-hero-v3 .stepper__btn:hover:not(:disabled) { background: var(--coral); border-color: var(--coral); color: #fff; }
#mmh-hero-v3 .stepper__btn:active:not(:disabled) { transform: scale(0.92); }
#mmh-hero-v3 .stepper__btn:disabled { opacity: 0.35; cursor: not-allowed; }
#mmh-hero-v3 .stepper__value { min-width: 18px; text-align: center; font-family: var(--font-mono); font-weight: 700; font-size: 14px; }

#mmh-hero-v3 .traveller-panel__divider { height: 1px; background: var(--line); margin: 8px 0 12px; }

#mmh-hero-v3 .traveller-panel__cabin strong { font-size: 13px; font-weight: 600; color: var(--navy-900); display: block; margin-bottom: 10px; }
#mmh-hero-v3 .cabin-options { display: flex; flex-wrap: wrap; gap: 8px; }
#mmh-hero-v3 .cabin-chip {
  padding: 8px 13px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #F8F9FB; color: var(--slate-500); font-size: 12.5px; font-weight: 600;
  transition: all 0.2s var(--ease-out);
}
#mmh-hero-v3 .cabin-chip.is-active { background: linear-gradient(135deg, var(--coral), var(--coral-dark)); border-color: transparent; color: #fff; }

#mmh-hero-v3 .traveller-panel__footer {
  display: flex; gap: 10px; padding: 14px 18px;
  border-top: 1px solid var(--line); flex-shrink: 0; background: #fff;
  border-radius: 0 0 20px 20px;
}
#mmh-hero-v3 .traveller-panel__cancel, #mmh-hero-v3 .traveller-panel__done {
  flex: 1; border: none; border-radius: 12px; padding: 12px; font-size: 13.5px; font-weight: 700;
  transition: opacity 0.2s var(--ease-out), transform 0.15s var(--ease-out);
}
#mmh-hero-v3 .traveller-panel__cancel { background: #F1F2F5; color: var(--navy-700); }
#mmh-hero-v3 .traveller-panel__cancel:hover { background: #E7E8EC; }
#mmh-hero-v3 .traveller-panel__done { background: linear-gradient(135deg, var(--coral), var(--coral-dark)); color: #fff; }
#mmh-hero-v3 .traveller-panel__done:hover { transform: translateY(-1px); }

/* ==========================================================================
   REDIRECT OVERLAY
   ========================================================================== */
#mmh-hero-v3 .loading-overlay {
  position: fixed; inset: 0; z-index: 999;
  display: flex; align-items: center; justify-content: center;
  background: rgba(11, 18, 32, 0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: opacity 0.35s var(--ease-out), visibility 0.35s;
}
#mmh-hero-v3 .loading-overlay.is-visible { opacity: 1; visibility: visible; }
#mmh-hero-v3 .loading-overlay__inner { display: flex; flex-direction: column; align-items: center; gap: 18px; }
#mmh-hero-v3 .loading-overlay__spinner {
  width: 44px; height: 44px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.18); border-top-color: var(--coral);
  animation: mmhSpin 0.85s linear infinite;
}
@keyframes mmhSpin { to { transform: rotate(360deg); } }
#mmh-hero-v3 .loading-overlay__inner p { color: #fff; font-size: 14.5px; font-weight: 500; }

/* ==========================================================================
   FLATPICKR — unscoped (calendar mounts to <body>)
   ========================================================================== */
.flatpickr-calendar { background: #fff !important; border: 1px solid #E7E8EC !important; box-shadow: 0 24px 60px -16px rgba(15,23,42,0.28) !important; border-radius: 16px !important; font-family: 'Poppins', sans-serif !important; }
.flatpickr-months, .flatpickr-weekdays { background: transparent !important; }
.flatpickr-current-month input.cur-year, .flatpickr-current-month .flatpickr-monthDropdown-months { color: #0B1220 !important; }
.flatpickr-weekday { color: #98A2B3 !important; }
.flatpickr-day { color: #232B3D !important; border-radius: 8px !important; }
.flatpickr-day.flatpickr-disabled { color: #C8CCD4 !important; }
.flatpickr-day:hover { background: #FFF1F1 !important; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange { background: #FD5056 !important; border-color: #FD5056 !important; color: #fff !important; }
.flatpickr-day.inRange { background: rgba(253,80,86,0.12) !important; box-shadow: none !important; border-color: transparent !important; }
.flatpickr-day.today { border-color: #FD5056 !important; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* Ultra-wide */
@media (min-width: 1600px) { #mmh-hero-v3 .mhero__inner, #mmh-hero-v3 .mcard-wrap, #mmh-hero-v3 .mfeatures { max-width: 1440px; } }

/* Below 1279px the single 8-column row gets too cramped for From/To/dates/
   travellers/currency/search to stay legible on one line — wrap it to a
   clean two-row layout instead of shrinking everything illegibly small. */
@media (max-width: 1279px) {
  #mmh-hero-v3 .mrow {
    grid-template-columns: repeat(2, 1fr) auto repeat(2, 1fr);
    row-gap: 14px;
  }
  #mmh-hero-v3 .mrow .mfield--travellers { grid-column: 1 / 3; }
  #mmh-hero-v3 .mrow .mfield--currency { grid-column: 3 / 5; }
  #mmh-hero-v3 .mrow .search-btn { grid-column: 5 / 8; width: 100%; }
  #mmh-hero-v3 .mmulti__leg { grid-template-columns: 1fr auto 1fr; }
  #mmh-hero-v3 .mmulti__leg .mfield--date { grid-column: 1 / 3; }
  #mmh-hero-v3 .mmulti__leg-remove { grid-column: 3; justify-self: end; }
}

@media (max-width: 1024px) {
  #mmh-hero-v3 .mhero { padding-bottom: 160px; }
  #mmh-hero-v3 .mhero__inner { max-width: 640px; }
  #mmh-hero-v3 .mcard-wrap { margin-top: -120px; }
  #mmh-hero-v3 .mfeatures { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
}

@media (max-width: 900px) {
  #mmh-hero-v3 .mrow {
    grid-template-columns: 1fr auto 1fr;
  }
  #mmh-hero-v3 .mrow .mfield--date:nth-of-type(1) { grid-column: 1 / 2; }
  #mmh-hero-v3 .mrow #returnField { grid-column: 3 / 4; }
  #mmh-hero-v3 .mrow .mfield--travellers,
  #mmh-hero-v3 .mrow .mfield--currency,
  #mmh-hero-v3 .mrow .search-btn { grid-column: 1 / 4; width: 100%; }
}

@media (max-width: 768px) {
  #mmh-hero-v3 .mhero { padding: 48px 20px 176px; align-items: flex-start; min-height: auto; }
  #mmh-hero-v3 .mhero__title { font-size: clamp(1.9rem, 7vw, 2.4rem); }
  #mmh-hero-v3 .mcard-wrap { padding: 0 16px; margin-top: -136px; }
  #mmh-hero-v3 .mcard { padding: 18px 16px 16px; border-radius: 20px; }
  #mmh-hero-v3 .triptype { display: flex; }
  #mmh-hero-v3 .triptype__btn { flex: 1; justify-content: center; padding: 9px 10px; }

  #mmh-hero-v3 .mrow { grid-template-columns: 1fr; }
  #mmh-hero-v3 .swap-btn { justify-self: center; transform: rotate(90deg); margin: -4px 0; }
  #mmh-hero-v3 .swap-btn.is-swapping { transform: rotate(270deg); }
  #mmh-hero-v3 .mrow #returnField { grid-column: auto; }
  #mmh-hero-v3 .mrow .mfield--travellers, #mmh-hero-v3 .mrow .mfield--currency, #mmh-hero-v3 .mrow .search-btn { grid-column: auto; }

  #mmh-hero-v3 .mmulti__leg { grid-template-columns: 1fr; }
  #mmh-hero-v3 .mmulti__leg .mmulti__leg-swap { justify-self: center; transform: rotate(90deg); }
  #mmh-hero-v3 .mmulti__leg .mfield--date { grid-column: auto; }
  #mmh-hero-v3 .mmulti__leg-remove { grid-column: auto; justify-self: end; }
  #mmh-hero-v3 .mrow--tail { grid-template-columns: 1fr; }

  #mmh-hero-v3 .mfeatures { grid-template-columns: 1fr; padding: 0 20px; margin: 32px auto 40px; }

  /* Traveller popup becomes a full bottom sheet */
  #mmh-hero-v3 .traveller-panel {
    position: fixed !important; left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important;
    width: 100%; max-width: none; max-height: 82vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.32s var(--ease-out);
  }
  #mmh-hero-v3 .traveller-panel.is-open { transform: translateY(0); }
  #mmh-hero-v3 .traveller-panel__handle {
    display: block; width: 40px; height: 4px; border-radius: 999px;
    background: var(--line); margin: 10px auto 0;
  }
  #mmh-hero-v3 .traveller-panel__footer { padding-bottom: max(14px, env(safe-area-inset-bottom)); }
}

@media (max-width: 480px) {
  #mmh-hero-v3 .mhero { padding: 44px 16px 168px; }
  #mmh-hero-v3 .mhero__badge { font-size: 11.5px; }
  #mmh-hero-v3 .mfield__control { min-height: 48px; padding: 9px 11px; }
  #mmh-hero-v3 .search-btn { height: 48px; }
  #mmh-hero-v3 .mcard-wrap { margin-top: -128px; }
}/* End custom CSS */