/* =========================================================
   IJE BOOKING ENGINE
   Consolidated frontend styles
   Cleaned from legacy patch layers and aligned to the IJE UI
   ========================================================= */

.ije-booking-box.ije-be-mounted .ije-booking-head {
  display: none !important;
}

.ije-booking-box.ije-be-mounted .ije-booking-body {
  padding: 0 !important;
  background: transparent !important;
}

.ije-booking-box.ije-be-mounted {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.ije-be {
  --ije-navy: #0e2f86;
  --ije-navy-deep: #081b4d;
  --ije-sky: #5f7cf0;
  --ije-accent: #ffcf57;
  --ije-text: #132238;
  --ije-muted: #6b778c;
  --ije-line: #e7ecf5;
  --ije-shadow:
    0 30px 70px rgba(8, 27, 77, .13),
    0 8px 24px rgba(14, 47, 134, .06);

  position: relative;
  isolation: isolate;
  overflow: hidden;

  margin: 0 0 24px;
  padding: 24px;

  border: 1px solid rgba(14, 47, 134, .08);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 96% 4%,
      rgba(255, 207, 87, .24),
      transparent 27%
    ),
    radial-gradient(
      circle at 2% 98%,
      rgba(95, 124, 240, .11),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #fffefb 0%,
      #ffffff 43%,
      #f8faff 100%
    );

  box-shadow: var(--ije-shadow);

  color: var(--ije-text);
}

.ije-be:before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

  width: 100%;
  height: 6px;

		border-radius:
			28px
			999px
			999px
			0;

  background:
    linear-gradient(
      90deg,
      #0e2f86 0%,
      #0e2f86 36%,
      #5f7cf0 58%,
      #ffb400 100%
    );

  box-shadow:
    0 6px 18px rgba(255, 180, 0, .18);
}

.ije-be-header {
  position: sticky;
  top: 0;
  z-index: 5;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 18px;

  margin-bottom: 18px;
  padding: 14px 2px 16px;

  border-bottom: 1px solid rgba(14, 47, 134, .08);

 /* background:
    linear-gradient(
      180deg,
      rgba(255, 254, 251, .88),
      rgba(255, 255, 255, .70)
    );*/

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ije-be-header-copy {
  min-width: 0;
}

.ije-be-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 800;
  color: var(--ije-navy);
}

.ije-be-lock {
  width: 32px;
  height: 32px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 2px;

  border: 1px solid rgba(14, 47, 134, .08);
  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      rgba(14, 47, 134, .08),
      rgba(255, 207, 87, .20)
    );

  color: var(--ije-navy);

  font-size: 14px;
  line-height: 1;

  box-shadow:
    0 8px 18px rgba(14, 47, 134, .07);
}

.ije-be-header h3 {
  margin: .5rem 0 .4rem;

  color: #09182d;

  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.ije-be-header-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ije-muted);
  max-width: 28rem;
}

.ije-be-total-box {
  position: relative;
  overflow: hidden;

  min-width: 150px;

  padding: 15px 17px 16px;

  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(255, 207, 87, .28),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #0d2d82 0%,
      #143fa9 56%,
      #315fd8 100%
    );

  box-shadow:
    0 20px 38px rgba(14, 47, 134, .24),
    inset 0 1px 0 rgba(255, 255, 255, .14);

  color: #fff;
  text-align: right;
}

.ije-be-total-box span,
.ije-be-total-box small {
  display: block;
}

.ije-be-total-box span {
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.15;
}

.ije-be-total-box strong {
  display: block;
  margin-top: 3px;
  font-size: clamp(1.35rem, 1.7vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.ije-be .ije-be-total-box small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .82);
  font-size: .66rem;
  font-weight: 600;
  line-height: 1.25;
}

.ije-be-steps {
  display: grid;
  gap: 12px;
}

.ije-be-step {
  position: relative;
  overflow: visible !important;

  border: 1px solid rgba(14, 47, 134, .08);
  border-radius: 22px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(251, 252, 255, .96)
    );

  box-shadow:
    0 10px 26px rgba(8, 27, 77, .055),
    inset 0 1px 0 rgba(255, 255, 255, .9);

  transition:
    box-shadow .22s ease,
    transform .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.ije-be-step.is-open {
  border-color: rgba(14, 47, 134, .20);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 207, 87, .14),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff,
      #fafcff
    );

  box-shadow:
    0 22px 44px rgba(14, 47, 134, .13),
    0 0 0 4px rgba(95, 124, 240, .045);

  transform: translateY(-1px);
}

.ije-be-step.is-complete:not(.is-open) {
  border-color: rgba(0, 168, 232, .15);

  background:
    linear-gradient(
      180deg,
      rgba(248, 253, 255, .99),
      rgba(255, 255, 255, .98)
    );
}

.ije-be-step-title {
  width: 100%;

  display: flex;
  align-items: center;

  gap: 13px;

  padding: 16px 17px;

  border: 0;

  background: transparent;

  font-weight: 800;
  text-align: left;

  cursor: pointer;
}

.ije-be-step-index {
  width: 38px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  border: 1px solid rgba(14, 47, 134, .09);
  border-radius: 13px;

  background:
    linear-gradient(
      135deg,
      rgba(14, 47, 134, .08),
      rgba(255, 207, 87, .18)
    );

  box-shadow:
    0 8px 18px rgba(14, 47, 134, .065);

  color: var(--ije-navy);

  font-size: 13px;
  font-weight: 900;
}

.ije-be-step-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1 1 auto;
}

.ije-be-step-copy strong {
  color: #10213e;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.012em;
  line-height: 1.15;
}

.ije-be-step-summary {
  font-size: 12px;
  font-weight: 700;
  color: var(--ije-muted);
  line-height: 1.3;
}

.ije-be-step-chevron {
  font-size: 20px;
  line-height: 1;
  color: #7b89a6;
  transform: rotate(90deg);
  transition: transform .18s ease;
}

.ije-be-step.is-open .ije-be-step-chevron {
  transform: rotate(-90deg);
}

.ije-be-step-body {
  padding: 0 16px 16px;
}

.ije-be-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

.ije-be label,
.ije-be-field-title {
  display: block;

  margin-bottom: 8px;

  color: #132644;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: .025em;
}

.ije-be input:not([type=checkbox]),
.ije-be select {
  width: 100%;
  min-height: 52px;

  margin-top: 6px;
  padding: .78rem .95rem;

  border: 1px solid rgba(7, 24, 39, .13);
  border-radius: 14px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fbfcff
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 7px 18px rgba(8, 27, 77, .035);

  color: #132238;

  font-size: .95rem;

  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    background .16s ease,
    transform .16s ease;
}

.ije-be input:focus,
.ije-be select:focus,
.ije-be button:focus {
  outline: none;

  border-color: #00a8e8;

  background: #fff;

  box-shadow:
    0 0 0 4px rgba(0, 168, 232, .10),
    0 12px 24px rgba(8, 27, 77, .06);
}

.ije-be small {
  color: var(--ije-muted);
  display: block;
  margin-top: 8px;
}

.ije-be-note {
  display: block;
  padding: 0 16px 14px;
  color: var(--ije-muted);
}

.ije-be-date-toggle {
  width: 100%;
  border: 1px solid #dee5f1;
  background: linear-gradient(180deg,#fff,#f7f9ff);
  border-radius: 18px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(10,31,68,.05);
}

.ije-be-date-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(14,47,134,.10), rgba(95,124,240,.18));
  font-size: 18px;
  flex: 0 0 auto;
}

.ije-be-date-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ije-be-date-copy strong {
  font-size: 14px;
  color: #16284c;
}

.ije-be-date-label {
  font-style: normal;
  font-size: 12px;
  color: var(--ije-muted);
}

.ije-be-calendar-wrap {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e5ebf6;
  border-radius: 18px;
  background: #fff;
}

.ije-be-calendar-wrap.is-open {
  display: block;
}

.ije-be-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ije-be-cal-head strong {
  font-size: 14px;
  color: #142448;
}

.ije-be-cal-prev,.ije-be-cal-next {
  border-radius: 50%;
  border: 0;
  background: #f3f6fc;
  color: var(--ije-navy);
  font-size: 21px;
  cursor: pointer;
}

.ije-be-cal-week,.ije-be-cal-days {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 6px;
}

.ije-be-cal-week {
  margin-bottom: 8px;
}

.ije-be-cal-week span {
  font-size: 11px;
  font-weight: 800;
  color: #7a879f;
  text-align: center;
}

.ije-be-cal-day {
  min-height: 36px;
  border: 0;
  border-radius: 12px;
  background: #f8faff;
  color: #172b4d;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}

.ije-be-cal-day:hover:not(.is-disabled) {
  transform: translateY(-1px);
  background: #eaf0ff;
}

.ije-be-cal-day.is-other {
  opacity: .34;
}

.ije-be-cal-day.is-disabled {
  opacity: .28;
  cursor: not-allowed;
}

.ije-be-cal-day.is-selected {
  background: linear-gradient(135deg, var(--ije-navy), #3b62df);
  color: #fff;
  box-shadow: 0 10px 20px rgba(14,47,134,.22);
}

.ije-be-traveller-trigger {
  width: 100%;
  border: 1px solid #d7e0ee;
  background: #fff;
  border-radius: 16px;
  padding: 13px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(10,31,68,.05);
}

.ije-be-traveller-trigger strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ije-navy);
}

.ije-be-traveller-popover {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(7,18,47,.46);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.ije-be-traveller-dialog {
  width: min(100%, 420px);
  max-width: 420px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(7,18,47,.28);
  overflow: hidden;
}

.ije-be-traveller-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 12px;
}

.ije-be-traveller-head h4 {
  margin: 0;
  font-size: 1.05rem;
  color: #15284b;
}

.ije-be-traveller-head p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--ije-muted);
}

.ije-be-traveller-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #f3f6fc;
  color: #2d3d5b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ije-be-counter {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #eef2f8;
  padding: 12px 0;
  margin: 0;
}

.ije-be-counter:last-child {
  border-bottom: 0;
}

.ije-be-counter-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.ije-be-counter-label strong {
  font-size: 14px;
  color: #17284d;
}

.ije-be-counter-label em {
  font-style: normal;
  font-size: 12px;
  color: var(--ije-muted);
}

.ije-be-counter div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ije-be-counter input {
  text-align: center;
  margin: 0 !important;
  max-width: 64px;
}

.ije-be-counter button {
  width: 38px;
  height: 38px;
  border: 1px solid #dde4f0;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.ije-be-traveller-apply {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .01em;
  background: linear-gradient(135deg, var(--ije-navy), #5773e8);
  box-shadow: 0 18px 28px rgba(14,47,134,.22);
  cursor: pointer;
}

.ije-be-choice-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

.ije-be-choice {
  position: relative;

  display: flex;
  align-items: center;

  gap: 13px;

  padding: 17px 15px;

  border: 1px solid rgba(14, 47, 134, .09);
  border-radius: 20px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fafcff
    );

  box-shadow:
    0 8px 20px rgba(8, 27, 77, .04);

  text-align: left;

  cursor: pointer;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.ije-be-choice:before,
.ije-be-choice:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.ije-be-choice:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #19a45b;
  box-shadow: 0 6px 12px rgba(25,164,91,.22);
  transform: scale(.88);
}

.ije-be-choice:after {
  content: "✓";
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  transform: scale(.88);
}

.ije-be-choice:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(10,31,68,.08);
}

.ije-be-choice.is-active {
  border-color: rgba(14, 47, 134, .24);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 207, 87, .18),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      rgba(14, 47, 134, .07),
      rgba(95, 124, 240, .08),
      #ffffff
    );

  box-shadow:
    0 18px 32px rgba(14, 47, 134, .12),
    0 0 0 3px rgba(95, 124, 240, .045);
}

.ije-be-choice.is-active:before,
.ije-be-choice.is-active:after {
  opacity: 1;
  transform: scale(1);
}

.ije-be-choice-art {
  width: 52px;
  height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  border: 1px solid rgba(14, 47, 134, .07);
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(14, 47, 134, .09),
      rgba(255, 207, 87, .21)
    );

  box-shadow:
    0 8px 18px rgba(14, 47, 134, .06);

  color: var(--ije-navy);
}

.ije-be-choice-art svg {
  width: 30px;
  height: 30px;
}

.ije-be-choice-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ije-be-choice-copy strong {
  font-size: 14px;
  color: #16284c;
}

.ije-be-choice-copy em {
  font-style: normal;
  font-size: 12px;
  color: var(--ije-muted);
}

.ije-be-dynamic-pickup {
  margin-top: 12px;
}

.ije-be-hotel-flow,.ije-be-cruise-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e5ebf6;
  border-radius: 18px;
  background: rgba(248,250,255,.86);
}

.ije-be-dynamic-label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #6c7890;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: -2px;
}

.ije-be-manual-toggle,.ije-be-ship-manual-toggle,
.ije-be-transfer-hotel-manual-toggle,
.ije-be-transfer-outbound-airline-manual-toggle,
.ije-be-transfer-return-airline-manual-toggle {
  display: none !important;
}

.ije-be-manual-block,.ije-be-ship-manual-block,
.ije-be-transfer-hotel-manual-block,
.ije-be-transfer-outbound-airline-manual-block,
.ije-be-transfer-return-airline-manual-block {
  margin-top: 4px;
  border-top: 1px solid #e6edf7;
  padding-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ije-be-transfer-hotel-manual-block,
.ije-be-transfer-outbound-airline-manual-block,
.ije-be-transfer-return-airline-manual-block {
  grid-column: 1 / -1;
  width: 100%;
}

.ije-be-transfer-hotel-manual-block label,
.ije-be-transfer-outbound-airline-manual-block label,
.ije-be-transfer-return-airline-manual-block label {
  width: 100%;
}

.ije-be-lov-native {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ije-be-lov {
  position: relative;
  margin-top: 6px;
}

/* When the customer chooses manual entry, the manual field becomes the only
   active control. Do not keep the searchable LOV visible beside it. */
.ije-be-lov.is-manual-mode {
  display: none !important;
}

.ije-be-lov-trigger {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(7, 24, 39, .14);
  border-radius: 12px;
  padding: .72rem 2.5rem .72rem .9rem;
  background: #fff;
  box-shadow: none;
  text-align: left;
  color: #182948;
  position: relative;
  cursor: pointer;
  font-size: .95rem;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.ije-be-lov-trigger:after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #7b89a6;
  font-size: 14px;
}

.ije-be-lov.has-value .ije-be-lov-trigger {
  color: #16284c;
}

.ije-be-lov.is-open .ije-be-lov-trigger,
.ije-be-lov-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 168, 232, .10);
  border-color: #00a8e8;
}

.ije-be-lov-trigger-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ije-be-lov-panel {
  z-index: 360;
  border: 1px solid #d7e0ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 42px rgba(10,31,68,.16);
  padding: 12px;
}

.ije-be-lov-search {
  margin: 0 0 10px !important;
}

.ije-be-lov-list {
  max-height: 220px;
  overflow: auto;
  display: grid;
  gap: 6px;
}

.ije-be-lov-option,
.ije-be-lov-empty,
.ije-be-lov-manual {
  width: 100%;
  border: 0;
  background: #f6f9ff;
  border-radius: 12px;
  padding: 10px 12px;
  text-align: left;
  color: #182948;
}

.ije-be-lov-option {
  cursor: pointer;
}

.ije-be-lov-option:hover,
.ije-be-lov-option.is-active,
.ije-be-lov-manual:hover {
  background: rgba(95,124,240,.12);
}

.ije-be-lov-empty {
  color: #7b89a6;
}

.ije-be-lov-manual {
  margin-top: 10px;
  cursor: pointer;
  font-weight: 800;
  color: var(--ije-navy);
}

.ije-be-transfer-airline-field {
  margin-bottom: 0;
}

.ije-be-review {
  position: relative;
  overflow: hidden;

  margin-top: 14px;
  padding: 18px;

  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(255, 207, 87, .23),
      transparent 26%
    ),
    radial-gradient(
      circle at 4% 100%,
      rgba(95, 124, 240, .22),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #102a66 0%,
      #081b4d 58%,
      #102f84 100%
    );

  box-shadow:
    0 28px 48px rgba(9, 24, 63, .25),
    inset 0 1px 0 rgba(255, 255, 255, .10);

  color: #fff;
}

.ije-be-review[hidden] {
  display: none !important;
}

.ije-be-review-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.ije-be-review-head>div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ije-be-review-head strong {
  font-size: 1rem;
}

.ije-be-review-head span {
  font-size: 12px;
  color: rgba(255,255,255,.76);
  max-width: 15rem;
  text-align: left;
}

.ije-be-reset {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.ije-be-reset:hover,.ije-be-reset:focus {
  background: rgba(255,255,255,.18);
  outline: 0;
}

.ije-be-summary {
  margin-top: 4px;
  font-size: 14px;
}

.ije-be-summary>div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.ije-be-summary>div:last-child {
  border-bottom: 0;
}

.ije-be-summary span {
  color: rgba(255,255,255,.72);
}

.ije-be-summary strong {
  text-align: right;
  color: #fff;
}

.ije-be-summary-split {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 10px 12px !important;
}

.ije-be-summary-muted span,.ije-be-summary-muted strong {
  color: rgba(255,255,255,.76);
}

.ije-be-summary-total {
  margin-top: 6px;
  padding-top: 12px !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

.ije-be-summary-total strong {
  font-size: 1.18rem;
}

.ije-be-standalone-cart {
  margin-top: 18px;
}

.ije-be-book-now {
  position: relative;
  overflow: hidden;

  width: 100%;
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: .55rem;

  margin-top: 16px;

  border: 0;
  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #0d38aa,
      #143fa9 54%,
      #214ed0
    );

  box-shadow:
    0 18px 32px rgba(13, 56, 170, .25),
    inset 0 1px 0 rgba(255, 255, 255, .16);

  color: #fff !important;

  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .01em;

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.ije-be-book-now:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.24) 50%, rgba(255,255,255,0) 65%);
  transform: translateX(-130%);
  transition: transform .45s ease;
}

.ije-be-book-now:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 34px rgba(33,67,181,.26);
}

.ije-be-book-now:hover:before {
  transform: translateX(130%);
}

.ije-be-book-now.is-disabled {
  opacity: .72;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(33,67,181,.18);
}



.ije-be-book-now::after {
  content: "↗";

  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;

  transition:
    transform .18s ease;
}

.ije-be-book-now:hover::after {
  transform: translate(2px, -2px);
}

.ije-be-step.is-complete:not(.is-open) .ije-be-step-index {
  border-color: rgba(0, 168, 232, .20);

  background:
    linear-gradient(
      135deg,
      rgba(0, 168, 232, .11),
      rgba(255, 255, 255, .96)
    );

  color: #0077b6;
}

.ije-be-step.is-open .ije-be-step-index {
  background:
    linear-gradient(
      135deg,
      #0e2f86,
      #315fd8
    );

  box-shadow:
    0 10px 22px rgba(14, 47, 134, .20);

  color: #fff;
}

.ije-be-step.is-open .ije-be-step-summary {
  color: #526889;
}

.ije-be select:hover,
.ije-be input:not([type="checkbox"]):hover {
  border-color: rgba(14, 47, 134, .22);
}


@media (max-width: 768px) {
  .ije-be {
    padding: 15px;
    border-radius: 22px;
  }

  .ije-be-header {
    position: static;
    flex-direction: column;
    align-items: stretch;
  }

  .ije-be-header h3 {
    font-size: 1.32rem;
  }

  .ije-be-total-box {
    text-align: left;
    width: 100%;
  }

  .ije-be-grid,
  .ije-be-choice-row {
    grid-template-columns: 1fr;
  }

  .ije-be-review-head {
    flex-direction: column;
  }

  .ije-be-reset {
    align-self: flex-start;
  }

  .ije-be-review-head span {
    text-align: left;
    max-width: none;
  }

  .ije-be-summary>div {
    align-items: flex-start;
  }

  .ije-be-traveller-popover {
    padding: 14px;
  }

  .ije-be-traveller-dialog {
    width: 100%;
  }

}









.ije-be-summary-split {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 8px 18px rgba(3,10,30,.12);
}

.ije-be-summary-split strong,
.ije-be-summary-split span {
  color: #fff;
}

.ije-be-summary-split .ije-be-summary-label,
.ije-be-summary-split .ije-be-summary-value {
  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.ije-be-step[data-step="time"] .ije-be-step-body {
  padding-bottom: 28px;
}

.ije-be-step[data-step="time"] .ije-be-note {
  padding-bottom: 16px;
}

.ije-help-link a {
  color: #5f7cf0 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.ije-help-link a:hover {
  color: #2143b5 !important;
}

@media (max-width: 768px) {
  .ije-be-total-box {
    padding: 14px 15px 16px;
  }

  .ije-be-total-box small {
    font-size: 9px;
    line-height: 1.35;
  }

  .ije-be-summary-split {
    border-radius: 14px;
    padding: 11px 12px !important;
  }

  .ije-be-step[data-step="time"] .ije-be-step-body {
    padding-bottom: 24px;
  }

}

.ije-be-step-body-hidden {
  display: none !important;
}

.ije-be-step-title-modal {
  cursor: pointer;
}

.ije-be-step-action-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(95,124,240,.12);
  color: var(--ije-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  flex: 0 0 auto;
}

.ije-be-date-popover {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(7,18,47,.46);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.ije-be-date-dialog {
  width: min(100%, 860px);
  max-width: 860px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(7,18,47,.28);
  overflow: hidden;
}

.ije-be-date-head {
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 20px 12px;
}

.ije-be-date-head h4 {
  margin: 0;
  font-size: 1.08rem;
  color: #15284b;
}

.ije-be-date-head p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--ije-muted);
}

.ije-be-date-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #f3f6fc;
  color: #2d3d5b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ije-be-cal-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ije-be-cal-nav span {
  font-size: 12px;
  font-weight: 800;
  color: #5e6c86;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ije-be-cal-panels {
  display: grid;
}

.ije-be-cal-month {
  border: 1px solid #e5ebf6;
  border-radius: 18px;
  padding: 14px;
  background: #fff;
}

.ije-be-cal-month .ije-be-cal-head {
  justify-content: center;
  margin-bottom: 10px;
}

.ije-be-cal-month .ije-be-cal-head strong {
  font-size: 15px;
}

.ije-be-cal-prev,.ije-be-cal-next {
  width: 38px;
  height: 38px;
}

@media (max-width: 991px) {
  .ije-be-cal-panels {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {
  .ije-be-date-popover {
    padding: 14px;
  }

  .ije-be-date-dialog {
    width: 100%;
  }

}

.ije-be-date-popover,
.ije-be-traveller-popover {
  margin-top: 10px;
}

.ije-be-date-dialog,
.ije-be-traveller-dialog {
  border: 1px solid #e6ecf5 !important;
}

.ije-be-date-head p,
.ije-be-traveller-head p {
  font-size: 12px !important;
}

.ije-be-date-close,
.ije-be-traveller-close {
  display: none !important;
}

body.ije-be-modal-open {
  overflow: auto !important;
}

.ije-be-step[data-step="date"] .ije-be-step-body,
.ije-be-step[data-step="travellers"] .ije-be-step-body {
  padding-top: 10px !important;
}

@media (max-width: 991px) {
  .ije-be-date-dialog .ije-be-calendar {
    padding: 0 14px 14px !important;
  }

  .ije-be-traveller-list {
    padding: 0 14px !important;
  }

  .ije-be-traveller-actions {
    padding: 14px !important;
  }

}

.ije-be-date-popover,
.ije-be-traveller-popover {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  background: transparent !important;
  display: block !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}

.ije-be-date-dialog,
.ije-be-traveller-dialog {
  width: 100% !important;
  max-width: none !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg,#fbfcff,#f6f8fd) !important;
  box-shadow: inset 0 0 0 1px rgba(18,40,76,.06) !important;
  overflow: hidden;
}

.ije-be-date-head,
.ije-be-traveller-head {
  padding: 14px 14px 10px !important;
}

.ije-be-traveller-list {
  padding: 0 14px !important;
}

.ije-be-traveller-actions {
  padding: 12px 14px 14px !important;
}

.ije-be-date-head {
  display: none !important;
}

.ije-be-cal-nav {
  margin: 0 0 10px !important;
}

.ije-be-cal-nav span {
  display: none !important;
}

.ije-be-cal-nav {
  justify-content: space-between !important;
}

.ije-be-cal-panels {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.ije-be-date-dialog .ije-be-calendar {
  padding: 0 16px 16px !important;
}

.ije-be-step[data-step="date"] .ije-be-step-body {
  padding-top: 12px !important;
}

.ije-be-step[data-step="travellers"] .ije-be-step-body {
  padding-top: 12px !important;
}

.ije-be-counter input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.ije-be-counter input::-webkit-outer-spin-button,
.ije-be-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ije-be-step.is-open .ije-be-step-title {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.ije-be-step.is-open .ije-be-step-body {
  border-top: 0 !important;
  margin-top: -2px;
  padding-top: 12px;
}

.ije-be-step[data-step="pickup"] .ije-be-step-body,
.ije-be-step[data-step="time"] .ije-be-step-body {
  border-top: 0 !important;
}

.ije-be-step[data-step="pickup"] .ije-be-choice-row,
.ije-be-step[data-step="time"] label {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .ije-be-standalone-cart {
    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
  }

  .ije-be-book-now {
    position: sticky !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    z-index: 12 !important;
    margin-top: 16px !important;
  }

}

.ije-be-field-span-2 {
  grid-column: 1 / -1;
}

.ije-be-transfer-flight-caption {
  padding: 12px 14px;
  border: 1px solid #e5ebf6;
  border-radius: 18px;
  background: rgba(248,250,255,.86);
}

.ije-be-transfer-flight-caption strong {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  color: #16284c;
}

.ije-be-transfer-flight-caption small {
  margin: 0;
}

.ije-be-transfer-dropoff[readonly] {
  color: #44536d;
  background: linear-gradient(180deg,#f8faff,#f3f6fd);
}

.ije-be-transfer-return-wrap {
  margin-top: 4px;
}

.ije-be-step,
.ije-be-step-body,
.ije-be-grid,
.ije-be-grid > * {
  overflow: visible !important;
}

.ije-be-lov {
  z-index: 20;
}

.ije-be-lov.is-open {
  z-index: 520;
}

.ije-be-lov-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: auto;
}

.ije-be-lov-panel-floating {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  z-index: 560 !important;
}

.ije-be-field-note {
  position: absolute;
  z-index: 10050;
  max-width: min(320px, calc(100vw - 24px));
  padding: 11px 13px;
  border-radius: 14px;
  background: #0f3b9a;
  color: #fff;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 18px 34px rgba(10,31,68,.24);
}

.ije-be-field-note:after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: #0f3b9a;
  transform: rotate(45deg);
}

.ije-be-needs-attention {
  box-shadow: 0 0 0 3px rgba(50,115,255,.18) !important;
  border-color: #2f67e4 !important;
}

.ije-be-total-box strong.is-pending {
  font-size: 1rem;
  letter-spacing: .01em;
  max-width: 9rem;
  margin-left: auto;
}

@media (max-width:575.98px) {
  .ije-be-total-box strong.is-pending {
    max-width: none;
  }

}

.ije-be-booking-option-row {
  grid-template-columns: 1fr;
}

.ije-be-booking-option {
  width: 100%;
  align-items: flex-start;
  padding: 16px 18px;
}

.ije-be-booking-option .ije-be-choice-copy {
  padding-right: 18px;
}


/* =========================================================
   LOV ABOVE BOOKING SUMMARY
   ========================================================= */

.ije-be-step {
	position: relative;
	z-index: 1;
}

.ije-be-step.is-open {
	z-index: 100;
	transform: none;
}

.ije-be-lov {
	position: relative;
	z-index: 200;
}

.ije-be-lov.is-open {
	z-index: 1000;
}

.ije-be-lov-panel,
.ije-be-lov-panel-floating {
	z-index: 1100 !important;
}

.ije-be-review {
	position: relative;
	z-index: 1;
}

/* =========================================================
   v0.9.12.7.43 - Booking step palette alignment
   Keep completed steps calm and brand-connected instead of
   reading as a separate green/cyan success wizard.
========================================================= */
.ije-be .ije-be-step {
  border-color: rgba(4, 44, 145, .10);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 180, 0, .035), transparent 34%),
    linear-gradient(180deg, #fffefb 0%, #ffffff 48%, #fbfcff 100%);
  box-shadow:
    0 10px 26px rgba(7, 24, 39, .055),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.ije-be .ije-be-step.is-complete:not(.is-open) {
  border-color: rgba(4, 44, 145, .14);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 180, 0, .075), transparent 34%),
    linear-gradient(180deg, #fffef9 0%, #ffffff 56%, #fbfcff 100%);
  box-shadow:
    0 12px 28px rgba(4, 44, 145, .065),
    inset 0 1px 0 rgba(255, 255, 255, .94);
}

.ije-be .ije-be-step.is-complete:not(.is-open) .ije-be-step-index {
  border-color: rgba(4, 44, 145, .18);
  background: linear-gradient(135deg, rgba(4, 44, 145, .11), rgba(0, 168, 232, .08));
  color: #042c91;
  box-shadow: 0 7px 16px rgba(4, 44, 145, .08);
}

.ije-be .ije-be-step.is-open {
  border-color: rgba(4, 44, 145, .20);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 180, 0, .13), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffefa 52%, #fbfcff 100%);
  box-shadow:
    0 20px 42px rgba(4, 44, 145, .12),
    0 0 0 3px rgba(255, 180, 0, .035);
}

.ije-be .ije-be-step-action-text {
  background: rgba(4, 44, 145, .075);
  color: #042c91;
}


/* =========================================================
   v0.9.12.7.49 - Checkout add-another-experience path
   Scoped to the checkout helper card only.
========================================================= */
.ije-be-checkout-more {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 0 28px;
  padding: 24px 26px;
  border: 1px solid rgba(4, 44, 145, .12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 201, 40, .17), transparent 34%),
    linear-gradient(135deg, #fffef9 0%, #ffffff 52%, #f8fbff 100%);
  box-shadow: 0 18px 42px rgba(7, 24, 39, .08);
  color: #071827;
}

.ije-be-checkout-trip-meta {
  display: inline-flex;
  margin-bottom: 7px;
  color: #042c91;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ije-be-checkout-more h3 {
  margin: 0 0 5px;
  color: #071827;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -.035em;
}

.ije-be-checkout-more p {
  margin: 0;
  color: #667085;
  font-size: .98rem;
}

.ije-be-checkout-saved {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  color: #36506d;
  font-size: .88rem;
  font-weight: 700;
}

.ije-be-checkout-saved > span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 168, 232, .11);
  color: #0077b6;
  font-size: .78rem;
  font-weight: 900;
}

.ije-be-checkout-more-action {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  text-align: right;
}

.ije-be-checkout-trip-total {
  color: #042c91;
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: -.025em;
}

.ije-be-checkout-market-copy {
  max-width: 340px;
  color: #667085;
  font-size: .84rem;
  line-height: 1.35;
}

.ije-be-checkout-browse-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 0 20px;
  border-radius: 999px;
  background: #071827;
  box-shadow: 0 12px 24px rgba(7, 24, 39, .16);
  color: #fff !important;
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.ije-be-checkout-browse-button:hover,
.ije-be-checkout-browse-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(7, 24, 39, .21);
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .ije-be-checkout-more {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .ije-be-checkout-more-action {
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }

  .ije-be-checkout-browse-button {
    width: 100%;
  }
}
