/* _content/OnlineOrdering/Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-57cqrmw5w5] {
    background-color: #f4f4f4; /* Light grey background */
    color: #333333; /* Dark text for contrast */
    padding: 3rem 0;
    border-top: 1px solid #dee2e6; /* Subtle light border */
    text-align: center;
}

.footer-grid[b-57cqrmw5w5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
}

.footer-section[b-57cqrmw5w5] {
    flex: 0 1 250px;
}

.footer-title[b-57cqrmw5w5] {
    color: #1a1a1a; /* Darker title for hierarchy */
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1.25rem;
}

.footer-details p[b-57cqrmw5w5] {
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    color: #555555;
}

.footer-links[b-57cqrmw5w5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link[b-57cqrmw5w5] {
    color: #0056b3; /* Slightly darker blue for readability on light grey */
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

    .footer-link:hover[b-57cqrmw5w5] {
        color: #003d80;
        text-decoration: underline;
    }

.branding .copyright[b-57cqrmw5w5] {
    font-size: 0.9rem;
    font-weight: 500;
}

.powered-by[b-57cqrmw5w5] {
    font-size: 0.8rem;
    color: #777777;
    margin-top: 0.5rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-grid[b-57cqrmw5w5] {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
}
/* _content/OnlineOrdering/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i6hhjq57th] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Set to 100vh so the page always fills the screen, pushing the footer down naturally */
    min-height: 100vh;
}

main[b-i6hhjq57th] {
    flex: 1;
}

.top-nav-header[b-i6hhjq57th] {
    width: 100%;
    background-image: linear-gradient(180deg, rgb(196, 120, 90) 0%, rgb(215, 164, 101) 50%);
}

main[b-i6hhjq57th] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-row[b-i6hhjq57th] {
    background-image: linear-gradient(180deg, rgb(195, 209, 65) 0%, rgb(230, 222, 66) 50%);
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    /* Other flexbox properties to align items */
    position: sticky; /* Optional: keeps menu at the top when scrolling */
    top: 0;
    z-index: 1;
}

    .top-row[b-i6hhjq57th]  a, .top-row[b-i6hhjq57th]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-i6hhjq57th]  a:hover, .top-row[b-i6hhjq57th]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-i6hhjq57th]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* Adjust NavMenu items to display inline */
.nav-item[b-i6hhjq57th] {
    display: inline-block;
    /* ToDo: Adjust padding, margins, etc. */
}


/* REDUNDANT WITH Footer.razor.css */

.site-footer[b-i6hhjq57th] {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 2rem 0;

    /* Remove 
      margin-top: auto; 
      
      it forces the footer away from the content */

    margin-top: 2rem;
    color: #495057;
}

.footer-content[b-i6hhjq57th] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-section h4[b-i6hhjq57th] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.footer-section ul[b-i6hhjq57th] {
    list-style: none;
    padding: 0;
}

.footer-link[b-i6hhjq57th] {
    color: #007bff;
    text-decoration: none;
}

    .footer-link:hover[b-i6hhjq57th] {
        text-decoration: underline;
    }

.branding[b-i6hhjq57th] {
    text-align: right;
}

.powered-by[b-i6hhjq57th] {
    font-size: 0.85rem;
    font-style: italic;
    color: #6c757d;
    margin-top: 0.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-i6hhjq57th] {
        justify-content: space-between;
    }

        .top-row[b-i6hhjq57th]  a, .top-row[b-i6hhjq57th]  .btn-link {
            margin-left: 0;
        }
    .footer-content[b-i6hhjq57th] {
        flex-direction: column;
        text-align: center;
    }

    .branding[b-i6hhjq57th] {
        text-align: center;
    }
}

@media (min-width: 641px) {

    .page[b-i6hhjq57th] {
        flex-direction: column;
    }

    /* Remove the fixed width/height constraints usually applied to the sidebar */
    .sidebar[b-i6hhjq57th] {
        width: 100%;
        height: auto;
    }

    .top-row.auth[b-i6hhjq57th]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i6hhjq57th], article[b-i6hhjq57th] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i6hhjq57th] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i6hhjq57th] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OnlineOrdering/Components/Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-mm0esa9pwe] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-mm0esa9pwe] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-mm0esa9pwe] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mm0esa9pwe] {
    font-size: 1.1rem;
}

.bi[b-mm0esa9pwe] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-mm0esa9pwe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-mm0esa9pwe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mm0esa9pwe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mm0esa9pwe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mm0esa9pwe]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }


    /* NEW: Ensure the active link stands out */
    .nav-item[b-mm0esa9pwe]  a.active {
        background-color: rgba(255,255,255,0.1);
        border-radius: 4px;
    }
    /*    .nav-item ::deep a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }
*/

    /* NEW: Space out the icons slightly from the text */
    .nav-item[b-mm0esa9pwe]  span.bi {
        margin-right: 0.25rem;
    }

    .nav-item[b-mm0esa9pwe]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-mm0esa9pwe] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mm0esa9pwe] {
    display: block;
}


@media (max-width: 640.98px) {
    .nav-scrollable[b-mm0esa9pwe] {
        display: block;
    }
}


@media (min-width: 641px) {
    .navbar-toggler[b-mm0esa9pwe] {
        display: none;
    }

    .nav-scrollable[b-mm0esa9pwe] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Desktop Behavior: Float beneath and anchor to the right */
.contact-popup[b-mm0esa9pwe] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1050;
    min-width: 250px;
}

/* Mobile Behavior: Act like a standard expanding accordion */
@media (max-width: 767.98px) {
    .contact-popup[b-mm0esa9pwe] {
        position: relative; /* Stops it from floating off-screen */
        right: auto; /* Removes the right-side anchor */
        top: auto;
        width: 100%; /* Allows it to naturally fill the mobile menu space */
        z-index: auto;
    }
}
/* _content/OnlineOrdering/Components/Pages/Home.razor.rz.scp.css */
/* Layout Wrapper */
.page-container[b-hbhmpi5hvk] {
    display: flex;
    flex-direction: row; /* Side-by-side by default */
    gap: 20px; /* Space between sidebar and main content */
    align-items: flex-start;
}

.home-page-bg[b-hbhmpi5hvk] {
    min-height: 100vh;
    width: 100%;
    padding: 10px; /* Adds a little breathing room around the edges */
    /* Background adjustments */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  /*  90% | cover: fill the screen stretch-to-stretch  | contain: same as 100%  */
    background-attachment: fixed; /* Keeps the background static while scrolling */
}

/* Sidebar Styling (for Catgories) */
.category-sidebar[b-hbhmpi5hvk] {
    width: 250px;
    min-width: 250px; /* Force minimum width */
    flex-shrink: 0; /* Prevent flexbox from squishing the sidebar */
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    padding: 1rem;
    height: fit-content; /* Change height from default/100% to fit-content */
    align-self: flex-start; /* Ensure it doesn't stretch if the parent is a flexbox */
    overflow-y: auto; /* Scrollable list if it gets too long */
}

/* The Main Container */
.fancy-sidebar[b-hbhmpi5hvk] {
    font-family: 'Playfair Display', serif;
    background: linear-gradient(145deg, #ffffff, #f9f9f9); /* Subtle gradient */
    border: 1px solid #eaeaea;
    border-radius: 16px; /* Rounded corners */
    padding: 24px;
    width: 260px;
    /* 3D Box Shadow Effect */
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), -4px -4px 15px rgba(255, 255, 255, 1);
}

.loading-text[b-hbhmpi5hvk] {
    font-size: 1.2rem;
    color: #888;
    text-align: center;
}

.category-item-list[b-hbhmpi5hvk] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; /* Space between items */
}

/* Individual Menu Items */
.category-item[b-hbhmpi5hvk] {
    padding: 14px 20px;
    border-radius: 10px; /* Slightly rounded inner items */
    cursor: pointer;
    font-size: 1.3rem; /* Larger font size */
    color: #4a4a4a;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

    /* Hover State - Lifts up slightly in 3D space */
    .category-item:hover[b-hbhmpi5hvk] {
        background-color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        color: #000000;
    }

    /* Active State - Looks pressed down (3D Inset effect) */
    .category-item.active[b-hbhmpi5hvk] {
        background: linear-gradient(145deg, #2c3e50, #34495e); /* Dark elegant background */
        color: #ffffff;
        font-weight: 600;
        border: 1px solid #1a252f;
        transform: translateY(1px); /* Pushes the button down */
        /* Inset shadow to complete the pressed 3D look */
        box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.4), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    }

.category-label[b-hbhmpi5hvk] {
    display: block;
    letter-spacing: 0.5px;
}


/* Styles for Menu Main Items */

.main-menu-items-container[b-hbhmpi5hvk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.main-menu-box-item[b-hbhmpi5hvk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* "Very light border" */
    border: 1px solid #f8f8f8;
    border-radius: 8px;
    padding: 1.5rem;
    background-color: #f0f0f0;
    transition: box-shadow 0.2s;
}

    .main-menu-box-item:hover[b-hbhmpi5hvk] {
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

.main-menu-item-details[b-hbhmpi5hvk] {
    flex: 1;
    padding-right: 1rem;
}

    .main-menu-item-details h3[b-hbhmpi5hvk] {
        margin: 0 0 0.5rem 0;
        font-size: 1.25rem;
    }

.main-menu-item-description[b-hbhmpi5hvk] {
    color: #666;
    margin-bottom: 0.5rem;
}

.main-menu-item-price[b-hbhmpi5hvk] {
    font-weight: bold;
    color: #2c3e50;
    margin: 0;
}

.main-menu-item-image img[b-hbhmpi5hvk] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}


/* Main Content Styling */
.main-content-area[b-hbhmpi5hvk] {
    flex: 1; /* Takes up remaining space */
    flex-grow: 1; /* Takes up the remaining horizontal space */
    width: 100%;
    padding: 1rem;
    height: fit-content; /* Change height from default/100% to fit-content */
    align-self: flex-start; /* Ensure it doesn't stretch if the parent is a flexbox */
    overflow-y: auto;
}

/* --- Mobile Layout (Screens smaller than 768px) --- */
@media (max-width: 768px) {
    .page-container[b-hbhmpi5hvk] {
        flex-direction: column; /* Stacks the sidebar ABOVE the main content */
    }

    .category-sidebar[b-hbhmpi5hvk] {
        width: 100%; /* Allow sidebar to take full width */
        margin-bottom: 15px; /* Add some breathing room below the menu */
    }

        /* UX Enhancement: Make categories a swipeable horizontal row on mobile */
        .category-sidebar .category-item-list[b-hbhmpi5hvk] {
            display: flex;
            flex-direction: row;
            overflow-x: auto; /* Allows horizontal scrolling */
            -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
            gap: 10px;
            padding-bottom: 10px; /* Space for the scrollbar */
        }

        .category-sidebar .category-item[b-hbhmpi5hvk] {
            white-space: nowrap; /* Prevents text from wrapping to a new line */
            /* Optional: Add some padding/styling to make them look like buttons/chips */
            padding: 8px 16px;
            background: #f0f0f0;
            border-radius: 20px;
        }

        /* Hide scrollbar for a cleaner look (optional) */
        .category-sidebar .category-item-list[b-hbhmpi5hvk]::-webkit-scrollbar {
            display: none;
        }
}
/* _content/OnlineOrdering/Components/Pages/MenuItemPopupContent.razor.rz.scp.css */
.quantity-control[b-g8q600cak2] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.qty-btn[b-g8q600cak2] {
    width: 30px;
    height: 30px;
}

.qty-field[b-g8q600cak2] {
    width: 50px;
    text-align: center;
}

.add-cart-btn[b-g8q600cak2] {
    margin-top: 8px;
}

.cart-total[b-g8q600cak2] {
    margin-top: 10px;
    font-weight: bold;
}
