
        :root { --dark: #0f1113; --gold: #c5a059; }
        body { background: var(--dark); color: white; font-family: 'Inter', sans-serif; margin: 0; overflow-x: hidden; }

        /* Force no horizontal scroll on the entire page */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Fix for Bootstrap rows causing overflow */
.row {
    --bs-gutter-x: 1.5rem;
    margin-right: 0;
    margin-left: 0;
}

        @keyframes kenburns {
            0% { transform: scale(1.0); }
            100% { transform: scale(1.2); }
        }

        .hero-viewport {
            position: relative;
            height: 100vh;
            width: 100%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #000; /* Fallback */
        }

       .hero-background {
            position: absolute;
            top: 0; 
            left: 0; 
            width: 100%; 
            height: 100%;
            background-image: url('cover1.png');
            background-size: cover;
            background-position: center;
            z-index: 1;
            animation: kenburns 30s infinite alternate linear;
            
        } 

/* 1. Make the container hold the video correctly */




        .hero-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(15,17,19,0.7) 70%, var(--dark) 100%);
            z-index: 2;
        }

        .hero-text { position: relative; z-index: 3; text-align: center; width: 100%; padding: 0 20px; }

        .navbar { padding: 25px 0; transition: 0.4s; background: transparent; }
        .navbar.scrolled { background: rgba(15,17,19,0.98); padding: 12px 0; border-bottom: 1px solid #222; }
        
        .nav-link { color: white !important; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 2px; margin: 0 15px; }
        .nav-link:hover { color: var(--gold) !important; }

        .btn-gold {
            border: 1px solid var(--gold);
            color: var(--gold);
            padding: 12px 30px;
            text-decoration: none;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-size: 0.75rem;
            transition: 0.3s;
            display: inline-block;
        }
        .btn-gold:hover { background: var(--gold); color: black; }

        h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 8vw, 6rem); letter-spacing: -2px; }
        .gold-label { color: var(--gold); letter-spacing: 10px; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 20px; display: block; }
    .footer-luxury {
    background-color: #08090a;
    padding: 80px 0 40px;
    border-top: 1px solid #1a1a1a;
    margin-top: 80px;
}

.footer-brand {
    font-family: 'Playfair Display', serif;
    letter-spacing: 4px;
    color: var(--gold);
    font-size: 1.8rem;
}

.footer-heading {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: var(--gold);
}

.footer-text {
    color: #888;
    font-size: 0.85rem;
    line-height: 1.8;
}

.footer-nav {
    color: #888;
    text-decoration: none;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 12px;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-nav:hover {
    color: var(--gold);
    padding-left: 5px;
}

.social-link {
    color: white;
    font-size: 1.1rem;
    margin-right: 20px;
    transition: 0.3s;
}

.social-link:hover {
    color: var(--gold);
}

.newsletter-group {
    border: 1px solid #222;
}

.newsletter-group .form-control {
    background: transparent;
    border: none;
    color: white;
    font-size: 0.8rem;
}

.btn-newsletter {
    background: var(--gold);
    color: black;
    border-radius: 0;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bottom {
    border-top: 1px solid #1a1a1a;
}

.copyright {
    font-size: 0.65rem;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
}
    
.footer-socials {
    display: flex;
    gap: 25px; /* Spacing between icons */
}

.social-link {
    color: #ffffff;
    font-size: 1.3rem; /* Perfectly sized for luxury feel */
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-link:hover {
    color: var(--gold);
    transform: translateY(-3px); /* Subtle lift on hover */
}
/* Specific hover colors if you want them to pop */
.social-link:hover .bi-instagram { color: #E1306C; }
.social-link:hover .bi-tiktok { color: #00f2ea; }
.social-link:hover .bi-facebook { color: #1877F2; }
.social-link:hover .bi-whatsapp { color: #25D366; }


#menu {
    border-top: 1px solid #1a1a1a;
    background-color: #08090a !important; /* Slightly darker than rest of site */
}

.menu-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.1); /* Very faint gold border */
}

.menu-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.menu-price {
    font-family: 'Inter', sans-serif;
    color: var(--gold);
    font-weight: 300;
    font-size: 0.9rem;
}

.menu-desc {
    font-size: 0.85rem;
    color: #888;
    max-width: 85%;
    font-weight: 300;
    line-height: 1.6;
}
    
    .menu-cat-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.menu-cat-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.menu-img-circle {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #222;
}

.menu-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.menu-card-dynamic:hover .menu-img-circle img {
    transform: scale(1.2);
}

.item-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.item-price {
    font-size: 0.8rem;
    color: var(--gold);
    font-weight: 300;
}

.item-desc {
    font-size: 0.75rem;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}


.floating-order {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366; /* WhatsApp Green */
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    transition: 0.3s;
}

.floating-order:hover {
    transform: scale(1.05);
    color: white;
}

.btn-order {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    text-decoration: none;
    border: 1px solid rgba(197, 160, 89, 0.3);
    padding: 5px 12px;
    display: inline-block;
    transition: 0.3s all ease;
    background: transparent;
}

.btn-order:hover {
    background: var(--gold);
    color: black;
    border-color: var(--gold);
}

.item-price {
    font-size: 0.85rem;
    color: var(--gold);
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}



.order-toast {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(10px);
}

.toast-content {
    background: #111;
    padding: 40px;
    border: 1px solid var(--gold);
    max-width: 400px;
    animation: fadeIn 0.5s ease;
}

.spinner-gold {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(197, 160, 89, 0.2);
    border-top: 3px solid var(--gold);
    border-radius: 50%;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }





.custom-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 10001;
    display: none; /* Hidden */
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.custom-modal-card {
    background: #111;
    border: 1px solid var(--gold);
    padding: 40px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    animation: slideUp 0.4s ease;
}

.quantity-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.quantity-control button {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
}

.quantity-control input {
    background: transparent;
    border: none;
    color: white;
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.close-modal {
    position: absolute;
    top: 15px; right: 20px;
    background: none; border: none;
    color: #555; font-size: 2rem;
}

.success-toast {
    position: fixed;
    bottom: 40px; left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: black;
    padding: 15px 30px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none;
    z-index: 10002;
    font-weight: bold;
}

@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }


.luxury-input {
    background: #000;
    border: 1px solid #333;
    border-radius: 0;
    color: white;
    width: 100%;
    padding: 12px;
    font-size: 0.85rem;
    outline: none;
    transition: 0.3s;
}

.luxury-input:focus {
    border-color: var(--gold);
}

.luxury-input::placeholder {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.search-container input {
    border-bottom: 1px solid var(--gold) !important;
    border: none;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.btn-view-all {
    background: transparent;
    border: none;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}

.btn-view-all:hover {
    letter-spacing: 4px;
}



/* Event Date Box Styling */
.text-gold { color: var(--gold); }

.event-card-horizontal {
    transition: 0.4s ease;
    cursor: default;
}

.event-card-horizontal:hover {
    border-color: var(--gold) !important;
    transform: translateY(-5px);
}

/* Gallery Hover Effect */
.gallery-frame {
    height: 350px;
    border: 1px solid #1a1a1a;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.gallery-frame:hover .gallery-img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .gallery-frame { height: 200px; }
}



/* Container for the floating effect */
.gallery-wrapper {
    position: relative;
    padding: 10px;
}

/* Staggered Floating Animations */
@keyframes floatSoft {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

@keyframes floatDeep {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-25px); }
    100% { transform: translateY(0px); }
}

.float-anim-1 { animation: floatSoft 6s ease-in-out infinite; }
.float-anim-2 { animation: floatDeep 8s ease-in-out infinite; }
.float-anim-3 { animation: floatSoft 7s ease-in-out infinite; animation-delay: 1s; }

/* The Image Frame */
.gallery-frame-luxury {
    position: relative;
    overflow: hidden;
    height: 400px; /* Tall, elegant aspect ratio */
    border: 1px solid rgba(197, 160, 89, 0.2);
    background: #000;
}

.gallery-img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) brightness(0.8);
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}

/* Hover States */
.gallery-frame-luxury:hover .gallery-img-fluid {
    transform: scale(1.1);
    filter: grayscale(0%) brightness(1);
}

/* Minimalist Title Overlay */
.gallery-overlay-minimal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    opacity: 0;
    transition: 0.5s;
}

.gallery-overlay-minimal span {
    color: var(--gold);
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.gallery-frame-luxury:hover .gallery-overlay-minimal {
    opacity: 1;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .gallery-frame-luxury { height: 250px; }
    .float-anim-1, .float-anim-2, .float-anim-3 { animation: none; } /* Disable motion on mobile for better UX */
}

@media (max-width: 768px) {
    .event-card-horizontal {
        flex-direction: column;
        text-align: center;
    }
    .event-card-horizontal .border-end {
        border-end: none !important;
        border-bottom: 1px solid #343a40;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .event-card-horizontal img {
        width: 100% !important;
        margin-bottom: 15px;
    }
}









@media (max-width: 991px) {
    .navbar-brand {
        font-size: 1.2rem !important;
    }
    .btn-gold {
        padding: 8px 15px !important;
        font-size: 0.65rem !important;
    }
}








    .border-gold { border: 1px solid #c5a059 !important; }
.text-gold { color: #c5a059; }

.seat-card {
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
    border-radius: 8px;
}

.seat-card:hover {
    background: rgba(197, 160, 89, 0.1);
    transform: scale(1.05);
}

.seat-card.active img {
    border-color: #c5a059 !important;
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.5);
}

.seat-card img {
    width: 100%;
    height: 120px; /* Fixed height for a clean grid */
    object-fit: cover;
    transition: all 0.4s ease;
    filter: grayscale(30%);
}

.seat-card:hover img {
    filter: grayscale(0%);
    border-color: #c5a059 !important;
}

.seat-card.active img {
    filter: grayscale(0%);
    border-color: #c5a059 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
}

.tracking-wider {
    letter-spacing: 1px;
    font-size: 0.75rem;
}

/* Gold Badge Style */
.border-gold {
    border: 1px solid #c5a059 !important;
    color: #c5a059;
}

/* This highlights the selected image with a gold border and slight lift */
.seat-card {
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.seat-card.active img {
    border: 2px solid #c5a059 !important; /* Gold border */
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
    transform: translateY(-5px);
}

.text-gold {
    color: #c5a059;
}


