/* ==========================================================================
   SWAM EVENT BOOKING & BOOTH SELECTION PAGE STYLES
   Unified stylesheet for booth maps, packages, pricing & sticky summary
   ========================================================================== */

:root {
    --ev-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --ev-navy-deep: #032683;
    --ev-gold: #F0C068;
    --ev-gold-gradient: linear-gradient(135deg, #F3CD74 0%, #E7B856 100%);
}

.page-booth-mapping {
    background-color: #032683 !important;
}

#booking-content {
    padding-top: 85px !important;
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                                                                1. HERO & LAUNCHING SECTION (FIGMA SPEC)
                                                                                                                                                                                                                                                                                                            ------------------------------------------------------------- */
.event-hero-master-wrap {
    position: relative;
    width: 100%;
    background-color: #032683;
    background: linear-gradient(180deg, rgba(2, 20, 75, 0.68) 0%, rgba(3, 38, 131, 0.92) 360px, #032683 450px), url('../../../../assets/images/event/event-background.webp') center top / 100% 450px no-repeat, #032683;
    padding: 50px 0 70px;
    overflow: hidden;
}

.event-hero-badge {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: var(--ev-font);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #E9C266;
    margin-bottom: 24px;
}

.event-hero-title {
    font-family: var(--ev-font);
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
}

.event-hero-subtitle {
    font-family: var(--ev-font);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
    margin: 0 auto 38px;
}

/* Figma Quick Info Bar with Glassmorphism */
.event-quick-pills-bar {
    display: inline-flex;
    align-items: stretch;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 0.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    padding: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    margin-bottom: 54px;
    overflow: hidden;
    max-width: 760px;
    width: 100%;
}

.event-quick-pill-btn {
    flex: 1;
    background: transparent;
    border: none;
    color: #E9C266;
    font-family: var(--ev-font);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 18px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}

.event-quick-pill-btn:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.event-quick-pill-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

/* Launching Layout (Seamless 2-Col Figma Style) */
.launching-figma-wrap {
    max-width: 1020px;
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    text-align: left;
}

.launching-figma-img-wrap {
    flex: 0 0 47%;
    max-width: 47%;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 16/11;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.16);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}

.launching-figma-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.launching-figma-img-wrap:hover img {
    transform: scale(1.04);
}

/* Glassmorphism Status Badges on Image */
.launching-figma-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.launching-figma-title {
    font-family: var(--ev-font);
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-transform: uppercase;
}

.launching-figma-meta-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    width: 100%;
}

.launching-figma-meta-row {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.launching-figma-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--ev-font);
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.launching-figma-meta-item i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1;
}

/* Selection Queue Section (Figma Spec) */
.launching-queue-wrapper {
    width: 100%;
    margin-bottom: 16px;
}

.launching-queue-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14.5px;
    font-weight: 400;
    font-family: var(--ev-font);
    margin-bottom: 12px;
    letter-spacing: 0;
    text-align: left;
}

.launching-queue-item {
    background: rgba(18, 42, 102, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.launching-queue-item:hover {
    background: rgba(22, 50, 120, 0.55);
    border-color: rgba(255, 255, 255, 0.25);
}

.launching-queue-item-name {
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    font-family: var(--ev-font);
    letter-spacing: 0.01em;
}

.launching-queue-item-qty {
    display: none;
}

.launching-queue-pill {
    background: #0f1d40;
    color: #f1f5f9 !important;
    font-family: var(--ev-font);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 7px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    box-shadow: none;
}

.launching-queue-pill-pending {
    background: rgba(15, 29, 64, 0.7);
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: var(--ev-font);
    font-size: 13px;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
}

/* Turn CTA Button */
.btn-select-booth-turn {
    background: #E5B869;
    background: linear-gradient(180deg, #E9BE73 0%, #DCAE58 100%);
    color: #111827 !important;
    font-family: var(--ev-font);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 4px 18px rgba(229, 184, 105, 0.35);
    transition: all 0.25s ease;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.btn-select-booth-turn:hover {
    background: linear-gradient(180deg, #ECC57E 0%, #E2B763 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(229, 184, 105, 0.5);
    color: #000000 !important;
}

.btn-select-booth-turn i,
.btn-select-booth-turn span.iconify {
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    transition: transform 0.25s ease;
}

.btn-select-booth-turn:hover i,
.btn-select-booth-turn:hover span.iconify {
    transform: translate(2px, -2px);
}

.launching-turn-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--ev-font);
    font-size: 13.5px;
    margin-top: 14px;
    text-align: left;
}

.launching-turn-notice i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
    line-height: 1;
}

.launching-turn-notice span {
    line-height: 1.4;
}

.launching-turn-notice strong {
    color: #ffffff;
    font-weight: 700;
}

.btn-confirm-gold {
    background: #E5B869;
    background: linear-gradient(180deg, #E9BE73 0%, #DCAE58 100%);
    color: #111827 !important;
    font-family: var(--ev-font);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.01em;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 18px rgba(229, 184, 105, 0.35);
    transition: all 0.25s ease;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.btn-confirm-gold i {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.btn-confirm-gold:hover {
    background: linear-gradient(180deg, #ECC57E 0%, #E2B763 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(229, 184, 105, 0.5);
    color: #000000 !important;
}

.btn-pass-qr {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
    font-family: var(--ev-font);
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.01em;
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.btn-pass-qr i {
    font-size: 18px;
    color: var(--ev-gold);
    transition: transform 0.25s ease;
}

.btn-pass-qr:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(243, 205, 116, 0.6);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.btn-pass-qr:hover i {
    transform: scale(1.12);
}

.btn-pass-qr:active {
    transform: translateY(0);
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                               2. "OUR NEXT EVENT" EXPANDING SLIDER (OPTION 2)
                                                                                                                                                                                                                                                                                                                                            ------------------------------------------------------------- */
.events-showcase-master-section {
    padding: 60px 0 60px;
    background: #032683;
    position: relative;
    overflow: hidden;
}

.events-showcase-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    padding: 0 12px;
}

.events-showcase-title {
    font-family: var(--ev-font);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}

.events-slider-nav-btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.events-slider-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(10px);
}

.events-slider-nav-btn:hover {
    background: var(--ev-gold-gradient);
    border-color: #f7ce74;
    color: #111827;
    transform: scale(1.05);
}

/* Track Container */
.events-showcase-track-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 12px 8px 45px;
    margin-bottom: -20px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40px, black calc(100% - 40px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 40px, black calc(100% - 40px), transparent 100%);
}

.events-showcase-track-wrap::-webkit-scrollbar {
    display: none;
}

.events-showcase-track {
    display: flex;
    gap: 16px;
    min-height: 600px;
    height: 600px;
    width: fit-content;
    min-width: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Event Expanding Card */
.event-expand-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    width: 200px;
    min-width: 200px;
    height: 100%;
    transition: width 0.65s cubic-bezier(0.25, 1, 0.35, 1), min-width 0.65s cubic-bezier(0.25, 1, 0.35, 1), box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.event-expand-card.active {
    width: 580px;
    min-width: 580px;
    cursor: default;
    border-color: rgba(255, 255, 255, 0.28);
}

/* Card background poster */
.event-expand-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    filter: blur(28px) saturate(1.4) brightness(0.85);
    transform: scale(1.35);
    transition: filter 0.65s cubic-bezier(0.25, 1, 0.35, 1), transform 0.65s cubic-bezier(0.25, 1, 0.35, 1), opacity 0.5s ease;
    z-index: 1;
}

.event-expand-card.active .event-expand-bg {
    filter: blur(0px) saturate(1) brightness(1);
    transform: scale(1);
}

.event-expand-card.active:hover .event-expand-bg {
    transform: scale(1.02);
}

.event-expand-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
    opacity: 1;
    transition: background 0.5s ease;
}

.event-expand-card.active .event-expand-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(3, 10, 30, 0.75) 100%);
}

/* Expanded View Content */
.event-expand-active-content {
    position: absolute;
    inset: 0;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.event-expand-card.active .event-expand-active-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.45s ease 0.18s, visibility 0.45s ease 0.18s;
}

.event-expand-badge-pill {
    align-self: flex-start;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(18, 12, 28, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.95);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transform: translateY(-8px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.event-expand-card.active .event-expand-badge-pill {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1) 0.15s, opacity 0.45s ease 0.15s;
}

/* Schedule Glass Cards in Expanded State */
.event-expand-glass-schedules-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    z-index: 10;
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0.25, 1, 0.35, 1), opacity 0.2s ease;
}

.event-expand-card.active .event-expand-glass-schedules-list {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0.2s, opacity 0.5s ease 0.2s;
}

.event-expand-schedule-glass-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
    background: rgba(18, 14, 28, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    gap: 16px;
}

.event-expand-schedule-meta-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
    text-align: left;
}

.event-expand-schedule-meta-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--ev-font);
    font-size: 13.5px;
    font-weight: 400;
}

.event-expand-schedule-meta-line i {
    color: #F0C068;
    font-size: 16px;
    line-height: 1;
}

.event-expand-schedule-divider {
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, 0.18);
    margin: 0 4px;
}

.btn-schedule-view-gold {
    background: var(--ev-gold-gradient);
    color: #0A1B39 !important;
    font-family: var(--ev-font);
    font-weight: 800;
    font-size: 12.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 11px 26px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(231, 184, 86, 0.3);
}

.btn-schedule-view-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(231, 184, 86, 0.5);
    color: #000000 !important;
}

/* Collapsed Column State */
.event-expand-collapsed-content {
    position: absolute;
    inset: 0;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 4;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s ease 0.15s, transform 0.45s cubic-bezier(0.25, 1, 0.35, 1) 0.15s, visibility 0.4s ease 0.15s;
    pointer-events: none;
}

.event-expand-card.active .event-expand-collapsed-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

.event-expand-collapsed-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-expand-collapsed-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    white-space: nowrap;
}

.event-expand-collapsed-title {
    font-family: var(--ev-font);
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 24px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}

.event-expand-collapsed-more {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
}

.event-expand-collapsed-bottom {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    display: flex;
    align-items: center;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .launching-figma-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        max-width: 100%;
        padding: 0 16px;
    }

    .launching-figma-img-wrap {
        flex: none;
        max-width: 100%;
        width: 100%;
        aspect-ratio: 16/10;
    }

    .launching-figma-content {
        width: 100%;
        align-items: stretch;
    }

    .launching-figma-title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .event-expand-card.active {
        width: 460px;
        min-width: 460px;
    }
}

@media (max-width: 768px) {
    .event-quick-pills-bar {
        flex-direction: column;
        border-radius: 14px;
        max-width: 100%;
        width: calc(100% - 32px);
        margin: 0 auto 36px;
    }

    .event-quick-pill-btn {
        width: 100%;
        padding: 12px 16px;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .event-quick-pill-btn:last-child {
        border-bottom: none;
    }

    .events-showcase-master-section {
        padding: 30px 0 40px;
    }

    .events-showcase-header {
        padding: 0 !important;
        margin-bottom: 18px;
    }

    .events-showcase-track-wrap {
        padding: 6px 0 35px;
        margin-bottom: -15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 20px), transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 20px), transparent 100%);
    }

    .events-showcase-track {
        gap: 10px;
        height: 480px;
        min-height: 480px;
        padding: 0;
    }

    .event-expand-card {
        width: 66px;
        min-width: 66px;
        scroll-snap-align: start;
    }

    .event-expand-card.active {
        width: calc(100vw - 110px);
        min-width: calc(100vw - 110px);
        max-width: 320px;
        scroll-snap-align: start;
    }

    .event-expand-active-content {
        padding: 14px 12px;
    }

    .event-expand-badge-pill {
        padding: 5px 12px;
        font-size: 10.5px;
    }

    .event-expand-collapsed-content {
        padding: 20px 6px;
        align-items: center;
    }

    .event-expand-collapsed-top {
        align-items: center;
        width: 100%;
    }

    .event-expand-collapsed-title {
        font-size: 15px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        margin: 14px auto 0;
        white-space: nowrap;
        letter-spacing: 0.04em;
    }

    .event-expand-collapsed-more {
        display: none;
    }

    /* Responsive Schedule Item (hide VIEW button, whole item is tap-friendly) */
    .event-expand-schedule-glass-item {
        padding: 9px 12px;
        border-radius: 12px;
        cursor: pointer;
    }

    .event-expand-schedule-glass-item:active {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(0.98);
    }

    .event-expand-schedule-divider {
        display: none !important;
    }

    .btn-schedule-view-gold {
        display: none !important;
    }

    .event-expand-schedule-meta-box {
        gap: 5px;
    }

    .event-expand-schedule-meta-line {
        font-size: 11.5px;
        gap: 6px;
    }

    .event-expand-schedule-meta-line i {
        font-size: 13.5px;
    }
}

/* Marker sizing and font clarity */
.booth-selection-container .marker,
.booth-layout-container .marker,
.booth-selection-modal .marker,
.layout-canvas .marker {
    position: absolute;
    box-sizing: border-box !important;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, z-index 0.15s ease;
    z-index: 10;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
}

/* Fixed size ONLY for point markers without dimensions */
.booth-selection-container .marker:not(.has-dimension):not(.is-rotated-only),
.booth-layout-container .marker:not(.has-dimension):not(.is-rotated-only),
.booth-selection-modal .marker:not(.has-dimension):not(.is-rotated-only),
.layout-canvas .marker:not(.has-dimension):not(.is-rotated-only) {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border-radius: 25% !important;
    border: 1.5px solid #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
    transform: translate(-50%, -50%) scale(calc(1 / var(--zoom, 1)));
}

.booth-selection-container .marker:not(.has-dimension):not(.is-rotated-only):hover,
.booth-layout-container .marker:not(.has-dimension):not(.is-rotated-only):hover,
.booth-selection-modal .marker:not(.has-dimension):not(.is-rotated-only):hover,
.layout-canvas .marker:not(.has-dimension):not(.is-rotated-only):hover,
.booth-selection-container .marker:not(.has-dimension):not(.is-rotated-only).is-active,
.booth-layout-container .marker:not(.has-dimension):not(.is-rotated-only).is-active,
.booth-selection-modal .marker:not(.has-dimension):not(.is-rotated-only).is-active,
.layout-canvas .marker:not(.has-dimension):not(.is-rotated-only).is-active {
    transform: translate(-50%, -50%) scale(calc(1.15 / var(--zoom, 1)));
    z-index: 20;
}

.booth-selection-container .marker.is-rotated-only,
.booth-layout-container .marker.is-rotated-only,
.booth-selection-modal .marker.is-rotated-only,
.layout-canvas .marker.is-rotated-only {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border-radius: 50% !important;
    border: 1.5px solid #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
    transform: translate(-50%, -50%) rotate(var(--m-r, 0deg)) scale(calc(1 / var(--zoom, 1)));
}

.booth-selection-container .marker.is-rotated-only:hover,
.booth-layout-container .marker.is-rotated-only:hover,
.booth-selection-modal .marker.is-rotated-only:hover,
.layout-canvas .marker.is-rotated-only:hover,
.booth-selection-container .marker.is-rotated-only.is-active,
.booth-layout-container .marker.is-rotated-only.is-active,
.booth-selection-modal .marker.is-rotated-only.is-active,
.layout-canvas .marker.is-rotated-only.is-active {
    transform: translate(-50%, -50%) rotate(var(--m-r, 0deg)) scale(calc(1.15 / var(--zoom, 1)));
    z-index: 20;
}

/* Markers with dimension */
.booth-selection-container .marker.has-dimension,
.booth-layout-container .marker.has-dimension,
.booth-selection-modal .marker.has-dimension,
.layout-canvas .marker.has-dimension {
    width: var(--m-w, 24px) !important;
    height: var(--m-h, 24px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: 2px !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%) rotate(var(--m-r, 0deg)) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    container-type: size;
    overflow: hidden !important;
}

.booth-selection-container .marker.has-dimension:hover,
.booth-layout-container .marker.has-dimension:hover,
.booth-selection-modal .marker.has-dimension:hover,
.layout-canvas .marker.has-dimension:hover,
.booth-selection-container .marker.has-dimension.is-active,
.booth-layout-container .marker.has-dimension.is-active,
.booth-selection-modal .marker.has-dimension.is-active,
.layout-canvas .marker.has-dimension.is-active {
    transform: translate(-50%, -50%) rotate(var(--m-r, 0deg)) scale(1.05) !important;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.7) !important;
    z-index: 30;
    border-color: #fff !important;
}

/* Number styling for non-dimension markers */
.booth-selection-container .marker .booth-number,
.booth-layout-container .marker .booth-number,
.booth-selection-modal .marker .booth-number,
.layout-canvas .marker .booth-number,
.booth-selection-container .marker:not(.has-dimension) .booth-number,
.booth-layout-container .marker:not(.has-dimension) .booth-number,
.booth-selection-modal .marker:not(.has-dimension) .booth-number,
.layout-canvas .marker:not(.has-dimension) .booth-number {
    font-size: calc(11px * var(--zoom, 1)) !important;
    font-weight: 800 !important;
    font-family: var(--ev-font, 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    pointer-events: none !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 96% !important;
    max-height: 96% !important;
    user-select: none !important;
}

/* Number styling for dimension markers: Exactly matching preview clarity */
.booth-selection-container .marker.has-dimension .booth-number,
.booth-layout-container .marker.has-dimension .booth-number,
.booth-selection-modal .marker.has-dimension .booth-number,
.layout-canvas .marker.has-dimension .booth-number {
    font-size: clamp(6px, min(60cqh, 45cqi), 40px) !important;
    font-weight: 800 !important;
    font-family: var(--ev-font, 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif) !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 96% !important;
    max-height: 96% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    pointer-events: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    user-select: none !important;
}

.booth-selection-container .marker.in-booth-group::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(2.5px, 20cqmin, 5px);
    height: clamp(2.5px, 20cqmin, 5px);
    background: #0284c7;
    border-bottom-left-radius: 2.5px;
    border-top-right-radius: inherit;
    border: none;
    z-index: 15;
}

.booth-selection-container .marker:not(.has-dimension).in-booth-group::after {
    width: 5px;
    height: 5px;
    top: 1px;
    right: 1px;
    border-radius: 50%;
    border: 1px solid #fff;
}

@media (max-width: 767.98px) {
    .booth-selection-container .marker.in-booth-group::after {
        top: 0 !important;
        right: 0 !important;
        width: clamp(2px, 18cqmin, 4px) !important;
        height: clamp(2px, 18cqmin, 4px) !important;
        border: none !important;
        border-bottom-left-radius: 2px !important;
        border-top-right-radius: inherit !important;
        background: #0284c7 !important;
    }

    .booth-selection-container .marker.has-dimension .booth-number,
    .booth-layout-container .marker.has-dimension .booth-number,
    .booth-selection-modal .marker.has-dimension .booth-number,
    .layout-canvas .marker.has-dimension .booth-number {
        font-size: clamp(3.5px, min(45cqh, 26cqi), 14px) !important;
        font-weight: 700 !important;
        letter-spacing: -0.02em !important;
        max-width: 94% !important;
        max-height: 94% !important;
    }

    .booth-selection-container .marker:not(.has-dimension) .booth-number,
    .booth-layout-container .marker:not(.has-dimension) .booth-number,
    .booth-selection-modal .marker:not(.has-dimension) .booth-number,
    .layout-canvas .marker:not(.has-dimension) .booth-number {
        font-size: calc(9px * var(--zoom, 1)) !important;
    }

    .booth-layout-container .legend,
    .booth-selection-container .legend {
        gap: 4px 10px !important;
        padding: 5px 8px !important;
        margin-bottom: 6px !important;
        border-radius: 6px !important;
    }

    .booth-layout-container .legend-item,
    .booth-selection-container .legend-item {
        font-size: 8px !important;
        gap: 5px !important;
    }

    .booth-layout-container .legend-dot,
    .booth-selection-container .legend-dot {
        width: 8px !important;
        height: 8px !important;
    }
}

/* Fullscreen Layout Options */
.tool-button.btn-fullscreen-toggle {
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 0 12px !important;
    color: #1e293b !important;
    background: #ffffff !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    height: 36px !important;
}

.tool-button.btn-fullscreen-toggle:hover {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
}

.tool-button.btn-fullscreen-toggle.active {
    background: #0d6efd !important;
    color: #ffffff !important;
    border-color: #0d6efd !important;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3) !important;
}

.booth-selection-container.layout-is-fullscreen,
.booth-layout-container.layout-is-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    z-index: 99999999 !important;
    background: #f8fafc !important;
    padding: 16px 20px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* Hide right-side booth location list in fullscreen */
.booth-selection-container.layout-is-fullscreen aside.booth-panel,
.booth-layout-container.layout-is-fullscreen aside.booth-panel {
    display: none !important;
}

/* Workspace expands to 100% width and height */
.booth-selection-container.layout-is-fullscreen .workspace,
.booth-layout-container.layout-is-fullscreen .workspace {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    flex: 1 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

.booth-selection-container.layout-is-fullscreen .main-layout-area,
.booth-layout-container.layout-is-fullscreen .main-layout-area {
    width: 100% !important;
    height: 100% !important;
    flex: 1 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.booth-selection-container.layout-is-fullscreen .toolbar,
.booth-layout-container.layout-is-fullscreen .toolbar {
    flex-shrink: 0 !important;
    margin-bottom: 10px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.booth-selection-container.layout-is-fullscreen .layout-shell,
.booth-layout-container.layout-is-fullscreen .layout-shell {
    flex: 1 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}

body.layout-fullscreen-active {
    overflow: hidden !important;
}

/* Ensure navbar, floating bar, and widgets never overlap fullscreen layout */
body.layout-fullscreen-active .radial-background-primary,
body.layout-fullscreen-active .radial-background-primary.is-sticky,
body.layout-fullscreen-active .header-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

body.layout-fullscreen-active #booking-content {
    z-index: 99999999 !important;
    position: relative !important;
    padding-top: 0 !important;
}

body.layout-fullscreen-active #booth-floating-bar,
body.layout-fullscreen-active .floating-contact-wrapper,
body.layout-fullscreen-active .go-top {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Ensure booth information modal appears above fullscreen layout & blueprint modal */
#boothInformationModal {
    z-index: 1070 !important;
}

#boothInformationModal .modal-dialog {
    z-index: 1071 !important;
}

#boothInformationModal.show~.modal-backdrop {
    z-index: 1065 !important;
}

body.layout-fullscreen-active #boothInformationModal {
    z-index: 100000005 !important;
}

body.layout-fullscreen-active #boothInformationModal .modal-dialog {
    z-index: 100000006 !important;
}

div.swal2-container.modal-high-zindex,
div.swal2-container {
    z-index: 100000000 !important;
}

/* Deposit & Currency Modal Specific Styles */
#staticBackdrop .modal-dialog {
    max-width: 580px !important;
}

#staticBackdrop .deposit-currency-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 10px rgba(11, 34, 72, 0.04) !important;
    transition: all 0.2s ease !important;
}

#staticBackdrop .deposit-check-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 10px rgba(11, 34, 72, 0.04) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

#staticBackdrop .deposit-check-card:hover {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}

#staticBackdrop .btn-modal-save {
    min-width: 140px !important;
}

/* -------------------------------------------------------------
                               OPTION 2: FLOATING SELECTION SUMMARY BAR (MODERN GLASS THEME)
                            ------------------------------------------------------------- */
#booking-content {
    padding-bottom: 150px !important;
}

.booth-floating-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(7, 24, 56, 0.82) !important;
    backdrop-filter: blur(24px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(190%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 -12px 35px rgba(2, 10, 28, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    padding: 14px 0;
    padding-bottom: max(14px, env(safe-area-inset-bottom));
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.booth-floating-bar.pulse-glow {
    border-top-color: rgba(245, 212, 130, 0.9) !important;
    box-shadow: 0 -12px 40px rgba(232, 186, 85, 0.38), inset 0 1px 0 rgba(245, 212, 130, 0.5) !important;
}

.floating-selection-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    color: #f5d482;
}

.floating-bar-title {
    font-family: var(--swam-font, 'Plus Jakarta Sans', sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.floating-selected-chips {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 0;
}

.floating-selected-chips::-webkit-scrollbar {
    display: none;
}

.floating-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 212, 130, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #f5d482;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
    user-select: none;
}

.floating-chip:hover {
    background: rgba(245, 212, 130, 0.22);
    border-color: rgba(245, 212, 130, 0.8);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(245, 212, 130, 0.35);
}

.floating-chip i {
    font-size: 13px;
    opacity: 0.75;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.floating-chip:hover i {
    opacity: 1;
    transform: scale(1.2);
}

.floating-price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.floating-price-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 2px;
}

.floating-total-price {
    font-family: var(--swam-font, 'Plus Jakarta Sans', sans-serif);
    font-size: 20px;
    font-weight: 800;
    color: #f5d482;
    text-shadow: 0 2px 14px rgba(232, 186, 85, 0.35);
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.btn-floating-submit {
    background: var(--swam-gold-gradient, linear-gradient(180deg, #f5d482 0%, #e8ba55 100%)) !important;
    color: var(--swam-navy, #0b2248) !important;
    font-family: var(--swam-font, 'Plus Jakarta Sans', sans-serif) !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    letter-spacing: 0.04em !important;
    padding: 12px 28px !important;
    border-radius: var(--swam-radius-elem, 12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: var(--swam-gold-glow, 0 6px 18px rgba(232, 186, 85, 0.35)) !important;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

.btn-floating-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--swam-gold-glow-hover, 0 10px 24px rgba(232, 186, 85, 0.45)) !important;
    filter: brightness(1.04) !important;
    color: var(--swam-navy-dark, #05142e) !important;
}

.btn-floating-submit:active {
    transform: translateY(0) !important;
}

.btn-floating-submit:disabled,
.btn-floating-submit.disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Dynamic clearance for floating contact button and go-top button when booth bar is active */
body.has-booth-bar .floating-contact-wrapper {
    bottom: calc(var(--booth-bar-height, 100px) + 16px) !important;
}

body.has-booth-bar .go-top.active {
    bottom: calc(var(--booth-bar-height, 100px) + 82px) !important;
}

.mobile-layout-tabs {
    background: rgba(255, 255, 255, 0.08);
    padding: 4px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    gap: 6px;
}

.btn-mobile-tab {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-mobile-tab.active {
    background: #F0C068;
    color: #032683;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------------------------
                                               NEW #booking-content & BOOTH SELECTION STYLES (MATCHING REFERENCE)
                                            ------------------------------------------------------------- */
#booking-content {
    padding-top: 50px !important;
    padding-bottom: 120px !important;
    background-color: #032683 !important;
    min-height: 100vh;
}

/* Top Header & Navigation */
.btn-booth-nav-back {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-family: var(--ev-font) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    opacity: 0.9 !important;
    cursor: pointer !important;
    padding: 0 !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.btn-booth-nav-back:hover {
    opacity: 1 !important;
    transform: translateX(-3px) !important;
    color: #ffffff !important;
}

.btn-booth-nav-back i {
    font-size: 18px !important;
}

.instruction-heading {
    font-family: var(--ev-font) !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
}

.instruction-subtext {
    font-family: var(--ev-font) !important;
    font-size: 14.5px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    max-width: 540px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* Quota Glass Card (Top Right) */
.booth-quota-card {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 14px !important;
    padding: 12px 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
    flex-shrink: 0 !important;
}

.booth-quota-icon {
    font-size: 28px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.booth-quota-limit {
    font-family: var(--ev-font) !important;
    font-size: 13.5px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 400 !important;
}

.booth-quota-limit strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.booth-quota-selected {
    font-family: var(--ev-font) !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-top: 2px !important;
}

.booth-quota-selected strong {
    color: #ffffff !important;
}

/* 2-Column Workspace Grid */
.booth-selection-container .workspace {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 350px !important;
    gap: 24px !important;
    align-items: stretch !important;
}

/* Left Card: Floor Plan / Main Layout Area */
.booth-selection-container .main-layout-area {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 22px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* Left Card Toolbar */
.booth-selection-container .toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 14px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Legend */
.booth-selection-container .legend {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.booth-selection-container .legend-item {
    font-family: var(--ev-font) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.booth-selection-container .legend-dot {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.booth-selection-container .legend-dot.available {
    background: conic-gradient(from 180deg at 50% 50%, #10b981 0deg, #3b82f6 120deg, #f59e0b 240deg, #10b981 360deg) !important;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2) !important;
}

.booth-selection-container .legend-dot.pending,
.booth-selection-container .legend-dot.booked {
    background: #64748b !important;
}

.booth-selection-container .legend-dot.blocked,
.booth-selection-container .legend-dot.final,
.booth-selection-container .legend-dot.not_for_sale {
    background: #0f172a !important;
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.2) !important;
}

.booth-selection-container .legend-dot.is-my-booth {
    background: #2563eb !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25) !important;
}

/* Tool Buttons inside Canvas matching #blueprintModal */
.booth-selection-container .tool-button {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    color: #032683 !important;
    font-family: var(--ev-font) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

.booth-selection-container .tool-button.btn-zoom {
    font-size: 17px !important;
    width: 36px !important;
    padding: 0 !important;
}

.booth-selection-container .tool-button:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #032683 !important;
}

.booth-selection-container .zoom-value {
    font-family: var(--ev-font) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    min-width: 44px !important;
    text-align: center !important;
}

.booth-selection-container .tool-button.btn-fullscreen-toggle {
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 0 12px !important;
    color: #1e293b !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    height: 36px !important;
}

.booth-selection-container .tool-button.btn-fullscreen-toggle:hover {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
}

.booth-selection-container .tool-button.btn-fullscreen-toggle.active {
    background: linear-gradient(135deg, #fce29d 0%, #ebb950 100%) !important;
    color: #032683 !important;
    border-color: #ebb950 !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 16px rgba(235, 185, 80, 0.4) !important;
}

/* Floor Plan Shell */
.booth-selection-container .layout-shell {
    background: #fafbfd !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 14px !important;
    flex: 1 1 auto !important;
    min-height: 480px !important;
    overflow: auto !important;
    position: relative !important;
    padding: 12px !important;
}

/* Left Card Bottom Bar */
.booth-layout-bottom-bar {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.btn-booth-info-summary {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    font-size: 17px !important;
    padding: 0 !important;
}

.btn-booth-info-summary:hover {
    background: #e2e8f0 !important;
    color: #021a59 !important;
}

.booth-selection-container .btn-booth-type-pill {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    font-family: var(--ev-font) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

.booth-selection-container .btn-booth-type-pill:hover,
.booth-selection-container .btn-booth-type-pill.active {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
}

/* Right Card: Aside Booth Panel */
.booth-selection-container aside.booth-panel {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 22px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
}

.booth-selected-hall-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    font-family: var(--ev-font) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    transition: all 0.2s ease !important;
}

/* Accordion Card */
.booth-accordion-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    min-height: 0 !important;
}

.booth-accordion-header {
    background: #f1f5f9 !important;
    padding: 10px 14px !important;
    font-family: var(--ev-font) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: background 0.2s ease !important;
    flex-shrink: 0 !important;
}

.booth-accordion-header:hover {
    background: #e9eff5 !important;
}

.booth-accordion-body {
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

.booth-accordion-body[style*="display: none"] {
    display: none !important;
}

/* Search input inside right card */
.booth-selection-container .booth-search-wrapper {
    position: relative !important;
    width: 100% !important;
    flex-shrink: 0 !important;
}

.booth-selection-container .booth-search-wrapper .search-input {
    width: 100% !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 36px 8px 12px !important;
    font-family: var(--ev-font) !important;
    font-size: 13px !important;
    color: #1e293b !important;
    height: 38px !important;
    transition: all 0.2s ease !important;
}

.booth-selection-container .booth-search-wrapper .search-input:focus {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.05) !important;
}

.booth-selection-container .booth-search-wrapper .search-icon {
    position: absolute !important;
    right: 12px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #94a3b8 !important;
    font-size: 16px !important;
    pointer-events: none !important;
}

/* Booth List & Items */
.booth-selection-container .booth-list {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

.booth-selection-container .booth-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1px solid #edf2f7 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    position: relative !important;
    gap: 14px !important;
}

.booth-selection-container .booth-item:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}

.booth-selection-container .booth-item.is-checked {
    background: #e8f7ee !important;
    border-color: #a7f3d0 !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12) !important;
}

.booth-selection-container .booth-item.d-none,
.booth-selection-container .booth-item[style*="display: none"] {
    display: none !important;
}

.booth-selection-container .booth-item-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.booth-selection-container .booth-item-top {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.booth-selection-container .booth-status-dot {
    display: none !important;
}

/* Status Badge */
.booth-selection-container .booth-status {
    font-family: var(--ev-font) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2.5px 8px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    border: 1px solid transparent !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    order: unset !important;
}

.booth-selection-container .booth-item.available .booth-status,
.booth-selection-container .booth-status.available {
    background: #ecfdf5 !important;
    color: #065f46 !important;
    border-color: #a7f3d0 !important;
}

.booth-selection-container .booth-item.final .booth-status,
.booth-selection-container .booth-item.blocked .booth-status,
.booth-selection-container .booth-status.final,
.booth-selection-container .booth-status.blocked {
    background: #f1f5f9 !important;
    color: #475569 !important;
    border-color: #cbd5e1 !important;
}

.booth-selection-container .booth-item.pending .booth-status,
.booth-selection-container .booth-item.booked .booth-status,
.booth-selection-container .booth-status.pending,
.booth-selection-container .booth-status.booked {
    background: #f8fafc !important;
    color: #64748b !important;
    border-color: #e2e8f0 !important;
}

.booth-selection-container .booth-item.my-booth .booth-status,
.booth-selection-container .booth-status.my-booth {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    border-color: #bfdbfe !important;
}

/* Booth Name */
.booth-selection-container .booth-name {
    font-family: var(--ev-font) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em !important;
}

/* Booth Price Row */
.booth-selection-container .booth-price {
    font-family: var(--ev-font) !important;
    display: flex !important;
    align-items: start !important;
    flex-direction: column;
    gap: 8px !important;
    flex-wrap: wrap !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}

.booth-selection-container .main-price {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #047857 !important;
}

.booth-selection-container .alt-price {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #2563eb !important;
    background: #f0f7ff !important;
    padding: 2px 7px !important;
    border-radius: 5px !important;
    border: 1px solid #dbeafe !important;
    display: inline-block !important;
}

/* Checkbox */
.booth-selection-container .booth-checkbox {
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
    border: 1.5px solid #cbd5e1 !important;
    cursor: pointer !important;
    accent-color: #10b981 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Specifications Details */
.booth-spec-details {
    font-family: var(--ev-font) !important;
    font-size: 12px !important;
    color: #64748b !important;
}

.booth-spec-list {
    list-style-type: disc !important;
    padding-left: 18px !important;
    margin-bottom: 4px !important;
}

.booth-spec-list li {
    margin-bottom: 2px !important;
    line-height: 1.4 !important;
}

.booth-read-more-link {
    color: #1d4ed8 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 2px !important;
}

.booth-read-more-link:hover {
    text-decoration: underline !important;
}

/* Submit Button Inside Aside Panel */
.btn-select-booth-submit {
    background: linear-gradient(135deg, #F3CD74 0%, #E7B856 100%) !important;
    color: #032683 !important;
    font-family: var(--ev-font) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 13px 20px !important;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(231, 184, 86, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-select-booth-submit:hover {
    background: linear-gradient(135deg, #fce29d 0%, #ebb950 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 22px rgba(231, 184, 86, 0.5) !important;
    color: #021a59 !important;
}

.btn-select-booth-submit:active {
    transform: translateY(0) !important;
}

@media (max-width: 991.98px) {
    .booth-selection-container .workspace {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .booth-selection-container aside.booth-panel {
        height: auto !important;
    }
}

@media (max-width: 767.98px) {
    #booking-content {
        padding-top: 75px !important;
    }

    .instruction-heading {
        font-size: 26px !important;
    }

    .booth-quota-card {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .booth-selection-container .workspace {
        display: block !important;
    }

    .booth-selection-container.mobile-view-map aside.booth-panel {
        display: none !important;
    }

    .booth-selection-container.mobile-view-map .main-layout-area {
        display: flex !important;
    }

    .booth-selection-container.mobile-view-list .main-layout-area {
        display: none !important;
    }

    .booth-selection-container.mobile-view-list aside.booth-panel {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px !important;
    }

    .booth-selection-container .layout-shell {
        height: calc(100vh - 350px) !important;
        min-height: 350px !important;
        max-height: 520px !important;
    }

    .booth-selection-container .booth-list {
        max-height: 280px !important;
    }

    .booth-floating-bar {
        padding: 10px 0;
        padding-bottom: max(10px, env(safe-area-inset-bottom));
    }

    .floating-selected-chips {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        max-width: calc(100vw - 32px);
    }

    .floating-total-price {
        font-size: 15px !important;
    }

    .btn-floating-submit {
        padding: 8px 18px;
        font-size: 13px;
    }

    .floating-price-block {
        text-align: left !important;
    }
}

/* Ensure layout-canvas strictly wraps blueprint image so marker (x%, y%) coordinates never drift */
.booth-selection-container .layout-canvas,
.booth-layout-container .layout-canvas,
.layout-canvas {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    transform-origin: 0 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.booth-selection-container .layout-canvas img,
.booth-layout-container .layout-canvas img,
.layout-canvas img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.booth-selection-container .layout-shell {
    padding: 0 !important;
}