body.tt-modal-open { overflow: hidden; }

/* Make the account action orange across all active header layouts. */
header a[title="My Account"],
header a[title="Login / Register"],
header a[title="Express Booking"],
.topbar-area a[title="My Account"],
.topbar-area a[title="Login / Register"],
.topbar-area a[title="Express Booking"] {
  background: #FD8401 !important;
  border-color: #FD8401 !important;
  color: #fff !important;
}
header a[title="My Account"] svg,
header a[title="Login / Register"] svg,
header a[title="Express Booking"] svg,
.topbar-area a[title="My Account"] svg,
.topbar-area a[title="Login / Register"] svg,
.topbar-area a[title="Express Booking"] svg { fill: #fff !important; }

.tt-enquiry-modal { position: fixed; inset: 0; z-index: 99999; display: none; padding: 24px; }
.tt-enquiry-modal.is-open { display: grid; place-items: center; }
.tt-enquiry-backdrop { position: absolute; inset: 0; background: rgba(8, 18, 15, .74); backdrop-filter: blur(7px); }
.tt-enquiry-dialog { position: relative; width: min(820px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.tt-enquiry-close { position: absolute; z-index: 2; top: 16px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.tt-enquiry-heading { padding: 32px 68px 28px 34px; background: linear-gradient(120deg, #101c18, #253d32); color: #fff; }
.tt-enquiry-heading span { display: block; margin-bottom: 8px; color: #FD8401; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tt-enquiry-heading h2 { margin: 0 0 10px; color: #fff; font-size: 32px; line-height: 1.15; }
.tt-enquiry-heading p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.6; }
.tt-enquiry-form { padding: 30px 34px 34px; }
.tt-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tt-form-grid label { display: grid; gap: 7px; color: #26342e; font-size: 13px; font-weight: 700; }
.tt-form-grid input, .tt-form-grid textarea { width: 100%; border: 1px solid #d9e0dc; border-radius: 8px; background: #f9fbfa; color: #17231e; font: inherit; font-weight: 400; outline: none; padding: 12px 14px; transition: border-color .2s, box-shadow .2s; }
.tt-form-grid input { min-height: 46px; }
.tt-form-grid textarea { resize: vertical; }
.tt-form-grid input:focus, .tt-form-grid textarea:focus { border-color: #FD8401; box-shadow: 0 0 0 3px rgba(253,132,1,.12); }
.tt-form-grid select { width: 100%; min-height: 46px; padding: 10px 40px 10px 14px; border: 1px solid #d9e0dc; border-radius: 8px; background: #f9fbfa; color: #17231e; font: inherit; font-weight: 400; }
.tt-booking-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 24px; padding: 0; border: 0; }
.tt-booking-choice legend { grid-column: 1 / -1; margin-bottom: 9px; color: #18211d; font-size: 15px; font-weight: 700; }
.tt-booking-choice label { display: flex; gap: 11px; padding: 15px; border: 1px solid #dfe4e1; border-radius: 12px; background: #f8faf9; cursor: pointer; }
.tt-booking-choice input { margin-top: 4px; accent-color: #FD8401; }
.tt-booking-choice span { display: grid; gap: 3px; }
.tt-booking-choice strong { color: #18211d; font-size: 15px; }
.tt-booking-choice small { color: #66716b; font-size: 12px; line-height: 1.4; }
.tt-booking-choice label:has(input:checked) { border-color: #FD8401; background: rgba(253,132,1,.07); box-shadow: 0 0 0 2px rgba(253,132,1,.08); }
.tt-field-wide { grid-column: 1 / -1; }
.tt-enquiry-actions { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.tt-submit-enquiry, .tt-whatsapp-enquiry { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 0; border-radius: 7px; color: #fff !important; font-size: 14px; font-weight: 700; text-decoration: none !important; cursor: pointer; }
.tt-submit-enquiry { background: #FD8401; }
.tt-submit-enquiry:hover { background: #dc7100; }
.tt-submit-enquiry:disabled { opacity: .65; cursor: wait; }
.tt-whatsapp-enquiry { background: #168d4b; }
.tt-whatsapp-enquiry:hover { background: #10753d; }
.tt-enquiry-status { min-height: 0; margin-top: 14px; font-size: 14px; font-weight: 600; }
.tt-enquiry-status.is-success { color: #147340; }
.tt-enquiry-status.is-error { color: #b42318; }
@media (max-width: 640px) {
  .tt-enquiry-modal { padding: 12px; }
  .tt-enquiry-dialog { max-height: calc(100vh - 24px); border-radius: 13px; }
  .tt-enquiry-heading { padding: 28px 54px 24px 22px; }
  .tt-enquiry-heading h2 { font-size: 27px; }
  .tt-enquiry-form { padding: 24px 22px 26px; }
  .tt-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .tt-booking-choice { grid-template-columns: 1fr; }
  .tt-field-wide { grid-column: auto; }
  .tt-enquiry-actions { align-items: stretch; flex-direction: column; }
}
