/* Modern Professional Design Override v7 - Scrollable View */
:root {
    --primary-color: #c99360;
    --secondary-color: #fcf8f3;
    --text-dark: #2c3e50;
    --text-muted: #7f8c8d;
    --accent-color: #e67e22;
    --gold: #d4a373;
    --card-bg: #ffffff;
    --shadow-premium: 0 20px 40px rgba(0, 0, 0, 0.06);
}

body {
    background-color: var(--secondary-color);
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
}

/* -----------------------------------------------------------
   MENU SECTION - FIXED HEIGHT SCROLLABLE
----------------------------------------------------------- */
.menu-slider-container-custom {
    padding: 40px 15px 60px 15px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    /* Prevent neighboring slides from peeking */
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.menu-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    /* Removed padding */
    width: 100%;
    max-width: 100%;
    /* Allow full width */
    box-shadow: none;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    transition: transform 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-5px);
}

/* Header Elements */
.menu-card img {
    width: 140px;
    /* Slightly larger */
    height: 140px;
    margin: 0 auto 10px auto;
    /* Reduced margin */
    object-fit: contain;
    /*filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));*/
    /* Reduced shadow */
}

.menu-card .title {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    /* Increased size */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
    /* Reduced margin */
    color: #1a1a1a;
}

/* THE SCROLLABLE CONTAINER */
/* THE SCROLLABLE CONTAINER */
.menu-items-scroll {
    max-height: 360px;
    /* Approx 6 items at 60px each (including padding/line-height) */
    overflow-y: auto;
    padding-right: 0;
    margin-bottom: 0;
    /* Removed margin */
    margin-top: 5px;
    /* Minimal top margin */
    position: relative;
    /* Hide Scrollbar Standard */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* IE and Edge */

    /* Full width to fix compression */
    width: 100%;
    box-sizing: border-box;
}

/* Hide Scrollbar Webkit */
.menu-items-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Remove Bottom Fade Indicator */
.menu-card::after {
    display: none;
}

/* Menu Items */
.menu-item {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    /* Readable size */
    font-weight: 500;
    color: #2c3e50;
    padding: 0px 0px 0px 44px;
    /* Reduced padding */
    /* More vertical space */
    display: flex;
    align-items: center;
    justify-content: left;
    /* Center the text */
    text-align: left;
    border-bottom: none;
    position: relative;
    line-height: 1.5;
}

/* Remove the bullet point */
.menu-item::before {
    content: none;
}

.menu-item span {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--text-muted);
    font-style: normal;
    margin-left: 10px;
    font-weight: 400;
}

/* Hide Pagination Dots */
.swiper-pagination {
    display: none !important;
}

/* Swiper Dash Pagination (Disabled) */
.swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border-radius: 0;
    background: #bdc3c7;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: var(--accent-color);
    width: 35px;
    opacity: 1;
}

/* Custom Swiper Navigation */
.menu-slider-container-custom {
    position: relative;
    padding: 40px 60px 60px 60px !important;
    /* Extra padding for navigation */
    overflow: hidden !important;
}

.custom-swiper-nav {
    color: var(--gold) !important;
    font-weight: bold;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

.custom-swiper-nav::after {
    font-size: 20px !important;
}

.custom-swiper-nav:hover {
    background: var(--gold);
    color: #fff !important;
    transform: scale(1.1);
}

.swiper-button-next {
    right: 5px !important;
}

.swiper-button-prev {
    left: 5px !important;
}

/* Navbar Icon Fixes */
.navbar-toggle {
    margin-top: 15px;
    border-color: var(--gold) !important;
    padding: 12px 10px;
    scale: 1.2;
    /* Makes the entire toggle 20% larger */
}

.navbar-toggle .icon-bar {
    background-color: var(--accent-color) !important;
    width: 25px;
    height: 3px;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .menu-card {
        padding: 2rem 1.2rem;
    }

    .menu-items-scroll {
        max-height: 320px;
    }

    /* Highlights Section Fixes */
    .image-column {
        padding-left: 0;
        padding-right: 0;
    }

    .image-column .inner-column {
        text-align: center;
        padding-bottom: 0;
        margin: 0;
    }

    .image-column figure {
        margin: 0 !important;
        /* Reset default browser margin */
        width: 100%;
        text-align: center;
    }

    .image-column img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        /* Keep the size proportional */
        height: auto;
    }

    /* Menu Visibility Fixes */
    .menu-item {
        font-size: 20px;
        /* Larger font size for mobile */
        font-weight: 400;
        /* Bolder text */
        color: #000000;
        /* Pure black */
    }

    .menu-item span {
        font-size: 1.1rem;
        /* Increase secondary text too */
        color: #333333;
        /* Darker secondary text */
    }

    /* Fix menu container padding on mobile */
    .menu-slider-container-custom {
        padding: 39px 13px 38px 12px !important;
        /* Reduce side padding so slides fit better */
    }
}