﻿/* ===== Munasabat Venue Page ===== */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');

:root {
    --navy: #0F2B5B;
    --navy-dark: #0A2145;
    --navy-accent: #27477D;
    --gold: #C9A46A;
    --gold-dark: #A98345;
    --gold-light: #E3C899;
    --ivory: #F7F2EB;
    --cream: #FDFBF8;
    --beige: #E8DED0;
    --green: #198754;
    --red: #dc3545;
    --gray: #6c757d;
}

body {
    font-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
    background-color: var(--ivory);
    color: #1F2430;
    overflow-x: hidden;
}

/* ===== Hero ===== */
.hero {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
    color: #fff;
    padding: 2rem 0;
}
.venue-hero-layout {
    justify-content: center;
    gap: 1.15rem 1.6rem;
    margin-inline: 0;
}
.venue-logo-wrap {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-inline: 0;
}
.venue-info {
    flex: 0 1 auto;
    width: auto;
    max-width: 780px;
    text-align: center;
}
.venue-info .d-flex {
    justify-content: center;
    max-width: 100%;
}
.hero h1 {
    font-size: 2rem;
    font-weight: 800;
}
.venue-logo-img {
    width: 108px;
    height: 108px;
    border-radius: 14px;
    object-fit: cover;
    border: 3px solid rgba(201, 164, 106, 0.35);
}
.hero-badge {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.2s;
    max-width: 100%;
}
.hero-badge:hover { background: rgba(255,255,255,0.2); color: #fff; }
a.hero-badge { text-decoration: none; }

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: var(--gold-light);
    font-size: 1.1rem;
    text-decoration: none;
    margin-left: 6px;
    transition: all 0.2s;
}
.social-icon:hover { background: rgba(201, 164, 106, 0.25); color: #fff; }

.hero-status-link {
    color: var(--gold-light);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.hero-status-link:hover { color: #fff; }

.section-title {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--navy-dark);
}

/* ===== Calendar ===== */
#section-select {
    width: min(1180px, calc(100% - 32px));
    max-width: none;
    padding-inline: 0;
}
.calendar-scroll {
    width: 100%;
    overflow-x: visible;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.calendar-header {
    text-align: center;
    font-weight: 700;
    padding: 0.55rem 0.5rem;
    background: var(--beige);
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--navy);
}
.calendar-day {
    min-height: 104px;
    padding: 8px;
    border: 2px solid var(--beige);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    background: var(--cream);
}
.calendar-day:hover {
    border-color: var(--navy-accent);
    box-shadow: 0 0 0 3px rgba(15, 43, 91, 0.1);
}
.calendar-day.empty {
    background: transparent;
    cursor: default;
    border-color: transparent;
}
.calendar-day.past {
    opacity: 0.5;
    cursor: default;
    background: var(--ivory);
}
.calendar-day .day-num {
    font-weight: 700;
    font-size: 0.98rem;
    display: block;
    margin-bottom: 4px;
    color: var(--navy-dark);
}

/* ===== Slots ===== */
.slot-badge {
    display: block;
    font-size: 0.78rem;
    padding: 4px 6px;
    border-radius: 5px;
    margin-top: 4px;
    text-align: center;
    font-weight: 700;
}
.slot-available { background: #d1e7dd; color: #0f5132; }
.slot-pending { background: #fff3cd; color: #664d03; }
.slot-confirmed,
.slot-blocked,
.slot-unavailable { background: #edf0f3; color: #6f7682; }
.clickable-slot { cursor: pointer; transition: transform 0.1s, box-shadow 0.1s; }
.clickable-slot:hover { transform: scale(1.05); box-shadow: 0 0 0 2px currentColor; }

/* ===== Privacy-first slot lookup ===== */
.slot-lookup-view {
    max-width: 760px;
    margin: 0 auto;
}
.slot-lookup-card,
.slot-lookup-result-card {
    border: 1px solid var(--beige);
    border-radius: 16px;
    background: var(--cream);
    box-shadow: 0 18px 45px rgba(10, 33, 69, 0.08);
}
.slot-lookup-card {
    padding: 1.25rem;
}
.slot-lookup-copy {
    text-align: center;
    margin-bottom: 1rem;
}
.slot-lookup-copy h3 {
    color: var(--navy-dark);
    font-size: 1.35rem;
    font-weight: 900;
    margin: 0.6rem 0 0.25rem;
}
.slot-lookup-copy p {
    color: var(--gray);
    margin: 0;
}
.slot-lookup-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: end;
}
.slot-lookup-result {
    margin-top: 1rem;
}
.slot-lookup-result-card {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.slot-lookup-result-card.available {
    border-color: rgba(25, 135, 84, 0.32);
    background: linear-gradient(135deg, #f8fffb, #eef8f3);
}
.slot-lookup-result-card.unavailable {
    border-color: rgba(111, 118, 130, 0.28);
    background: #f8f8f7;
}
.slot-lookup-status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.slot-lookup-status i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--navy);
    color: white;
}
.slot-lookup-status strong {
    display: block;
    color: var(--navy-dark);
    font-size: 1.05rem;
}
.slot-lookup-status span,
.slot-lookup-price {
    color: var(--gray);
    font-size: 0.9rem;
}
.slot-lookup-price {
    margin-top: 0.25rem;
}

/* ===== Waitlist ===== */
.waitlist-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.75rem auto 0;
}
.waitlist-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.waitlist-copy h3 {
    margin: 0;
    color: var(--navy-dark);
    font-size: 1rem;
    font-weight: 800;
}
.waitlist-copy p {
    margin: 0;
    color: var(--gray);
    font-size: 0.82rem;
}
.waitlist-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--gold-dark);
    background: rgba(201, 164, 106, 0.14);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-weight: 800;
    white-space: nowrap;
}
.waitlist-open-btn {
    min-width: 230px;
    white-space: nowrap;
}
.waitlist-modal .modal-content {
    border: 1px solid var(--beige);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(10, 33, 69, 0.22);
}
.waitlist-modal .modal-header {
    align-items: flex-start;
    border-bottom-color: var(--beige);
}
.waitlist-modal-copy {
    color: var(--gray);
    font-size: 0.92rem;
    margin-bottom: 0.75rem;
}
.waitlist-selected-hint {
    min-height: 32px;
    padding: 0.45rem 0.65rem;
    margin-bottom: 0.75rem;
    border-radius: 8px;
    background: rgba(201, 164, 106, 0.12);
    color: var(--gold-dark);
    font-weight: 700;
    font-size: 0.85rem;
}
.waitlist-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top-color: var(--beige);
}

@media (max-width: 768px) {
    .waitlist-copy {
        align-items: flex-start;
        gap: 0.6rem;
    }
    .waitlist-card {
        margin-top: 0.65rem;
    }
    .waitlist-open-btn {
        width: 100%;
        min-width: 0;
    }
    .waitlist-modal .modal-dialog {
        align-items: flex-end;
        display: flex;
        min-height: calc(100% - 1rem);
        margin: 0.5rem;
    }
    .waitlist-modal .modal-content {
        border-radius: 18px 18px 10px 10px;
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }
    .waitlist-modal .modal-body {
        overflow-y: auto;
    }
    .waitlist-modal .modal-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }
    .waitlist-modal .modal-footer .btn {
        width: 100%;
    }
    .slot-lookup-view {
        max-width: none;
    }
    .slot-lookup-card {
        padding: 1rem;
        border-radius: 14px;
    }
    .slot-lookup-copy h3 {
        font-size: 1.1rem;
    }
    .slot-lookup-fields {
        grid-template-columns: 1fr;
    }
    .slot-lookup-result-card {
        align-items: stretch;
        flex-direction: column;
    }
    .slot-lookup-result-card .btn {
        width: 100%;
    }
}

/* ===== Steps ===== */
.step-indicator { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; }
.step { text-align: center; }
.step .circle {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--gray);
}
.step.active .circle {
    background: var(--navy);
    color: #fff;
}
.step.done .circle {
    background: var(--gold-dark);
    color: var(--navy-dark);
}
.step span { font-size: 0.85rem; color: var(--gray); }

/* ===== Cards & Forms ===== */
.card {
    border: 1px solid var(--beige);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 43, 91, 0.04);
    background: var(--cream);
}
.form-label {
    font-weight: 700;
    color: var(--navy);
    font-size: 0.9rem;
}
.form-control, .form-select {
    border: 2px solid var(--beige);
    border-radius: 10px;
    padding: 0.6rem 0.9rem;
    font-family: 'Cairo', sans-serif;
}
.form-control:focus, .form-select:focus {
    border-color: var(--navy-accent);
    box-shadow: 0 0 0 3px rgba(15, 43, 91, 0.08);
}
.btn-primary {
    background: var(--navy);
    border-color: var(--navy);
    border-radius: 10px;
    font-weight: 700;
    padding: 0.65rem;
}
.btn-primary:hover { background: var(--navy-dark); border-color: var(--navy-dark); }
.btn-success {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    border-radius: 10px;
    font-weight: 700;
    padding: 0.65rem;
    color: var(--navy-dark);
}
.btn-success:hover { background: var(--gold); border-color: var(--gold); }
.btn-outline-secondary {
    border-radius: 10px;
    font-weight: 600;
}
.btn-outline-primary {
    border-color: var(--navy);
    color: var(--navy);
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
}
.btn-outline-primary:hover {
    background: var(--navy);
    color: #fff;
}
.alert-info {
    background: rgba(201, 164, 106, 0.1);
    border-color: var(--gold-light);
    color: var(--navy-dark);
    border-radius: 10px;
}
.alert-warning {
    background: rgba(201, 164, 106, 0.08);
    border-color: var(--gold-light);
    color: var(--gold-dark);
    border-radius: 10px;
    font-weight: 600;
}

/* ===== Confirmation ===== */
.confirmation-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid var(--beige);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15,43,91,0.08);
}
.confirmation-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--navy), var(--gold-dark));
}
.confirmation-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 0 auto 0.8rem;
    border-radius: 50%;
    background: rgba(25,135,84,0.1);
    color: var(--green);
    font-size: 2rem;
}
.confirmation-status {
    display: inline-flex;
    color: var(--gold-dark);
    background: rgba(201,164,106,0.12);
    border-radius: 999px;
    padding: 0.28rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}
.confirmation-card h3 {
    color: var(--navy-dark);
    font-weight: 800;
    margin-bottom: 0.45rem;
}
.confirmation-copy {
    color: #6F7682;
    max-width: 540px;
    margin: 0 auto 1.1rem;
    line-height: 1.8;
}
.confirmation-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 1rem 0;
}
.confirmation-summary div {
    border: 1px solid var(--beige);
    border-radius: 12px;
    background: var(--cream);
    padding: 0.75rem;
}
.confirmation-summary span,
.confirmation-summary strong {
    display: block;
}
.confirmation-summary span {
    color: #6F7682;
    font-size: 0.75rem;
    font-weight: 700;
}
.confirmation-summary strong {
    color: var(--navy-dark);
    font-size: 0.92rem;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}
.booking-reference-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    margin-top: 0.2rem;
}
.booking-reference-row strong {
    margin-top: 0;
}
.copy-reference-btn {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(15,43,91,0.18);
    border-radius: 9px;
    background: #fff;
    color: var(--navy);
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.copy-reference-btn:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}
.confirmation-next {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    text-align: right;
    background: rgba(15,43,91,0.05);
    border: 1px solid rgba(15,43,91,0.08);
    border-radius: 12px;
    padding: 0.85rem;
    color: #4F5865;
    line-height: 1.8;
    font-size: 0.88rem;
}
.confirmation-next i {
    color: var(--gold-dark);
    margin-top: 0.25rem;
}
.confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.1rem;
}
.confirmation-actions .btn {
    min-width: 150px;
}

/* ===== Venue Not Found ===== */
.venue-not-found-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    font-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
    background:
        radial-gradient(circle at 18% 18%, rgba(201,164,106,0.16), transparent 28%),
        linear-gradient(180deg, #fff, var(--ivory));
}
.venue-not-found-card {
    width: min(620px, 100%);
    text-align: center;
    border: 1px solid var(--beige);
    border-radius: 18px;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15,43,91,0.08);
}
.venue-not-found-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--navy-dark);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.25rem;
}
.venue-not-found-brand img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.venue-not-found-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    border-radius: 20px;
    background: rgba(15,43,91,0.08);
    color: var(--navy);
    font-size: 1.8rem;
}
.venue-not-found-card h1 {
    color: var(--navy-dark);
    font-family: inherit;
    font-size: clamp(1.55rem, 4vw, 2.15rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.6rem;
    letter-spacing: 0;
}
.venue-not-found-card p {
    color: #6F7682;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.9;
    max-width: 480px;
    margin: 0 auto 1.2rem;
}
.venue-not-found-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}
.venue-not-found-actions .btn {
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    min-width: 130px;
    padding: 0.72rem 1rem;
}
.venue-not-found-actions .btn-primary {
    background: var(--navy);
    border-color: var(--navy);
}
.venue-not-found-actions .btn-primary:hover {
    background: var(--navy-dark);
    border-color: var(--navy-dark);
}
.venue-not-found-actions .btn-outline-primary {
    color: var(--navy);
    border-color: rgba(15,43,91,0.55);
}
.venue-not-found-actions .btn-outline-primary:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}
.venue-not-found-actions .btn-outline-secondary {
    color: #6F7682;
    border-color: rgba(111,118,130,0.45);
}
.venue-not-found-actions .btn-outline-secondary:hover {
    background: #6F7682;
    border-color: #6F7682;
    color: #fff;
}

/* ===== Offcanvas ===== */
.offcanvas {
    background: var(--cream);
    border-radius: 0 16px 16px 0;
    box-shadow: -4px 0 30px rgba(15, 43, 91, 0.1);
}
.offcanvas-header {
    border-bottom: 1px solid var(--beige);
}
.offcanvas-title {
    font-weight: 800;
    color: var(--navy-dark);
}

/* ===== Toast ===== */
.toast-container { position: fixed; top: 1rem; left: 1rem; z-index: 9999; pointer-events: none; }
.toast-container .toast { pointer-events: auto; }

/* ===== Text ===== */
.text-muted { color: #6F7682 !important; }
a.fw-bold { color: var(--navy); text-decoration: none; }

@media (min-width: 769px) and (max-width: 900px) {
    .hero {
        padding: 1.25rem 0 1.35rem;
    }
    .hero .container {
        max-width: none;
        width: min(100% - 32px, 860px);
    }
    .venue-hero-layout {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.95rem 1.2rem;
        align-items: center;
        justify-content: center;
        text-align: start;
    }
    .venue-logo-wrap {
        grid-column: 1;
        grid-row: 1 / span 2;
        margin-bottom: 0 !important;
    }
    .venue-info {
        width: auto;
        max-width: 620px;
        text-align: start;
    }
    .venue-info .d-flex {
        justify-content: flex-start;
        gap: 0.45rem !important;
    }
    .venue-logo-img {
        width: 86px;
        height: 86px;
        border-radius: 13px;
    }
    .hero h1 {
        font-size: 1.55rem;
        line-height: 1.2;
        margin-bottom: 0.45rem !important;
    }
    #venue-description {
        display: none;
    }
    .hero-badge {
        padding: 3px 10px;
        font-size: 0.74rem;
    }
    #venue-social {
        display: inline-flex;
        gap: 0.3rem;
        margin-top: 0.5rem !important;
    }
    .social-icon {
        width: 31px;
        height: 31px;
        font-size: 0.92rem;
        margin-left: 0;
    }
    .venue-info > .mt-2:last-child {
        display: inline-flex;
        margin-top: 0.5rem !important;
        margin-inline-start: 0.55rem;
    }
    .hero-status-link {
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        min-height: 31px;
        padding: 0 0.7rem;
        border: 1px solid rgba(227, 200, 153, 0.42);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        font-size: 0.74rem;
        white-space: nowrap;
    }
    .hero + .container.my-4 {
        margin-block: 0.85rem !important;
    }
    .step-indicator {
        gap: 1.25rem;
        margin-bottom: 0;
    }
    .step .circle {
        width: 38px;
        height: 38px;
        margin-bottom: 0.28rem;
        font-size: 0.95rem;
    }
    .step span {
        font-size: 0.78rem;
    }
    #section-select {
        width: min(100% - 24px, 900px);
    }
    #section-select > .text-center.mb-3 {
        margin-bottom: 0.7rem !important;
    }
    .calendar-grid {
        gap: 6px;
    }
    .calendar-day {
        min-height: clamp(98px, 9vh, 112px);
        padding: 5px;
        border-width: 1px;
    }
    .calendar-header {
        padding: 0.48rem 0.2rem;
        font-size: 0.78rem;
    }
    .slot-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 23px;
        font-size: 0.66rem;
        line-height: 1.25;
    }
}

@media (max-width: 768px) {
    .hero {
        position: sticky;
        top: 0;
        z-index: 1020;
        padding: 0.72rem 0 0.78rem;
        box-shadow: 0 10px 24px rgba(10, 33, 69, 0.18);
    }
    .hero .container {
        width: 100%;
        max-width: none;
        padding-inline: 0.75rem;
    }
    .venue-hero-layout {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.55rem;
        align-items: center;
        text-align: start;
        margin-inline: 0;
    }
    .venue-logo-wrap {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0 !important;
    }
    .venue-info {
        display: contents;
    }
    #venue-description {
        display: none;
    }
    .venue-logo-img {
        width: 54px;
        height: 54px;
        border-radius: 12px;
        border-width: 2px;
    }
    .hero h1 {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        font-size: 1.15rem;
        line-height: 1.2;
        margin-bottom: 0.35rem !important;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .venue-info .d-flex {
        grid-column: 1 / -1;
        grid-row: 2;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        gap: 0.35rem !important;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .venue-info .d-flex::-webkit-scrollbar {
        display: none;
    }
    .hero-badge {
        flex: 0 0 auto;
        font-size: 0.68rem;
        padding: 3px 8px;
        white-space: nowrap;
    }
    #venue-social {
        grid-column: 1;
        grid-row: 3;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.28rem;
        margin-top: 0.3rem !important;
        vertical-align: middle;
    }
    .social-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
        margin-left: 0;
    }
    .venue-info > .mt-2:last-child {
        grid-column: 2;
        grid-row: 3;
        justify-self: end;
        display: inline-flex;
        margin-top: 0.3rem !important;
        margin-inline-start: 0.35rem;
        vertical-align: middle;
    }
    .hero-status-link {
        display: inline-flex;
        align-items: center;
        gap: 0.22rem;
        min-height: 28px;
        padding: 0 0.55rem;
        border: 1px solid rgba(227, 200, 153, 0.42);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        font-size: 0.68rem;
        white-space: nowrap;
    }
    .hero + .container.my-4 {
        margin-block: 0 !important;
        padding: 0.5rem 0.5rem 0.2rem;
    }
    .step-indicator {
        gap: 0.85rem;
        margin-bottom: 0;
        padding: 0.1rem 0;
    }
    .step .circle {
        width: 30px;
        height: 30px;
        margin-bottom: 0.2rem;
        font-size: 0.85rem;
    }
    .step span {
        font-size: 0.68rem;
    }
    #section-select {
        width: 100%;
        overflow: hidden;
        padding-inline: 0.35rem;
        margin-top: 0.15rem;
    }
    #section-select > .text-center.mb-3 {
        margin-bottom: 0.55rem !important;
    }
    #calendar-month-label {
        width: 94px !important;
        margin-inline: 0.7rem !important;
        font-size: 0.95rem;
    }
    .calendar-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.4rem;
        scrollbar-width: thin;
        margin-inline: -0.35rem;
        padding-inline: 0.35rem;
    }
    .calendar-grid {
        gap: 4px;
        min-width: 560px;
    }
    .calendar-header {
        padding: 0.38rem 0.1rem;
        font-size: 0.7rem;
    }
    .calendar-day {
        min-height: 86px;
        padding: 4px;
        border-width: 1px;
        border-radius: 8px;
    }
    .calendar-day .day-num {
        font-size: 0.78rem;
        margin-bottom: 3px;
    }
    .slot-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 20px;
        font-size: 0.58rem;
        padding: 2px 3px;
        margin-top: 3px;
        line-height: 1.25;
    }
    #section-done {
        padding-inline: 0.75rem;
    }
    .confirmation-card {
        padding: 1.35rem 1rem;
        border-radius: 14px;
    }
    .confirmation-icon {
        width: 54px;
        height: 54px;
        font-size: 1.65rem;
    }
    .confirmation-card h3 {
        font-size: 1.25rem;
    }
    .confirmation-copy,
    .confirmation-next {
        font-size: 0.82rem;
    }
    .confirmation-summary {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .confirmation-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .confirmation-actions .btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    #section-select {
        width: 100%;
        padding-inline: 0.25rem;
    }
    .hero .container {
        padding-inline: 0.6rem;
    }
    .venue-logo-img {
        width: 48px;
        height: 48px;
    }
    .hero h1 {
        font-size: 1.05rem;
    }
    .hero-badge,
    .hero-status-link {
        font-size: 0.63rem;
    }
    .social-icon {
        width: 26px;
        height: 26px;
        font-size: 0.82rem;
    }
    .step-indicator {
        gap: 0.65rem;
    }
    .step .circle {
        width: 28px;
        height: 28px;
    }
    #calendar-month-label {
        width: 86px !important;
    }
    .calendar-grid {
        gap: 3px;
        min-width: 535px;
    }
    .calendar-header {
        font-size: 0.64rem;
    }
    .calendar-day {
        min-height: 80px;
        padding: 3px;
    }
    .slot-badge {
        min-height: 19px;
        font-size: 0.52rem;
        padding-inline: 2px;
    }
}

.booking-quote-card,
.confirmation-price-summary {
    background: #FDFBF8;
    border: 1px solid #E8DED0;
    border-radius: 14px;
    font-size: 0.9rem;
    padding: 0.85rem;
    text-align: initial;
}
.booking-quote-heading {
    color: var(--gold-dark);
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
#pricing-preview strong,
.confirmation-price-summary strong {
    color: #0F2B5B;
    font-size: 1rem;
}
.pricing-table {
    width: 100%;
    font-size: 0.9rem;
}
.pricing-table td {
    padding: 0.45rem 0.35rem;
    border-bottom: 1px solid #E8DED0;
}
.pricing-table .price-num {
    font-weight: 700;
    color: #0F2B5B;
    text-align: left;
    white-space: nowrap;
}
.pricing-period-public + .pricing-period-public {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #E8DED0;
}
.pricing-period-public h6 {
    color: #0F2B5B;
    font-weight: 800;
    margin-bottom: 0.15rem;
}
.booking-quote-row,
.booking-quote-total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0;
}
.booking-quote-row span {
    color: var(--gray);
    font-weight: 700;
}
.booking-quote-price {
    padding-bottom: 0.05rem;
}
.booking-quote-deposit {
    align-items: center;
    background: rgba(201, 164, 106, 0.08);
    border-radius: 10px;
    color: #7C684E;
    display: flex;
    font-size: 0.8rem;
    gap: 1rem;
    justify-content: space-between;
    margin: 0.2rem 0 0.45rem;
    padding: 0.4rem 0.65rem;
}
.booking-quote-deposit span::before {
    content: "\21B3";
    direction: ltr;
    display: inline-block;
    margin-left: 0.35rem;
    opacity: 0.65;
}
.booking-quote-deposit strong {
    font-size: 0.88rem !important;
    white-space: nowrap;
}
.booking-quote-total {
    border-top: 1px solid #E8DED0;
    margin-top: 0.35rem;
    padding-top: 0.55rem;
}
.booking-quote-total span {
    color: var(--navy-dark);
    font-weight: 900;
}
.booking-quote-total strong {
    font-size: 1.12rem !important;
}
.confirmation-price-summary {
    margin: 0.8rem auto 1rem;
    max-width: 460px;
}
.booking-services-panel {
    background: #FDFBF8;
    border: 1px solid #E8DED0;
    border-radius: 12px;
    padding: 0.85rem;
}
.booking-services-title {
    color: var(--navy-dark);
    font-weight: 900;
    margin-bottom: 0.65rem;
}
.booking-service-option {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #E8DED0;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    gap: 0.6rem;
    grid-template-columns: auto 1fr auto;
    margin-bottom: 0.55rem;
    padding: 0.65rem;
}
.booking-service-option:last-child {
    margin-bottom: 0;
}
.booking-service-main strong,
.booking-service-main small {
    display: block;
}
.booking-service-main strong {
    color: var(--navy-dark);
    font-size: 0.95rem;
}
.booking-service-main small {
    color: var(--gray);
    font-size: 0.8rem;
    margin-top: 0.12rem;
}
.booking-service-option em {
    color: var(--gold-dark);
    direction: ltr;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
.terms-display { font-family: 'Cairo', sans-serif; }
.terms-display ul { padding-right: 1.25rem; margin-bottom: 0.5rem; }

/* ===== Loaders ===== */

/* Gold Spinner for buttons */
.spinner-gold {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(201, 164, 106, 0.3);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.btn .spinner-gold {
    margin-left: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Skeleton Screens for content */
.skeleton {
    background: linear-gradient(90deg, var(--beige) 25%, var(--cream) 50%, var(--beige) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-title {
    height: 24px;
    width: 60%;
    margin-bottom: 12px;
}

.skeleton-card {
    height: 120px;
    margin-bottom: 16px;
}

.skeleton-calendar {
    height: 400px;
    width: 100%;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
