
    .terrilloo-menu-container12 {
        max-width: 1300px;
        margin: 0 auto;
        /*background-color: #fff;*/
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        /*font-family: 'Bebas Neue', sans-serif;*/
        line-height: 1.6;
        color: #fff;
        overflow: hidden; /* Prevent horizontal scroll */
    }
    
    /* Menu Tabs Slider */
    .tabs-container12 {
        position: relative;
        /*background-color: #f5f5f5;*/
        /*border-bottom: 1px solid #e0e0e0;*/
        /*-webkit-overflow-scrolling: touch;*/ /* Smooth scrolling on iOS */
        touch-action: pan-x pan-y;margin-bottom: 15px;
    }

    #menu-tabs12 {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
}
    
    .menu-tabs12 {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none; /* Firefox */
        padding: 0 40px; /* Space for arrows */
        touch-action: pan-x;
        
    }
    
    .menu-tabs12::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }
    
    .menu-tab12 {
        padding: 15px 20px;
        font-size: 22px!important;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 0.3s ease;
        border-bottom: 3px solid transparent;
        touch-action: manipulation; /* Better touch handling */
    }
    
    .menu-tab12:hover {
        color: #fff;
        background-color: #23392E;
    }
    
    .menu-tab12.active12 {
        color: #fff;
        border-bottom: 3px solid #23392E;
        background-color: #23392E;
    }
    
    /* Tab Navigation Arrows */
    .tab-arrow12 {
        position: absolute;
        top: 0;
        height: 54px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color:rgba(51, 105, 78, 0.9);
        cursor: pointer;
        z-index: 1;
        border: none;
        font-size: 18px;
        color: #fff;
        touch-action: manipulation; /* Better touch handling */
        padding:0;
    }
    
    .tab-arrow12:hover {
        color: #33694e;
        background-color: rgba(245, 245, 245, 1)!important;
        border: none;
    }
    .tab-arrow12:active {
        color: #33694e;
        background-color: rgba(245, 245, 245, 1)!important;
        border: none;
    }
     .tab-arrow12:focus {
        color: #33694e;
        background-color: rgba(245, 245, 245, 1)!important;
        border: none;
    }
    
    .tab-arrow-left12 {
        left: 0;
        border-right: 1px solid #33694E;
    }
    
    .tab-arrow-right12 {
        right: 0;
        border-left: 1px solid #33694E;
    }
    
    /* Menu Content */
    .menu-content12 {
        display: none;
        padding: 0;
    }
    
    .menu-content12.active12 {
        display: block;
    }
    
    /* Banner Image */
    .menu-banner12 {
        width: 100%;
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    
    .menu-banner12 img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }
    
    .menu-banner-overlay12 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .menu-banner-title12 {
        color: #fff!important;
        font-size: 3rem!important;
        font-weight: 400!important;
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    /* Menu Items */
    .menu-items12 {
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }

    .section-subtitle12 {
        grid-column: 1 / -1;
        /* margin-top: 20px; */
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 1.3rem;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
    
    .section-subtitle12:first-child {
        margin-top: 0;
    }

    .section-subtitle13 {
        grid-column: 1 / -1;
        /* margin-top: 20px; */
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 1.3rem;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
    
    .section-subtitle13:first-child {
        margin-top: 0;
    }
    
    .menu-item12 {
        display: flex;
        align-items: top;
        
    }
    
    .menu-item-image12 {
        width: 80px;
        height: 60px;
        margin-right: 15px;
        border-radius: 0px;
        overflow: hidden;
        flex-shrink: 0;
        cursor: pointer; /* Make image clickable */
    }
    
    .menu-item-image12 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .menu-item-image12:hover img {
        transform: scale(1.05);
    }
    
    .menu-item-details12 {
        flex-grow: 1;
    }
    
    /* Menu item header with dotted line between title and price */
    .menu-item-header12 {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 0px;
        position: relative;
    }
    
    .menu-item-title12 {
        font-size: 1.5rem!important;
        font-weight: 400;
        color: #fff;
        line-height: 1.25;
        text-transform: uppercase;
        padding-right: 10px;
        background-color:#1e1e1e;
        position: relative;
        z-index: 1;
    }
    
    .menu-item-price12 {
        font-size: 1.2rem;
        font-weight: 400;
        color: #fff;
        background-color: #1e1e1e;
        position: relative;
        z-index: 1;
        min-width: max-content;
        border-bottom: 2px dotted #ccc;
        text-align: right;
    }
    
    /* Dotted line between title and price */
    .menu-item-header12::after {
        content: "";
        position: absolute;
        bottom: 1em;
        left: 0;
        right: 0;
        /* border-bottom: 2px dotted #ccc; */
        z-index: 0;
    }
    
    .menu-item-description12 {
        color: #FFFFFFCC;
        font-size: 0.9rem;
        /*font-family: 'Montserrat', sans-serif;*/
    }
    
    /* Category label for ALL tab */
    .category-label12 {
        grid-column: 1 / -1;
        margin-top: 30px;
        /* margin-bottom: 10px; */
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 2.3rem;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        font-family: var(--pgs_typography_h1_font_family);
    }
    
    .category-label12:first-child {
        margin-top: 0;
    }
    
    /* Items without images (add-ons) */
    .menu-item-no-image12 {
        /*padding-left: 15px;*/
    }
    
    .menu-item-no-image12 .menu-item-header12::after {
        bottom: 0.7em;
    }
    
    /* Footer */
    .menu-footer12 {
        text-align: center;
        padding: 20px;
        background-color: #f5f5f5;
        border-top: 1px solid #e0e0e0;
        font-size: 0.9rem;
        color: #666;
    }
    
    /* Lightbox/Modal for Full Screen Images */
    .lightbox12 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .lightbox12.active12 {
        display: flex;
    }
    
    .lightbox-content12 {
        max-width: 90%;
        max-height: 90%;
    }
    
    .lightbox-content12 img {
        width: 100%;
        height: auto;
        max-height: 90vh;
        object-fit: contain;
    }
    
    .lightbox-close12 {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        z-index: 1001;
    }


    
    /* Responsive Adjustments */
    @media (max-width: 992px) {
        .menu-items12 {
            padding: 15px;
            gap: 20px;
        }
    }
    
    @media (max-width: 768px) {
        .menu-items12 {
            grid-template-columns: 1fr;
        }
        
        .menu-banner-title12 {
            color: #fff!important;
            font-size: 2.5rem!important;
            font-weight: 400!important;
        }
        
        .menu-tab12 {
            padding: 12px 15px;
            font-size: 15px!important;
        }
    }
     @media (max-width: 480px) {
        .menu-item12 {flex-direction: column;flex-wrap: wrap;}
        .menu-item-details12{width: 100%}
        
     }
    @media (max-width: 767px) {
        .menu-banner12 {
            height: 180px;
        }
        .menu-items12 {
            grid-template-columns: 1fr!important;
        }
        .menu-banner-title12 {
            text-align: center;
            padding: 0 10px;
            color: #fff!important;
            font-size: 2rem!important;
            font-weight: 400!important;
        }
        
        /* Keep image to the left of title on mobile */
        .menu-item12 {
            flex-direction: row;
            align-items: flex-start;
        }
        
        .menu-item-image12 {
            width: 60px;
            height: 40px;
            margin-right: 10px;
        }
        
        .menu-item-title12 {
            font-size: 1.125rem!important;
        }
        
        .menu-item-price12 {
            font-size: 1rem;
        }
        
        .menu-item-description12 {
            font-size: 0.8rem;
            word-break: break-word;
        }
        
        .section-subtitle12 {
            font-size: 1.1rem !important;
            margin-top: 15px;
            margin-bottom: 10px;
        }
        .section-subtitle13{font-size: 0.938rem !important}
        
        .menu-footer12 p {
            margin-bottom: 8px;
            font-size: 0.8rem;
        }
    }
    
    /* Additional mobile improvements */
    @media (max-width: 360px) {
        .menu-banner12 {
            height: 150px;
        }
        .menu-items12 {
            grid-template-columns: 1fr!important;
        }
        .menu-banner-title12 {
             color: #fff!important;
            font-size: 2rem!important;
            font-weight: 400!important;
        }
        
        .menu-tab12 {
            padding: 10px 12px;
            font-size: 15px!important;
        }
        
        .tab-arrow12 {
            width: 30px;
        }
        
        .menu-tabs12 {
            padding: 0 30px;
        }
        
        .menu-item-image12 {
            width: 60px;
            height: 40px;
        }
    }
    @media (max-width: 991px) {
        .category-label12{font-size: 1.75rem;}
    }


