 body {
    background: #1a1a1a;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
 }

@font-face {
    font-family: 'MMK-Heading';
    src: url('../fonts/handelson-four.otf') format('truetype');
    font-weight: bold;
 }

@font-face {
    font-family: 'MMK-Main';
    src: url('../fonts/mulish.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

 h4 {
    font-family: 'MMK-Main', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: red;
 }

.menu-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
 }

.menu-card h3 {
    font-family: 'MMK-Main', sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding-top: 20px;
 }

 .category-nav {
    position: sticky;
    top: 0; /* Adjust this if you have a main header at the top */
    width: 100%;             /* Ensures it stays within screen bounds */
    max-width: 100vw;        /* Prevents horizontal overflow of the container */
    display: flex;
    overflow-x: auto; /* Allows swiping on mobile */
    white-space: nowrap;
    padding: 12px 10px;
    z-index: 1000;
    scrollbar-width: none; /* Hides scrollbar on Firefox */
}

.category-nav::-webkit-scrollbar {
    display: none; /* Hides scrollbar on Chrome/Safari */
}

.nav-item {
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
    padding: 8px 18px;
    margin: 10px;
    border-radius: 20px;
    font-size: 14px;         /* Slightly smaller for mobile */
    font-weight: 600;
    background: #333;
    transition: 0.3s;
}

.nav-item.active {
    background: #D35400; /* Matching your Paratha/Warm theme */
    color: white;
}

.nav-item:hover {
    background: #F39C12;
}

.dailymenu-intro {
    background: #FFF9E6;
    color: #4A230D;
    width: 90%; 
    max-width: 400px; 
    border-radius: 15px;
    padding: 20px;
    position: relative; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
 }

.salad-intro {
    background: #A3BC21;
    color: #f4f4f4;
    width: 90%; 
    max-width: 400px; 
    border-radius: 15px;
    padding: 20px;
    position: relative; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
 }

.paratha-intro {
    background: rgb(180, 179, 179);
    color: #4A230D;
    width: 90%; 
    max-width: 400px; 
    border-radius: 15px;
    padding: 20px;
    position: relative; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
 }

.menu-card {
    
    font-weight: bold;
    
    width: 90%; 
    max-width: 400px; 
    border-radius: 15px;
    padding: 20px;
    position: relative; /* Essential for positioning the logo */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
 }

.card-logo-h1 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px; 
    opacity: 0.9;
 }

.card-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px; 
    opacity: 0.9;
 }

.card-logomayo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px; 
    opacity: 0.9;
 }

.mmk-info h1 {
    font-family: 'MMK-Heading', sans-serif;
    text-align: center; color: #FAC857;
    font-size: 45px;
    margin-top: 50px;
 }

.mmk-info h2 {
    font-family: 'MMK-Main', sans-serif;
    font-size: 24px;
    padding-top: 20px;
 }

.mmk-info p {
    font-family: 'MMK-Main', sans-serif;
    margin: 5px 0;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
 }

 .dailymenuingredient-list {
    font-family: 'MMK-Main', sans-serif;
    font-size: 18px;
    text-align: justify;
    margin-top: 15px;     
    margin-bottom: 10px;   
    font-weight: bold;
    color: #5D4037;
    line-height: 1.5;
 }

.saladsingredient-list {
    font-family: 'MMK-Main', sans-serif;
    font-size: 18px;
    text-align: justify;
    margin-top: 15px;     
    margin-bottom: 10px;   
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5;
 }

.parathaingredient-list {
    font-family: 'MMK-Main', sans-serif;
    font-size: 18px;
    text-align: justify;
    margin-top: 15px;     
    margin-bottom: 10px;   
    font-weight: bold;
    color: #4A230D;
    line-height: 1.5;
 }

.nutri-info {
    font-family: 'MMK-Main', sans-serif;
    margin-bottom: 20px;   
    font-weight: bold;
    font-size: 12px;        
}

a {
    margin: 0 15px;
    text-decoration: none;
    color: #7804bb;
    font-size: 20px;
    font-weight: bold;
 }

 .dailymenuprice-tag {
    display: inline-block;
    background-color: #f6c576;
    color: #5D4037;
    padding: 5px 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 40%;
 }

.saladsprice-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 40%;
 }


.parathaprice-tag {
    display: inline-block;
    background-color: #F39C12;
    color: #000;
    padding: 5px 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 40%;
 }

#topBtn {
    display: none;          
    position: fixed;        
    bottom: 20px;           
    right: 20px;            
    z-index: 99;            
    border: none;           
    outline: none;          
    background-color: #7002af; 
    color: #FAC857;           
    cursor: pointer;        
    padding: 15px;          
    border-radius: 50%;     
    font-size: 14px;        
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); 
    width: 55px;
    height: 55px;
    transition: opacity 0.3s; 
 }

#topBtn:hover {
    background-color: #3e0261; 
 }

.order-controls {
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
 }

.order-controls label {
    display: block;
    font-size: 12px;
    font-weight: 1000;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

.saladsorder-btn {
    margin-top: 10px;
    width: 100%;
    padding: 12px;
    background-color: #06906e; 
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    
 }

.saladsorder-btn:hover {
    background-color: #599183;
}

.parathaorder-btn {
    margin-top: 10px;
    width: 100%;
    padding: 12px;
    background-color: #D35400; 
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
 }

.parathaorder-btn:hover {
    background-color: #E67E22;
}

.input-row {
    display: flex;       
    gap: 12px;           
    margin-bottom: 10px; 
 }

.input-row-pd {
    margin-bottom: 10px;
 }

.input-group {
    flex: 1;             
 }

.input-group label {
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
    opacity: 0.9;
 }

select {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    appearance: none; 
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="gray" d="M0 3l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
 }

#cart-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ff4757;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 1000;
 }

#cart-count {
    font-weight: bold;
    background: white;
    color: #ff4757;
    padding: 2px 7px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 5px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    background-color: #1a1a1a; 
    color: white;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    max-height: 80vh;
    overflow-y: auto;
}

.whatsapp-btn {
    width: 100%;
    padding: 15px;
    background: #25D366;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.remove-item {
    float: right;
    cursor: pointer;
}



/* High-Contrast Red Ribbon */
.bestseller-badge {
    position: absolute;
    top: 15px;
    left: -12px; 
    background: linear-gradient(45deg, #d32f2f, #f44336); /* Bright Red Gradient */
    color: white; /* White text pops against red */
    padding: 6px 20px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    z-index: 100;
    transform: rotate(-5deg);
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.2); /* Subtle white border */
}

/* The Fold Behind the Card (Darker Red) */
.bestseller-badge::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    border-bottom: 8px solid #8B0000; 
    border-left: 8px solid transparent;
}

/* Shimmer Animation Logic */
.bestseller-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

.high-protein-badge {
    position: absolute;
    top: 15px;
    left: -12px; 
    background: linear-gradient(45deg, #1e3c72, #2a5298); /* Deep Power Blue */
    color: #ffffff;
    padding: 6px 20px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    z-index: 100;
    transform: rotate(-5deg);
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* The Fold Behind (Darker Navy) */
.high-protein-badge::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    border-bottom: 8px solid #102a43; 
    border-left: 8px solid transparent;
}

/* Shimmer Effect */
.high-protein-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: proteinShimmer 2.5s infinite;
}

@keyframes proteinShimmer {
    0% { left: -100%; }
    25% { left: 150%; }
    100% { left: 150%; }
}

.seasonal-badge {
    position: absolute;
    top: 15px;
    left: -12px; 
    background: linear-gradient(45deg, #d3c52f, #f4ab36); /* Bright Red Gradient */
    color: white; /* White text pops against red */
    padding: 6px 20px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    z-index: 100;
    transform: rotate(-5deg);
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.2); /* Subtle white border */
}

/* The Fold Behind the Card (Darker Red) */
.seasonal-badge::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    border-bottom: 8px solid #8B0000; 
    border-left: 8px solid transparent;
}

/* Shimmer Animation Logic */
.seasonal-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    30% { left: 150%; }
    100% { left: 150%; }
}


