﻿
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #0f0f0f;
    color: #d7c39c;
    font-family: 'Georgia', serif;
}

.section-title {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.section-title-top {
    margin-top: 150px;
}

.section-sub {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #c8c8c8;
}

/* Sticky Tabs */
.menu-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 45px;
    /*    position: sticky;*/
    top: 140px;
    z-index: 10;
    background: #0f0f0f;
    padding: 15px 0;
}

    .menu-tabs button {
        border: 1px solid #d7c39c;
        background: transparent;
        padding: 10px 28px;
        border-radius: 25px;
        font-size: 17px;
        cursor: pointer;
        color: #d7c39c;
        transition: 0.3s;
    }

    .menu-tabs .active {
        background: #d7c39c;
        color: #000;
        font-weight: bold;
    }

/* Carousel */
/*.carousel img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 15px;
}*/

.carousel,
.slick-carousel {
    width: 100%;
    height: 420px;
    border-radius: 15px;
    overflow: hidden;
}

.slick-list {
    background: #111; /* backdrop behind side slides */
}
.slick-slide {
    padding: 0 10px;
    transition: opacity 0.4s ease;
    opacity: 0.35;
}

.slick-center {
    opacity: 1;
}

/* image frame ensures consistent width */
.img-frame {
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* image behavior */
    .img-frame img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 15px;
    }
.slick-slide:not(.slick-center) img {
    filter: blur(1.5px);
}

.slick-center .img-frame {
    transform: scale(1.02);
}
.slick-prev,
.slick-next {
    width: 50px !important;
    height: 50px !important;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

    /* hide default slick arrows */
    .slick-prev::before,
    .slick-next::before {
        display: none !important;
    }

    /* icons */
    .slick-prev i,
    .slick-next i {
        font-size: 28px !important;
        color: #fff !important;
    }

    /* hover */
    .slick-prev:hover,
    .slick-next:hover {
        background: rgba(212, 175, 55, 0.85) !important;
    }

/* positioning */
.slick-prev {
    left: 30px !important;
}

.slick-next {
    right: 30px !important;
}
@media (max-width: 768px) {

    .carousel,
    .slick-carousel,
    .img-frame {
        height: 260px;
    }

    .slick-slide {
        padding: 0 5px;
        opacity: 1; /* no dimming on mobile */
    }

        .slick-slide img {
            filter: none;
        }

    /* arrows */
    .slick-prev,
    .slick-next {
        width: 40px !important;
        height: 40px !important;
    }

        .slick-prev i,
        .slick-next i {
            font-size: 22px !important;
        }

    .slick-prev {
        left: 12px !important;
    }

    .slick-next {
        right: 12px !important;
    }
}









/* Menu Grid */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* Menu Tabs - Gold Theme */
.menu-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 25px 0;
    background: #0f0f0f; /* matches your header/footer */
    border-bottom: 1px solid rgba(255, 215, 0, 0.15);
}

    /* Default button style */
    .menu-tabs .tab-btn {
        font-size: 22px;
        font-weight: 500;
        background: none;
        border: none;
        color: #b8a37f; /* light gold */
        padding: 10px 25px;
        cursor: pointer;
        opacity: 0.7;
        transition: 0.3s ease;
        position: relative;
    }

        /* Hover effect */
        .menu-tabs .tab-btn:hover {
            opacity: 1;
            color: #e3c281; /* richer gold */
        }

        /* Active tab */
        .menu-tabs .tab-btn.active {
            opacity: 1;
            color: #f1d59b;
            font-weight: 600;
        }

            /* Active underline */
            .menu-tabs .tab-btn.active::after {
                content: "";
                position: absolute;
                bottom: -5px;
                left: 50%;
                transform: translateX(-50%);
                width: 35px;
                height: 2px;
                background: #d4b06a;
                border-radius: 5px;
            }


.slider-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}



/*.container-food-menu {
    max-width: 100vh;
    margin: 0 auto;
}*/
.container-food-menu {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


    .container-food-menu .logo {
        margin: 40px 0;
    }

        .container-food-menu .logo img {
            width: 150px;
        }

    .container-food-menu h1 {
        font-size: 48px;
        margin: 0;
        font-style: italic;
    }

    .container-food-menu .tagline {
        font-size: 18px;
        margin-bottom: 50px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .container-food-menu h2 {
        font-size: 36px;
        margin: 60px 0 30px;
        font-style: italic;
    }

    .container-food-menu .menu-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        text-align: left;
    }

    /* ONE column container → two visual columns */
    .container-food-menu .menu-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 40px;
    }

    .container-food-menu .item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .container-food-menu .item-name {
        flex: 1;
        font-size: 18px;
    }

    .container-food-menu .item-desc {
        font-size: 14px;
        color: #aaa;
        margin-top: 4px;
    }

    .container-food-menu .price {
        font-size: 20px;
        margin-left: 20px;
        white-space: nowrap;
    }

    .container-food-menu .notes {
        font-size: 14px;
        margin: 4px 0;
        margin-bottom: 30px;
    }

    .container-food-menu .legend {
        font-size: 14px;
        margin-top: 60px;
    }


/* Mobile */
@media (max-width: 768px) {
    .slider-img {
        height: 260px !important;
    }

    .section-title-top {
        margin-top: 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-sub {
        padding: 0 10px;
        font-size: 15px;
    }


    .container-food-menu {
        max-width: 750px;
        padding: 0 20px;
    }

        .container-food-menu h1 {
            font-size: 36px;
        }

        .container-food-menu h2 {
            font-size: 28px;
            margin: 30px 0 20px;
        }


        .container-food-menu .menu-section {
            flex-direction: column;
            margin-bottom: 20px;
        }

        .container-food-menu .menu-column {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0px 40px;
        }

        .container-food-menu .item {
            flex-direction: column;
            align-items: flex-start;
        }

        .container-food-menu .price {
            margin-left: 0;
            font-size: 18px;
        }
}
