 .theatre-section {
        background: #f3f4f6;
        padding: 40px 0 80px;
    }

    .branch-theatre-section {
        background: #f5f5dc;
        padding: 40px 0 80px;
    }

    .branch-theatre-card {
        background: #f5f5dc;
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }

    .theatre-card {
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }

    .carousel-item img {
        height: 220px;
        object-fit: cover;
    }

    .rating-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 3px 8px;
        border-radius: 20px;
        font-size: 12px;
    }

    .video-btn {
        position: absolute;
        bottom: 10px;
        background: #fff3cd;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 6px;
        text-decoration: none;
        color: #000;
    }

    .video-left {
        left: 10px;
    }

    .video-right {
        right: 10px;
    }

    .slot-btn {
        border: 1px solid #34265C;
        color: #34265C;
        font-size: 11px;
        padding: 4px 6px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .slot-btn:hover {
        background: #34265C;
        color: #fff;
    }

    .slot-disabled {
        border: 1px solid #ccc;
        background: #f8f9fa;
        color: #aaa;
        cursor: not-allowed;
    }

    .price {
        font-size: 20px;
        font-weight: 600;
    }

    .small-text {
        font-size: 11px;
        color: #666;
    }

    .theatre-card {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .rating-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 3px 8px;
        border-radius: 20px;
        font-size: 12px;
    }

    .video-badge {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: #fff8d6;
        padding: 2px 8px;
        border-radius: 6px;
        font-size: 11px;
        text-decoration: none;
        color: #000;
    }

    .video-badge.right {
        left: auto;
        right: 10px;
    }

    .slot {
        border: 1px solid #34265C;
        color: #34265C;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        transition: 0.2s;
    }

    .slot:hover {
        background: #34265C;
        color: #fff;
    }

    .slot.disabled {
        border-color: #ddd;
        color: #aaa;
        background: #f8f9fa;
        cursor: not-allowed;
    }

    .section-title {
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .slot-btn {
        border: 1px solid #5a5ad6;
        color: #5a5ad6;
        border-radius: 12px;
        padding: 6px 12px;
        font-size: 13px;
        text-align: center;
        cursor: pointer;
        /* min-width: 95px; */
        line-height: 1.2;
        background: white;
    }

    .slot-btn:hover {
        background: #5a5ad6;
        color: white;
    }

    .slot-disabled {
        background: #f2f2f2;
        border-color: #ddd;
        color: #aaa;
        cursor: not-allowed;
    }

    .reserve-inner {
        background: #efedf3;
        border-radius: 14px;
    }

    .reserve-btn {
        background: #3c2a63;
        color: white;
        font-weight: 600;
        padding: 12px;
        border-radius: 12px;
    }

    .reserve-btn:hover {
        background: #2c1e4d;
    }

    .slot-btn {
        border: 1px solid #34265C;
        border-radius: 12px;
        color: #34265C;
        padding: 4px 8px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        /* border: 1px solid #5a5ad6;
        border-radius: 12px;
        padding: 6px 12px;
        text-align: center;
        cursor: pointer;
        font-size: 13px; */
    }

    .slot-active {
        background: #5a5ad6;
        color: white;
    }

    .book-btn {
        display: inline-block;
        background: #3f2b66;
        color: #fff;
        padding: 9px 12px;
        border-radius: 40px;
        font-size: 16px;
        text-decoration: none;
        transition: 0.3s;
    }

    .slot-disabled {
        /* opacity: 0.5;
        pointer-events: none;
        cursor: not-allowed;
        background: #e9ecef; */
        opacity: 16.8;
        pointer-events: none;
        cursor: not-allowed;
        background: linear-gradient(180deg, #fff0f0, #ffe3e3);
        color: #c0392b;
        border: 1px solid #ffc1c1;
    }

    
    .text-muted {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color) !important;
        font-size: 11px;
    }

    .bg-gray-300 {
        background-color: oklch(87.2% .01 258.338);
    }