/* ═══════════════════════════════════════════════════════════
   booking-form.css — Shared styles for all dedicated booking pages
   (Tour, Cab, Hotel, Flight, Visa, Driver)
   ═══════════════════════════════════════════════════════════ */

/* ── Page Wrapper ──────────────────────────────────────────── */
.bk-page-wrapper {
  min-height: 100vh;
  background: #f0f4f8;
  padding-bottom: 60px;
}

/* ── Hotel Detail Hero ─────────────────────────────────── */
.hotel-hero {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 0 64px;
}

/* blurred background image pulled from CSS variable */
.hotel-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-img, none);
  background-size: cover;
  background-position: center 40%;
  background-color: #0b1e3d;
  filter: blur(0px) brightness(0.55) saturate(1.2);
  transform: scale(1.04);         /* hide blur edges */
  transition: filter 0.6s ease;
}

/* rich gradient overlay — deep navy at bottom */
.hotel-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(10,18,40,0.30) 0%,
      rgba(10,18,40,0.55) 45%,
      rgba(6,12,28,0.90) 100%
    );
}

/* decorative wave at the bottom */
.hotel-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 54px;
  line-height: 0;
}
.hotel-hero__wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* centered content column */
.hotel-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 44px;
}

/* big bold title with shimmer animation */
@keyframes hero-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}
.hotel-hero__title {
  font-size: clamp(26px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #fff;
  text-shadow: 0 4px 32px rgba(0,0,0,0.7), 0 1px 0 rgba(0,0,0,0.4);
  max-width: 800px;
}

/* address area */
.hotel-hero__address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

/* frosted glass address pill */
.hotel-hero__address-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 6px 18px;
  border-radius: 999px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.12);
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hotel-hero__address-pill i {
  color: #38bdf8;
  font-size: 13px;
}

@media (max-width: 640px) {
  .hotel-hero { min-height: 200px; padding-bottom: 54px; }
  .hotel-hero__inner { padding-top: 32px; }
}

/* ── Hero Strip (Scenic Destination Photo with Cinematic Overlay) ── */
.bk-hero {
  position: relative;
  background-color: #0b172a;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  padding: 40px 0 44px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}
.bk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(7, 16, 35, 0.75) 0%,
    rgba(9, 21, 46, 0.60) 48%,
    rgba(6, 14, 30, 0.88) 100%);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  pointer-events: none;
}
.bk-hero .container,
.bk-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 880px;
}

.bk-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  flex-wrap: wrap;
  padding: 5px 16px;
  background: rgba(4, 13, 33, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
.bk-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color .2s;
}
.bk-breadcrumb a:hover { color: #38bdf8; }
.bk-breadcrumb i { font-size: 8px; opacity: 0.6; }
.bk-breadcrumb .current { color: #38bdf8; font-weight: 600; }

.bk-hero-title {
  font-size: clamp(22px, 2.7vw, 32px);
  font-weight: 800;
  color: #fff;
  margin: 0 auto 12px;
  line-height: 1.25;
  text-align: center;
  max-width: 840px;
  letter-spacing: -0.35px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.bk-hero-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.bk-hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #f8fafc;
  background: rgba(10, 20, 42, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 13px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.bk-hero-meta-item i {
  font-size: 12.5px;
}
.bk-hero-meta-item .text-amber { color: #fbbf24; }
.bk-hero-meta-item .text-rose { color: #fb7185; }
.bk-hero-meta-item .text-cyan { color: #38bdf8; }
.bk-hero-meta-item .text-emerald { color: #34d399; }
.bk-hero-meta-trust {
  background: rgba(16, 185, 129, 0.2);
  border-color: rgba(52, 211, 153, 0.4);
  color: #6ee7b7;
}

.bk-hero-subtitle {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

/* ── Main Layout ───────────────────────────────────────────── */
.bk-main-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  margin-top: 28px;
  position: relative;
  align-items: start;
}
@media (max-width: 900px) {
  .bk-main-grid { grid-template-columns: 1fr; margin-top: 20px; }
}

/* ── Booking Form Card ─────────────────────────────────────── */
.bk-form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  overflow: hidden;
}
.bk-form-header {
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.bk-form-header-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}
.bk-form-header-title { font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 3px; }
.bk-form-header-sub   { font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; }
.bk-form-body { padding: 28px; }

/* ── Step Indicator ────────────────────────────────────────── */
.bk-steps {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 0;
}
.bk-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.bk-step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .3s;
}
.bk-step.active .bk-step-num { background: #1a3a6b; color: #fff; }
.bk-step.done .bk-step-num   { background: #10b981; color: #fff; }
.bk-step-label { font-size: 13px; font-weight: 600; color: #94a3b8; }
.bk-step.active .bk-step-label { color: #1a3a6b; }
.bk-step.done .bk-step-label   { color: #10b981; }
.bk-step-line {
  flex: 0.4;
  height: 2px;
  background: #e2e8f0;
  margin: 0 4px;
}

/* ── Section sub-heading ───────────────────────────────────── */
.bk-section-label {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 4px 0 10px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 16px;
}

/* ── Field Row ─────────────────────────────────────────────── */
.bk-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.bk-row.single { grid-template-columns: 1fr; }
.bk-row.triple { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 600px) {
  .bk-row, .bk-row.triple { grid-template-columns: 1fr; }
}

/* ── Field Group ───────────────────────────────────────────── */
.bk-group { display: flex; flex-direction: column; gap: 6px; }
.bk-group.full { grid-column: 1/-1; }

.bk-label {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bk-label i { color: #0e7490; font-size: 14px; }
.bk-label .req { color: #ef4444; margin-left: 2px; }

.bk-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  color: #1e293b;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
}
.bk-input:focus {
  border-color: #0e7490;
  box-shadow: 0 0 0 3px rgba(14,116,144,0.12);
}
.bk-input.error { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.1); }
.bk-input::placeholder { color: #94a3b8; }
.bk-input-icon-wrap {
  position: relative;
}
.bk-input-icon-wrap .bk-input { padding-left: 40px; }
.bk-input-icon-wrap .field-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}

/* ── Stepper (Guests/Rooms) ────────────────────────────────── */
.bk-stepper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
}
.bk-stepper-label { font-size: 15px; color: #374151; font-weight: 500; }
.bk-stepper-label small { display: block; font-size: 12px; color: #94a3b8; font-weight: 400; }
.bk-stepper-controls { display: flex; align-items: center; gap: 12px; }
.bk-stepper-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.bk-stepper-btn:hover:not(:disabled) { border-color: #0e7490; color: #0e7490; background: #ecfeff; }
.bk-stepper-btn:disabled { opacity: .35; cursor: not-allowed; }
.bk-stepper-val { font-size: 16px; font-weight: 700; color: #1a3a6b; min-width: 24px; text-align: center; }

/* ── Room Type pills ───────────────────────────────────────── */
.bk-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.bk-pill {
  flex: 1;
  min-width: 80px;
  padding: 9px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  text-align: center;
  transition: all .2s;
}
.bk-pill:hover  { border-color: #0e7490; color: #0e7490; }
.bk-pill.active { border-color: #1a3a6b; background: #eff6ff; color: #1a3a6b; }
.bk-pill input  { display: none; }

/* ── Error text ────────────────────────────────────────────── */
.bk-error { font-size: 13px; color: #ef4444; margin-top: 2px; display: none; }
.bk-error.show { display: block; }

/* ── Captcha ───────────────────────────────────────────────── */
.bk-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
}
.bk-captcha-label { font-size: 14px; color: #64748b; font-weight: 600; white-space: nowrap; }
.bk-captcha-q     { font-size: 15px; font-weight: 700; color: #1a3a6b; white-space: nowrap; }
.bk-captcha-eq    { font-size: 15px; color: #475569; }
.bk-captcha-input {
  width: 110px;
  min-width: 100px;
  padding: 8px 12px;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  outline: none;
  color: #1e293b;
  -moz-appearance: textfield;
}
.bk-captcha-input::-webkit-outer-spin-button,
.bk-captcha-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bk-captcha-input:focus { border-color: #0e7490; box-shadow: 0 0 0 3px rgba(14,116,144,0.12); }

/* ── Submit Button ─────────────────────────────────────────── */
.bk-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}
.bk-submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background .2s;
}
.bk-submit-btn:hover::before { background: rgba(255,255,255,0.08); }
.bk-submit-btn:disabled { opacity: .6; cursor: not-allowed; }
.bk-submit-btn:active:not(:disabled) { transform: scale(0.99); }

/* ── Success State ─────────────────────────────────────────── */
.bk-success-state {
  display: none;
  text-align: center;
  padding: 40px 20px;
  animation: fadeInUp .5s ease;
}
.bk-success-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  margin: 0 auto 20px;
}
.bk-success-title { font-size: 22px; font-weight: 800; color: #065f46; margin: 0 0 10px; }
.bk-success-ref   { font-size: 14px; color: #475569; margin: 0 0 6px; }
.bk-success-ref strong { font-size: 18px; color: #1a3a6b; letter-spacing: 1px; }
.bk-success-msg   { font-size: 14px; color: #64748b; max-width: 400px; margin: 8px auto 24px; line-height: 1.6; }
.bk-success-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bk-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #e2e8f0;
  color: #475569;
  background: #fff;
  transition: all .2s;
}
.bk-back-btn:hover { border-color: #cbd5e1; color: #1e293b; }
.bk-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  color: #fff;
  transition: opacity .2s;
}
.bk-home-btn:hover { opacity: 0.9; color: #fff; }

/* ── Sidebar ───────────────────────────────────────────────── */
.bk-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 90px; }
.bk-sidebar-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  overflow: hidden;
}
.bk-sidebar-card-header {
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  padding: 16px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bk-sidebar-card-body { padding: 18px 20px; }
.bk-trust-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.bk-trust-item { display: flex; align-items: flex-start; gap: 10px; }
.bk-trust-ico {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.bk-trust-ico.blue   { background: #eff6ff; color: #1d4ed8; }
.bk-trust-ico.green  { background: #f0fdf4; color: #16a34a; }
.bk-trust-ico.amber  { background: #fffbeb; color: #d97706; }
.bk-trust-ico.teal   { background: #f0fdfa; color: #0d9488; }
.bk-trust-text strong { display: block; font-size: 13px; font-weight: 700; color: #1e293b; margin-bottom: 2px; }
.bk-trust-text span   { font-size: 12px; color: #64748b; }

.bk-contact-card {
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  border-radius: 14px;
  padding: 22px;
  text-align: center;
}
.bk-contact-card h5 { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 6px; }
.bk-contact-card p  { font-size: 13px; color: rgba(255,255,255,0.8); margin: 0 0 16px; }
.bk-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
  transition: opacity .2s;
}
.bk-contact-btn.phone { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.bk-contact-btn.wa    { background: #25d366; color: #fff; }
.bk-contact-btn:hover { opacity: 0.88; }

/* ── Package Preview Card (Tour sidebar) ───────────────────── */
.bk-pkg-preview {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.bk-pkg-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.bk-pkg-meta { background: #fff; padding: 16px 20px; }
.bk-pkg-title { font-size: 15px; font-weight: 700; color: #1e293b; margin: 0 0 8px; line-height: 1.3; }
.bk-pkg-tags  { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.bk-pkg-tag   { background: #f1f5f9; color: #475569; border-radius: 6px; padding: 3px 10px; font-size: 11px; font-weight: 600; }
.bk-pkg-row   { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #64748b; }
.bk-pkg-row i { color: #0e7490; font-size: 12px; }

/* ── Enquiry Confirmation banner ───────────────────────────── */
.bk-enquiry-note {
  background: linear-gradient(135deg, #eff6ff, #f0fdf4);
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13px;
  color: #1e3a5f;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.bk-enquiry-note i { color: #1d4ed8; margin-top: 2px; flex-shrink: 0; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════
   Thank You Confirmation Page Styles (.ty-*)
   ═══════════════════════════════════════════════════════════ */
.ty-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 24px;
}
.ty-banner {
  background: linear-gradient(135deg, #093c31 0%, #0c4a6e 60%, #0e7490 100%);
  padding: 26px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
}
.ty-check-badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #34d399;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(52, 211, 153, 0.35);
}
.ty-banner-title {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 4px;
  line-height: 1.3;
}
.ty-banner-sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.45;
}
.ty-card-body {
  padding: 26px 30px;
}

/* Reference Callout */
.ty-ref-box {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 100%);
  border: 1.5px solid #a7f3d0;
  border-radius: 12px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.ty-ref-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #065f46;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.ty-ref-code {
  font-size: 21px;
  font-weight: 800;
  color: #047857;
  letter-spacing: 1px;
}
.ty-ref-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}
.ty-copy-btn {
  background: #fff;
  border: 1px solid #6ee7b7;
  color: #065f46;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .2s;
}
.ty-copy-btn:hover {
  background: #047857;
  color: #fff;
}

/* Summary Grid */
.ty-section-title {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ty-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}
.ty-info-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
}
.ty-info-item.full {
  grid-column: 1 / -1;
}
.ty-info-label {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.ty-info-val {
  font-size: 14.5px;
  font-weight: 700;
  color: #1e293b;
}

/* Step Roadmap */
.ty-steps-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 24px;
}
.ty-steps-title {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ty-steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .ty-steps-list { grid-template-columns: 1fr; }
}
.ty-step-box {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  position: relative;
}
.ty-step-num {
  width: 26px;
  height: 26px;
  background: #0e7490;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ty-step-h {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px;
}
.ty-step-p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Actions Row */
.ty-actions-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.ty-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.ty-btn-primary:hover { opacity: 0.92; color: #fff; }
.ty-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #fff;
  border: 1.5px solid #cbd5e1;
  color: #334155;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.ty-btn-outline:hover {
  border-color: #94a3b8;
  color: #0f172a;
  background: #f8fafc;
}
.ty-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #25d366;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.ty-btn-wa:hover { opacity: 0.9; color: #fff; }

/* ═══════════════════════════════════════════════════════════
   Comprehensive Form & Card Styles for All Enquire/Booking Pages
   (Hotel, Cab, Flight, Visa, Driver)
   ═══════════════════════════════════════════════════════════ */

/* ── Hero Badges & Chips ───────────────────────────────────── */
.bk-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #38bdf8;
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.bk-hero-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.bk-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 5px 14px;
  border-radius: 999px;
}

/* ── Card Container & Header ───────────────────────────────── */
.bk-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.bk-card-pad,
.bk-card-body,
.bk-card.padded,
.bk-card:not(:has(.bk-card-header)):not(:has(form)) {
  padding: 28px;
}
@media (max-width: 768px) {
  .bk-card-pad,
  .bk-card-body,
  .bk-card.padded,
  .bk-card:not(:has(.bk-card-header)):not(:has(form)) {
    padding: 20px 16px;
  }
}
.bk-card-header {
  background: linear-gradient(135deg, #1a3a6b 0%, #0e7490 100%);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}
.bk-card-header-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}
.bk-card-title {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 3px;
  line-height: 1.3;
}
.bk-card-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.bk-card form {
  padding: 28px;
}

/* ── Form Sections & Grids ─────────────────────────────────── */
.bk-section {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f1f5f9;
}
.bk-section:last-of-type {
  border-bottom: none;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.bk-section-heading {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bk-section-heading i {
  color: #0e7490;
  font-size: 14px;
}

.bk-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .bk-grid-2 { grid-template-columns: 1fr; }
}

.bk-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .bk-grid-3 { grid-template-columns: 1fr; }
}

.bk-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bk-req {
  color: #ef4444;
  font-weight: 700;
  margin-left: 2px;
}
.bk-opt {
  color: #94a3b8;
  font-weight: 400;
  font-size: 12px;
  margin-left: 4px;
}

/* ── Input Group with Embedded Icon ────────────────────────── */
.bk-input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.bk-input-group .bk-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}
.bk-input-group .bk-input {
  padding-left: 42px;
}

/* ── Stepper Row & Input ───────────────────────────────────── */
.bk-stepper {
  display: flex;
  align-items: center;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  height: 48px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.bk-stepper:focus-within {
  border-color: #0e7490;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.12);
}
.bk-stepper-btn {
  width: 44px;
  height: 100%;
  border: none;
  background: #f8fafc;
  color: #334155;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
  user-select: none;
  padding: 0;
  flex-shrink: 0;
}
.bk-stepper-btn:hover {
  background: #e2e8f0;
  color: #0e7490;
}
.bk-stepper-btn:active {
  background: #cbd5e1;
}
.bk-stepper-val {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #1a3a6b;
  padding: 0;
  outline: none;
  -moz-appearance: textfield;
}
.bk-stepper-val::-webkit-outer-spin-button,
.bk-stepper-val::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── Pills (Buttons & Labels) ──────────────────────────────── */
.bk-pills button.bk-pill {
  border: 1.5px solid #e2e8f0;
  background: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13.5px;
  color: #475569;
  transition: all .2s;
}
.bk-pills button.bk-pill:hover {
  border-color: #0e7490;
  color: #0e7490;
  background: #f0fdf4;
}
.bk-pills button.bk-pill.active {
  background: #eff6ff;
  border-color: #0e7490;
  color: #0e7490;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(14, 116, 144, 0.15);
}

/* ── Submit Button (.bk-btn-submit) ────────────────────────── */
.bk-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  background: linear-gradient(135deg, #1a3a6b 0%, #0e7490 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 4px 16px rgba(14, 116, 144, 0.25);
}
.bk-btn-submit:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(14, 116, 144, 0.35);
  color: #fff;
}
.bk-btn-submit:active {
  transform: translateY(0);
}
.bk-btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* ── Security Captcha Badge & Refresh ──────────────────────── */
.bk-captcha-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1a3a6b;
  background: #eff6ff;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #bfdbfe;
}
.bk-captcha-badge i {
  color: #0e7490;
}
.bk-captcha-refresh {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all .2s;
}
.bk-captcha-refresh:hover {
  border-color: #0e7490;
  color: #0e7490;
  background: #f0fdf4;
}

/* ── Success Box ───────────────────────────────────────────── */
.bk-success-box {
  text-align: center;
  padding: 48px 24px;
  animation: fadeInUp .4s ease;
}
.bk-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}
.bk-success-title {
  font-size: 22px;
  font-weight: 800;
  color: #065f46;
  margin: 0 0 10px;
}
.bk-success-desc {
  font-size: 14px;
  color: #475569;
  max-width: 480px;
  margin: 0 auto 16px;
  line-height: 1.6;
}
.bk-ref-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1e293b;
  background: #f8fafc;
  border: 1.5px dashed #cbd5e1;
  padding: 8px 18px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.bk-ref-badge strong {
  color: #0e7490;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.bk-btn-primary {
  padding: 11px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a3a6b, #0e7490);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s;
}
.bk-btn-primary:hover {
  opacity: 0.92;
  color: #fff;
}
.bk-btn-secondary {
  padding: 11px 22px;
  border-radius: 10px;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  color: #475569;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s;
}
.bk-btn-secondary:hover {
  border-color: #cbd5e1;
  color: #1e293b;
}

/* ── Sidebar Styles ────────────────────────────────────────── */
.bk-sidebar-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  padding: 22px;
  margin-bottom: 20px;
}
.bk-sidebar-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── Field Errors ──────────────────────────────────────────── */
.bk-field-error {
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
  font-weight: 500;
  min-height: 16px;
}
