
.menu-sidebar {
    width: 260px;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    font-family: 'Poppins', sans-serif;
}

.menu-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-sidebar .title {
    font-size: 16px;
    font-weight: 600;
    color: #ff4d00;
    margin-bottom: 16px;
    border: none !important;
}

.menu-sidebar li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e9e9;
}

.menu-sidebar li:last-child {
    border-bottom: none;
}

.menu-sidebar li a {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    color: #d46f0a;
    padding-left: 4px;
}
@media (max-width: 768px) {
    .menu-sidebar {
        width: 100%;
        padding: 15px;
        box-shadow: none;
        border-radius: 0;
    }
}
.menu-banner {
  position: relative;
  background: url('img/b1.png') center/cover no-repeat;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.menu-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* Dark overlay */
  z-index: 1;
}

.menu-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Georgia", serif;
}

.menu-banner-content h3 {
  font-size: 40px;
  font-style: italic;
  margin-bottom: 10px;
}

.menu-banner-content h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-banner {
  position: relative;
  background: url('img/b1.png') center/cover no-repeat;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 90px; /* Stop header overlap */
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.menu-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.menu-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Georgia", serif;
}

.menu-banner-content h3 {
  font-size: 40px;
  font-style: italic;
  margin-bottom: 10px;
}

.menu-banner-content h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media(max-width:768px){
  .menu-banner{
    height: 300px;
  }
  .menu-banner-content h1{
    font-size: 38px;
  }
  .menu-banner-content h3{
    font-size: 24px;
  }
}
.menu-banner {
  position: relative;
  background: url('img/b14.png') center/cover no-repeat;
  width: 100%;
  height: 600px; /* Bigger height */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px; /* Fix overlap with header */
}

.menu-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  z-index: 1;
}

.menu-banner-content {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Georgia", serif;
}

.menu-banner-content h3 {
  font-size: 48px;
  font-style: italic;
  margin-bottom: 10px;
}

.menu-banner-content h1 {
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media(max-width:768px){
  .menu-banner {
    height: 350px;
  }

  .menu-banner-content h1 {
    font-size: 45px;
  }

  .menu-banner-content h3 {
    font-size: 26px;
  }
}
.menu-sidebar {
    margin-top: 60px;
}

@media(max-width:768px) {
    .menu-sidebar {
        margin-top: 40px;
    }
}
.menu-section {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.menu-sidebar {
    width: 250px;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0;
}

.menu-sidebar ul li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
}

.menu-sidebar .title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    color: #d46f0a;
}

.menu-items {
    flex: 1;
}

.menu-search input {
    width: 100%;
    height: 45px;
    border: 2px solid #ff4d00;
    border-radius: 8px;
    padding: 12px;
    outline: none;
    font-size: 15px;
}

.menu-heading {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    color: #d46f0a;
}

.menu-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 20px 0;
}

.menu-item img {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
}

.item-info h4 {
    font-size: 18px;
    color: #2f7d02;
    margin-bottom: 4px;
}

.item-info p {
    font-size: 14px;
    color: #555;
    max-width: 450px;
}

.item-actions {
    margin-left: auto;
    text-align: right;
}

.price {
    font-size: 16px;
    color: #d46f0a;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.add-btn {
    padding: 6px 20px;
    background: transparent;
    border: 2px solid #d46f0a;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    color: #d46f0a;
}

.add-btn:hover {
    background: #d46f0a;
    color: #fff;
}
.menu-section {
    display: flex;
    gap: 20px;
    padding: 20px;
}

/* Left Sidebar */
.menu-sidebar {
    width: 220px;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 6px;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-sidebar ul li.title {
    font-weight: bold;
    margin-bottom: 10px;
}

.menu-sidebar ul li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

/* Menu Items */
.menu-items {
    flex: 1;
}

.menu-search input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}

.menu-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.menu-item img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    object-fit: cover;
}

.item-info h4 {
    margin: 0;
    font-size: 18px;
}

.item-actions {
    margin-left: auto;
    text-align: right;
}

.item-actions .price {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.add-btn {
    background: #d46f0a;
    color: #fff;
    padding: 6px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* RIGHT ORDER BOX */
.order-box {
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.order-box h3 {
    margin: 0 0 5px;
}

.clear-order {
    font-size: 12px;
    color: #d46f0a;
    float: right;
    text-decoration: none;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.order-links a {
    font-size: 12px;
    color: #d46f0a;
    text-decoration: none;
}

/* Summary */
.order-summary p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.total {
    color: #d46f0a;
    font-weight: bold;
}

/* Delivery */
.delivery-info {
    font-size: 14px;
    margin: 10px 0;
}

.delivery-info .change {
    display: block;
    color: #d46f0a;
    margin-top: 5px;
}

/* Checkout Button */
.checkout-btn {
    width: 100%;
    background: #d46f0a;
    color: white;
    padding: 12px 0;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
}

/* Popup Overlay */
.order-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
/* ===== POPUP OVERLAY ===== */
.order-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* ===== POPUP BOX ===== */
.order-popup {
    background: #fff;
    width: 380px;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    animation: popupFade .25s ease;
}

@keyframes popupFade {
    from { transform: scale(0.9); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.popup-close {
    position: absolute;
    right: 12px;
    top: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.popup-tabs {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.popup-tabs .tab {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #f8f8f8;
}

.popup-tabs .active {
    background: #ff4d00;
    color: #fff;
    border-color: #ff4d00;
}

.update-btn {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background: #ff4d00;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.tab.active {
    background: #ff4d00;
    color: #fff;
}

.delivery-section,
.pickup-section {
    display: none;
}

.delivery-section.active,
.pickup-section.active {
    display: block;
}.order-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.section {
    display: none;
}
.section.active {
    display: block;
}

.tab.active {
    background: #ff9900;
    color: #fff;
}
.tab {
    color: #000 !important;
}
.tab.active {
    color: #000 !important;
}
/* Styling for the labels/titles (e.g., "Select delivery order date") */
label {
    display: block; /* Makes the label take up its own line */
    margin-bottom: 5px; /* Adds space between the title and the dropdown */
    font-family: Arial, sans-serif; /* Use a common font */
    font-size: 16px;
    font-weight: bold; /* Makes the text bold like in the image */
    color: #333; /* Dark gray text */
}

/* Styling for the select dropdown box itself */
select {
    /* Set a specific width to match the screenshot's appearance */
    width: 250px; 
    
    /* Padding inside the box for text and arrow */
    padding: 10px 15px; 
    
    /* Styling the border */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 4px; /* Slightly rounded corners */
    
    /* Font styles */
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #555; /* Slightly lighter text for the selected value */
    
    /* Remove the default system appearance (important for consistent styling) */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Add space below the select box */
    margin-bottom: 20px;
    
    /* Optional: Add a custom background image for the dropdown arrow */
    /* This example uses an SVG arrow (you might need to adjust the URL/position) */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M4.5%204.5l3%203%203-3%20z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/* Style for when the dropdown is focused (clicked) */
select:focus {
    border-color: #007bff; /* Change border color on focus */
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Subtle blue glow */
}
/* DEFAULT LAYOUT (DESKTOP) */
.menu-section {
    display: flex;
    gap: 20px;
}

.menu-sidebar {
    width: 22%;
    background: #ffffff;
    border-right: 1px solid #eee;
    padding: 15px;
}

.menu-items {
    width: 55%;
}

.order-box {
    width: 23%;
    background: #fff;
    border-left: 1px solid #eee;
    padding: 15px;
    position: sticky;
    top: 80px;
}


/* RESPONSIVE FIX FOR MOBILE & TABLET */
@media (max-width: 991px) {

    .menu-section {
        flex-direction: column;
        padding: 10px;
    }

    /* Left Sidebar comes first — Full Width */
    .menu-sidebar {
        width: 100% !important;
        border: none;
        padding: 10px 0;
        background: #fafafa;
    }

    /* Menu Items Full Width */
    .menu-items {
        width: 100% !important;
    }

    /* Order Box Moves Down — Full */
    .order-box {
        width: 100% !important;
        border-left: none;
        position: relative;
        top: unset;
        margin-top: 20px;
        padding: 15px;
        background: #f8f8f8;
    }

    /* Menu item design adjustments */
    .menu-item {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }

    .menu-item img {
        width: 80px;
        border-radius: 6px;
    }

    .item-info h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .item-actions {
        text-align: right;
        font-size: 14px;
    }
}

/* Very Small Screens */
@media (max-width: 600px) {
    .menu-item {
        flex-direction: column;
        text-align: center;
    }

    .item-actions {
        margin-top: 10px;
        text-align: center;
    }
}





.menu-banner {
    position: relative;
    width: 100%;
    height: 260px; /* Adjust height to match your screenshot */
    background-image: url('img/cb.png'); /* Your uploaded image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
}

.menu-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
    z-index: 1;
}

.menu-banner-content {
    position: relative;
    z-index: 2;
}

.menu-banner-content h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.menu-banner-content h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
    color: #fff;
}
.btn-active {
    background: #d46f0a !important;
    color: #ffffff !important;
    border: none !important;
}

.btn-inactive {
    background: #ffffff !important;
    color: #d46f0a !important;
    border: 2px solid #d46f0a !important;
}



.addon-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}
.addon-backdrop {
    position:absolute; inset:0;
    background:rgba(0,0,0,0.5);
}
.addon-popup-content {
    position: absolute;
    top:50%; left:50%;
    transform: translate(-50%, -50%);
    width: 380px;
    background: white;
    padding: 20px;
    border-radius: 12px;
}
.addon-row {
    display:flex;
    justify-content:space-between;
    padding:10px;
    border-bottom:1px solid #eee;
}
.close-addon { 
    float:right; cursor:pointer; font-size:24px; 
}
#updateDeliveryBtn {
    background-color: #ff4d00 !important;
    color: #fff !important;
    border: none !important;
}
#updateDeliveryBtn:hover {
    background-color: #e64400 !important;
}



/* Modal Container */
.quantity-modal {
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

/* Title */
.quantity-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* Quantity box design */
.qty-box {
    background: #3c4d5a;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
}

.qty-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    background: #d46f0a;
    transition: 0.2s;
}
.qty-btn:hover {
    background: #ddd;
}

.qty-input {
    width: 80px;
    font-size: 20px;
    text-align: center;
    border: none;
    background:antiquewhite;
    outline: none;
    font-weight: 600;
}

/* Addons List */
.addon-wrapper {
    background: #f7f7f7;
    padding: 12px 14px;
    border-radius: 12px;
}

.addon-title {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.addon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addon-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
}
.addon-list li:last-child {
    border-bottom: none;
}

.addon-list label {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.addon-list span {
    font-weight: 600;
    color: #ff4d00;
}

/* MAIN POPUP */
.order-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.order-popup {
    background: #fff;
    width: 420px;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    animation: fadeIn 0.3s ease-in-out;
}

.popup-close {
    position: absolute;
    right: 12px;
    top: 10px;
    border: none;
    background: none;
    font-size: 26px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.93);}
    to {opacity: 1; transform: scale(1);}
}

/* RIGHT SIDE CART */
.order-box {
    position: fixed;
    right: 0; top: 0;
    width: 350px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    padding: 20px;
    z-index: 500;
}

/* QTY BOX */
.qty-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.qty-box button {
    width: 40px;
    height: 40px;
    font-size: 22px;
}
.qty-box input {
    width: 50px;
    text-align: center;
    font-weight: bold;
}
