html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip; 
    background-color: #F9F6F0; 
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #F9F6F0;
    padding-bottom: 20px;
    color: #3E2723; 
    padding-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    padding-bottom: 130px;
}


.restaurant-header {
   
    background-image: linear-gradient(rgba(62,39,35,0.5), rgba(62,39,35,0.6)), url('peponi-beach-bar.jpg');
    background-size: cover;
    background-position: center;
    color: #FFFDF9;
    padding: 40px 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.restaurant-header h1 { margin: 0; font-size: 28px; letter-spacing: 1px; }
.restaurant-header p { margin: 5px 0 15px 0; font-weight: 300; opacity: 0.9; }


.category-nav {
    position: sticky;
    top: 0;
    background: #F9F6F0;
    padding: 15px 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    z-index: 100;
    border-bottom: 1px solid #E8E0D5;
}
.category-nav::-webkit-scrollbar { display: none; }

.cat-btn {
    border: none;
    background: #FFFDF9; 
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #5C4033;
    box-shadow: 0 2px 5px rgba(62,39,35,0.05);
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}

.cat-btn.active {
    background: #3E2723;
    color: #FFFDF9;
    transform: scale(1.05);
}


.container { padding: 20px; }

.menu-item.text-layout {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background: #FFFDF9;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(62,39,35,0.04); 
    border: 1px solid #E8E0D5;
}

.menu-item.text-layout .item-text {
    flex: 1;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu-item.text-layout .item-text h3 {
    margin: 0;
    font-size: 16.5px;
    color: #3E2723;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.menu-item.text-layout .item-text p {
    margin: 6px 0 12px 0;
    font-size: 13.5px;
    color: #5C4033;
    line-height: 1.4;
}

.menu-item.text-layout .price {
    font-weight: 700;
    font-size: 14.5px;
    color: #3E2723;
    background: #E8E0D5; 
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-block;
}

.add-btn-minimal {
    background: #E8E0D5; 
    color: #3E2723;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0; 
}

.add-btn-minimal:active {
    background: #3E2723;
    color: #FFFDF9;
    transform: scale(0.9);
}


.social-footer {
    text-align: center;
    padding: 30px 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    background-color: transparent;
    border-top: 1px solid #E8E0D5;
}

.social-footer h3 {
    font-size: 15px;
    color: #5C4033;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #FFFDF9;
    color: #3E2723;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(62,39,35,0.06);
    transition: all 0.3s ease;
}

.social-icons a:hover { transform: translateY(-3px); color: white; }
.social-icons a:has(.fa-instagram):hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social-icons a:has(.fa-facebook-f):hover { background: #1877F2; }


.menu-info-bar {
    padding: 20px 0 10px 0;
    margin-top: 10px;
    border-top: 1px solid #E8E0D5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.vat-text {
    margin: 0;
    font-size: 13px;
    color: #7A5C43;
    width: 100%;
}

.allergens-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #C4B5A5;
    padding: 10px 18px;
    border-radius: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3E2723;
    cursor: pointer;
    width: fit-content;
    transition: all 0.2s ease;
}

.allergens-btn i { color: #5C4033; font-size: 16px; }
.allergens-btn:active { background: #E8E0D5; transform: scale(0.95); }


.modal-overlay {
    display: none; 
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(44, 30, 22, 0.7); 
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content {
    background: #FFFDF9;
    border-radius: 15px;
    padding: 25px;
    width: 100%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 10px 30px rgba(62,39,35,0.2);
    animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; 
}

@keyframes popIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.modal-content h2 { margin-top: 0; margin-bottom: 15px; font-size: 18px; color: #3E2723; }

.allergens-list p { font-size: 14px; color: #5C4033; margin-bottom: 12px; line-height: 1.5; }
.allergens-list p em { font-size: 12px; color: #D35400; }

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #E8E0D5;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #5C4033;
    font-size: 16px;
    transition: background 0.2s;
}

.close-btn:hover { background: #C4B5A5; color: #3E2723; }


#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    background-color: #3E2723;
    color: #FFFDF9;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(62,39,35,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

#scrollToTopBtn.show { opacity: 1; visibility: visible; transform: translateY(0); }
#scrollToTopBtn:hover, #scrollToTopBtn:active { background-color: #5C4033; transform: translateY(-3px); }


.store-info-list { display: flex; flex-direction: column; gap: 15px; margin-top: 20px; }
.store-info-list p { display: flex; align-items: center; gap: 15px; margin: 0; font-size: 15px; color: #5C4033; }
.store-info-list i { color: #3E2723; font-size: 18px; width: 20px; text-align: center; }
.store-info-list a { color: #5C4033; text-decoration: none; font-weight: 600; transition: color 0.2s; }
.store-info-list a:hover { color: #3E2723; text-decoration: underline; }

.info-divider { border: 0; height: 1px; background: #E8E0D5; margin: 25px 0 20px 0; }

.store-schedule h3 {
    font-size: 15px; color: #3E2723; margin-top: 0; margin-bottom: 15px;
    display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.5px;
}
.store-schedule h3::before {
    content: '\f017'; font-family: 'Font Awesome 6 Free'; font-weight: 400; color: #7A5C43; font-size: 16px;
}

.schedule-grid { display: flex; flex-direction: column; gap: 12px; }
.schedule-row {
    display: flex; justify-content: space-between; font-size: 14px; color: #5C4033;
    padding-bottom: 8px; border-bottom: 1px dashed #C4B5A5;
}
.schedule-row:last-child { border-bottom: none; padding-bottom: 0; }
.schedule-row strong { color: #3E2723; font-weight: 700; }


.reviews-modal-content { display: flex; flex-direction: column; align-items: center; text-align: center; }
.reviews-modal-content h2 { margin-bottom: 5px; }
.reviews-subtitle { color: #7A5C43; font-size: 14px; margin-bottom: 25px; }

.google-review-btn {
    display: inline-flex; align-items: center; gap: 10px; background: #FFFDF9;
    color: #3E2723; border: 1px solid #C4B5A5; padding: 10px 22px;
    border-radius: 25px; text-decoration: none; font-weight: 600;
    font-size: 14px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(62,39,35,0.04);
}
.google-review-btn i { color: #DB4437; font-size: 16px; }
.google-review-btn:hover, .google-review-btn:active {
    background: #FFFDF9; transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(62,39,35,0.08); border-color: #A38C75;
}


.popular-badge {
    background-color: #E8E0D5; color: #D35400; font-size: 11px;
    font-weight: 800; padding: 3px 7px; border-radius: 6px;
    display: inline-flex; align-items: center; gap: 4px; text-transform: uppercase;
}


.search-container { padding: 10px 20px; background-color: #F9F6F0; }
.search-box {
    background: #FFFDF9; display: flex; align-items: center; padding: 12px 15px;
    border-radius: 15px; box-shadow: 0 2px 10px rgba(62,39,35,0.03);
    border: 1px solid #E8E0D5; transition: all 0.3s ease;
}
.search-box:focus-within { border-color: #3E2723; box-shadow: 0 4px 15px rgba(62,39,35,0.08); }
.search-box i { color: #A38C75; margin-right: 12px; font-size: 16px; }
.search-box input {
    border: none; outline: none; width: 100%; font-family: 'Inter', sans-serif;
    font-size: 15px; color: #3E2723; background: transparent;
}
.search-box input::placeholder { color: #A38C75; }


.globe-lang-btn {
    position: absolute; top: 20px; right: 20px;
    background: rgba(62, 39, 35, 0.4); backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2); color: white;
    padding: 8px 14px; border-radius: 20px; font-size: 13px;
    font-family: 'Inter', sans-serif; font-weight: 600; cursor: pointer;
    display: flex; align-items: center; gap: 7px; transition: all 0.3s ease; z-index: 10;
}
.globe-lang-btn:hover, .globe-lang-btn:active { background: rgba(62, 39, 35, 0.7); transform: scale(0.95); }


.lang-modal-content { text-align: center; }
.lang-modal-content h2 { font-size: 18px; margin-bottom: 20px; color: #3E2723; }
.lang-list { display: flex; flex-direction: column; gap: 8px; }
.lang-list button {
    background: #F9F6F0; border: 1px solid #E8E0D5; padding: 14px;
    border-radius: 12px; font-size: 15px; font-family: 'Inter', sans-serif;
    color: #5C4033; cursor: pointer; transition: all 0.2s ease;
}
.lang-list button:active { background: #3E2723; color: #FFFDF9; }


.developer-credit {
    background-color: #2C1E16; 
    text-align: center; padding: 20px 20px; 
    bottom: 0; left: 0; width: 100%; 
    box-sizing: border-box; display: block; margin: 0;
}
.developer-credit a {
    color: #E8E0D5; text-decoration: none; font-size: 13px; 
    font-family: 'Inter', sans-serif; letter-spacing: 0.5px;
    opacity: 0.7; transition: opacity 0.3s ease;
}
.developer-credit a:hover, .developer-credit a:active { opacity: 1; }


#floating-order-btn {
    position: fixed; bottom: 25px; left: 50%;
    transform: translateX(-50%) translateY(150px); 
    background: #3E2723; color: #FFFDF9; border: none;
    padding: 14px 25px; border-radius: 30px; font-family: 'Inter', sans-serif;
    font-weight: 600; font-size: 15px; box-shadow: 0 8px 25px rgba(62,39,35,0.25);
    cursor: pointer; z-index: 1000; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    display: flex; align-items: center; gap: 10px; white-space: nowrap;
}
#floating-order-btn.visible { transform: translateX(-50%) translateY(0); }
#order-count { background: #FFFDF9; color: #3E2723; padding: 2px 8px; border-radius: 12px; font-size: 13px; font-weight: 800; }


#order-items-list {
    max-height: 55vh; overflow-y: auto; margin: 20px 0; padding-right: 5px;
}
#order-items-list::-webkit-scrollbar { width: 4px; }
#order-items-list::-webkit-scrollbar-track { background: #F9F6F0; border-radius: 4px; }
#order-items-list::-webkit-scrollbar-thumb { background: #C4B5A5; border-radius: 4px; }

.order-item-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 0; border-bottom: 1px solid #E8E0D5;
}
.order-item-row:last-child { border-bottom: none; }
.order-item-title { font-size: 15px; font-weight: 600; color: #3E2723; flex: 1; text-align: left; padding-right: 15px; }
.order-item-right { display: flex; align-items: center; gap: 15px; }
.order-item-price { font-size: 15px; color: #5C4033; font-weight: 600; }

.order-total-bar {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 18px; font-weight: 800; color: #3E2723; background: #F9F6F0;
    padding: 18px 20px; border-radius: 12px; margin-top: 10px; border: 1px solid #E8E0D5;
}


.qty-control {
    display: flex; align-items: center; background: #F9F6F0;
    border-radius: 25px; padding: 4px; gap: 10px; border: 1px solid #E8E0D5;
}
.qty-btn {
    background: #FFFDF9; border: none; width: 28px; height: 28px;
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    cursor: pointer; color: #5C4033; font-size: 11px;
    box-shadow: 0 2px 6px rgba(62,39,35,0.08); transition: all 0.2s ease;
}
.qty-btn:active { transform: scale(0.85); }
.qty-btn.plus { background: #3E2723; color: #FFFDF9; }
.qty-btn.plus:active { background: #2C1E16; }
.qty-text { font-weight: 700; font-size: 14px; min-width: 16px; text-align: center; color: #3E2723; }


.section-title {
    font-size: 22px; font-weight: 800; color: #3E2723;
    margin: 35px 0 15px 0; padding-bottom: 8px;
    border-bottom: 2px solid #E8E0D5; text-transform: capitalize;
}
.menu-section:first-child .section-title { margin-top: 5px; }

.menu-item.text-layout .item-text .item-options-note {
    margin: 6px 0 12px 0;
    font-size: 13.5px;
    color: #5C4033; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}


.options-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.option-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #F9F6F0;
    border: 2px solid #E8E0D5;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}


.option-label input[type="radio"] {
    display: none; 
}


.option-label.selected {
    border-color: #3E2723;
    background: #FFFDF9;
    box-shadow: 0 4px 10px rgba(62,39,35,0.06);
}

.option-label .opt-name {
    font-weight: 600;
    font-size: 15px;
    color: #3E2723;
}

.option-label .opt-price {
    font-weight: 700;
    font-size: 15px;
    color: #5C4033;
}


.menu-item.text-layout .item-text h3 + .price {
    margin-top: 12px; 
}


.container { padding: 20px; }

.menu-item.text-layout {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background: #FFFDF9;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(62,39,35,0.03); 
    border: 1px solid #E8E0D5;
    
    
    border-left: 4px solid #C4B5A5;  
    border-right: 4px solid #C4B5A5;
    
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}


.menu-item.text-layout:hover, .menu-item.text-layout:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62,39,35,0.06);
    
    
    border-left-color: #3E2723;  
    border-right-color: #3E2723; 
}

.menu-item.text-layout .item-text {
    flex: 1;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.menu-item.text-layout .item-text h3 {
    margin: 0 0 6px 0;
    font-size: 16.5px;
    color: #3E2723;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.menu-item.text-layout .item-text p {
    margin: 0 0 8px 0;
    font-size: 13.5px;
    color: #7A5C43;
    line-height: 1.4;
}

.menu-item.text-layout .item-text .item-options-note {
    margin: 0 0 8px 0;
    font-size: 13px;
    color: #7A5C43;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}


.menu-item.text-layout .price {
    font-weight: 700;
    font-size: 15px;
    color: #3E2723;
    background: transparent;
    padding: 0;
    display: block;
}

.menu-item.text-layout .item-text h3 + .price {
    margin-top: 4px; 
}

.add-btn-minimal {
    background: #F9F6F0;
    color: #3E2723;
    border: 1px solid #E8E0D5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0; 
}

.add-btn-minimal:active {
    background: #3E2723;
    color: #FFFDF9;
    transform: scale(0.9);
}

