/* ============================================
   EVENT FINAL STYLESHEET
   Consolidated & Deduplicated from event.css, event-style.css, and event-combined.css
   ============================================ */

/* ============================================
   Keyframe Animations
   ============================================ */
@keyframes skeleton-loading {
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse-turn {
    0% {
        box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.35);
    }
}

@keyframes pulse-badge {
    0% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1.05);
    }
}

/* ============================================
   Global & Component Styles
   ============================================ */
.single-pricing-card .read-more {
    position: relative;
    color: var(--blackColor);
    transition: var(--transition);
    font-family: var(--font-elegant);
    font-size: 15px;
    font-weight: 500;
}

.single-pricing-card:hover .read-more {
    color: var(--primaryColor);
}

.single-pricing-card:hover .read-more::before {
    width: 100%;
}

.single-pricing-card .read-more::before {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    content: "";
    position: absolute;
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.single-pricing-card .read-more i {
    top: 1px !important;
    font-size: 17px !important;
    line-height: 1 !important;
    position: relative !important;
    display: inline-block !important;
    transform: rotate(304deg) !important;
    color: var(--blackColor) !important;
    transition: var(--transition) !important;
    height: unset !important;
    width: unset !important;
    margin-right: unset !important;
    flex: unset !important;
    text-align: left !important;
    background-color: unset !important;
}

.single-pricing-card:hover .read-more i {
    transform: unset !important;
    color: var(--primaryColor) !important;
}

.list li i {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: var(--primaryColor);
    background-color: #e3ecfc;
}

.list li:last-child {
    margin-bottom: 0;
}

.list li {
    position: relative;
    margin-bottom: 16px;
}

#staticBackdrop .form-control {
    height: unset !important;
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

#confirmModal .form-control {
    height: unset !important;
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.single-pricing-card .demo.disabled::before {
    background: #989898;
    visibility: visible;
    opacity: 1;
}

.single-pricing-card .demo.disabled {
    color: white;
}

.page-booth-mapping {
    position: relative;
    z-index: 1;
    background: radial-gradient(circle at top center, rgba(0, 191, 255, .18), transparent 34%),
        linear-gradient(180deg, #06193d 0%, #041126 46%, #02060e 100%);
}

#event-launching-list {
    background: transparent;
    position: relative;
}

#event-launching-list .section-title h2 {
    color: #fff;
    font-family: var(--font-elegant);
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.launching-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    border-top: 2px solid rgba(255, 211, 94, .85);
}

.launching-card-shell {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--launching-card-bg, linear-gradient(180deg, #2f2f2f 0%, #0c0c0c 100%));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    width: 100%;
    height: 100%;
}

.launching-card-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .12), transparent 28%), linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .28));
    pointer-events: none;
}

.launching-card-top {
    position: relative;
    z-index: 1;
    min-height: 49%;
    padding: 16px 16px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    background: var(--launching-card-bg, linear-gradient(180deg, #2f2f2f 0%, #0c0c0c 100%));
}

.launching-card-top::before {
    content: attr(data-watermark);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(4rem, 18vw, 6.5rem);
    font-weight: 300;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .07);
    text-transform: uppercase;
    pointer-events: none;
    transform: translateY(-12px);
}

.launching-card-top::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .18), transparent 16%), radial-gradient(circle at 78% 14%, rgba(255, 255, 255, .14), transparent 14%), radial-gradient(circle at 84% 58%, rgba(255, 255, 255, .08), transparent 18%);
    pointer-events: none;
}

.launching-card-brand {
    position: relative;
    z-index: 1;
    line-height: 1;
    color: rgba(255, 247, 223, .98);
}

.launching-card-brand .event-year {
    display: block;
    margin-bottom: 4px;
    font-size: 1.45rem;
    font-weight: 300;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.launching-card-brand .event-title {
    display: block;
    font-size: clamp(2.3rem, 3.6vw, 3.5rem);
    font-weight: 300;
    letter-spacing: .01em;
    line-height: .9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
}

.launching-card-brand .event-title strong {
    font-weight: 300;
}

.launching-card-brand .event-subtitle {
    display: block;
    margin-top: -2px;
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    line-height: .86;
    font-family: 'Great Vibes', 'Cormorant Garamond', cursive;
    font-style: normal;
    color: rgba(255, 245, 227, .98);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.launching-card-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    min-height: 28px;
    background: linear-gradient(180deg, rgba(235, 184, 74, .96) 0%, rgba(204, 154, 54, .96) 100%);
    color: #291700;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
}

.launching-card-meta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, .96);
    flex-wrap: wrap;
    padding: 8px 0;
}

.launching-card-meta .meta-line {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    line-height: 1.25;
    font-size: .87rem;
    font-weight: 600;
}

.launching-card-meta .meta-line i {
    flex: 0 0 auto;
    line-height: 1.1;
    font-size: 1rem;
    color: rgba(255, 255, 255, .95);
}

.launching-card-meta .meta-city {
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .92;
}

.launching-chip-list {
    display: grid;
    gap: 10px;
}

.launching-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .32);
    color: rgba(255, 255, 255, .98);
    background: rgba(255, 255, 255, .015);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.launching-chip:hover {
    border-color: var(--yellowColor);
    background: rgba(255, 255, 255, .04);
    color: var(--yellowColor);
}

.launching-chip i {
    margin-left: 8px;
    font-size: 1rem;
}

.campaign-section {
    padding: 46px 0 64px;
    background: linear-gradient(180deg, #f2f5fb 0%, #d8e8f7 100%);
}

.campaign-section .section-title h2 {
    color: #14386a;
    font-family: var(--font-elegant);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.campaign-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.campaign-card {
    min-height: 165px;
    border-radius: 26px;
    background: linear-gradient(180deg, #0b3f90 0%, #05285a 100%);
    box-shadow: 0 24px 40px rgba(7, 33, 74, .18), inset 0 0 0 1px rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #f4c75c;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: .04em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.campaign-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .14), transparent 35%);
    pointer-events: none;
}

.campaign-card span {
    position: relative;
    z-index: 1;
}

.campaign-card.wide {
    grid-column: span 1;
}

.campaign-row-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 66.666%;
    margin: 16px auto 0;
}

.launching-card-top-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    aspect-ratio: 6/8;
}

.schedule-buttons-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    padding-bottom: 16px;
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.schedule-date-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.schedule-date-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.schedule-date-btn .btn-year {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.schedule-date-btn .btn-date-range {
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.85;
}

.schedule-date-btn i {
    font-size: 1rem;
    margin-left: 6px;
    opacity: 0.75;
}

.launching-header-info .button-confirm-attendance,
.launching-header-info .disabled-attendance-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 12px 20px;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 16px;
}

.launching-header-info .button-confirm-attendance:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.launching-header-info .disabled-attendance-btn {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
}

.launching-header-info .button-confirm-attendance i,
.launching-header-info .disabled-attendance-btn i {
    font-size: 1rem;
    margin-left: 8px;
}

.launching-card-top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.launching-card-top-image .preview-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #444;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.launching-card-info {
    position: relative;
    z-index: 1;
    padding: 16px 14px;
    text-align: center;
}

.launching-card-info h3 {
    color: rgba(255, 247, 223, .98);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-bottom: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
}

.launching-card-info .schedule-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.launching-card-info .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .85);
    font-size: .85rem;
    font-weight: 500;
}

.launching-card-info .meta-item i {
    font-size: 1rem;
    color: rgba(255, 255, 255, .8);
}

.launching-card-info .event-description {
    color: rgba(255, 255, 255, .75);
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 400;
}

.launching-header-section {
    margin-bottom: 20px;
    padding: 0 20px;
}

.launching-header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.launching-header-image-wrapper {
    flex: 0 0 30%;
    max-width: 30%;
}

.launching-header-image {
    width: 100%;
    height: 180px;
    min-height: 180px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.launching-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.launching-header-image .no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.launching-header-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.launching-header-title {
    padding: 40px 0 30px 0;
}

.launching-header-title h1 {
    color: #fff;
    font-family: var(--font-elegant);
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 400 !important;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    line-height: 1.2;
}

.launching-header-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}

.launching-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 12px;
}

.launching-header-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.launching-header-meta i {
    font-size: 1.1rem;
    color: rgba(255, 211, 94, 0.9);
}

/* Launching Hero Header & Quick Action Bar Styling */
.launching-hero-header {
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
}

.launching-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 211, 94, 0.15);
    color: #ffd35e;
    border: 1px solid rgba(255, 211, 94, 0.4);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.launching-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 12px;
    line-height: 1.2;
}

.launching-sub-title {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75) !important;
    max-width: 650px;
    line-height: 1.6;
}

.launching-action-bar {
    padding: 10px 0;
}

.btn-quick-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-quick-info .icon {
    font-size: 18px;
    color: #ffd35e;
    transition: transform 0.25s ease;
}

.btn-quick-info:hover {
    background: #ffd35e !important;
    border-color: #ffd35e !important;
    color: #0c2552 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 211, 94, 0.35);
}

.btn-quick-info:hover .icon {
    color: #0c2552 !important;
    transform: scale(1.15);
}

#blueprintModal .modal-body {
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

#detailScheduleModal .modal-body .row.g-4,
#blueprintModal .modal-body .row.g-4 {
    margin-bottom: 0;
}

#blueprintModal .modal-content {
    min-height: 100%;
}

.modal-event-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-event-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.modal-event-image:hover img {
    transform: scale(1.02);
}

.modal-event-details {
    padding-left: 24px;
}

.modal-event-details h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.modal-event-meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.modal-event-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #5a6a85;
    font-size: 15px;
    font-weight: 500;
}

.modal-event-meta i {
    font-size: 20px;
    color: #ffd35e;
    width: 24px;
    text-align: center;
}

#highlights-container {
    display: none;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

#highlights-container h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

#schedule-highlights {}

#schedule-highlights .highlight-card {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 16/9;
    scale: 1;
}

#schedule-highlights .highlight-card:hover {
    transform: scale(0.98);
}

#schedule-highlights .highlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

#schedule-highlights .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    width: auto;
}

#schedule-highlights .owl-nav button {
    background: #1a1a2e !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 5px !important;
    font-size: 16px !important;
}

#schedule-highlights .owl-nav button:hover {
    background: #ffd35e !important;
    color: #1a1a2e !important;
}

#schedule-highlights .owl-dots {
    display: none;
}

.booth-layout-container .legend {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 12px 14px;
}

.booth-layout-container .legend-item {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    white-space: nowrap;
}

.booth-layout-container .legend-dot {
    border-radius: 999px;
    display: inline-block;
    height: 11px;
    width: 11px;
}

.booth-layout-container .legend-dot.available {
    background: rgba(34, 197, 94, .72);
}

.booth-layout-container .legend-dot.pending {
    background: rgba(148, 163, 184, .72);
}

.booth-layout-container .legend-dot.final {
    background: rgba(17, 24, 39, .72);
}

#blueprintModal .modal-dialog.modal-xl {
    max-width: 1200px;
    width: 92vw;
    margin: 1.75rem auto;
}

#blueprintModal .modal-body {
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.booth-layout-container {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.booth-layout-container .workspace {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 340px;
    width: 100%;
    flex: 1;
    min-height: 0;
    align-items: stretch;
}

.booth-layout-container .workspace>div:first-child,
.booth-layout-container .main-layout-area {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    height: 100%;
}

.booth-layout-container .toolbar {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.booth-layout-container .tool-button {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #111827;
    cursor: pointer;
    font-size: 14px;
    height: 34px;
    min-width: 38px;
    padding: 0 12px;
}

.booth-layout-container .tool-button:hover {
    background: #f3f4f6;
}

.booth-layout-container .zoom-value {
    color: #6b7280;
    font-size: 13px;
    min-width: 48px;
    text-align: center;
}

.booth-layout-container .layout-shell {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    flex: 1;
    min-height: 400px;
    height: 100%;
    overflow: auto;
    padding: 16px;
    position: relative;
}

.booth-layout-container::-webkit-scrollbar,
.booth-layout-container .layout-shell::-webkit-scrollbar,
.booth-layout-container .booth-panel::-webkit-scrollbar,
.booth-layout-container .booth-list::-webkit-scrollbar,
#blueprintModal .modal-body::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}

.booth-layout-container::-webkit-scrollbar-track,
.booth-layout-container .layout-shell::-webkit-scrollbar-track,
.booth-layout-container .booth-panel::-webkit-scrollbar-track,
.booth-layout-container .booth-list::-webkit-scrollbar-track,
#blueprintModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 4px !important;
}

.booth-layout-container::-webkit-scrollbar-thumb,
.booth-layout-container .layout-shell::-webkit-scrollbar-thumb,
.booth-layout-container .booth-panel::-webkit-scrollbar-thumb,
.booth-layout-container .booth-list::-webkit-scrollbar-thumb,
#blueprintModal .modal-body::-webkit-scrollbar-thumb {
    background: #cdcdcd !important;
    border-radius: 4px !important;
}

.booth-layout-container::-webkit-scrollbar-thumb:hover,
.booth-layout-container .layout-shell::-webkit-scrollbar-thumb:hover,
.booth-layout-container .booth-panel::-webkit-scrollbar-thumb:hover,
.booth-layout-container .booth-list::-webkit-scrollbar-thumb:hover,
#blueprintModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1 !important;
}

.booth-layout-container,
.booth-layout-container .layout-shell,
.booth-layout-container .booth-panel,
.booth-layout-container .booth-list,
#blueprintModal .modal-body,
#blueprint-layout_shell {
    scrollbar-width: thin !important;
    scrollbar-color: #cdcdcd #f1f1f1 !important;
}

.booth-layout-container .layout-canvas {
    display: inline-block;
    min-width: min(100%, 900px);
    position: relative;
    transform-origin: top left;
    width: 100%;
}

.booth-layout-container .layout-canvas img {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}

.booth-layout-container aside.booth-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.booth-layout-container .booth-panel-header {
    border-bottom: 1px solid #e5e7eb;
    padding: 14px;
    background: #f8f9fa;
}

.booth-layout-container .booth-panel-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

/* Search Wrapper & Input Styles */
.booth-search-wrapper {
    position: relative !important;
    width: 100% !important;
    display: block !important;
}

.booth-search-wrapper .search-input,
.booth-layout-container .search-input,
.booth-selection-container .search-input,
.booth-layout-container .booth-search-wrapper .search-input,
.booth-selection-container .booth-search-wrapper .search-input,
#blueprint-booth_search,
#booth-search {
    width: 100% !important;
    padding: 9px 14px 9px 38px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    background-color: #ffffff !important;
    color: #1f2937 !important;
    box-sizing: border-box !important;
    height: 40px !important;
    line-height: 1.4 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    display: block !important;
}

.booth-search-wrapper .search-input:focus,
.booth-layout-container .search-input:focus,
.booth-selection-container .search-input:focus,
#blueprint-booth_search:focus,
#booth-search:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15) !important;
    background-color: #fff !important;
}

.booth-search-wrapper .search-icon,
.booth-layout-container .search-icon,
.booth-selection-container .search-icon,
.booth-layout-container .booth-search-wrapper .search-icon,
.booth-selection-container .booth-search-wrapper .search-icon {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #6b7280 !important;
    font-size: 18px !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.booth-layout-container .booth-list {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
    min-height: 0;
}

.booth-layout-container .booth-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #e5e7eb;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    width: 100%;
}

.booth-layout-container .booth-item:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
}

.booth-layout-container .booth-item.is-active {
    background: #e7f3ff;
    border-color: #74c0fc;
}

.booth-layout-container .booth-item.is-unmapped {
    opacity: 0.65;
}

.booth-layout-container .booth-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booth-layout-container .booth-status {
    color: #fff;
    font-size: 8px;
    font-weight: 500;
    margin-top: 0;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

/* Mobile & Small Screen Responsive Layout: STRICT 50% Layout Top / 50% List Booth Bottom */
@media (max-width: 767.98px) {
    #blueprintModal .modal-dialog {
        margin: 0.5rem !important;
        max-width: calc(100vw - 1rem) !important;
        height: calc(100vh - 1rem) !important;
        display: flex !important;
        align-items: center !important;
    }

    #blueprintModal .modal-content {
        height: 100% !important;
        max-height: calc(100vh - 1rem) !important;
        display: flex !important;
        flex-direction: column !important;
    }

    #blueprintModal .modal-body {
        flex: 1 !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 0.75rem !important;
        overflow: hidden !important;
    }

    .booth-layout-container {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        flex: 1 !important;
    }

    .booth-layout-container .workspace {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 0 !important;
        flex: 1 !important;
        gap: 10px !important;
        grid-template-columns: none !important;
    }

    .booth-layout-container .workspace>div:first-child,
    .booth-layout-container .main-layout-area {
        height: 50% !important;
        flex: 1 1 50% !important;
        min-height: 0 !important;
        max-height: 50% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .booth-layout-container .layout-shell {
        flex: 1 !important;
        min-height: 0 !important;
        height: 100% !important;
        max-height: none !important;
        padding: 8px !important;
    }

    .booth-layout-container aside.booth-panel {
        height: 50% !important;
        flex: 1 1 50% !important;
        min-height: 0 !important;
        max-height: 50% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .booth-layout-container .booth-list {
        flex: 1 !important;
        min-height: 0 !important;
        overflow-y: auto !important;
    }
}

.booth-status.booked {
    background-color: #dc3545 !important;
}

.booth-status.available {
    background-color: #28a745 !important;
}

.booth-status.blocked {
    background-color: #000 !important;
}

.booth-status.unmapped {
    background-color: #6b7280 !important;
}

.booth-layout-container .no-results {
    color: #6b7280;
    display: none;
    font-size: 14px;
    padding: 18px 12px;
    text-align: center;
}

.page-event-section {
    padding-bottom: 100px;
}

.page-event-section.event-section {
    background: #fff;
}

.owl-stage-outer {
    border-radius: 16px !important;
}

.schedule-slider .owl-prev,
.schedule-slider .owl-next {
    background: var(--yellowColor) !important;
    color: var(--primaryColor) !important;
}

.page-booth-mapping .image-container {
    text-align: center;
}

.page-booth-mapping .image-container img {
    max-width: 1000px;
    width: 100%;
}

.page-booth-mapping table,
.page-booth-mapping th,
.page-booth-mapping td {
    border: 1px solid black;
}

.page-booth-mapping table {
    width: 100%;
}

.page-booth-mapping th,
.page-booth-mapping td {
    padding: 8px;
}

table.table-booth tr td input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.loading-skeleton {
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.loading-skeleton::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
    animation: skeleton-loading 1.2s infinite;
}

.skeleton-block {
    border-radius: 14px;
    min-height: 56px;
    margin-bottom: 14px;
}

.skeleton-line {
    border-radius: 999px;
    height: 14px;
    margin-bottom: 10px;
}

.skeleton-line.short {
    width: 36%;
}

.skeleton-line.medium {
    width: 62%;
}

.skeleton-line.long {
    width: 88%;
}

.booth-search-wrapper {
    position: relative;
}

.booth-search-wrapper .form-control {
    padding-left: 44px;
}

.booth-search-wrapper .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    z-index: 2;
    pointer-events: none;
}

.booth-table-empty {
    display: none;
}

.booking-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.booking-stepper .step-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-stepper .step-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #cfd6df;
    background: #fff;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all .2s ease;
}

.booking-stepper .step-label {
    font-weight: 600;
    color: #6b7280;
    transition: all .2s ease;
}

.booking-stepper .step-line {
    width: 42px;
    height: 2px;
    background: #cfd6df;
    transition: all .2s ease;
}

.booking-stepper .step-item.active .step-circle,
.booking-stepper .step-item.completed .step-circle {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.booking-stepper .step-item.active .step-label,
.booking-stepper .step-item.completed .step-label {
    color: #0d6efd;
}

.booking-stepper .step-line.completed {
    background: #0d6efd;
}

.booth-selection-container {
    width: 100%;
}

.booth-selection-container .workspace {
    display: flex;
    gap: 20px;
    min-height: 500px;
    align-items: flex-start;
}

.booth-selection-container .main-layout-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.booth-selection-container .toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    flex-wrap: wrap;
}

.booth-selection-container .tool-button {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    transition: all 0.2s ease;
}

.booth-selection-container .tool-button:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.booth-selection-container .zoom-value {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    min-width: 60px;
    text-align: center;
}

.booth-selection-container .layout-shell {
    flex: 1;
    overflow: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    min-height: 400px;
    max-height: 500px;
}

.booth-selection-container .layout-shell::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.booth-selection-container .layout-shell::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 4px;
}

.booth-selection-container .layout-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}

.booth-selection-container .layout-canvas img {
    width: 100%;
    height: auto;
    display: block;
}

.booth-selection-container aside.booth-panel {
    width: 320px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    height: 500px;
    flex-shrink: 0;
}

.booth-selection-container .booth-panel-header {
    padding: 16px;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
}

.booth-selection-container .booth-panel-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    font-size: 16px;
}

.booth-selection-container .booth-search-wrapper {
    position: relative;
}

.booth-selection-container .booth-search-wrapper .search-input {
    width: 100%;
    padding: 10px 14px 10px 38px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 14px;
}

.booth-selection-container .booth-search-wrapper .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.booth-selection-container .booth-list {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
    max-height: calc(500px - 70px);
}

.booth-selection-container .booth-list .no-results {
    padding: 20px;
    color: #6c757d;
    font-size: 14px;
}

.booth-selection-container .booth-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    width: 100%;
}

.booth-selection-container .booth-item:hover {
    background: #f8f9fa;
}

.booth-selection-container .booth-item.is-active {
    background: #e7f3ff;
}

.booth-selection-container .booth-item.is-checked {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.booth-selection-container .booth-item.is-checked.is-active {
    background: #ffeaa7;
}

.booth-selection-container .booth-item.is-unmapped {
    opacity: 0.6;
}

.booth-selection-container .booth-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.booth-selection-container .booth-status-dot.available {
    background: #28a745;
}

.booth-selection-container .booth-status-dot.booked {
    background: #dc3545;
}

.booth-selection-container .booth-item-content {
    flex: 1;
    min-width: 0;
}

.booth-selection-container .booth-name {
    display: block;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booth-selection-container .booth-price {
    font-size: 13px;
    color: #0d6efd;
    font-weight: 600;
}

.booth-selection-container .booth-status {
    font-size: 11px;
    color: #6c757d;
    white-space: nowrap;
}

.booth-selection-container .booth-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.booth-selection-container .marker,
.booth-layout-container .marker {
    position: absolute;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, z-index 0.2s ease;
    transform: translate(-50%, -50%) scale(calc(1 / var(--zoom, 1)));
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    box-sizing: border-box;
}

.booth-selection-container .marker::before,
.booth-layout-container .marker::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    border: 1px solid transparent;
    pointer-events: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.booth-selection-container .marker:hover,
.booth-layout-container .marker:hover {
    transform: translate(-50%, -50%) scale(calc(1.2 / var(--zoom, 1)));
    z-index: 20;
}

.booth-selection-container .marker.is-active,
.booth-layout-container .marker.is-active {
    transform: translate(-50%, -50%) scale(calc(1.2 / var(--zoom, 1)));
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.8) !important;
    z-index: 30;
    border-color: #fff !important;
}

.booth-selection-container .marker.is-active::before,
.booth-layout-container .marker.is-active::before {
    border-color: #007bff;
}

.booth-selection-container .marker.is-checked,
.booth-layout-container .marker.is-checked {
    box-shadow: 0 0 0 2px #ffc107 !important;
}

.booth-selection-container .marker.is-checked.is-active,
.booth-layout-container .marker.is-checked.is-active {
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.9) !important;
}

.booth-selection-container .marker.is-checked.is-active::before,
.booth-layout-container .marker.is-checked.is-active::before {
    border-color: #ffc107;
}

.booth-selection-container .marker .booth-number,
.booth-layout-container .marker .booth-number {
    font-size: 10px;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1;
    pointer-events: none;
}

.booth-selection-container .marker.available,
.booth-layout-container .marker.available {
    background: #28a745 !important;
}

.booth-selection-container .marker.booked,
.booth-layout-container .marker.booked {
    background: #dc3545 !important;
}

.booth-selection-container .marker.pending,
.booth-layout-container .marker.pending {
    background: #6c757d !important;
    cursor: not-allowed !important;
}

.booth-selection-container .marker.final,
.booth-layout-container .marker.final {
    background: #000000 !important;
    cursor: not-allowed !important;
}

.booth-selection-container .marker:not(.available):not(.booked):not(.pending):not(.final):not(.is-my-booth),
.booth-layout-container .marker:not(.available):not(.booked):not(.pending):not(.final):not(.is-my-booth) {
    background: #6c757d !important;
}

.booth-selection-container .marker.is-my-booth,
.booth-layout-container .marker.is-my-booth {
    background: #0d6efd !important;
    border-color: #fff !important;
}

.booth-selection-container .marker.pending .booth-number,
.booth-selection-container .marker.final .booth-number,
.booth-layout-container .marker.pending .booth-number,
.booth-layout-container .marker.final .booth-number {
    color: #fff !important;
}

.booth-layout-container .booth-item.pending {
    background: #f8f9fa !important;
    border-color: #6c757d !important;
}

.booth-layout-container .booth-item.pending .booth-status-dot {
    background: #6c757d !important;
}

.booth-layout-container .booth-item.final {
    background: #f8f9fa !important;
    border-color: #000000 !important;
}

.booth-layout-container .booth-item.final .booth-status-dot {
    background: #000000 !important;
}

.booth-layout-container .booth-item.booth-disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

.booth-layout-container .booth-item.booth-disabled .booth-checkbox {
    cursor: not-allowed !important;
}

.booth-layout-container .marker.pending,
.booth-layout-container .marker.final {
    cursor: not-allowed !important;
}

.booth-layout-container .marker.pending .booth-number,
.booth-layout-container .marker.final .booth-number {
    color: #fff !important;
}

.booth-selection-container .no-layout-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #6c757d;
    font-size: 14px;
    z-index: 5;
}

.addon-qty-control {
    min-width: 140px;
    justify-content: center;
}

.addon-qty-control .btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 6px;
}

.addon-qty-control .form-control {
    padding: 4px 8px;
    height: 32px;
    border-radius: 6px;
    -moz-appearance: textfield;
}

.addon-qty-control .form-control::-webkit-outer-spin-button,
.addon-qty-control .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.addon-stock-info {
    margin-top: auto;
}

.addon-qty-input:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
}

.addon-qty-plus:disabled,
.addon-qty-minus:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.booking-summary-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    background: #fafafa;
}

.launching-header-info .button-confirm-attendance,
.launching-header-info .disabled-attendance-btn,
.launching-header-info .attendance-confirmed-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 999px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.launching-header-info .button-confirm-attendance {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.32);
}

.launching-header-info .attendance-confirmed-btn {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    cursor: not-allowed;
}

.launching-header-info .button-confirm-attendance i,
.launching-header-info .disabled-attendance-btn i,
.launching-header-info .attendance-confirmed-btn i {
    font-size: 1rem;
    margin-left: 8px;
}

.launching-grid {
    --launching-chip-border: rgba(255, 255, 255, .32);
}

#event-launching-list .container {
    position: relative;
    z-index: 1;
}

.launching-cards-grid {
    margin-top: 16px;
    padding: 0 12px;
}

.launching-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    width: 100%;
}

.launching-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.launching-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.launching-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.launching-card:hover .launching-card-image img {
    transform: scale(1.05);
}

.launching-card-body {
    padding: 20px;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
    flex: 1;
}

.launching-card-location {
    color: #fff;
    font-family: var(--font-elegant);
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0;
}

.launching-card-meta .launching-date,
.launching-card-meta .launching-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    white-space: nowrap;
}

.launching-card-meta i {
    font-size: 0.95rem;
    color: rgba(255, 211, 94, 1);
    line-height: 1;
}

.launching-card-body .action-button-container {
    margin-top: 0;
    width: 100%;
}

.launching-card-body .action-button-container .default-btn {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.launching-card-body .action-button-container .default-btn:hover {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

.launching-card-body .action-button-container .default-btn .iconify {
    vertical-align: middle;
}

.locked-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 13, 2, 0.95);
    backdrop-filter: blur(4px);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    border-top: 1px solid rgba(255, 56, 56, 0.4);
}

.locked-overlay-content {
    color: #fff;
}

.locked-overlay-content i {
    font-size: 2.2rem;
    color: #ff3838;
    margin-bottom: 10px;
    display: block;
}

.locked-overlay-content h5 {
    color: #ffca2c;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.locked-overlay-content p {
    font-size: 0.78rem;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
}

.launching-menu-item.active-turn {
    background-color: rgba(255, 255, 255, 0.25) !important;
    animation: pulse-turn 2s infinite alternate;
    font-weight: 700;
}

.launching-menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.launching-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 10px 15px;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.launching-menu-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.launching-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
}

.launching-menu-item.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================
   Responsive & Media Queries
   ============================================ */
@media (max-width: 1199px) {

    .launching-card-shell {
        min-height: unset;
    }

    .campaign-grid,
    .campaign-row-bottom {
        width: 100%;
    }

    .launching-header-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 30px 20px;
    }

    .launching-header-image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .launching-header-image {
        height: 350px;
        min-height: 280px;
        max-width: 800px;
        margin: 0 auto;
    }

    .launching-header-info {
        align-items: center;
    }

    .launching-header-title {
        font-size: clamp(2rem, 3.5vw, 2.8rem);
    }

    .launching-header-meta {
        justify-content: center;
    }

}

@media (max-width: 1024px) {
    .booth-layout-container .workspace {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .booth-layout-container .workspace>div:first-child {
        display: flex;
        flex-direction: column;
        max-height: 50%;
        min-height: 50%;
    }

    .booth-layout-container .layout-shell {
        padding: 12px;
        min-height: 0;
        flex: 1;
        max-height: none;
        height: 50%;
        overflow: auto;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .booth-layout-container .booth-panel {
        min-height: 0;
        flex: 1;
        margin-top: 0;
        max-height: none;
        height: 50%;
        overflow-y: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .booth-layout-container .booth-list {
        flex: 1;
        overflow-y: auto;
        min-height: 0;
        max-height: 100%;
    }

}

@media (max-width: 992px) {
    .modal-event-image img {
        height: 320px;
    }

    .modal-event-details {
        padding-left: 0;
        margin-top: 24px;
    }

    #highlights-container {
        margin-top: 24px;
        padding-top: 16px;
    }

    .launching-cards-grid {
        padding: 0 10px;
    }

    .launching-card {
        margin-bottom: 20px;
    }

    .launching-card-image {
        height: 160px;
    }

    .launching-card-body {
        background: rgba(0, 0, 0, 0.45);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .booth-layout-container .workspace {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .booth-layout-container .workspace>div:first-child {
        display: flex;
        flex-direction: column;
        max-height: 50%;
        min-height: 50%;
    }

    .booth-layout-container .layout-shell {
        padding: 12px;
        min-height: 0;
        flex: 1;
        max-height: none;
        height: 50%;
        overflow: auto;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .booth-layout-container .booth-panel {
        min-height: 0;
        flex: 1;
        margin-top: 0;
        max-height: none;
        height: 50%;
        overflow-y: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .booth-layout-container .booth-list {
        flex: 1;
        overflow-y: auto;
        min-height: 0;
        max-height: 100%;
    }

}

@media (max-width: 991px) {
    .booth-selection-container .workspace {
        flex-direction: column;
    }

    .booth-selection-container aside.booth-panel {
        width: 100%;
        max-height: 300px;
    }

    .booth-selection-container .main-layout-area {
        min-height: 350px;
    }

}

@media (max-width: 768px) {
    .modal-event-image img {
        height: 280px;
    }

    #schedule-highlights .highlight-card {
        padding: 0 8px;
    }

    .booking-stepper {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .launching-cards-grid .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .launching-cards-grid .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .launching-header-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 25px 20px;
    }

    .launching-header-image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .launching-header-image {
        height: 280px;
        min-height: 220px;
        max-width: 800px;
        margin: 0 auto;
    }

    .launching-header-info {
        align-items: center;
    }

    .launching-header-title {
        padding: 30px 0 20px 0;
        font-size: clamp(2rem, 3.5vw, 2.8rem);
    }

    .launching-header-meta {
        justify-content: center;
    }

    .launching-card-shell {
        min-height: unset;
        aspect-ratio: unset;
    }

    .campaign-grid,
    .campaign-row-bottom {
        width: 100%;
    }

}

@media (max-width: 767.98px) {
    .booth-layout-container {
        min-height: 70vh;
    }

    .booth-layout-container .workspace {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .booth-layout-container .workspace>div:first-child {
        display: flex;
        flex-direction: column;
        max-height: 50%;
        min-height: 50%;
    }

    .booth-layout-container .toolbar {
        flex-wrap: wrap;
        gap: 6px;
    }

    .booth-layout-container .tool-button {
        height: 32px;
        min-width: 34px;
        font-size: 13px;
        padding: 0 8px;
    }

    .booth-layout-container .zoom-value {
        font-size: 12px;
        min-width: 44px;
    }

    .booth-layout-container .layout-shell {
        padding: 8px;
        min-height: 0;
        flex: 1;
        height: 50%;
        max-height: none;
        overflow: auto;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .booth-layout-container .layout-canvas {
        min-width: 100%;
    }

    .booth-layout-container .booth-panel {
        min-height: 0;
        flex: 1;
        margin-top: 0;
        height: 50%;
        max-height: none;
        overflow-y: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .booth-layout-container .booth-panel-header {
        padding: 10px 12px;
    }

    .booth-layout-container .booth-panel-title {
        font-size: 15px;
    }

    .booth-layout-container .search-input {
        height: 34px;
        font-size: 13px;
    }

    .booth-layout-container .booth-list {
        flex: 1;
        overflow-y: auto;
        padding: 6px;
        min-height: 0;
        max-height: 100%;
    }

    .booth-layout-container .booth-item {
        padding: 8px 10px;
        gap: 8px;
    }

    .booth-layout-container .booth-name {
        font-size: 13px;
    }

    .booth-layout-container .booth-status {
        font-size: 8px;
    }

    .booth-layout-container .legend {
        flex-direction: column;
        gap: 10px 16px;
        padding: 10px 12px;
    }

    .booth-layout-container .legend-item {
        font-size: 12px;
    }

}

@media (max-width: 767px) {
    .launching-header-container {
        padding: 15px 10px;
        gap: 20px;
    }

    .launching-header-image {
        height: 240px;
        min-height: 200px;
    }

    .launching-header-title {
        font-size: clamp(1.8rem, 4vw, 2.4rem);
        letter-spacing: 0.04em;
        padding: 25px 0 15px 0;
    }

    .launching-header-subtitle {
        font-size: clamp(1rem, 2.5vw, 1.2rem);
    }

    .launching-header-meta {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .launching-header-meta span {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .launching-card-shell {
        min-height: 800px;
    }

    .launching-card-info {
        padding: 14px 12px;
    }

    .campaign-grid,
    .campaign-row-bottom {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .campaign-row-bottom {
        margin-top: 16px;
    }

    .booking-stepper {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .launching-header-section {
        margin-bottom: 15px;
    }

    .launching-cards-grid .col-md-6,
    .launching-cards-grid .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        justify-content: center;
    }

    .launching-card {
        margin-bottom: 20px;
    }

    .launching-card-image {
        height: 140px;
    }

    .launching-card-body {
        padding: 16px;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .launching-card-location {
        font-size: 1.15rem;
    }

    .launching-card-meta {
        gap: 10px;
        flex-wrap: wrap;
    }

    .launching-card-meta .launching-date,
    .launching-card-meta .launching-time {
        font-size: 0.8125rem;
        padding: 4px 8px;
    }

    .booth-selection-container {
        min-height: 70vh;
    }

    .booth-selection-container .workspace {
        flex-direction: column;
    }

    .booth-selection-container aside.booth-panel {
        width: 100%;
        max-height: 300px;
    }

    .booth-selection-container .main-layout-area {
        min-height: 350px;
    }

    .booth-selection-container .toolbar {
        flex-wrap: wrap;
        gap: 6px;
    }

    .booth-selection-container .tool-button {
        height: 32px;
        min-width: 34px;
        font-size: 13px;
        padding: 0 8px;
    }

    .booth-selection-container .zoom-value {
        font-size: 12px;
        min-width: 44px;
    }

    .booth-selection-container .layout-shell {
        padding: 8px;
        min-height: 0;
        flex: 1;
        height: 50%;
        max-height: none;
        overflow: auto;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .booth-selection-container .layout-canvas {
        min-width: 100%;
    }

    .booth-selection-container .booth-panel {
        min-height: 0;
        flex: 1;
        margin-top: 0;
        height: 50%;
        max-height: none;
        overflow-y: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .booth-selection-container .booth-panel-header {
        padding: 10px 12px;
    }

    .booth-selection-container .booth-panel-title {
        font-size: 15px;
    }

    .booth-selection-container .search-input {
        height: 34px;
        font-size: 13px;
    }

    .booth-selection-container .booth-list {
        flex: 1;
        overflow-y: auto;
        padding: 6px;
        min-height: 0;
        max-height: 100%;
    }

    .booth-selection-container .booth-item {
        padding: 8px 10px;
        gap: 8px;
    }

    .booth-selection-container .booth-name {
        font-size: 13px;
    }

    .booth-selection-container .booth-status {
        font-size: 11px;
    }

    .booth-selection-container .legend {
        flex-direction: column;
        gap: 10px 16px;
        padding: 10px 12px;
    }

    .booth-selection-container .legend-item {
        font-size: 12px;
    }

}

@media (max-width: 576px) {
    .modal-event-image img {
        height: 240px;
    }

    #schedule-highlights .highlight-card {
        padding: 0 5px;
    }

    #schedule-highlights .owl-nav {
        top: -50px;
    }

    #schedule-highlights .owl-nav button {
        width: 30px !important;
        height: 30px !important;
        margin: 0 3px !important;
    }

    .launching-card-image {
        height: 130px;
    }

    .launching-card-body {
        padding: 16px;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .launching-card-location {
        font-size: 1.1rem;
    }

    .launching-card-meta {
        gap: 8px;
        flex-wrap: wrap;
    }

    .launching-card-meta .launching-date,
    .launching-card-meta .launching-time {
        font-size: 0.8125rem;
        padding: 3px 6px;
    }

    .launching-cards-grid .col-md-6,
    .launching-cards-grid .col-lg-4 {
        display: flex;
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
    }

    .launching-header-container {
        padding: 15px 10px;
        gap: 20px;
    }

    .launching-header-image {
        height: 220px;
        min-height: 180px;
    }

    .launching-header-image-wrapper {
        max-width: 100%;
    }

    .launching-header-title {
        padding: 20px 0 10px 0;
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .launching-header-meta span {
        font-size: 0.9rem;
    }

}

@media (max-width: 575px) {
    .launching-header-container {
        padding: 15px 10px;
        gap: 20px;
    }

    .launching-header-image {
        height: 220px;
        min-height: 180px;
    }

    .launching-header-image-wrapper {
        max-width: 100%;
    }

    .launching-header-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        padding: 20px 0 10px 0;
    }

    .launching-header-meta span {
        font-size: 0.9rem;
    }

    .launching-header-section {
        margin-bottom: 12px;
    }

    .launching-card-image {
        height: 120px;
    }

    .launching-card-body {
        padding: 12px;
        background: rgba(0, 0, 0, 0.55);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .launching-card-location {
        font-size: 1.05rem;
    }

    .launching-card-meta {
        gap: 6px;
        flex-wrap: wrap;
    }

    .launching-card-meta .launching-date,
    .launching-card-meta .launching-time {
        font-size: 0.7875rem;
        padding: 3px 6px;
    }

    .launching-cards-grid .col-md-6,
    .launching-cards-grid .col-lg-4 {
        display: flex;
        justify-content: center;
        padding-left: 6px;
        padding-right: 6px;
    }

}