/* Reservation flow UI refinements for step1-step2-step3.
   Scoped to .reservation-flow classes to avoid side effects. */

.reservation-flow.reservation-step-1,
.reservation-flow.reservation-step-2,
.reservation-flow.reservation-step-3 {
  background: #f4f6fb;
  background-image: none;
  color: #1e293b;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ── Step 2: Light / modern Bootstrap override ───────────────────────── */
.reservation-flow.reservation-step-2 {
  background: #f4f6fb !important;
  background-image: none !important;
  color: #1e293b !important;
}

.reservation-step-2 .step-progress {
  background: #fff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.reservation-step-2 .step-breadcrumb ul li:not(:last-child)::after {
  background: #e2e8f0 !important;
}

.reservation-step-2 .step-breadcrumb li.completed:not(:last-child)::after {
  background: #101b31 !important;
}

.reservation-step-2 .circle-group {
  background: #fff !important;
  border-color: #e2e8f0 !important;
  color: #94a3b8 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06) !important;
}

.reservation-step-2 .step-name span {
  color: #94a3b8 !important;
}

.reservation-step-2 .step-breadcrumb li.active .step-name span,
.reservation-step-2 .step-breadcrumb li.completed .step-name span {
  color: #1e293b !important;
}
/* ──────────────────────────────────────────────────────────────────────── */

.reservation-flow .step-progress {
  background: #fff;
  border-bottom: 1px solid #e9edf5;
  padding: 28px 0 22px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.reservation-flow .step-breadcrumb {
  max-width: 780px;
  margin: 0 auto;
}

.reservation-flow .step-breadcrumb ul {
  align-items: flex-start;
  margin: 0;
  padding: 0 8px;
}

.reservation-flow .step-breadcrumb ul::before {
  display: none;
}

.reservation-flow .step-breadcrumb ul li {
  position: relative;
  text-align: center;
  min-width: 0;
}

.reservation-flow .step-breadcrumb ul li:not(:last-child)::after {
  top: 21px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 3px;
  background: #e5e7ef;
  border-radius: 999px;
}

.reservation-flow .step-breadcrumb ul li.completed:not(:last-child)::after {
  background: #101b31;
}

.reservation-flow .circle-group {
  width: 44px;
  height: 44px;
  border: 2px solid #e5e7ef;
  background: #fff;
  color: #94a3b8;
  box-shadow: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
}

.reservation-flow .circle-group i {
  font-size: 18px;
}

.reservation-flow .circle-group.active {
  background: #101b31;
  border-color: #101b31;
  color: #fff;
  box-shadow:
    0 0 0 5px rgba(16, 27, 49, 0.1),
    0 6px 16px rgba(16, 27, 49, 0.15);
}

.reservation-flow .circle-group.completed {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #10b981;
  color: #fff;
}

.reservation-flow .step-name {
  display: block;
  margin-top: 12px;
}

.reservation-flow .step-name span {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #94a3b8;
}

.reservation-flow .step-breadcrumb li.active .step-name span,
.reservation-flow .step-breadcrumb li.completed .step-name span {
  color: #1e293b;
}

/* Step 1 progress redesign */
.reservation-step-1 .step-progress {
  background: linear-gradient(180deg, #f8fafc 0%, #f4f6fb 100%);
  border-bottom: 0;
  padding: 24px 0 18px;
  box-shadow: none;
}

.reservation-step-1 .step-breadcrumb {
  max-width: 100%;
  width: 100%;
  padding: 12px 18px 14px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.reservation-step-1 .step-breadcrumb ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 6px;
  padding: 0;
}

.reservation-step-1 .step-breadcrumb ul li {
  position: relative;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reservation-step-1 .step-breadcrumb ul li:not(:last-child)::after {
  top: 25px;
  left: calc(50% + 34px);
  width: calc(100% - 68px);
  height: 4px;
  background: linear-gradient(90deg, #dbe5f3 0%, #e9edf5 100%);
  border-radius: 999px;
}

.reservation-step-1 .circle-group {
  width: 52px;
  height: 52px;
  border: 2px solid #d5dfed;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #7a8aa2;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.reservation-step-1 .circle-group.active {
  background: linear-gradient(135deg, #0f2242 0%, #1d437a 100%);
  border-color: #16396a;
  color: #ffffff;
  box-shadow:
    0 0 0 6px rgba(22, 57, 106, 0.12),
    0 10px 24px rgba(16, 27, 49, 0.24);
}

.reservation-step-1 .circle-group.completed {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #10b981;
}

.reservation-step-1 .step-number {
  font-weight: 800;
  line-height: 1;
}

.reservation-step-1 .step-name {
  margin-top: 10px;
}

.reservation-step-1 .step-name span {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #7a879b;
  letter-spacing: 0.2px;
}

.reservation-step-1 .step-breadcrumb li.active .step-name span,
.reservation-step-1 .circle-group.active + .step-name span,
.reservation-step-1 .circle-group.completed + .step-name span {
  color: #112646;
}

.reservation-step-3 .step-progress {
  display: none;
}

.reservation-step-3 .step3-route-overview-section {
  padding: 24px 0 12px;
}

.reservation-step-3 .step3-route-overview {
  border-radius: 16px;
  background: linear-gradient(135deg, #101b31 0%, #1d3f73 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(16, 27, 49, 0.16);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reservation-step-3 .step3-route-overview .route-inline-steps {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 9px 11px 8px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.reservation-step-3 .step3-route-overview .route-inline-steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.reservation-step-3 .step3-route-overview .route-inline-steps li {
  position: relative;
  text-align: center;
  padding: 0 4px;
}

.reservation-step-3 .step3-route-overview .route-inline-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% + 20px);
  width: calc(100% - 40px);
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.reservation-step-3 .step3-route-overview .inline-step-dot {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff; 
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.reservation-step-3 .step3-route-overview .inline-step-label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff; 
}

.reservation-step-3 .step3-route-overview .route-inline-steps li.completed .inline-step-dot {
  color: #ffffff;
  border-color: #ffffff; 
  background: rgba(255, 255, 255, 0.12);
}

.reservation-step-3 .step3-route-overview .route-inline-steps li.completed .inline-step-label {
  color: #ffffff; 
}

.reservation-step-3 .step3-route-overview .route-inline-steps li.active .inline-step-dot {
  color: #0f2a4f;
  border-color: #ffffff; 
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(8, 18, 32, 0.25);
}

.reservation-step-3 .step3-route-overview .route-inline-steps li.active .inline-step-label {
  color: #ffffff;
}

@media (max-width: 768px) {
  .reservation-step-1 .step-breadcrumb {
    padding: 10px 10px 12px;
  }

  .reservation-step-1 .circle-group {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .reservation-step-1 .step-breadcrumb ul li:not(:last-child)::after {
    top: 20px;
    left: calc(50% + 25px);
    width: calc(100% - 50px);
    height: 3px;
  }

  .reservation-step-1 .step-name span {
    font-size: 11px;
  }

  .reservation-step-3 .step3-route-overview {
    padding: 12px;
    border-radius: 14px;
  }

  .reservation-step-3 .step3-route-overview .route-inline-steps {
    padding: 8px 8px 7px;
  }

  .reservation-step-3 .step3-route-overview .route-inline-steps li:not(:last-child)::after {
    left: calc(50% + 17px);
    width: calc(100% - 34px);
  }

  .reservation-step-3 .step3-route-overview .inline-step-dot {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .reservation-step-3 .step3-route-overview .inline-step-label {
    font-size: 10.5px;
  }

  .reservation-step-2 .return-toggle-label {
    padding: 16px;
    gap: 12px;
  }

  .reservation-step-2 .return-toggle-check {
    width: 24px;
    height: 24px;
    border-radius: 8px;
  }

  .reservation-step-2 .return-toggle-check::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
  }

  .reservation-step-2 .return-toggle-text {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .reservation-step-1 .step-progress {
    padding: 18px 0 12px;
  }

  .reservation-step-1 .step-breadcrumb {
    border-radius: 14px;
  }
}

/* Route Info Box */
.reservation-step-1 .step-route-section {
  padding: 22px 0 0px;
  position: relative;
  z-index: 40;
}

.reservation-step-1 .route-inline-steps {
  width: min(760px, 100%);
  margin: 0 auto 18px;
  padding: 10px 12px 9px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 1;
}

.reservation-step-1 .route-inline-steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.reservation-step-1 .route-inline-steps li {
  position: relative;
  text-align: center;
  padding: 0 4px;
}

.reservation-step-1 .route-inline-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.reservation-step-1 .inline-step-dot {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #ffffff; 
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.reservation-step-1 .inline-step-label {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff; 
}

.reservation-step-1 .route-inline-steps li.active .inline-step-dot {
  color: #0f2a4f;
  border-color: #ffffff; 
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(8, 18, 32, 0.25);
}

.reservation-step-1 .route-inline-steps li.active .inline-step-label {
  color: #ffffff;
}

.reservation-step-1 .step-route-box {
  position: relative;
  overflow: visible;
  border: none;
  border-radius: 20px;
  background: linear-gradient(135deg, #101b31 0%, #1e3a5f 100%);
  box-shadow:
    0 4px 24px rgba(16, 27, 49, 0.12),
    0 1px 3px rgba(16, 27, 49, 0.08);
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reservation-step-1 .step-route-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.reservation-step-1 .step-route-box::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
  pointer-events: none;
}

.reservation-step-1 .route-title h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}

.reservation-step-1 .route-title h2 i {
  color: #ffffff; 
  margin: 0 14px;
  font-size: 0.85em;
}

.reservation-step-1 .route-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.reservation-step-1 .route-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  text-align: left;
}

.reservation-step-1 .route-stat-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reservation-step-1 .route-stat-icon i {
  color: #ffffff; 
  font-size: 14px;
}

.reservation-step-1 .route-stat-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #ffffff; 
  font-weight: 700;
}

.reservation-step-1 .route-stat-value {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}

.reservation-step-1 .step1-route-map {
  margin-top: 14px;
  position: relative;
  z-index: 1;
  width: 100% !important;
}

.reservation-step-1 .step1-route-map-wrap {
  width: 100%;
  min-height: 360px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
}

.reservation-step-1 .step1-route-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.reservation-step-1 .step1-route-split {
  margin-top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.reservation-step-1 .step1-route-split.is-no-map {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field,
.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--lg,
.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--sm {
  width: 100%;
  min-width: 0;
  flex: 0 0 auto;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--from {
  grid-column: 1 / 3;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--to {
  grid-column: 3 / 5;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--date {
  grid-column: 1 / 2;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--time {
  grid-column: 2 / 3;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--passenger {
  grid-column: 3 / 4;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--currency {
  grid-column: 4 / 5;
}

.reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-submit {
  grid-column: 1 / -1;
  width: 100%;
}

.reservation-step-1 .step1-route-map--split {
  margin-top: 0;
  height: 100%;
}

.reservation-step-1 .step1-route-map--split .step1-route-map-wrap,
.reservation-step-1 .step1-route-map--split .step1-route-map-wrap iframe {
  min-height: 332px;
  height: 100%;
}

.reservation-step-1 .step1-route-form-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 10px;
  text-align: left;
  position: relative;
  z-index: 30;
}

.reservation-step-1 .step1-route-form-head h3 {
  margin: 0;
  color: #ffffff; 
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.reservation-step-1 .step1-search-card {
  margin-top: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px;
  text-align: left;
  position: relative;
  z-index: 31;
  overflow: visible;
}

.reservation-step-1 .step1-search-card .hero-search-form,
.reservation-step-1 .step1-search-card .hero-search-form--lux,
.reservation-step-1 .step1-search-card .hsf-row,
.reservation-step-1 .step1-search-card .hsf-field,
.reservation-step-1 .step1-search-card .hsf-input-wrap,
.reservation-step-1 .step1-search-card .hsf-input-inner,
.reservation-step-1 .step1-search-card .hsf-label,
.reservation-step-1 .step1-search-card .hsf-input,
.reservation-step-1 .step1-search-card #passenger-text,
.reservation-step-1 .step1-search-card #kur-text {
  text-align: left;
}

.reservation-step-1 .step1-search-card .hsf-row {
  flex-wrap: wrap;
  gap: 8px;
}

.reservation-step-1 .step1-search-card .hsf-divider {
  display: none;
}

.reservation-step-1 .step1-search-card .hsf-field--from,
.reservation-step-1 .step1-search-card .hsf-field--to {
  flex: 1 1 100%;
  width: 100%;
}

.reservation-step-1 .step1-search-card .hsf-field--sm {
  flex: 1 1 calc(50% - 4px);
  width: calc(50% - 4px);
}

.reservation-step-1 .step1-search-card .hsf-submit {
  flex: 1 1 100%;
  width: 100%;
}

.reservation-step-1 .step1-search-card .hsf-btn {
  width: 100%;
  justify-content: center;
  min-height: 54px;
}

.reservation-step-1 .step1-search-card .hsf-input-wrap {
  min-height: 54px;
}

.reservation-step-1 .step1-search-card .paxs {
  left: 0;
  transform: none;
  z-index: 22000;
}

.reservation-step-1 .step1-search-card .hsf-field--currency,
.reservation-step-1 .step1-search-card .hsf-field--passenger {
  position: relative;
  z-index: 22010;
}

.reservation-step-1 .step1-search-card .kurs.paxs {
  z-index: 22050 !important;
}

body.reservation-step-1 .live-result.live-result-floating {
  z-index: 13050 !important;
  border: 1px solid #d8deea;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(12, 24, 46, 0.24);
  background: #ffffff;
}

/* Step1 Flatpickr: match homepage date/time look */
.reservation-step-1 .flatpickr-calendar {
  z-index: 12000 !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid #d8deea !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 30px rgba(12, 24, 46, 0.24) !important;
  color: #1e2a42 !important;
}

.reservation-step-1 .flatpickr-calendar:not(.noCalendar) {
  width: 278px !important;
  min-width: 278px !important;
  max-width: 278px !important;
  padding: 8px !important;
}

.reservation-step-1 .flatpickr-calendar:not(.noCalendar) .flatpickr-days,
.reservation-step-1 .flatpickr-calendar:not(.noCalendar) .dayContainer {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.reservation-step-1 .flatpickr-calendar::before,
.reservation-step-1 .flatpickr-calendar::after {
  border-bottom-color: #ffffff !important;
}

.reservation-step-1 .flatpickr-months .flatpickr-month,
.reservation-step-1 .flatpickr-current-month,
.reservation-step-1 .flatpickr-current-month .flatpickr-monthDropdown-months,
.reservation-step-1 .flatpickr-current-month input.cur-year {
  color: #1e2a42 !important;
  fill: #1e2a42 !important;
  font-weight: 700 !important;
}

.reservation-step-1 .flatpickr-months .flatpickr-prev-month:hover svg,
.reservation-step-1 .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #0d1b35 !important;
}

.reservation-step-1 .flatpickr-weekday {
  color: #5e6880 !important;
  font-weight: 700 !important;
}

.reservation-step-1 .flatpickr-day {
  color: #2a334a !important;
  border-radius: 8px !important;
  border-color: transparent !important;
}

.reservation-step-1 .flatpickr-day.prevMonthDay,
.reservation-step-1 .flatpickr-day.nextMonthDay {
  color: #6f7a91 !important;
}

.reservation-step-1 .flatpickr-day.flatpickr-disabled,
.reservation-step-1 .flatpickr-day.flatpickr-disabled:hover,
.reservation-step-1 .flatpickr-day.prevMonthDay.flatpickr-disabled,
.reservation-step-1 .flatpickr-day.nextMonthDay.flatpickr-disabled,
.reservation-step-1 .flatpickr-day.notAllowed,
.reservation-step-1 .flatpickr-day.notAllowed:hover {
  color: #a8b1c1 !important;
  opacity: 0.42 !important;
  background: transparent !important;
  border-color: transparent !important;
  cursor: not-allowed !important;
}

.reservation-step-1 .flatpickr-day:hover {
  background: #edf2fb !important;
  border-color: #edf2fb !important;
}

.reservation-step-1 .flatpickr-day.today {
  border-color: #c9a84c !important;
  color: #1f2b44 !important;
}

.reservation-step-1 .flatpickr-day.selected,
.reservation-step-1 .flatpickr-day.startRange,
.reservation-step-1 .flatpickr-day.endRange {
  background: #0d1b35 !important;
  border-color: #0d1b35 !important;
  color: #ffffff !important;
}

.reservation-step-1 .flatpickr-calendar.noCalendar.hasTime {
  background: #ffffff !important;
  border: 1px solid #d4d9e2 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
  padding: 0 !important;
  min-width: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.reservation-step-1 .flatpickr-calendar.noCalendar.hasTime::before,
.reservation-step-1 .flatpickr-calendar.noCalendar.hasTime::after {
  display: none !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-innerContainer {
  overflow: visible !important;
  display: block !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time,
.reservation-step-1 .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  padding: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  background: transparent !important;
  border-top: 0 !important;
  line-height: 1 !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper {
  display: block !important;
  width: 58px !important;
  height: 78px !important;
  flex: 0 0 58px !important;
  float: none !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
  background: transparent !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp,
.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1 !important;
  overflow: visible !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp {
  top: 2px !important;
  bottom: auto !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
  bottom: 2px !important;
  top: auto !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp:hover,
.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown:hover {
  background: transparent !important;
  opacity: 0.75 !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp::after,
.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown::after {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  border: none !important;
  background: none !important;
  position: static !important;
  line-height: 1 !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp::after {
  content: "\25B4" !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown::after {
  content: "\25BE" !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time input.numInput {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 46px !important;
  height: 40px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  line-height: 1 !important;
}

.reservation-step-1 .flatpickr-calendar .flatpickr-time .flatpickr-time-separator {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  padding: 0 4px !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
}

.reservation-step-1 .ece-flatpickr-confirm {
  display: none !important;
}

@media (max-width: 991px) {
  .reservation-step-1 .step1-route-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--from,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--to,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-submit {
    grid-column: 1 / -1;
  }

  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--date,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--time,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--passenger,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--currency {
    grid-column: auto;
  }

  .reservation-step-1 .step1-route-map--split .step1-route-map-wrap,
  .reservation-step-1 .step1-route-map--split .step1-route-map-wrap iframe {
    min-height: 260px;
  }
}

@media (max-width: 575px) {
  .reservation-step-1 .step-route-box {
    padding: 16px 14px;
  }

  .reservation-step-1 .step-route-section {
    padding-top: 8px;
  }

  .reservation-step-1 .route-inline-steps {
    margin-bottom: 14px;
    padding: 8px 8px 7px;
  }

  .reservation-step-1 .route-inline-steps li:not(:last-child)::after {
    left: calc(50% + 18px);
    width: calc(100% - 36px);
  }

  .reservation-step-1 .inline-step-dot {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .reservation-step-1 .step1-route-map-wrap,
  .reservation-step-1 .step1-route-map-wrap iframe {
    min-height: 240px;
  }

  .reservation-step-1 .step1-search-card {
    padding: 10px;
    border-radius: 12px;
  }

  .reservation-step-1 .step1-search-card .hsf-row,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .reservation-step-1 .step1-search-card .hsf-field--from,
  .reservation-step-1 .step1-search-card .hsf-field--to,
  .reservation-step-1 .step1-search-card .hsf-field--date,
  .reservation-step-1 .step1-search-card .hsf-field--time,
  .reservation-step-1 .step1-search-card .hsf-field--passenger,
  .reservation-step-1 .step1-search-card .hsf-field--currency,
  .reservation-step-1 .step1-search-card .hsf-submit,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--from,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--to,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--date,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--time,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--passenger,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--currency,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-submit {
    width: 100%;
    grid-column: 1 / -1;
  }

  .reservation-step-1 .step1-search-card .hsf-input-wrap {
    min-height: 50px;
    padding: 8px 11px;
  }

  .reservation-step-1 .step1-search-card .hsf-label {
    font-size: 9px;
    letter-spacing: 0.5px;
  }

  .reservation-step-1 .step1-search-card .hsf-input,
  .reservation-step-1 .step1-search-card #passenger-text,
  .reservation-step-1 .step1-search-card #kur-text {
    font-size: 13px;
  }

  .reservation-step-1 .step1-search-card .hsf-btn {
    min-height: 48px;
    font-size: 13px;
  }

  .reservation-step-1 .step1-search-card .paxs,
  .reservation-step-1 .step1-search-card .paxs.show,
  .reservation-step-1 .step1-search-card .hsf-field--currency .kurs.paxs,
  .reservation-step-1 .step1-search-card .hsf-field--currency .kurs.paxs.show {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .reservation-step-1 .step1-search-card .hsf-field--sm .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    min-width: 100% !important;
  }

  .reservation-step-1 .inline-step-label {
    font-size: 10.5px;
  }

  .reservation-step-1 .route-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(292px, 100%);
    margin: 0 auto;
  }

  .reservation-step-1 .route-stat {
    gap: 8px;
    padding: 8px 10px;
  }

  .reservation-step-1 .route-stat-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .reservation-step-1 .route-stat-icon i {
    font-size: 12px;
  }

  .reservation-step-1 .route-stat-label {
    font-size: 9px;
    letter-spacing: 0.7px;
  }

  .reservation-step-1 .route-stat-value {
    font-size: 12px;
  }
}

/* Vehicle Selection Cards */
.reservation-step-1 .car-selection-section {
  padding: 0 0 80px;
}

.reservation-step-1 .car-selection {
  border-radius: 20px;
  border: 1px solid #dfe6f1;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  margin-bottom: 32px !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  position: relative;
  overflow: hidden;
}

.reservation-step-1 .car-selection:hover {
  border-color: #cfd8e6;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

.reservation-step-1 .car-selection > .row {
  align-items: stretch;
  margin: 0;
}

.reservation-step-1 .car-selection > .row > [class*="col-"] {
  padding: 0;
}

.reservation-step-1 .car-image-container {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  background: #eef3fa;
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.reservation-step-1 .car-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.reservation-step-1 .car-image-container .car-swiper {
  height: 100%;
}

.reservation-step-1 .car-image-container .car-swiper .swiper-wrapper,
.reservation-step-1 .car-image-container .car-swiper .swiper-slide {
  height: 100%;
}

.reservation-step-1 .car-swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px !important;
  z-index: 3;
}

.reservation-step-1 .car-swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.reservation-step-1 .car-swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
  background: #ffffff;
}

.reservation-step-1 .car-selection:hover .car-image-container img {
  transform: scale(1.03);
}

.reservation-step-1 .car-main-content {
  padding: 14px 18px 14px 18px;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #ffffff;
}

.reservation-step-1 .car-info-block {
  flex: 1 1 auto;
  min-width: 0;
}

.reservation-step-1 .car-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.reservation-step-1 .car-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.reservation-step-1 .car-rating-stars i {
  color: #f3b52b;
  font-size: 16px;
}

.reservation-step-1 .car-card-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.reservation-step-1 .car-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #e1e8f2;
  background: #f3f7fc;
  color: #394a65;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.reservation-step-1 .car-action-btn:hover {
  background: #eef4ff;
  border-color: #d7e1ef;
  color: #0f2242;
}

.reservation-step-1 .car-action-btn i {
  font-size: 16px;
}

.reservation-step-1 .car-name {
  color: #0f172a;
  font-size: clamp(1.35rem, 1.72vw, 1.7rem);
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.reservation-step-1 .car-capacity-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.reservation-step-1 .car-capacity-line span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2f3c52;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
}

.reservation-step-1 .car-capacity-line i {
  color: #f2b3a3;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.reservation-step-1 .car-capacity-line span svg {
  width: 14px;
  height: 14px;
  fill: #f04a24;
  flex: 0 0 14px;
}

.reservation-step-1 .car-amenity-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.reservation-step-1 .car-amenity-line span {
  display: inline-flex;
  align-items: center;
  color: #3f4d63;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.reservation-step-1 .car-amenity-line i {
  color: #f2b3a3;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}

.reservation-step-1 .car-policy-stack {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reservation-step-1 .car-policy-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #10a56a;
  font-size: 13.5px;
  font-weight: 600;
}

.reservation-step-1 .car-policy-line i {
  font-size: 16px;
}

.reservation-step-1 .car-policy-line-note {
  color: #10a56a;
  font-size: 13px;
  font-weight: 500;
}

.reservation-step-1 .car-policy-line-note i {
  font-size: 15px;
  opacity: 0.92;
}

.reservation-step-1 .car-footer-row {
  flex: 0 0 210px;
  width: 210px;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.reservation-step-1 .car-price-block {
  min-width: 176px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.reservation-step-1 .car-price-block .price-from-label {
  color: #7a879b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2px;
}

.reservation-step-1 .features-toggle-btn {
  border-radius: 999px;
  background: #f8fbff;
  border: 1px solid #dce4f0;
  color: #4c5c73;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 8px;
  width: fit-content;
}

.reservation-step-1 .features-toggle-btn:hover {
  background: #eef4ff;
  border-color: #cfd9e7;
  color: #24344f;
}

.reservation-step-1 .features-content {
  margin-top: 0;
  margin-bottom: 4px;
  padding: 12px;
  background: #f8fbff;
  border-radius: 12px;
  border: 1px solid #e6edf7;
}

.reservation-step-1 .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px 12px;
}

.reservation-step-1 .feature-item {
  color: #556378;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.reservation-step-1 .feature-item i {
  color: #20406f;
  font-size: 14px;
}

.reservation-step-1 .car-price-block .price {
  color: #f04a24;
  font-size: clamp(2rem, 2.6vw, 2.35rem);
  font-weight: 800;
  display: block;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: center;
}

.reservation-step-1 .car-price-block .price-label {
  margin-top: 4px;
  font-size: 12px;
  color: #8a98ad;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-align: right;
}

.reservation-step-1 .main-btn-2 {
  width: auto;
  min-width: 190px;
  min-height: 44px;
  background: #102f5d;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 8px 18px rgba(16, 47, 93, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.reservation-step-1 .main-btn-2 i {
  font-size: 16px;
  color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-step-1 .main-btn-2:hover {
  background: #0d274c;
  box-shadow: 0 10px 22px rgba(16, 47, 93, 0.32);
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 575px) {
  .reservation-step-1 .main-btn-2 {
    font-size: 13px;
    min-height: 44px;
    padding: 0 20px;
    gap: 10px;
    min-width: 160px;
  }
}

.reservation-step-1 .main-btn-2:hover i {
  transform: translateX(4px);
}

@media (min-width: 992px) {
  .reservation-step-1 .main-btn-2 {
    min-height: 48px;
  }
}

.reservation-step-1 .reservation-help-alert {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.reservation-step-1 .reservation-help-alert i.mdi-alert {
  font-size: 32px;
  margin-bottom: 0px;
}

.reservation-step-1 .reservation-help-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 24px;
  background: #10b981;
  border: none;
  color: #fff;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25);
  transition: transform 0.2s;
}

.reservation-step-1 .reservation-help-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.35);
}

.reservation-step-2 .step2-main-section {
  padding-top: 32px !important;
  padding-bottom: 88px !important;
}

.reservation-step-2 .checkout-box {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px;
  margin-bottom: 24px;
}

.reservation-step-2 .checkout-title {
  color: #1e293b !important;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.reservation-step-2 .input-groups {
  position: relative;
  margin-bottom: 20px;
  min-height: 64px;
  height: auto;
  padding: 12px 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px;
  cursor: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.reservation-step-2 .input-groups:has(input:focus) {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1) !important;
  background: #fff !important;
}

.reservation-step-2 .input-groups:has(.time-picker:focus),
.reservation-step-2 .input-groups:has(.date-picker:focus) {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1) !important;
}

.reservation-step-2 .input-groups>label,
.reservation-step-2 .input-groups label.trip-title {
  margin-bottom: 6px !important;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
  z-index: 1;
  text-align: left !important;
}

.reservation-step-2 .checkout-input,
.reservation-step-2 .input-groups>input {
  height: 28px;
  border: none !important;
  background: transparent !important;
  color: #1e293b;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
  width: 100%;
}

.reservation-step-2 .checkout-input:focus,
.reservation-step-2 .input-groups>input:focus {
  outline: none;
}

.reservation-step-2 .checkout-input::placeholder,
.reservation-step-2 .input-groups>input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.reservation-step-2 .input-groups:has(.date-picker) {
  padding-left: 54px;
}

.reservation-step-2 .input-groups:has(.date-picker)::before {
  content: '\F00ED';
  font-family: "Material Design Icons";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #6366f1;
  line-height: 1;
  pointer-events: none;
}

.reservation-step-2 .input-groups:has(.time-picker) {
  padding-left: 54px;
}

.reservation-step-2 .input-groups:has(.time-picker)::before {
  content: '\F0150';
  font-family: "Material Design Icons";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #6366f1;
  line-height: 1;
  pointer-events: none;
}

/* Return-transfer date/time inputs have their own label icons — hide ::before there */
.reservation-step-2 .return-transfer-body .input-groups:has(.date-picker),
.reservation-step-2 .return-transfer-body .input-groups:has(.time-picker) {
  padding-left: 0 !important;
}
.reservation-step-2 .return-transfer-body .input-groups:has(.date-picker)::before,
.reservation-step-2 .return-transfer-body .input-groups:has(.time-picker)::before {
  display: none !important;
}

/* ── Desktop submit + policy bar ────────────────────── */
.reservation-step-2 .step2-submit-bar {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 24px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  align-items: stretch !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

.reservation-step-2 .step2-submit-bar::before {
  display: none;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox] {
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  background: transparent;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.9);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]:checked {
  background: #101b31;
  border-color: #101b31;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 27, 49, 0.15);
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy label {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b !important;
  cursor: pointer;
  margin: 0;
  flex: 1;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy label a {
  color: #6366f1 !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(99, 102, 241, 0.3);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy label a:hover {
  color: #4f46e5 !important;
  text-decoration-color: rgba(79, 70, 229, 0.5);
}

.reservation-step-2 .step2-submit-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reservation-step-2 .step2-submit-actions .total-payment {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.reservation-step-2 .step2-submit-actions .total-payment > span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #64748b !important;
  font-weight: 700;
}

.reservation-step-2 .step2-submit-actions .total-payment h4 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #101b31 !important;
  margin: 0;
  line-height: 1.15;
}

/* ── Dönüş Transfer Toggle Kutusu ─────────────────────────── */
.reservation-step-2 .return-transfer-box {
  padding: 0 !important;
  overflow: visible;
  border: 1px solid #dfe7f2 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  backdrop-filter: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.reservation-step-2 .return-toggle-header {
  padding: 0;
}

.reservation-step-2 .return-toggle-label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  margin: 0;
  padding: 18px 20px;
  border: none;
  border-radius: 18px;
  background: transparent;
  transition: all 0.2s ease;
  user-select: none;
}

.reservation-step-2 .return-toggle-check {
  width: 28px;
  height: 28px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cad6e6;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.reservation-step-2 .return-toggle-check::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0.9);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.reservation-step-2 .return-toggle-check:checked {
  background: linear-gradient(180deg, #13345f 0%, #0d274c 100%);
  border-color: #102f5d;
  box-shadow: 0 0 0 4px rgba(16, 47, 93, 0.12);
}

.reservation-step-2 .return-toggle-check:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.reservation-step-2 .return-toggle-check:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(198, 162, 75, 0.18);
}

.reservation-step-2 .return-toggle-label:hover {
  background: #f8fafc;
}

.reservation-step-2 .return-toggle-text {
  font-size: 19px;
  font-weight: 800;
  color: #10213f;
  transition: color 0.2s ease;
  line-height: 1.2;
}

.reservation-step-2 .return-toggle-copy {
  display: flex;
  align-items: center;
  min-width: 0;
}

.reservation-step-2 .return-transfer-body {
  padding: 20px 24px;
  border-top: 1px solid #f1f5f9;
  border-radius: 0;
  background: transparent;
  margin-top: 0;
}

/* Neutralise the stray Bootstrap col-12 wrapper inside return-transfer-body
   so the return-row negative margins work correctly against the body padding */
.reservation-step-2 .return-transfer-body>.col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.reservation-step-2 .return-transfer-body.d-none {
  display: none !important;
}

/* Bootstrap 4 doesn't have g-2; emulate column gutter with mb */
.reservation-step-2 .return-transfer-body .return-row {
  margin-left: -8px;
  margin-right: -8px;
}

.reservation-step-2 .return-row>[class*="col-"] {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.reservation-step-2 .return-row>[class*="col-"]:last-child {
  margin-bottom: 0;
}

.reservation-step-2 .return-transfer-body .checkout-title {
  margin-top: 0;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

/* ── Return Transfer Input Fields – Enhanced Padding ─────────────── */
.reservation-step-2 .return-transfer-body .input-groups {
  position: relative !important;
  margin-bottom: 20px !important;
  min-height: 64px !important;
  height: auto !important;
  padding: 12px 18px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  cursor: text !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

.reservation-step-2 .return-transfer-body .input-groups>label {
  margin-bottom: 6px !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  color: #64748b !important;
  font-weight: 700 !important;
  z-index: 1 !important;
  text-align: left !important;
}

.reservation-step-2 .return-transfer-body .input-groups>input,
.reservation-step-2 .return-transfer-body .checkout-input {
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  color: #1e293b !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  width: 100% !important;
}

.reservation-step-2 .return-transfer-body .input-groups:has(input:focus) {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1) !important;
  background: #fff !important;
}

.reservation-step-2 .return-transfer-body .input-groups:has(.date-picker) {
  padding-left: 56px !important;
}

.reservation-step-2 .return-transfer-body .input-groups:has(.time-picker) {
  padding-left: 56px !important;
}

/* Return Transfer Extras Section – Enhanced Spacing */
.reservation-step-2 .return-transfer-body .extra-select,
.reservation-step-2 .return-transfer-body .select-nosrch {
  height: 56px !important;
  padding: 14px 18px !important;
  padding-right: 42px !important;
}

.reservation-step-2 .return-transfer-body .checkout-title:not(:first-child) {
  margin-top: 28px;
}

.reservation-step-2 .voucher-submit {
  border: 0;
  height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  background: #101b31;
  box-shadow: 0 2px 8px rgba(16, 27, 49, 0.15);
  transition: all 0.25s ease;
}

.reservation-step-2 .voucher-submit:hover {
  background: #1e3a5f;
  box-shadow: 0 4px 14px rgba(16, 27, 49, 0.25);
}

.reservation-step-2 .step2-summary-card,
.reservation-step-2 .step2-price-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: box-shadow 0.3s ease;
}

/* Clip the full-bleed car image to the card's rounded corners */
.reservation-step-2 .step2-summary-card {
  overflow: hidden;
}

.reservation-step-2 .step2-summary-card:hover,
.reservation-step-2 .step2-price-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.reservation-step-2 .step2-summary-card .f-white,
.reservation-step-2 .step2-summary-card .csg,
.reservation-step-2 .step2-summary-card .csp,
.reservation-step-2 .step2-price-card .f-white,
.reservation-step-2 .step2-price-card .csg,
.reservation-step-2 .step2-price-card .csp {
  color: #475569 !important;
}

.reservation-step-2 .step2-summary-card i.mdi,
.reservation-step-2 .step2-price-card i.mdi {
  color: #101b31 !important;
}

.reservation-step-2 .step-2-car-name {
  color: #1e293b;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 14px;
}

/* Full-bleed car image inside summary card */
.reservation-step-2 .summary-car-image {
  margin: 0 -24px 16px;
  overflow: hidden;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

.reservation-step-2 .summary-car-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Specs row (bagaj + kisi) */
.reservation-step-2 .summary-specs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 12px;
}

/* Vehicle features list */
.reservation-step-2 .summary-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 6px;
}

.reservation-step-2 .summary-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  color: #475569;
  font-size: 13px;
}

.reservation-step-2 .summary-feature-item i {
  color: #0d1b35 !important;
  font-size: 12px;
}

@media (max-width: 575px) {
  .reservation-step-2 .summary-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* Route info (from / to) */
.reservation-step-2 .summary-route {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
}

.reservation-step-2 .summary-route-meta {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.reservation-step-2 .summary-route-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e5eaf2;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

.reservation-step-2 .summary-route-stat i {
  color: #0d1b35;
  font-size: 15px;
}

.reservation-step-2 .leftf.dotted-gradient {
  height: 20px;
  margin: 10px 0 6px 10px;
  border-left: 2px dashed #cbd5e1;
}

@media (max-width: 575px) {
  .reservation-step-2 .summary-route-meta {
    grid-template-columns: 1fr;
  }
}

/* Override f-white inside light checkout-box */
.reservation-step-2 .checkout-box .f-white,
.reservation-step-2 .checkout-box label.f-white {
  color: #1e293b !important;
}

.reservation-step-2 .extra-list ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.reservation-step-2 .rextra-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  color: #64748b;
  border-bottom: 1px dashed #e2e8f0;
}

.reservation-step-2 .rextra-items b {
  color: #1e293b;
  font-weight: 700;
}

.reservation-step-2 .extra-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  color: #64748b;
  border-bottom: 1px dashed #e2e8f0;
}

.reservation-step-2 .extra-items b {
  color: #1e293b;
  font-weight: 700;
}

.reservation-step-2 .new-hr {
  border-color: #e2e8f0;
  margin: 20px 0;
}

/* Total Price Display */
.reservation-step-2 .step2-price-card h4.bold {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1e293b;
}

.reservation-step-2 .step2-price-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0 6px;
  border-bottom: 1px dashed #f1f5f9;
}

.reservation-step-2 .step2-price-value {
  font-size: 2rem;
  font-weight: 800;
  color: #0d1b35;
  letter-spacing: -0.02em;
}

.reservation-step-2 .step2-price-sub {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reservation-step-2 .step2-price-card .total-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: #101b31;
}

/* Price row items inside price card */
.reservation-step-2 .step2-price-card > .col-12.d-flex > div[style] {
  padding: 6px 0;
  border-bottom: 1px dashed #f1f5f9;
  font-size: 14.5px;
}

.reservation-step-2 .step2-price-card > .col-12.d-flex > div[style] .f-white {
  color: #64748b !important;
}

.reservation-step-2 .step2-price-card > .col-12.d-flex > div[style] .bold {
  color: #1e293b !important;
  font-weight: 700;
}

/* Price card title bar */
.reservation-step-2 .step2-price-card-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #94a3b8;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

/* Return Transfer Section */
.reservation-step-2 #return-transfer {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.reservation-step-2 #return-transfer>.col-12 {
  padding: 0;
}

.reservation-step-2 .step2-price-card .policy label {
  color: #64748b;
}

.reservation-step-2 .step2-price-card .policy a {
  color: #101b31;
  text-decoration: underline;
}

.reservation-step-2 .msg-box {
  background: rgba(99, 102, 241, 0.06);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  backdrop-filter: none;
}

/* Select Dropdown Styling */
.reservation-step-2 .select-nosrch,
.reservation-step-2 .extra-select {
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b !important;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

.reservation-step-2 .select-nosrch:focus,
.reservation-step-2 .extra-select:focus {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1) !important;
  outline: none;
}

.reservation-step-2 .select-nosrch:hover,
.reservation-step-2 .extra-select:hover {
  border-color: #94a3b8 !important;
}

.reservation-step-2 .select-nosrch option,
.reservation-step-2 .extra-select option {
  padding: 10px;
  font-weight: 500;
  background: #fff;
  color: #1e293b;
}

/* Checkbox Styling */
.reservation-step-2 .chk {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reservation-step-2 .chk input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #101b31;
  cursor: pointer;
}

.reservation-step-2 .chk label {
  cursor: pointer;
  user-select: none;
  color: #475569;
}

/* Policy Checkbox */
.reservation-step-2 .policy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.reservation-step-2 .policy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #101b31;
  cursor: pointer;
  flex-shrink: 0;
}

.reservation-step-2 .policy label {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  cursor: pointer;
}

.reservation-step-2 .policy a {
  color: #101b31;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.reservation-step-2 .policy a:hover {
  color: #1e3a5f;
  text-decoration: underline;
}

.reservation-step-2 .msg-box i {
  color: #6366f1;
}

.reservation-step-2 .msg-box span {
  color: #1e293b;
}

/* ── Phone (intlTelInput) – input-groups integrated ─────────────── */
.reservation-step-2 .phone-input-group {
  overflow: visible !important;
  cursor: pointer;
}

.reservation-step-2 .phone-input-group .iti {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  position: relative;
}

.reservation-step-2 .phone-input-group .iti input[type=tel] {
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  color: #1e293b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  padding: 0 0 0 90px !important;
  border-radius: 0 !important;
  line-height: 28px !important;
}

.reservation-step-2 .phone-input-group .iti input[type=tel]::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.reservation-step-2 .phone-input-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-right: 1px solid #e2e8f0 !important;
  border-radius: 0;
  padding: 0 10px 0 0;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  top: 0;
  bottom: auto;
}

.reservation-step-2 .phone-input-group .iti__selected-dial-code {
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}

.reservation-step-2 .phone-input-group .iti__flag-container {
  height: 28px !important;
}

.reservation-step-2 .phone-input-group .iti__country-list {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid #e2e8f0;
  margin-top: 6px;
  z-index: 99999;
  background: #fff;
  position: fixed;
  max-height: 260px;
  overflow-y: auto;
}

.reservation-step-2 .phone-input-group .iti__country-list .iti__country {
  padding: 8px 14px;
}

.reservation-step-2 .phone-input-group .iti__country.iti__highlight {
  background-color: #f1f5f9;
}

.reservation-step-2 .phone-input-group .iti__country-name {
  color: #1e293b;
}

.reservation-step-2 .phone-input-group .iti__dial-code {
  color: #64748b;
}

.reservation-step-2 .phone-input-group .iti__arrow {
  border-top-color: #64748b;
}

.reservation-step-2 .phone-input-group .iti__arrow--up {
  border-bottom-color: #6366f1;
  border-top-color: transparent;
}

.reservation-step-2 .phone-input-group .iti__search-input {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  border-radius: 8px;
  padding: 8px 12px;
  width: calc(100% - 24px);
  margin: 8px 12px;
  font-size: 14px;
}

/* ── Geliştirilmiş submit bar (masaüstü) — light override ─────── */
/* (primary rules live in the "Desktop submit + policy bar" block above) */
.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox] {
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  background: transparent;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.9);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]:checked {
  background: #101b31;
  border-color: #101b31;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 27, 49, 0.15);
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy label {
  font-size: 14px;
  line-height: 1.5;
  color: #64748b !important;
  cursor: pointer;
  margin: 0;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy label a {
  color: #6366f1 !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(99, 102, 241, 0.3);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.reservation-step-2 .step2-submit-bar .step2-submit-policy label a:hover {
  color: #4f46e5 !important;
  text-decoration-color: rgba(79, 70, 229, 0.5);
}

.reservation-step-2 .step2-submit-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reservation-step-2 .step2-submit-actions .total-payment {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reservation-step-2 .step2-submit-actions .total-payment>span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b !important;
  font-weight: 700;
}

.reservation-step-2 .step2-submit-actions .total-payment h4 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #101b31 !important;
  margin: 0;
}

/* ── Unified submit alanı (fiyat kartının içinde, her zaman görünür) ─── */
.reservation-step-2 .step2-unified-submit {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy input[type=checkbox] {
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  background: transparent;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.9);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy input[type=checkbox]:checked {
  background: #101b31;
  border-color: #101b31;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy input[type=checkbox]:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 27, 49, 0.15);
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy label {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
  cursor: pointer;
  margin: 0;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy label a {
  color: #6366f1;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(99, 102, 241, 0.3);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.reservation-step-2 .step2-unified-submit .step2-submit-policy label a:hover {
  color: #4f46e5;
  text-decoration-color: rgba(79, 70, 229, 0.5);
}

.reservation-step-2 .step2-unified-submit .voucher-submit {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .reservation-step-2 .step2-layout-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-step-2 .step2-layout-row>.step2-left-column {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .reservation-step-2 .step2-layout-row>.step2-right-column {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    align-self: flex-start;
    position: sticky;
    top: 94px;
  }
}

@media (min-width: 992px) {
  .reservation-step-2 .step2-layout-row>.step2-right-column {
    flex-basis: 360px;
    width: 360px;
    max-width: 360px;
  }
}

@media (min-width: 1200px) {
  .reservation-step-2 .step2-layout-row>.step2-right-column {
    flex-basis: 380px;
    width: 380px;
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .reservation-step-2 .step2-layout-row {
    display: block;
  }

  .reservation-step-2 .step2-right-column {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 16px;
  }
}

.reservation-step-3 .rez-complete-section {
  padding: 74px 0 96px;
}

.reservation-step-3 .rez-complete-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 42px 32px;
}

.reservation-step-3 .rez-complete-box::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(243, 192, 75, 0.08), transparent 70%);
}

.reservation-step-3 .rez-complete-box .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.reservation-step-3 .rez-complete-box .head i {
  font-size: 72px;
  color: #10a36f;
  filter: drop-shadow(0 0 16px rgba(16, 163, 111, 0.4));
}

.reservation-step-3 .rez-complete-box .head i.mdi-close {
  color: #ef4444 !important;
  filter: drop-shadow(0 0 16px rgba(239, 68, 68, 0.4));
}

.reservation-step-3 .rez-complete-box .message {
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: #1e293b;
  font-weight: 800;
  text-align: center;
}

.reservation-step-3 .rez-complete-info {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.04);
  margin-top: 18px;
  padding: 24px;
}

.reservation-step-3 .rez-complete-info .form-note {
  color: #475569 !important;
  font-size: 15px;
  line-height: 1.7;
}

.reservation-step-3 .rez-number-box {
  margin-top: 16px;
  background: linear-gradient(135deg, rgba(243, 192, 75, 0.08) 0%, rgba(243, 192, 75, 0.02) 100%);
  border: 1px solid rgba(243, 192, 75, 0.2);
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.reservation-step-3 .rez-number-box span:first-child {
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
}

.reservation-step-3 .rez-number-box span:last-child {
  font-family: var(--font-display, "Manrope", sans-serif);
  font-size: 34px;
  letter-spacing: 2px;
  color: #101b31;
  font-weight: 800;
}

.reservation-step-3 .main-btn.add-border {
  border: 0;
  border-radius: 10px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  background: #101b31;
  color: #fff;
  box-shadow: 0 2px 8px rgba(16, 27, 49, 0.15);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.reservation-step-3 .main-btn.add-border:hover {
  background: #1e3a5f;
  box-shadow: 0 4px 14px rgba(16, 27, 49, 0.25);
}

@media (max-width: 991px) {
  .reservation-flow .step-breadcrumb ul {
    padding: 0;
  }

  .reservation-flow .step-breadcrumb ul li:not(:last-child)::after {
    left: calc(50% + 24px);
    width: calc(100% - 48px);
  }

  .reservation-step-1 .step-route-box {
    padding: 24px 22px;
    border-radius: 16px;
  }

  .reservation-step-1 .car-selection {
    padding: 0;
  }

  .reservation-step-1 .car-image-container {
    border-radius: 20px 20px 0 0;
    min-height: 210px;
  }

  .reservation-step-1 .car-main-content {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 18px;
  }

  .reservation-step-1 .car-amenity-line span {
    font-size: 14px;
  }

  .reservation-step-1 .car-footer-row {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }

  .reservation-step-1 .car-price-block .price {
    font-size: 1.75rem;
  }

  .reservation-step-2 .checkout-box {
    padding: 18px;
  }

  .reservation-step-2 .step2-summary-card,
  .reservation-step-2 .step2-price-card {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .reservation-step-1 .car-head-row {
    margin-bottom: 6px;
  }

  .reservation-step-1 .car-rating-stars i {
    font-size: 14px;
  }

  .reservation-step-1 .car-route-line {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .reservation-step-1 .car-amenity-line {
    margin-bottom: 8px;
    gap: 6px;
  }

  .reservation-step-1 .car-capacity-line {
    margin-bottom: 6px;
    gap: 6px;
    flex-wrap: nowrap;
  }

  .reservation-step-1 .car-capacity-line span {
    font-size: 13px;
  }

  .reservation-step-1 .car-capacity-line span svg {
    width: 13px;
    height: 13px;
  }

  .reservation-step-1 .car-amenity-line span {
    font-size: 13px;
  }

  .reservation-step-1 .car-policy-line,
  .reservation-step-1 .car-policy-line-note {
    font-size: 13px;
  }

  .reservation-step-1 .car-policy-stack {
    margin-bottom: 6px;
    gap: 5px;
  }

  .reservation-step-1 .car-footer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .reservation-step-1 .car-price-block {
    text-align: left;
  }

  .reservation-step-1 .car-price-block .price {
    font-size: 2.2rem;
    line-height: 1;
  }

  .reservation-step-1 .main-btn-2 {
    width: 100%;
    justify-content: center;
    padding: 0 18px;
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .reservation-flow .step-name {
    display: block;
  }

  .reservation-flow .step-name span {
    font-size: 11px;
  }

  .reservation-flow .circle-group {
    width: 38px;
    height: 38px;
  }

  .reservation-flow .step-breadcrumb ul li:not(:last-child)::after {
    top: 18px;
    left: calc(50% + 21px);
    width: calc(100% - 42px);
  }

  .reservation-step-1 .route-meta span {
    width: 100%;
    justify-content: center;
  }

  .reservation-step-2 .step2-main-section {
    padding-top: 24px !important;
    padding-bottom: 72px !important;
  }

  .reservation-step-3 .rez-complete-box {
    padding: 30px 22px;
  }
}

@media (max-width: 576px) {
  .reservation-flow .step-breadcrumb ul {
    padding: 0 2px;
  }

  .reservation-flow .step-name span {
    font-size: 10px;
    letter-spacing: 0;
  }

  .reservation-step-1 .step-route-box {
    border-radius: 14px;
  }

  .reservation-step-1 .route-meta span {
    width: 100%;
    justify-content: center;
  }

  .reservation-step-1 .reservation-help-alert {
    text-align: center;
  }

  .reservation-step-2 .return-transfer-box {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .reservation-step-2 .return-toggle-header {
    padding: 2px 2px 8px;
  }

  .reservation-step-2 .return-toggle-label {
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .reservation-step-2 .return-toggle-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .reservation-step-2 .return-transfer-body {
    padding: 14px;
  }

  /* Mobile: Return Transfer Input Groups - sama stili normal input gibi */
  .reservation-step-2 .return-transfer-body .input-groups {
    position: relative !important;
    margin-bottom: 16px !important;
    min-height: 62px !important;
    height: auto !important;
    padding: 12px 16px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    cursor: text !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups>input,
  .reservation-step-2 .return-transfer-body .checkout-input {
    height: 26px !important;
    border: none !important;
    background: transparent !important;
    color: #1e293b !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    width: 100% !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups {
    padding: 12px 16px !important;
    min-height: 62px !important;
    margin-bottom: 14px !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups>input {
    font-size: 15px !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups:has(.date-picker),
  .reservation-step-2 .return-transfer-body .input-groups:has(.time-picker) {
    padding-left: 50px !important;
  }

  .reservation-step-2 .return-transfer-body .extra-select,
  .reservation-step-2 .return-transfer-body .select-nosrch {
    height: 52px !important;
    padding: 12px 16px !important;
    padding-right: 40px !important;
  }

  .reservation-step-2 .return-transfer-body .return-row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .reservation-step-2 .return-row>[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .reservation-step-3 .rez-number-box span:last-child {
    font-size: 27px;
    letter-spacing: 1.2px;
  }
}

/* ---------------------------------------------------- */
/* OVERRIDE FOR RESPONSIVE.CSS CONFLICT */
/* ---------------------------------------------------- */
/* The global style in responsive.css:60 (.input-groups { height: 50px; margin-bottom: 5px !important; }) */
/* was forcing all inputs to be small and cramped. */
/* We override it here with MAXIMUM specificity for Step 2. */

/* Force ALL input-groups to have proper height (fixes özel not and other inputs) */
body.reservation-flow.reservation-step-2 .checkout-box .input-groups,
body.reservation-flow.reservation-step-2 .input-groups {
    height: auto !important; /* Override fixed 50px */
    min-height: 56px !important; /* Adequate height for all inputs including text fields */
    margin-bottom: 16px !important; /* Override 5px !important */
}

/* Specifically target the Return Transfer (Dönüş Bilgileri) inputs with horizontal flexbox design */
body.reservation-flow.reservation-step-2 .return-transfer-body .input-groups {
    min-height: 68px !important;
    height: auto !important;
    padding: 14px 20px !important;
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
}

/* Ensure the inputs inside return-transfer don't get double padding or wrong height */
body.reservation-flow.reservation-step-2 .return-transfer-body .input-groups input,
body.reservation-flow.reservation-step-2 .return-transfer-body .input-groups select {
    height: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Fix return transfer toggle checkbox background - prevent any pattern background */
body.reservation-flow.reservation-step-2 .return-toggle-header,
body.reservation-flow.reservation-step-2 .return-toggle-label {
    background: transparent !important;
    background-image: none !important;
}
