.body-colour{
    background-color: #ebebeb;
    margin: 0px;
}


/*<!-- ================= video SLIDER ================= -->*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media(max-width: 600px) 
{
    .video-carousel {
    position: relative;
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.video-carousel video {
    width: 100%;
    height:30vh;
    object-fit: fill;
    display: block;
}
}
.video-carousel {
    position: relative;
    width: 100%;
    /* height: 85vh; */
    overflow: hidden;
}

.video-carousel video {
    width: 100%;
    height:85vh;
    object-fit: cover;
}
/* delicious */
.delicious
{
    color: white;
}
/* Overlay */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);

    display: flex;
    flex-direction: column;

    justify-content: flex-start;   /* TOP */
    align-items: flex-start;       /* LEFT */

    color: #fff;
    text-align: left;

    padding: 20px;                 /* spacing from top-left */
}

/* MOBILE */
@media (max-width: 600px) {
    .video-overlay {
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        padding: 16px;
        color: #fff;
    }
}

/* TEXT STYLING */
.video-overlay h1 {
    font-size: 30px;
    margin: 0;
}

.video-overlay p {
    font-size: 18px;
    margin-top: 5px;
}

.video-overlay button {
    padding: 12px 28px;
    background: #ff9800;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

/* MOBILE */
@media(max-width: 600px) {
    .video-carousel {
                height: 30vh;
        width: 100%;
        object-fit: fill;
    }
   

    .video-overlay h1 {
        font-size: 28px;
    }
}

/* ================= THEME VARIABLES ================= */
:root {
    --primary: #ff9800;
    --secondary: #111111;
    --accent: #d6b09b;
    --text-dark: #222;
    --text-light: #ffffff;
}

/* ================= RESET ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #fff;
    color: var(--text-dark);
}
.section22
{
    text-align: center;
    border-radius: 5px;
    margin-left:1% ;
    margin-right: 1%;
}

/* ================= HERO ================= */
.hero {
    background: var(--secondary);
    color: var(--text-light);
    padding: 20px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 36px;
}

.hero p {
    margin: 10px 0 20px;
}

/* ================= BUTTONS ================= */
.btn-primary {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
}

.btn-secondary {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
}

/* ================= SECTIONS ================= */
.section {
    padding: 40px 20px;
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
}

/* ================= CATEGORY ================= */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: auto;
}

.card {
        /* height: 40vh; */
    background: var(--accent);
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
}
@media (max-width:600px) {
    .card {
        height: 40vh;
    background: var(--accent);
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
}
    
}
/* ================= DARK SECTION ================= */
.dark-section {
    background: var(--secondary);
}

.light-text {
    color: var(--text-light);
}

.offer-card {
    background: var(--accent);
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}

/* ================= PRICE ================= */
.price span {
    font-weight: bolder;
    text-decoration: line-through;
    margin-left: 5px;
}

.price b {
    color: green;
    margin-left: 5px;
}

.price{
    font-weight: bold;
}


/* 
For top category & Special items
 */
 *{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: Arial, sans-serif;
}

body{
    background:#fff;
}

/* ===== SLIDER ===== */
.slider{
    width:100%;
    height:260px;
    overflow:hidden;
}

.slides{
    display:flex;
    width:300%;
    animation: slide 12s infinite;
}

.slides img{
    width:100%;
    height:260px;
    object-fit:cover;
}

@keyframes slide{
    0%{transform:translateX(0);}
    33%{transform:translateX(-100%);}
    66%{transform:translateX(-200%);}
    100%{transform:translateX(0);}
}

/* ===== CATEGORY ===== */
.category-section{
    padding:20px;
}

.section-header{
        padding-left: 20px;
    padding-bottom: 3px;
    border-radius: 5px;
    background-color: #eedacf;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.see-all{
    font-size: 20px;
    background:#d6b09b;
    border:none;
    padding:8px 14px;
    border-radius:12px;
    font-weight:bold;
}

.categories{
    height: 40vh;
    display:flex;
    gap:15px;

    /* width:80% ; */
    margin-top:15px;
    overflow-x:auto;
}

.category-card{
    /* background-color: rgb(255, 0, 0); */
    align-items: center;
    min-width:20%;
    /* height: 70%; */
    background:#d6b09b;
    padding:0px;
    width: 100%;
    border-radius: 20px;
    border-radius:12px;
    text-align:center;
}
.category-card-color{
    width: 100%;
    object-fit:fill;
    height: 80%;
    padding: 8px;
    border-radius: 10px;
    background-color: #d19575;

}
.category-card img{
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category-card p{
    /* height: 50%; */
    margin:2px;
    font-weight:bold;
    color: white;
    /* font-size:30px; */
}
@media(max-width: 600px) {
    .category-card p{
    margin:2px;

    font-weight:bold;
    font-size:10px;
}

.categories{
        height: 90% !important;
    /* height:15vh; */
    
}
.categories{
    height: 40vh;
    display: flex;
    gap: 15px;
    margin-top: 15px;
    overflow-x: auto;

    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* Edge / IE */
}
@media (max-width: 1023px) {
    .categories {
        height: 20vh;
    }
    .section-header
    {
        font-size: 12px;
    }
    .see-all
    {
        font-size: 12px;
    }
}

/* Chrome / Safari / Mobile */
.categories::-webkit-scrollbar{
    display: none;
}





.items{
   grid-template-columns: repeat(auto-fit, minmax(167px, 2fr)) !important;
}
.item{
width:100%;
}


}

/* ===== SPECIAL ITEMS ===== */
.special-section{
    padding:20px;
}

.items{
    margin: 15px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:15px;
}

.item-card{
    background:#d6b09b;
    padding:12px;
    border-radius:16px;
}

.item-card img{
    width:100%;
    border-radius:12px;
}

.item-card h3{
    margin:8px 0;
}

.price span{
    text-decoration:line-through;
    margin-left:5px;
}

.price b{
    color:green;
    margin-left:5px;
}

.zomato{
    width:100%;
    padding:8px;
    background:red;
    color:#fff;
    border:none;
    border-radius:8px;
    margin-top:8px;
}

.swiggy{
    width:100%;
    padding:8px;
    background:orange;
    color:#fff;
    border:none;
    border-radius:8px;
    margin-top:6px;
}

/* 


*/
/* =========================
   RESET & GLOBAL
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: #fff;
    color: #333;
    line-height: 1.6;
}

/* =========================
   HERO SECTION
========================= */
.hero {
    /* height: 100vh; */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url("./assets/uploads/images/biryani-5.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content {
    color: #fff;
    max-width: 700px;
    padding: 20px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.hero button {
    padding: 12px 28px;
    font-size: 1rem;
    border: none;
    background: #e63946;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.hero button:hover {
    background: #c62828;
}

/* =========================
   ABOUT SECTION
========================= */
.about {
    padding: 20px 20px;
    text-align: center;
    background: #f8f8f8;
}
@media(max-width: 600px) {
    .h2{
        
    }
}
.about h2 {
    /* padding-top:; */
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #e63946;
}

.about p {
    max-width: 700px;
    margin: auto;
    font-size: 1.05rem;
}

/* =========================
   MENU SECTION
========================= */
.menu {
    padding: 20px 20px;
    text-align: center;
}

.menu h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #e63946;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.menu-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.menu-card:hover {
    transform: translateY(-8px);
}

.menu-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.menu-card h3 {
    margin: 15px 0 5px;
    font-size: 1.2rem;
}

.menu-card p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #e63946;
    font-weight: bold;
}

/* =========================
   CTA SECTION
========================= */
.cta {
    background: #e63946;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
}

.cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.cta button {
    padding: 12px 30px;
    font-size: 1rem;
    background: #fff;
    color: #e63946;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.cta button:hover {
    background: #f1f1f1;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .about h2,
    .menu h2,
    .cta h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .hero {
        height: 40%;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 0.95rem;
    }
}

/* Scroll bar top catagories */
/* ===== HIDE SCROLLBAR FOR TOP CATEGORY ===== */


.categories{
    height: 40vh;
    display: flex;
    gap: 15px;
    margin-top: 15px;
    overflow-x: auto;

    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* Edge / IE */
}
@media (max-width: 1023px) {
    .categories {
        height: 20vh;
        scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;
    }
}

/* Chrome / Safari / Mobile */
.categories::-webkit-scrollbar{
    display: none;
}


/* for crousel */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Poppins,sans-serif;
}

.video-carousel{
    /* padding:40px 20px; */
    background:#111;
    color:#fff;
}

.video-carousel h2{
    text-align:center;
    margin-bottom:25px;
    font-size:28px;
}

.carousel-wrapper{
    position:relative;
    overflow:hidden;
}

.carousel-track{
    display:flex;
    gap:15px;
    transition:transform 0.4s ease;
}

.video-card{
    min-width:25%;
    border-radius:14px;
    overflow:hidden;
}

.video-card video{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:14px;
}

/* buttons */
.nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.6);
    color:#fff;
    border:none;
    font-size:22px;
    padding:12px 16px;
    cursor:pointer;
    border-radius:50%;
    z-index:10;
}

.prev{left:10px;}
.next{right:10px;}

/* ===== TABLET ===== */
@media(max-width:992px){
    .video-card{
        min-width:50%;
    }
}

/* ===== MOBILE ===== */
@media(max-width:600px){
    .video-card{
        min-width:100%;
    }
    .video-card video{
        height:220px;
    }
}
