/* /Layout/MainLayout.razor.rz.scp.css */


main[b-0vwwby1nuu] {
    flex: 1;
}

.sidebar[b-0vwwby1nuu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0vwwby1nuu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0vwwby1nuu]  a, .top-row[b-0vwwby1nuu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0vwwby1nuu]  a:hover, .top-row[b-0vwwby1nuu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0vwwby1nuu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0vwwby1nuu] {
        justify-content: space-between;
    }

    .top-row[b-0vwwby1nuu]  a, .top-row[b-0vwwby1nuu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0vwwby1nuu] {
        flex-direction: row;
    }

    .sidebar[b-0vwwby1nuu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0vwwby1nuu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0vwwby1nuu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0vwwby1nuu], article[b-0vwwby1nuu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.background[b-mmo8kiiotm] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-image: url('/images/testt.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    color: white;
}

.hero-container[b-mmo8kiiotm] {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-image: url('/images/van.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-slide[b-mmo8kiiotm] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

    .hero-slide.active[b-mmo8kiiotm] {
        opacity: 1;
    }

.hero-overlay[b-mmo8kiiotm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hero-content[b-mmo8kiiotm] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}

.hero-title[b-mmo8kiiotm] {
    font-family: 'Luckiest Guy', cursive;
    font-size: 4rem;
    text-shadow: 2px 2px #009b3a;
}

.hero-subtitle[b-mmo8kiiotm] {
    font-size: 1.8rem;
}

/* Floating Contact and Social Icons */
.contact-floating[b-mmo8kiiotm] {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

    .contact-floating a[b-mmo8kiiotm] {
        background: rgba(0, 0, 0, 0.6);
        color: white;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 1.2rem;
        transition: transform 0.3s ease, background 0.3s ease;
    }

        .contact-floating a:hover[b-mmo8kiiotm] {
            transform: scale(1.1);
            background: rgba(0, 0, 0, 0.8);
        }

.hero-phone[b-mmo8kiiotm] {
    animation: pulse-b-mmo8kiiotm 2s infinite;
}

@keyframes pulse-b-mmo8kiiotm {
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .contact-floating[b-mmo8kiiotm] {
        flex-direction: row;
        top: 10px;
        right: 10px;
    }
}

/* Video Background Section - About Us */
.video-background-section[b-mmo8kiiotm] {
    position: relative;
    height: 500px; /* explicitly set height to crop the video neatly */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* restores the cropping effect */
    padding: 60px 20px;
}

.background-video[b-mmo8kiiotm] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* ensures aspect ratio and cropping */
    opacity: 0.6;
}


.hero-overlay[b-mmo8kiiotm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}

.section-content[b-mmo8kiiotm] {
    z-index: 2;
    position: relative;
    max-width: 900px;
    color: white;
    text-align: center;
}

.about-container[b-mmo8kiiotm] {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

    .about-container p[b-mmo8kiiotm] {
        font-family: 'Patua One', cursive;
        font-size: 1.25rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }

.section-title[b-mmo8kiiotm] {
    font-family: 'Luckiest Guy', cursive;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px #009b3a;
}

@media (max-width: 768px) {
    .about-container[b-mmo8kiiotm] {
        padding: 20px;
    }

        .about-container p[b-mmo8kiiotm] {
            font-size: 1rem;
        }

    .section-title[b-mmo8kiiotm] {
        font-size: 2.4rem;
    }
}

/* Improved Info Boxes Section */
.info-section[b-mmo8kiiotm] {
    padding: 60px 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: white;
}

.info-grid[b-mmo8kiiotm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-box[b-mmo8kiiotm] {
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Patua One', cursive;
}

    .info-box:hover[b-mmo8kiiotm] {
        transform: translateY(-10px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.5);
    }

    .info-box h3[b-mmo8kiiotm] {
        font-family: 'Luckiest Guy', cursive;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .info-box p[b-mmo8kiiotm] {
        font-size: 1.1rem;
        line-height: 1.5;
    }

.operation[b-mmo8kiiotm] {
    background-color: #4CAF50;
}

.pricing[b-mmo8kiiotm] {
    background-color: #FFC107;
    color: #000;
}

.menu-options[b-mmo8kiiotm] {
    background-color: #FF5722;
}

.transparency[b-mmo8kiiotm] {
    background-color: #00BCD4;
}

@media (max-width: 768px) {
    .info-section[b-mmo8kiiotm] {
        padding: 40px 10px;
    }

    .info-box[b-mmo8kiiotm] {
        padding: 20px;
    }

        .info-box h3[b-mmo8kiiotm] {
            font-size: 1.5rem;
        }

        .info-box p[b-mmo8kiiotm] {
            font-size: 1rem;
        }
}

/* Food Photo Gallery Section */
.gallery-section[b-mmo8kiiotm] {
    padding: 50px 20px;
    text-align: center;
}

.photo-gallery[b-mmo8kiiotm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item[b-mmo8kiiotm] {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    height: 250px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

    .gallery-item:hover[b-mmo8kiiotm] {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0,0,0,0.6);
    }

    .gallery-item.active[b-mmo8kiiotm] {
        grid-column: span 2;
        height: 500px;
        transition: all 0.5s ease-in-out;
    }

@media (max-width: 768px) {
    .gallery-item.active[b-mmo8kiiotm] {
        grid-column: span 1;
        height: 400px;
    }
}


/* Improved Contact Section */
.contact-section[b-mmo8kiiotm] {
    padding: 60px 20px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
}

.contact-container[b-mmo8kiiotm] {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.5);
}

.form-group[b-mmo8kiiotm] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
}

    .form-group label[b-mmo8kiiotm] {
        font-size: 1.1rem;
        margin-bottom: 5px;
        font-family: 'Patua One', cursive;
        text-align: left;
    }

    .form-group input[b-mmo8kiiotm],
    .form-group textarea[b-mmo8kiiotm] {
        width: 100%;
        padding: 12px;
        border-radius: 10px;
        border: none;
        font-size: 1rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        box-shadow: inset 0 4px 8px rgba(0,0,0,0.2);
    }

    .form-group textarea[b-mmo8kiiotm] {
        min-height: 120px;
        resize: vertical;
    }

.submit-btn[b-mmo8kiiotm] {
    width: 100%;
    padding: 12px;
    font-size: 1.2rem;
    font-family: 'Luckiest Guy', cursive;
    color: #fff;
    background-color: #009B3A;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    margin-top: 10px;
}

    .submit-btn:hover[b-mmo8kiiotm] {
        transform: scale(1.05);
        background-color: #007A2E;
    }

.success-message[b-mmo8kiiotm] {
    margin-top: 15px;
    color: #4CAF50;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Footer Section */
.footer-section[b-mmo8kiiotm] {
    background-color: rgba(0,0,0,0.9);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 1rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-container[b-mmo8kiiotm] {
        padding: 20px;
    }

    .submit-btn[b-mmo8kiiotm] {
        padding: 10px;
    }
}
/* /Pages/Menu.razor.rz.scp.css */

.menu-container[b-xlv67mudl2] {
    width: 90%;
    max-width: 800px;
    padding: 20px;
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s ease;
}

@keyframes fadeInUp-b-xlv67mudl2 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-title[b-xlv67mudl2] {
    font-family: 'Luckiest Guy', cursive;
    font-size: 3rem;
    color: #fdb913;
    text-shadow: 2px 2px #009b3a;
    margin-bottom: 30px;
    text-align: center;
}

.menu-category[b-xlv67mudl2] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 5px solid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .menu-category.mains[b-xlv67mudl2] {
        border-color: #fdb913;
    }

    .menu-category.sides[b-xlv67mudl2] {
        border-color: #009b3a;
    }

    .menu-category.extras[b-xlv67mudl2] {
        border-color: #ffffff;
    }

    .menu-category:hover[b-xlv67mudl2] {
        transform: translateX(10px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    }

.category-title[b-xlv67mudl2] {
    font-family: 'Patua One', cursive;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 10px;
}

.menu-item[b-xlv67mudl2] {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: transform 0.2s ease;
}

    .menu-item:hover[b-xlv67mudl2] {
        transform: translateX(10px);
        background-color: rgba(255, 255, 255, 0.15);
    }

.item-image-placeholder[b-xlv67mudl2] {
    width: 50px;
    height: 50px;
    background: #222;
    border: 2px solid #fdb913;
    border-radius: 6px;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-right: 15px;
}

.item-name[b-xlv67mudl2] {
    color: #fff;
    font-size: 1.1rem;
    flex: 1;
}

/* Responsive for mobile */
@media (max-width: 700px) {
    .menu-container[b-xlv67mudl2] {
        width: 95%;
        padding: 15px;
    }

    .menu-title[b-xlv67mudl2] {
        font-size: 2.2rem;
    }

    .category-title[b-xlv67mudl2] {
        font-size: 1.6rem;
    }

    .menu-item[b-xlv67mudl2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-image-placeholder[b-xlv67mudl2] {
        margin-bottom: 8px;
    }

    .item-name[b-xlv67mudl2] {
        margin-left: 0;
    }
}
