/* ZipTrip Client Gold Minimal Theme
   Visual redesign only. Existing MVC routes, form names and JavaScript hooks are preserved. */
:root,
[data-bs-theme="light"] {
    --zt-bg: #fcfaf5;
    --zt-surface: #ffffff;
    --zt-soft: #f8f2e3;
    --zt-line: #eadfcb;
    --zt-line-strong: #dcc39b;
    --zt-ink: #1f1a14;
    --zt-muted: #786d5f;
    --zt-gold: #d8aa4e;
    --zt-gold-2: #b5862d;
    --zt-gold-3: #8c6822;
    --zt-dark: #1d1811;
    --zt-success: #2d8b57;
    --zt-shadow: 0 22px 60px rgba(32, 24, 10, .10);
    --zt-shadow-soft: 0 14px 38px rgba(32, 24, 10, .07);
    --bs-body-bg: var(--zt-bg);
    --bs-body-color: var(--zt-ink);
    --bs-primary: var(--zt-gold-2);
    --bs-primary-rgb: 181, 134, 45;
    --bs-secondary: var(--zt-dark);
    --bs-secondary-rgb: 29, 24, 17;
    --bs-info: var(--zt-gold-2);
    --bs-info-rgb: 181, 134, 45;
    --bs-link-color: var(--zt-gold-3);
    --bs-link-hover-color: var(--zt-gold-2);
    --bs-border-color: var(--zt-line);
    --bs-border-radius: 1.125rem;
    --bs-border-radius-lg: 1.5rem;
    --bs-border-radius-xl: 1.75rem;
}

html,
body,
button,
input,
select,
textarea,
.dropdown-menu,
.modal,
.offcanvas,
.tooltip,
.popover,
.ts-wrapper,
.ts-dropdown,
.jdp-container,
.jdp-container * {
    font-family: "Vazirmatn", "VazirmatnVar", Tahoma, Arial, sans-serif !important;
    font-feature-settings: "ss01" 1, "ss02" 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html { scroll-behavior: smooth; }
body {
    background:
        radial-gradient(circle at top left, rgba(216, 170, 78, .16) 0, transparent 30%),
        linear-gradient(180deg, #fffdf9 0, #fcfaf5 42%, #f8f4ec 100%) !important;
    color: var(--zt-ink) !important;
    line-height: 1.85;
    letter-spacing: -.01em;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image: url('/img/ziptrip-gold-pattern.svg');
    background-size: 460px auto;
    background-position: top left;
    z-index: -1;
}
main, .main { background: transparent !important; }
.container { max-width: 1180px; }
a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
::selection { background: rgba(216, 170, 78, .35); color: var(--zt-ink); }
h1, h2, h3, h4, h5, h6,
.fw-bold, .btn, .form-label, .booking-nav .btn { letter-spacing: -.035em; }
h1, .h1 { font-weight: 900; }
h2, .h2 { font-weight: 850; }
.text-primary, .link-primary, .text-info { color: var(--zt-gold-2) !important; }
.text-muted { color: var(--zt-muted) !important; }
.bg-primary, .btn-primary { background-color: var(--zt-gold-2) !important; }
.bg-secondary, .btn-secondary { background-color: var(--zt-dark) !important; }
.border-primary { border-color: var(--zt-gold) !important; }

/* Header */
.header.dynamic {
    position: sticky;
    top: 0;
    z-index: 1030;
    margin-bottom: 0 !important;
    background: rgba(255, 253, 249, .82) !important;
    border-bottom: 1px solid rgba(234, 223, 203, .86);
    box-shadow: 0 10px 30px rgba(32, 24, 10, .045);
    backdrop-filter: blur(14px);
}
.header.dynamic .container { padding-top: .8rem !important; padding-bottom: .8rem !important; }
.header-logo,
.offcanvas .nt-flex-start-center.link {
    display: inline-flex !important;
    align-items: center;
    gap: .7rem;
    color: var(--zt-ink) !important;
    text-decoration: none !important;
}
.header-logo img,
.offcanvas img[alt*="لوگو"] {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(181, 134, 45, .16);
}
.header-logo h1,
.offcanvas h1.fs-2 { font-size: 1.28rem !important; margin: 0 !important; font-weight: 900 !important; }
.header-nav { align-items: center; justify-content: center; gap: .25rem; }
.header-nav .btn.btn-link.link,
.header .dropdown .btn-link {
    color: #5d5448 !important;
    text-decoration: none !important;
    font-weight: 750;
    padding: .65rem .82rem;
    border-radius: 14px;
    border: 0 !important;
}
.header-nav .btn.btn-link.link:hover,
.header .dropdown .btn-link:hover,
.header-nav .dropdown.show > .btn,
.header-nav .btn.btn-link.link.active {
    background: #fff !important;
    color: var(--zt-gold-3) !important;
    box-shadow: 0 8px 20px rgba(32, 24, 10, .06);
}
.header .btnSwitch,
.header-user,
.header .btn-light,
.offcanvas .btnSwitch {
    border: 1px solid var(--zt-line) !important;
    background: #fff !important;
    color: var(--zt-ink) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 25px rgba(32, 24, 10, .055);
}
.header-user { min-height: 46px; padding-inline: 1rem !important; gap: .5rem; }
.header-user i { color: var(--zt-gold-2) !important; }
.btn-link.link i, .dropdown-item i { color: var(--zt-gold-2); margin-left: .35rem; }

/* Offcanvas and menus */
.offcanvas { background: rgba(255, 253, 249, .96) !important; border: 0 !important; box-shadow: 24px 0 80px rgba(32, 24, 10, .18); }
.offcanvas-header { border-bottom: 1px solid var(--zt-line); }
.accordion-item { border: 1px solid var(--zt-line) !important; border-radius: 20px !important; overflow: hidden; margin-bottom: .75rem; background: #fff !important; }
.accordion-button { background: #fff !important; color: var(--zt-ink) !important; font-weight: 800; border-radius: 20px !important; box-shadow: none !important; }
.accordion-button:not(.collapsed) { background: var(--zt-soft) !important; color: var(--zt-gold-3) !important; }
.accordion-body .btn-link { text-decoration: none !important; color: var(--zt-ink) !important; }

/* Buttons */
.btn { border-radius: 16px !important; font-weight: 750; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; }
.btn-primary,
.btn-secondary { border-color: transparent !important; box-shadow: 0 18px 35px rgba(184, 134, 45, .24) !important; }
.btn-primary { color: #1d170d !important; background: linear-gradient(135deg, #dfb35c, #b8872d) !important; }
.btn-secondary { color: #fff !important; background: linear-gradient(135deg, #2a241a, #17130e) !important; }
.btn-primary:hover,
.btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 24px 42px rgba(184, 134, 45, .32) !important; }
.btn-light,
.btn-white,
.btn-outline-secondary,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-light {
    background: #fff !important;
    border: 1px solid var(--zt-line) !important;
    color: var(--zt-ink) !important;
    box-shadow: 0 10px 24px rgba(32, 24, 10, .045);
}
.btn-light:hover,
.btn-white:hover,
.btn-outline-secondary:hover,
.btn-outline-dark:hover,
.btn-outline-info:hover,
.btn-outline-light:hover {
    background: #fff9eb !important;
    border-color: var(--zt-gold) !important;
    color: var(--zt-gold-3) !important;
    transform: translateY(-1px);
}
.btn-link { color: var(--zt-gold-3) !important; text-decoration: none !important; }

/* Global cards, boxes and forms */
.card,
.bg-white.border,
.order-row,
.search-content-row,
.search-filter,
.ticket-row,
.ticket-download-card,
.profile .bg-white,
.profile .card,
.ziptrip-auth-modal,
.modal-content,
.dropdown-menu,
.table-responsive,
.alert,
.list-group,
.form-control,
.form-select,
.input-group-text,
.ts-wrapper .ts-control,
.jdp-container { border-color: var(--zt-line) !important; border-radius: 24px !important; }
.card,
.bg-white.border,
.order-row,
.search-content-row,
.search-filter,
.ticket-row,
.ticket-download-card,
.profile .bg-white,
.profile .card,
.modal-content,
.table-responsive {
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: var(--zt-shadow-soft) !important;
    border: 1px solid var(--zt-line) !important;
}
.card:hover,
.bg-white.border:hover,
.route-card:hover,
.search-content-row:hover,
.ticket-row:hover { border-color: rgba(216, 170, 78, .62) !important; box-shadow: 0 22px 50px rgba(32, 24, 10, .09) !important; }
.form-control,
.form-select,
.input-group-text,
.ts-control { min-height: 48px; background: #fff !important; border: 1px solid #e8dbc6 !important; color: var(--zt-ink) !important; box-shadow: none !important; }
.form-control:focus,
.form-select:focus,
.ts-wrapper.focus .ts-control,
.ts-wrapper .ts-control.focus { border-color: var(--zt-gold) !important; box-shadow: 0 0 0 4px rgba(216, 170, 78, .13) !important; }
.form-floating > label,
.form-label { color: #50473d !important; font-weight: 800; }
.form-text, small { color: var(--zt-muted); }
.form-check-input:checked { background-color: var(--zt-gold-2) !important; border-color: var(--zt-gold-2) !important; }
.dropdown-menu { padding: .65rem; background: #fff !important; border: 1px solid #e5d7bf !important; box-shadow: 0 22px 60px rgba(32, 24, 10, .14) !important; }
.dropdown-item { border-radius: 14px; padding: .62rem .85rem; color: var(--zt-ink) !important; }
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active { background: #fff7e5 !important; color: var(--zt-gold-3) !important; }

/* Search / booking landing area */
.booking-wrapper { position: relative; min-height: auto !important; padding: 18px 0 34px !important; background-image: none !important; background-color: transparent !important; overflow: visible !important; }
.booking-wrapper::before { display: none !important; }
.booking-inner {
    position: relative;
    max-width: 1180px;
    margin-inline: auto;
    padding: 16px !important;
    border: 1px solid rgba(234, 223, 203, .92);
    border-radius: 36px !important;
    background: rgba(255, 255, 255, .78) !important;
    box-shadow: 0 22px 60px rgba(32, 24, 10, .08) !important;
    backdrop-filter: blur(12px);
    overflow: visible !important;
}
.booking-nav { display: flex !important; flex-wrap: nowrap !important; gap: 10px !important; overflow-x: auto; padding: 0 0 8px !important; margin: 0 !important; border: 0 !important; background: transparent !important; }
.booking-nav .btn { flex: 0 0 auto; min-width: 108px; padding: .78rem 1rem !important; border-radius: 18px !important; background: #fff !important; border: 1px solid var(--zt-line) !important; color: #5e5449 !important; font-size: .96rem; box-shadow: none !important; }
.booking-nav .btn i { color: var(--zt-gold-2); }
.booking-nav .btn.active,
.booking-nav .btn:hover { background: #fff7e5 !important; border-color: #efcd88 !important; color: var(--zt-gold-3) !important; box-shadow: 0 10px 26px rgba(216, 170, 78, .18) !important; }
.booking-inner > .container,
.booking-inner .container.g-3 { width: 100% !important; max-width: none !important; padding: 0 !important; }
.booking-form { margin: 14px 0 0 !important; padding: 18px !important; background: #fffdf8 !important; border: 1px solid #efe4d2 !important; border-radius: 30px !important; align-items: end; }
.booking-form > .col-12:first-child { padding-bottom: 12px; margin-bottom: 4px; border-bottom: 1px solid #f0e8d8; }
.booking-form .nt-flex.gap-3.mb-2 { align-items: end; margin-bottom: 0 !important; }
.booking-form label.small.text-muted,
.booking-form .small.text-muted.d-block { font-weight: 800; color: #50473d !important; }
.booking-form .rounded-pill.form-select,
.booking-form .form-check.form-switch { min-height: 46px; border-radius: 999px !important; }
.booking-form .form-check.form-switch { display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid var(--zt-line); padding: .72rem .9rem .72rem 2.8rem; color: #60574b; font-size: .9rem; font-weight: 650; }
.booking-fromTo,
.booking-departureReturn { display: grid !important; grid-template-columns: 1fr 1fr; gap: .75rem; padding: 0 !important; background: transparent !important; border: 0 !important; }
.booking-fromTo .form-select,
.booking-departureReturn .form-control,
.booking-travelers .btn,
.booking-submit { min-height: 66px !important; border-radius: 22px !important; font-weight: 800; }
.booking-fromTo .ts-wrapper,
.booking-fromTo .ts-control,
.booking-fromTo .form-select,
.booking-departureReturn .form-control,
.booking-travelers .btn { width: 100% !important; }
.booking-travelers .dropdown-menu { min-width: 310px; border-radius: 24px !important; }
.booking-travelers .dropdown-item { padding: .85rem .35rem !important; border-bottom: 1px solid #f0e8d8; }
.booking-travelers .dropdown-item:last-child { border-bottom: 0; }
.booking-travelers .btn-sm { width: 34px; height: 34px; min-height: 34px; padding: 0 !important; border-radius: 13px !important; }
.booking-submit { width: 100%; font-size: 1rem; }
.ts-wrapper.single .ts-control,
.ts-wrapper.multi .ts-control { min-height: 66px; align-items: center; padding: .9rem 1rem !important; border-radius: 22px !important; }
.ts-wrapper.single .ts-control::after { border-color: var(--zt-gold-3) transparent transparent transparent !important; left: 14px !important; right: auto !important; }
.ts-dropdown { border: 1px solid #e5d7bf !important; border-radius: 18px !important; box-shadow: 0 22px 60px rgba(32, 24, 10, .14) !important; overflow: hidden; margin-top: 8px; }
.ts-dropdown .active,
.ts-dropdown .option:hover { background: #f7ecd1 !important; color: #7a5d1b !important; }
.ts-dropdown .dropdown-header { background: #fff7e5 !important; color: var(--zt-gold-3) !important; font-weight: 800; }

/* SEO and lower landing sections */
.ziptrip-seo-section,
.section,
.profile,
.order,
.ticket,
.search,
.detail,
.wishlist,
.about-us,
.contact,
.blog,
.review { position: relative; }
.ziptrip-seo-card,
.ziptrip-landing-summary {
    border-radius: 34px !important;
    background: radial-gradient(circle at top left, rgba(216, 170, 78, .18), transparent 36%), linear-gradient(135deg, #ffffff 0%, #fffaf0 100%) !important;
    border: 1px solid var(--zt-line) !important;
    box-shadow: 0 22px 70px rgba(32, 24, 10, .08) !important;
    color: var(--zt-ink) !important;
}
.ziptrip-seo-card::before { background: linear-gradient(180deg, var(--zt-gold), var(--zt-gold-3)) !important; }
.ziptrip-seo-kicker { background: #fff7e5 !important; color: var(--zt-gold-3) !important; border: 1px solid #f0d9a8; }
.ziptrip-seo-kicker i,
.ziptrip-seo-card h1,
.ziptrip-seo-card h2 { color: var(--zt-ink) !important; }
.ziptrip-seo-card p { color: #62584b !important; }
.ziptrip-seo-grid > div { background: rgba(255,255,255,.76) !important; border-color: var(--zt-line) !important; border-radius: 24px !important; }
.ziptrip-seo-tags span,
.ziptrip-landing-summary .ziptrip-keywords span { background: var(--zt-soft) !important; color: var(--zt-gold-3) !important; border: 1px solid #efd9a8; }

/* Search results and service details */
.search-content,
.search-wrapper,
.search-filter,
.search-content-row,
.detail-content,
.detail-sidebar,
.order-row,
.ticket-row { color: var(--zt-ink); }
.search-content-row,
.search-filter,
.detail-card,
.detail-sidebar,
.order-row,
.ticket-row { border-radius: 28px !important; }
.search-content-title,
.order-title,
.profile-content-title,
.ticket-title,
.card-title { color: var(--zt-ink) !important; font-weight: 900 !important; }
.search-content-total,
.ziptrip-money,
.route-price,
.price,
.total,
.amount { color: var(--zt-gold-2) !important; font-weight: 900; }
.sticky-top { z-index: 4; }

/* Tables */
.table { --bs-table-bg: transparent; --bs-table-striped-bg: #fff8ea; --bs-table-hover-bg: #fff4d8; color: var(--zt-ink); vertical-align: middle; }
.table thead th { background: #fff7e5 !important; color: var(--zt-gold-3) !important; border-bottom: 1px solid var(--zt-line) !important; font-weight: 850; }
.table tbody td { border-color: #f0e8d8 !important; }
.table-responsive { overflow: auto; }

/* Profile */
.profile { padding-top: 1rem; }
.profile-title { color: var(--zt-ink) !important; font-weight: 900 !important; }
.ziptrip-profile-menu .list-group { border-radius: 20px !important; overflow: hidden; }
.ziptrip-profile-menu .list-group-item { border: 0 !important; border-radius: 14px !important; margin-bottom: .25rem; color: #544c42; font-weight: 750; display: flex; align-items: center; gap: .5rem; }
.ziptrip-profile-menu .list-group-item i { color: var(--zt-gold-2); }
.ziptrip-profile-menu .list-group-item.active { background: linear-gradient(135deg, #dfb35c, #b8872d) !important; color: #1d170d !important; border-color: transparent !important; box-shadow: 0 12px 28px rgba(184, 134, 45, .22); }
.ziptrip-profile-menu .list-group-item.active i { color: #1d170d; }

/* Tickets, payment and orders */
.order .sticky-top > .bg-white,
.order .sticky-top > div,
.ticket .bg-white,
.payment .bg-white { border-radius: 28px !important; border: 1px solid var(--zt-line) !important; box-shadow: var(--zt-shadow-soft) !important; }
.ti-circle-check.text-success,
.text-success { color: var(--zt-success) !important; }
.alert { border: 1px solid var(--zt-line) !important; background: #fffaf0 !important; color: #5f5448 !important; }
.alert-info { background: #fff7e5 !important; color: var(--zt-gold-3) !important; }
.alert-danger { background: #fff1e8 !important; color: #9a3412 !important; border-color: #fed7aa !important; }
.alert-success { background: #edfdf4 !important; color: #166534 !important; border-color: #bbf7d0 !important; }
.badge,
.text-bg-light { border-radius: 999px !important; font-weight: 750; }
.badge.bg-light,
.text-bg-light,
.bg-light { background-color: var(--zt-soft) !important; color: var(--zt-gold-3) !important; }
.bg-light-subtle { background: #fffaf0 !important; }

/* Footer */
.footer { position: relative; margin-top: 2rem; background: #fff !important; border-top: 1px solid var(--zt-line); color: #61584c; overflow: hidden; }
.footer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(216, 170, 78, .12), transparent 32%); pointer-events: none; }
.footer > * { position: relative; }
.footer .container.border-bottom { border-bottom-color: var(--zt-line) !important; }
.footer .input-group,
.footer .form-floating .form-control,
.footer .btn { border-radius: 18px !important; }
.footer-content { padding-top: 1rem; }
.footer h1,
.footer h5 { color: var(--zt-ink); font-weight: 900; }
.footer .link { color: #61584c !important; text-decoration: none; }
.footer .link:hover { color: var(--zt-gold-3) !important; }
.footer-copyright { border-top: 1px solid #f0e8d8; margin-top: 2rem; }
.footer svg#visual { opacity: .34; pointer-events: none; }
.footer svg#visual .path-first { fill: #fff7e5 !important; }
.footer svg#visual .path-second { fill: #f0e0bd !important; }
.ziptrip-trust-badges { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; align-items: center !important; justify-content: flex-start !important; gap: .45rem !important; width: 100%; max-width: 500px; margin-top: .85rem; }
.ziptrip-trust-badge.footer-badge,
.footer-badge.ziptrip-trust-badge { flex: 0 0 58px !important; width: 58px !important; height: 58px !important; min-width: 0 !important; padding: 5px !important; border-radius: 14px !important; background: rgba(255,255,255,.94) !important; border-color: rgba(32, 24, 10, .08) !important; box-shadow: 0 8px 22px rgba(32, 24, 10, .045) !important; }
.ziptrip-trust-badge img,
.footer-badge.ziptrip-trust-badge img { width: 100% !important; height: 100% !important; max-width: 48px !important; max-height: 48px !important; object-fit: contain !important; }

/* Modal / popup */
#zipTripPromoModal .modal-header,
.modal-header.bg-primary { background: linear-gradient(135deg, #dfb35c, #b8872d) !important; color: #1d170d !important; }
#zipTripPromoModal .text-primary { color: var(--zt-gold-3) !important; }
.ziptrip-auth-modal { border-radius: 28px !important; }

/* Date picker */
.jdp-container { box-shadow: 0 22px 60px rgba(32, 24, 10, .14) !important; border: 1px solid #e5d7bf !important; overflow: hidden; }
.jdp-container .jdp-day.selected,
.jdp-container .jdp-day:hover { background: var(--zt-gold-2) !important; color: #fff !important; }

/* Legacy static pages */
.swiper,
.blog-card-item,
.commonQuestions-icon,
.nt-modal-wrapper,
.menu-item,
.wishlist-card,
.search-card,
.hotel-card,
.tour-card,
.flight-card { border-radius: 28px !important; }
.blog-card-item,
.wishlist-card,
.menu-item,
.nt-modal-wrapper { background: #fff !important; border: 1px solid var(--zt-line) !important; box-shadow: var(--zt-shadow-soft) !important; }
.blog-card-image img,
.card-img-top,
.lozad { border-radius: 20px; }

/* Loading overlay */
.ziptrip-loading-overlay { background: rgba(255, 253, 249, .74) !important; }
.ziptrip-loading-card { border-color: var(--zt-line) !important; border-radius: 28px !important; box-shadow: 0 24px 80px rgba(32, 24, 10, .15) !important; }
.ziptrip-loading-icon { background: #fff7e5 !important; color: var(--zt-gold-3) !important; }
.ziptrip-skeleton { background: linear-gradient(90deg, #f4ead5 25%, #fff9ea 37%, #f4ead5 63%) !important; background-size: 400% 100% !important; }

@media (min-width: 992px) {
    .booking-form > .col-lg-5 { width: 36%; }
    .booking-form > .col-lg-3 { width: 24%; }
    .booking-form > .col-lg-2 { width: 20%; }
}
@media (max-width: 991.98px) {
    .header.dynamic .container { padding-top: .55rem !important; padding-bottom: .55rem !important; }
    .booking-inner { border-radius: 28px !important; padding: 12px !important; }
    .booking-form { border-radius: 24px !important; padding: 14px !important; }
    .booking-fromTo,
    .booking-departureReturn { grid-template-columns: 1fr; }
    .booking-wrapper { padding-top: 10px !important; }
    .booking-nav .btn { min-width: 98px; }
    .sticky-top { position: static !important; }
}
@media (max-width: 767.98px) {
    .container { width: min(100% - 22px, 1180px); }
    .booking-form .form-check.form-switch { width: 100%; }
    .booking-travelers .dropdown-menu { min-width: min(310px, calc(100vw - 48px)); }
    .booking-fromTo .ts-wrapper.single .ts-control,
    .booking-departureReturn .form-control,
    .booking-travelers .btn,
    .booking-submit { min-height: 58px !important; }
    .ziptrip-seo-card,
    .ziptrip-landing-summary,
    .order-row,
    .search-content-row,
    .card,
    .bg-white.border,
    .profile .bg-white { border-radius: 24px !important; }
    .footer .row.py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
    .ziptrip-trust-badges { justify-content: center !important; max-width: 100%; }
    .ziptrip-trust-badge.footer-badge,
    .footer-badge.ziptrip-trust-badge { flex-basis: 54px !important; width: 54px !important; height: 54px !important; }
}

/* Flight search fixes - Select2 + clean option pills */
.ziptrip-flight-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}
.ziptrip-toolbar-select {
    width: min(220px, 100%);
}
.ziptrip-toolbar-select label {
    display: block;
    margin-bottom: 7px;
    color: #50473d !important;
    font-size: .84rem;
    font-weight: 850;
}
.ziptrip-flight-checks {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-inline-start: auto;
}
.ziptrip-option-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid var(--zt-line);
    border-radius: 999px;
    background: #fff;
    color: #60574b;
    font-size: .9rem;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(32, 24, 10, .045);
    transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ziptrip-option-pill:hover {
    border-color: var(--zt-gold);
    background: #fff9eb;
    color: var(--zt-gold-3);
    transform: translateY(-1px);
}
.ziptrip-option-pill > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.ziptrip-check-ui {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #d9c9ad;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    transition: .2s ease;
}
.ziptrip-check-ui::after {
    content: "";
    width: 9px;
    height: 5px;
    border-right: 2px solid #1d170d;
    border-bottom: 2px solid #1d170d;
    transform: rotate(45deg) scale(0);
    margin-top: -2px;
    transition: .2s ease;
}
.ziptrip-option-pill > input[type="checkbox"]:checked ~ .ziptrip-check-ui {
    background: linear-gradient(135deg, #dfb35c, #b8872d);
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(184, 134, 45, .22);
}
.ziptrip-option-pill > input[type="checkbox"]:checked ~ .ziptrip-check-ui::after { transform: rotate(45deg) scale(1); }
.ziptrip-option-pill > input[type="checkbox"]:checked ~ span:last-child { color: var(--zt-gold-3); }

.booking-form .select2-container { width: 100% !important; }
.booking-form .select2-selection {
    min-height: 48px !important;
    border-radius: 18px !important;
    border-color: #e8dbc6 !important;
    background: #fff !important;
}
.ziptrip-toolbar-select .select2-selection { min-height: 48px !important; border-radius: 16px !important; }
.booking-fromTo .select2-selection,
.booking-departureReturn .form-control,
.booking-travelers .btn,
.booking-submit {
    min-height: 66px !important;
    border-radius: 22px !important;
}
.booking-fromTo .select2-selection__rendered { font-size: 1rem; font-weight: 850; padding-right: 18px !important; }
.ziptrip-toolbar-select .select2-selection__rendered { font-size: .94rem; font-weight: 800; padding-right: 14px !important; }
.select2-container--open .select2-selection,
.select2-container--focus .select2-selection,
.booking-form .select2-selection:focus {
    border-color: var(--zt-gold) !important;
    box-shadow: 0 0 0 4px rgba(216, 170, 78, .13) !important;
}
.select2-dropdown {
    border-color: #e5d7bf !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 60px rgba(32, 24, 10, .14) !important;
}
.select2-results__option--highlighted,
.select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #f7ecd1 !important;
    color: #7a5d1b !important;
}
.select2-results__option--selected,
.select2-container--default .select2-results__option--selected {
    background: #fff7e5 !important;
    color: #7a5d1b !important;
}
.select2-search__field {
    border-color: #e6dac7 !important;
    border-radius: 12px !important;
    min-height: 42px !important;
}

@media (max-width: 991.98px) {
    .ziptrip-toolbar-select { width: calc(50% - 6px); }
    .ziptrip-flight-checks { width: 100%; margin-inline-start: 0; }
    .ziptrip-option-pill { flex: 1 1 220px; justify-content: center; }
}
@media (max-width: 575.98px) {
    .ziptrip-flight-toolbar { align-items: stretch; }
    .ziptrip-toolbar-select { width: 100%; }
    .ziptrip-flight-checks { display: grid; grid-template-columns: 1fr; }
    .ziptrip-option-pill { justify-content: flex-start; width: 100%; }
    .booking-fromTo, .booking-departureReturn { grid-template-columns: 1fr !important; }
}

/* Static train / bus / tour pages patch */
.ziptrip-static-service-page {
    background: transparent !important;
    padding-bottom: 3rem;
}
.ziptrip-static-service-page .booking-wrapper {
    padding-top: 4.25rem !important;
    padding-bottom: 3.25rem !important;
}
.ziptrip-static-service-page .booking-wrapper .booking-inner {
    margin-top: 0 !important;
}
.ziptrip-static-service-page .booking-form > .col-12:first-child .nt-flex,
.ziptrip-static-service-page .booking-form .nt-flex.gap-3.mb-2 {
    display: flex !important;
    align-items: end !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: .75rem !important;
}
.ziptrip-static-service-page .booking-form > .col-12:first-child .d-inline-block {
    min-width: 185px;
    flex: 0 1 210px;
}
.ziptrip-static-service-page .booking-form .rounded-pill.form-select,
.ziptrip-static-service-page .booking-form .ziptrip-static-select2 + .select2-container .select2-selection {
    min-height: 48px !important;
    border-radius: 999px !important;
}
.ziptrip-static-service-page .booking-fromTo .ziptrip-static-select2 + .select2-container .select2-selection {
    min-height: 66px !important;
    border-radius: 22px !important;
}
.ziptrip-static-service-page .select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e8dbc6 !important;
    background: #fff !important;
}
.ziptrip-static-service-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--zt-ink) !important;
    width: 100%;
    padding-right: 16px !important;
    padding-left: 34px !important;
    line-height: normal !important;
    font-weight: 800;
}
.ziptrip-static-service-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 12px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    height: 24px !important;
}
.ziptrip-static-service-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--zt-gold-3) transparent transparent transparent !important;
}
.search-header {
    max-width: 1180px;
    margin: 2rem auto 1rem !important;
    padding-inline: 20px;
    background: transparent !important;
}
.search-header-content {
    border: 1px solid var(--zt-line) !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, .90) !important;
    box-shadow: var(--zt-shadow-soft) !important;
    color: var(--zt-ink) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}
.search-header-content i { color: var(--zt-gold-2) !important; }
.search-header .card.card-body {
    border: 1px solid var(--zt-line) !important;
    border-radius: 28px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: var(--zt-shadow-soft) !important;
    margin-top: .75rem;
}
.search-header .booking-wrapper {
    padding: 0 !important;
}
.search-header .booking-form {
    box-shadow: none !important;
}
.search-sidebar,
.search-content .search-sidebar,
.search-content-row,
.search-wrapper .card,
.search-wrapper .accordion-item,
.search-wrapper .border,
.search-wrapper .bg-white,
.ziptrip-static-service-page .card,
.ziptrip-static-service-page .accordion-item {
    border-color: var(--zt-line) !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: var(--zt-shadow-soft) !important;
}
.search-sidebar .accordion-button,
.search-wrapper .accordion-button {
    border-radius: 22px !important;
    color: var(--zt-ink) !important;
    font-weight: 850;
}
.ziptrip-static-service-page .btn-outline-dark.rounded-pill,
.ziptrip-static-service-page .btn-outline-secondary.rounded-pill {
    border-radius: 999px !important;
}
.ziptrip-static-service-page .badge,
.ziptrip-static-service-page .rounded-pill {
    border-color: var(--zt-line) !important;
}
.ziptrip-static-service-page .text-dark { color: var(--zt-ink) !important; }
.ziptrip-static-service-page .text-muted { color: var(--zt-muted) !important; }

@media (max-width: 991.98px) {
    .ziptrip-static-service-page .booking-wrapper { padding-top: 2rem !important; }
    .ziptrip-static-service-page .booking-form > .col-12:first-child .d-inline-block { flex: 1 1 calc(50% - .75rem); min-width: 180px; }
    .search-header { padding-inline: 12px; margin-top: 1rem !important; }
    .search-header-content { gap: .75rem !important; justify-content: flex-start !important; }
}
@media (max-width: 575.98px) {
    .ziptrip-static-service-page .booking-form > .col-12:first-child .d-inline-block { flex-basis: 100%; width: 100%; }
    .ziptrip-static-service-page .booking-form > .col-12:first-child .select2-container { width: 100% !important; }
    .search-header-content { border-radius: 22px !important; }
}

/* --------------------------------------------------------------------------
   ZipTrip dark mode patch
   -------------------------------------------------------------------------- */
[data-bs-theme="dark"] {
    color-scheme: dark;
    --zt-bg: #0f0d0a;
    --zt-surface: #17130e;
    --zt-surface-2: #1f1a13;
    --zt-soft: #282116;
    --zt-line: #3d3324;
    --zt-line-strong: #5b4727;
    --zt-ink: #f7eddc;
    --zt-muted: #c8bba8;
    --zt-gold: #d8aa4e;
    --zt-gold-2: #e2b963;
    --zt-gold-3: #f1d18d;
    --zt-dark: #080706;
    --zt-success: #6ccc93;
    --zt-shadow: 0 24px 70px rgba(0, 0, 0, .48);
    --zt-shadow-soft: 0 16px 44px rgba(0, 0, 0, .34);
    --bs-body-bg: var(--zt-bg);
    --bs-body-color: var(--zt-ink);
    --bs-primary: var(--zt-gold-2);
    --bs-primary-rgb: 226, 185, 99;
    --bs-secondary: #0a0907;
    --bs-secondary-rgb: 10, 9, 7;
    --bs-light: var(--zt-surface-2);
    --bs-light-rgb: 31, 26, 19;
    --bs-dark: #f7eddc;
    --bs-dark-rgb: 247, 237, 220;
    --bs-link-color: var(--zt-gold-2);
    --bs-link-hover-color: var(--zt-gold-3);
    --bs-border-color: var(--zt-line);
}

[data-bs-theme="dark"] body {
    background:
        radial-gradient(circle at top left, rgba(216, 170, 78, .18) 0, transparent 34%),
        radial-gradient(circle at bottom right, rgba(216, 170, 78, .10) 0, transparent 28%),
        linear-gradient(180deg, #0f0d0a 0, #12100c 48%, #0a0907 100%) !important;
    color: var(--zt-ink) !important;
}
[data-bs-theme="dark"] body::before {
    opacity: .08;
    filter: invert(1) sepia(.22) saturate(.85);
}
[data-bs-theme="dark"] ::selection { background: rgba(226, 185, 99, .32); color: #fff7e8; }
[data-bs-theme="dark"] .text-muted,
[data-bs-theme="dark"] .form-text,
[data-bs-theme="dark"] small,
[data-bs-theme="dark"] .route-card span,
[data-bs-theme="dark"] .ziptrip-auth-help,
[data-bs-theme="dark"] .footer,
[data-bs-theme="dark"] .footer .link { color: var(--zt-muted) !important; }
[data-bs-theme="dark"] .text-dark,
[data-bs-theme="dark"] .link-dark,
[data-bs-theme="dark"] .accordion-body .btn-link,
[data-bs-theme="dark"] .text-body,
[data-bs-theme="dark"] h1,
[data-bs-theme="dark"] h2,
[data-bs-theme="dark"] h3,
[data-bs-theme="dark"] h4,
[data-bs-theme="dark"] h5,
[data-bs-theme="dark"] h6 { color: var(--zt-ink) !important; }
[data-bs-theme="dark"] .text-primary,
[data-bs-theme="dark"] .link-primary,
[data-bs-theme="dark"] .text-info,
[data-bs-theme="dark"] .btn-link { color: var(--zt-gold-2) !important; }
[data-bs-theme="dark"] .bg-white,
[data-bs-theme="dark"] .bg-light,
[data-bs-theme="dark"] .bg-body,
[data-bs-theme="dark"] .bg-body-tertiary { background-color: var(--zt-surface) !important; }
[data-bs-theme="dark"] .border,
[data-bs-theme="dark"] .border-top,
[data-bs-theme="dark"] .border-bottom,
[data-bs-theme="dark"] .border-start,
[data-bs-theme="dark"] .border-end { border-color: var(--zt-line) !important; }

/* Header / menus */
[data-bs-theme="dark"] .header.dynamic {
    background: rgba(15, 13, 10, .84) !important;
    border-bottom-color: rgba(61, 51, 36, .92) !important;
    box-shadow: 0 12px 34px rgba(0,0,0,.34) !important;
}
[data-bs-theme="dark"] .header-logo,
[data-bs-theme="dark"] .offcanvas .nt-flex-start-center.link,
[data-bs-theme="dark"] .header-nav .btn.btn-link.link,
[data-bs-theme="dark"] .header .dropdown .btn-link { color: var(--zt-ink) !important; }
[data-bs-theme="dark"] .header-nav .btn.btn-link.link:hover,
[data-bs-theme="dark"] .header .dropdown .btn-link:hover,
[data-bs-theme="dark"] .header-nav .dropdown.show > .btn,
[data-bs-theme="dark"] .header-nav .btn.btn-link.link.active {
    background: rgba(255,255,255,.07) !important;
    color: var(--zt-gold-2) !important;
    box-shadow: none !important;
}
[data-bs-theme="dark"] .header .btnSwitch,
[data-bs-theme="dark"] .header-user,
[data-bs-theme="dark"] .header .btn-light,
[data-bs-theme="dark"] .offcanvas .btnSwitch,
[data-bs-theme="dark"] .btn-light,
[data-bs-theme="dark"] .btn-white,
[data-bs-theme="dark"] .btn-outline-secondary,
[data-bs-theme="dark"] .btn-outline-dark,
[data-bs-theme="dark"] .btn-outline-info,
[data-bs-theme="dark"] .btn-outline-light {
    background: var(--zt-surface-2) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.24) !important;
}
[data-bs-theme="dark"] .btnSwitch.active {
    background: linear-gradient(135deg, #312615, #1b160f) !important;
    border-color: rgba(226,185,99,.52) !important;
    color: var(--zt-gold-2) !important;
}
[data-bs-theme="dark"] .dropdown-menu,
[data-bs-theme="dark"] .offcanvas,
[data-bs-theme="dark"] .modal-content,
[data-bs-theme="dark"] .ziptrip-auth-modal {
    background: rgba(23, 19, 14, .98) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
    box-shadow: var(--zt-shadow) !important;
}
[data-bs-theme="dark"] .offcanvas-header,
[data-bs-theme="dark"] .modal-header,
[data-bs-theme="dark"] .modal-footer { border-color: var(--zt-line) !important; }
[data-bs-theme="dark"] .dropdown-item { color: var(--zt-ink) !important; }
[data-bs-theme="dark"] .dropdown-item:hover,
[data-bs-theme="dark"] .dropdown-item:focus,
[data-bs-theme="dark"] .dropdown-item.active {
    background: rgba(226,185,99,.13) !important;
    color: var(--zt-gold-2) !important;
}
[data-bs-theme="dark"] .accordion-item,
[data-bs-theme="dark"] .accordion-button {
    background: var(--zt-surface) !important;
    color: var(--zt-ink) !important;
    border-color: var(--zt-line) !important;
}
[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
    background: var(--zt-soft) !important;
    color: var(--zt-gold-2) !important;
}
[data-bs-theme="dark"] .btn-close { filter: invert(1) grayscale(100%); opacity: .85; }

/* Cards, tables and common content blocks */
[data-bs-theme="dark"] .card,
[data-bs-theme="dark"] .bg-white.border,
[data-bs-theme="dark"] .order-row,
[data-bs-theme="dark"] .search-content-row,
[data-bs-theme="dark"] .search-filter,
[data-bs-theme="dark"] .ticket-row,
[data-bs-theme="dark"] .ticket-download-card,
[data-bs-theme="dark"] .profile .bg-white,
[data-bs-theme="dark"] .profile .card,
[data-bs-theme="dark"] .table-responsive,
[data-bs-theme="dark"] .alert,
[data-bs-theme="dark"] .list-group,
[data-bs-theme="dark"] .list-group-item,
[data-bs-theme="dark"] .search-sidebar,
[data-bs-theme="dark"] .search-content .search-sidebar,
[data-bs-theme="dark"] .search-wrapper .card,
[data-bs-theme="dark"] .search-wrapper .accordion-item,
[data-bs-theme="dark"] .search-wrapper .border,
[data-bs-theme="dark"] .search-wrapper .bg-white,
[data-bs-theme="dark"] .ziptrip-static-service-page .card,
[data-bs-theme="dark"] .ziptrip-static-service-page .accordion-item,
[data-bs-theme="dark"] .search-header-content,
[data-bs-theme="dark"] .search-header .card.card-body {
    background: rgba(23, 19, 14, .94) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
    box-shadow: var(--zt-shadow-soft) !important;
}
[data-bs-theme="dark"] .card:hover,
[data-bs-theme="dark"] .bg-white.border:hover,
[data-bs-theme="dark"] .route-card:hover,
[data-bs-theme="dark"] .search-content-row:hover,
[data-bs-theme="dark"] .ticket-row:hover { border-color: rgba(226, 185, 99, .55) !important; }
[data-bs-theme="dark"] .table { --bs-table-bg: transparent; --bs-table-color: var(--zt-ink); --bs-table-border-color: var(--zt-line); color: var(--zt-ink) !important; }
[data-bs-theme="dark"] .table th,
[data-bs-theme="dark"] .table td,
[data-bs-theme="dark"] .table-light,
[data-bs-theme="dark"] thead,
[data-bs-theme="dark"] tbody,
[data-bs-theme="dark"] tr { color: var(--zt-ink) !important; border-color: var(--zt-line) !important; }
[data-bs-theme="dark"] .table-light { --bs-table-bg: var(--zt-soft); --bs-table-color: var(--zt-ink); }
[data-bs-theme="dark"] .badge.bg-light,
[data-bs-theme="dark"] .badge.text-bg-light,
[data-bs-theme="dark"] .rounded-pill.bg-light { background: var(--zt-soft) !important; color: var(--zt-ink) !important; border-color: var(--zt-line) !important; }
[data-bs-theme="dark"] .pagination .page-link { background: var(--zt-surface) !important; color: var(--zt-ink) !important; border-color: var(--zt-line) !important; }
[data-bs-theme="dark"] .pagination .active .page-link,
[data-bs-theme="dark"] .page-item.active .page-link { background: var(--zt-gold-2) !important; color: #17130e !important; border-color: var(--zt-gold-2) !important; }

/* Forms and plugin dropdowns */
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .input-group-text,
[data-bs-theme="dark"] .ts-control,
[data-bs-theme="dark"] .ts-wrapper .ts-control,
[data-bs-theme="dark"] .booking-form .select2-selection,
[data-bs-theme="dark"] .ziptrip-static-service-page .select2-container--default .select2-selection--single,
[data-bs-theme="dark"] .select2-container--default .select2-selection--single,
[data-bs-theme="dark"] .select2-search__field,
[data-bs-theme="dark"] jdp-container,
[data-bs-theme="dark"] jdp-container input,
[data-bs-theme="dark"] jdp-container select {
    background: var(--zt-surface-2) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
}
[data-bs-theme="dark"] .form-control::placeholder,
[data-bs-theme="dark"] input::placeholder,
[data-bs-theme="dark"] textarea::placeholder { color: rgba(200,187,168,.72) !important; }
[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus,
[data-bs-theme="dark"] .ts-wrapper.focus .ts-control,
[data-bs-theme="dark"] .ts-wrapper .ts-control.focus,
[data-bs-theme="dark"] .select2-container--open .select2-selection,
[data-bs-theme="dark"] .select2-container--focus .select2-selection {
    border-color: var(--zt-gold-2) !important;
    box-shadow: 0 0 0 4px rgba(226, 185, 99, .16) !important;
}
[data-bs-theme="dark"] .form-floating > label,
[data-bs-theme="dark"] .form-label { color: var(--zt-muted) !important; }
[data-bs-theme="dark"] .select2-dropdown,
[data-bs-theme="dark"] .ts-dropdown,
[data-bs-theme="dark"] jdp-container .jdp-months,
[data-bs-theme="dark"] jdp-container .jdp-years {
    background: var(--zt-surface) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
    box-shadow: var(--zt-shadow) !important;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
[data-bs-theme="dark"] .ziptrip-static-service-page .select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--zt-ink) !important; }
[data-bs-theme="dark"] .select2-results__option { color: var(--zt-ink) !important; }
[data-bs-theme="dark"] .select2-results__option--highlighted,
[data-bs-theme="dark"] .select2-results__option:hover,
[data-bs-theme="dark"] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
[data-bs-theme="dark"] .ts-dropdown .active,
[data-bs-theme="dark"] .ts-dropdown .option:hover {
    background: rgba(226, 185, 99, .15) !important;
    color: var(--zt-gold-2) !important;
}
[data-bs-theme="dark"] .select2-results__option--selected,
[data-bs-theme="dark"] .select2-container--default .select2-results__option--selected {
    background: rgba(226, 185, 99, .20) !important;
    color: var(--zt-gold-2) !important;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow b,
[data-bs-theme="dark"] .ziptrip-static-service-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--zt-gold-2) transparent transparent transparent !important;
}

/* Booking/search landing */
[data-bs-theme="dark"] .booking-inner,
[data-bs-theme="dark"] .booking-form,
[data-bs-theme="dark"] .ziptrip-flight-toolbar,
[data-bs-theme="dark"] .ziptrip-search-copy-card,
[data-bs-theme="dark"] .ziptrip-search-hero-card,
[data-bs-theme="dark"] .ziptrip-search-hero-panel,
[data-bs-theme="dark"] .search-page-hero,
[data-bs-theme="dark"] .ziptrip-service-tabs,
[data-bs-theme="dark"] .booking-tab-content,
[data-bs-theme="dark"] .traveler-dropdown,
[data-bs-theme="dark"] .traveler-popover,
[data-bs-theme="dark"] .booking-travelers .dropdown-menu {
    background: rgba(23, 19, 14, .94) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
    box-shadow: var(--zt-shadow-soft) !important;
}
[data-bs-theme="dark"] .booking-wrapper,
[data-bs-theme="dark"] .ziptrip-static-service-page,
[data-bs-theme="dark"] .search-wrapper,
[data-bs-theme="dark"] .search-content,
[data-bs-theme="dark"] .profile,
[data-bs-theme="dark"] .ticket-download-page,
[data-bs-theme="dark"] .payment-page,
[data-bs-theme="dark"] .order-page { background: transparent !important; }
[data-bs-theme="dark"] .booking-nav,
[data-bs-theme="dark"] .booking-nav .btn,
[data-bs-theme="dark"] .service-tab,
[data-bs-theme="dark"] .ziptrip-service-tab,
[data-bs-theme="dark"] .route-card,
[data-bs-theme="dark"] .quick-route,
[data-bs-theme="dark"] .ziptrip-option-pill {
    background: var(--zt-surface-2) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
}
[data-bs-theme="dark"] .booking-nav .btn.active,
[data-bs-theme="dark"] .booking-nav .btn:hover,
[data-bs-theme="dark"] .service-tab.active,
[data-bs-theme="dark"] .service-tab:hover,
[data-bs-theme="dark"] .ziptrip-service-tab.active,
[data-bs-theme="dark"] .ziptrip-service-tab:hover,
[data-bs-theme="dark"] .ziptrip-option-pill:has(input:checked) {
    background: rgba(226, 185, 99, .14) !important;
    border-color: rgba(226, 185, 99, .55) !important;
    color: var(--zt-gold-2) !important;
}
[data-bs-theme="dark"] .ziptrip-check-ui {
    background: var(--zt-surface) !important;
    border-color: var(--zt-line) !important;
}
[data-bs-theme="dark"] .ziptrip-check-ui::after { border-color: #17130e !important; }
[data-bs-theme="dark"] .ziptrip-option-pill > input[type="checkbox"]:checked ~ .ziptrip-check-ui { background: linear-gradient(135deg, #e6c171, #b8872d) !important; }
[data-bs-theme="dark"] .booking-fromTo .btn,
[data-bs-theme="dark"] .booking-departureReturn .btn,
[data-bs-theme="dark"] .booking-travelers .btn.dropdown-toggle { background: var(--zt-surface-2) !important; color: var(--zt-ink) !important; border-color: var(--zt-line) !important; }

/* Footer and trust badges */
[data-bs-theme="dark"] .footer,
[data-bs-theme="dark"] footer,
[data-bs-theme="dark"] .site-footer {
    background: rgba(12, 10, 8, .96) !important;
    color: var(--zt-muted) !important;
    border-color: var(--zt-line) !important;
}
[data-bs-theme="dark"] .ziptrip-trust-badge,
[data-bs-theme="dark"] .footer-badge {
    background: var(--zt-surface-2) !important;
    border-color: var(--zt-line) !important;
}
[data-bs-theme="dark"] .ziptrip-trust-badge img,
[data-bs-theme="dark"] .footer-badge img { filter: brightness(.92) contrast(1.04); }

/* Loading and auth */
[data-bs-theme="dark"] .ziptrip-loading-overlay { background: rgba(8, 7, 6, .58) !important; }
[data-bs-theme="dark"] .ziptrip-loading-card {
    background: rgba(23, 19, 14, .98) !important;
    border-color: var(--zt-line) !important;
    color: var(--zt-ink) !important;
}
[data-bs-theme="dark"] .ziptrip-skeleton { background: linear-gradient(90deg, #211b13, #332817, #211b13) !important; }

@media (max-width: 991.98px) {
    [data-bs-theme="dark"] .header.dynamic { background: rgba(15,13,10,.94) !important; }
}
