        .container {
            width: 100%;
            padding: 0 16px;
            margin: 0 auto;
        }

        button:focus {
            outline: none;
            box-shadow: none !important;
        }

        input:focus-visible {
            color: #9e080f;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        input[type=checkbox],
        input[type=radio] {
            accent-color: #9e080f;
            box-sizing: border-box;
            padding: 0;
        }

        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            color: inherit;
        }


        @media (min-width: 576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width: 768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width: 992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width: 1200px) {
            .container {
                max-width: 1320px;
            }
        }

        @media (min-width: 1800px) {
            .container {
                max-width: 1680px;
            }
        }

        .hero-section {
            background: #9e080f;
            color: #fff;
            padding: 219px 0 21px 0;
            position: relative;
            overflow: hidden;
            z-index: 1;
            border-radius: 50px;
            margin: 28px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        }





        .navbar {
            top: 0;
            z-index: 10;
        }

        .logo-img {
            width: 120px;
        }




        .nav-responsive {
            gap: 1px;
        }

        .align-items-lg-center {
            gap: 20px;
        }


        .get_the_app {
            background: black;
            border-radius: 12px;
            font-weight: 500;
            border: 1px solid black;
        }

        .sign_inbtn {
            border-radius: 12px;
            font-weight: 500;
            border: 1px solid;

        }

        .hero-title {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .offer-badge {
            background: #ffe6d9;
            color: #9e080f;
            font-size: 13px;
            padding: 4px 10px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .explore-btn {
            background: #9e080f;
            color: #fff;
            border-radius: 30px;
            padding: 8px 15px;
            border: none;
            width: max-content;
        }

        .side-img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 250px;
            z-index: -1;
        }

        .left-img {
            left: 0;
        }

        .right-img {
            right: 0;
        }

        .location-box {
            background: #fff;
            height: 56px;
            border-radius: 12px;
            padding: 0 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            font-weight: 500;
            color: #9e080f;
        }

        .location-box i:last-child {
            font-size: 12px;
            color: #9e080f;
        }

        .location-dropdown {
            position: absolute;
            top: 64px;
            left: 0;
            width: 100%;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
            padding: 12px;
            display: none;
            z-index: 99;
            color: #9e080f;
        }

        .location-search {
            width: 100%;
            padding: 10px 12px;
            border-radius: 8px;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .location-dropdown ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .location-dropdown li {
            padding: 10px 8px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .location-dropdown li:hover {
            background: #f6f6f6;
        }

        .location-search:focus {
            outline: none;
            border-color: #9e080f;
        }

        .search-input {
            height: 56px;
            border-radius: 12px;
        }







        .hero-slider {
            position: relative;
            width: 100%;
        }

        .hero-track-wrapper {
            overflow: hidden;
        }

        .hero-track {
            display: flex;
            transition: transform 0.4s ease;
        }

        .hero-card {
            flex: 0 0 33.333%;
            padding: 12px;
        }

        /* Tablet */
        @media (max-width: 1200px) {
            .hero-card {
                flex: 0 0 50%;
            }
        }

        /* Mobile */
        @media (max-width: 767.98px) {
            .hero-card {
                flex: 0 0 100% !important;
                padding: 0;
            }

            .hero-arrow {
                top: 40% !important;
            }

        }

        /* Arrows */
        .hero-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: none;
            background: #ffffff58;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
            z-index: 5;
            cursor: pointer;
        }

        .hero-arrow.disabled {
            opacity: 0.1;
            pointer-events: none;
        }

        .hero-track {
            will-change: transform;
            touch-action: pan-y;
        }

        .hero-arrow.left {
            left: -15px !important;
        }

        .hero-arrow.right {
            right: -15px !important;
        }






        .food-section {
            padding: 60px 0;
            background: #fff;
        }

        .food-title {
            font-size: 28px;
            font-weight: 600;
        }

        .food-scroll {
            display: grid;
            grid-auto-flow: column;
            grid-auto-columns: 140px;
            grid-template-rows: repeat(2, auto);
            gap: 40px;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 20px 0;
        }


        .food-scroll::-webkit-scrollbar {
            display: none;
        }

        .food-item {
            width: 140px;
            text-align: center;
        }

        .food-item img {
            width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 50%;
            background: #fff;
            padding: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        .food-item p {
            margin-top: 10px;
            font-weight: 500;
        }

        .arrow-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: #eee;
            font-size: 20px;
        }

        .grocery-section {
            padding: 60px 0;
            background: #fff;
        }

        .grocery-title {
            font-size: 28px;
            font-weight: 700;
        }

        .grocery-scroll {
            display: flex;
            gap: 28px;
            overflow-x: auto;
            scroll-behavior: smooth;
        }

        .grocery-scroll::-webkit-scrollbar {
            display: none;
        }




        .grocery-link {
            text-decoration: none;
            color: inherit;
        }

        .grocery-card {
            min-width: 220px;
            background: #f6f6f6;
            border-radius: 22px;
            padding: 20px;
            text-align: center;
            cursor: pointer;
        }

        .grocery-card img {
                width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 100%;
        }

        .grocery-card:hover img {
            transform: scale(1.05);
            transition: 0.25s ease;
        }

        .grocery-card p {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.3;
        }

        .arrow-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: #eee;
            font-size: 20px;
        }


        /* footer */
        .swiggy-footer {
            background: #f6f7f8;
            padding: 60px 0 30px;
            color: #3d4152;
        }

        .text-orange {
            color: #9e080f;
        }

        .footer-title {
            font-weight: 600;
            margin-bottom: 14px;
        }

        .footer-list {
            list-style: none;
            padding: 0;
        }

        .footer-list li {
            margin-bottom: 10px;
            font-size: 14px;
            color: #686b78;
            cursor: pointer;
        }

        .footer-list li:hover {
            color: #9e080f;
        }

        .city-select {
            width: 100%;
            padding: 8px 10px;
            border-radius: 8px;
            border: 1px solid #ccc;
            background: #fff;
        }

        .social-icons i {
            font-size: 18px;
            margin-right: 14px;
            cursor: pointer;
            color: #3d4152;
        }

        .social-icons i:hover {
            color: #9e080f;
        }

        .footer-bottom h5 {
            font-weight: 600;
        }

        .app-buttons img {
            height: 48px;
            margin-left: 12px;
        }

        .footer-list li a {
            color: #686b78;
            text-decoration: none;
        }

        .footer-list li a:hover {
            color: #9e080f;
        }

.navbar-logo{
    width:120px;
}

/* Phone */
@media (max-width:768px){
    .navbar-logo{
        width:75px;
    }
}


        /* Mobile adjustments */
        @media (max-width: 576px) {
            .logo-img {
                width: 90px;
            }

            .align-items-lg-center {
                gap: 5px;
            }

            .nav-link {
                /* font-size: 13px; */
                padding: 6px 10px !important;
            }

            /* .nav-link i {
                font-size: 13px;
            } */

        }


        @media (max-width: 767.98px) {
            .hero-section {
                margin: 10px;
            }

            .hero-section {
                border-radius: 24px;
            }

            .hero-title {
                font-size: 2.5rem;
            }


            .card-box {
                padding: 20px;
                text-align: left;

            }

            .side-img {
                width: 150px;
            }

            /* #swiggyNavbar {
                background: #9e080f;
                padding: 20px;
                border-radius: 24px;
                border: 1px solid #ffffff8c;
            } */



        }

        .app-download-section {
            width: 100%;
            overflow: hidden;
            margin-top: 3rem;
        }

        .app-download-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* fills area without distortion */
            display: block;
        }
.search-suggestions{
        position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
    width: 94%;
    background:#fff;
    border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,0.1);
    margin-top:5px;
    display:none;
    z-index:999;
    overflow:hidden;
}

.suggestion-item{
    display:flex;
    align-items:center;
    gap:12px;
   padding: 7px 8px;
    cursor:pointer;
    transition:0.2s;
}

.suggestion-item:hover{
    background:#f6f6f6;
}

.suggestion-item img{
    width:40px;
    height:40px;
    border-radius:8px;
    object-fit:cover;
}

.suggestion-name{
    font-weight:500;
    color:#9e080f ;  
      font-size: 12px;
}

#navSuggestions{
position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background: #f4f4f4;

    border-radius: 10px;
    display: none ;
    z-index: 999;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
      
}

.secondSuggestion-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:30px 5px;
    border-radius:8px;
    cursor:pointer;
    transition:0.2s;
}

.secondSuggestion-item img{
    transition: all 0.3s ease;
}

.secondSuggestion-item img:hover{
    background:#ffffff;
    border-radius:100%;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.secondSuggestion-item img{
        width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100%;
}

.secondSuggestion-item span{
    font-size:12px;
    margin-top:4px;
    text-align:center;
}
/* Large tablet */
@media (max-width:1200px){
    #navSuggestions{
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Tablet */
@media (max-width:900px){
    #navSuggestions{
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile */
@media (max-width:600px){
    #navSuggestions{
        grid-template-columns: repeat(3, 1fr);
    }
}
        /* =================navbar-secondary.html=============== */

        .secondary-navbar {
            background: #991b1f;
            border-bottom: 1px solid #991b1f;
            height: 80px;
            display: flex;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 1000;
            border-radius: 60px;
            margin: 20px;
            padding: 0 36px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
        }

        .secondary-navbar .logo {
            height: 100px;
            /* margin-right: 16px; */
        }

        .secondary-navbar .nav-link {
            color: #ffffff;
            font-weight: 500;
            text-decoration: none;
        }

        .secondary-navbar .nav-link:hover {
            color: #979797;
        }

        @media (max-width: 768px) {
            .nav-text {
                display: none;
            }

            /* .secondary-navbar .nav-link {
                font-size: 18px;
            } */

            .mobileNav {
                padding: 0 10px !important;
            }

            .secondary-navbar {
                margin: 10px !important;
            }

            .secondary-navbar .logo {
                width: 70px !important;
                object-fit: contain;
            }

        }

        .nav-search {
            position: absolute;
            top: 90px;
            left: 50%;
            transform: translateX(-50%);
            height: 46px;
            width: 0;
            overflow: hidden;
            background: #fff;
            border-radius: 999px;
            display: flex;
            align-items: center;
            transition: width 0.35s ease, padding 0.35s ease;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
            padding: 0;
            /* will animate padding */
        }

        .nav-search input {
            flex: 1;
            border: none;
            outline: none;
            padding: 0 16px;
            font-size: 16px;
        }

        .nav-search button {
            display: none;
            border: none;
            background: #991b1f;
            font-size: 17px;
            padding: 4px 16px;
            color: white;
            cursor: pointer;
            border-radius: 20px;
        }

        /* ACTIVE STATE */
        .nav-search.active {
            width: 50%;
            /* adjust as needed */
            padding: 0 8px;
        }

        @media (max-width: 767.98px) {
            .nav-search.active {
                width: 100%;

            }

        }

        .profile-dropdown {
            position: relative;
        }

        .profile-trigger {
            display: flex;
            align-items: center;
            cursor: pointer;
            white-space: nowrap;
            gap: 2px;
        }

        /* .profile-trigger i {
  font-size: 12px;
} */

        .profile-menu {
            position: absolute;
            right: 0;
            top: 120%;
            background: #fff;
            min-width: 160px;
            border-radius: 8px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
            display: none;
            z-index: 999;
        }

        .profile-menu a {
            display: block;
            padding: 10px 14px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            border-radius: 8px
        }

        .profile-menu a:hover {
            background: #f5f5f5;
        }

        /* =================end-navbar-secondary.html=============== */







        .card-box {
            border-radius: 24px;
            padding: 30px;
            height: 100%;
        }

        .card-box img {
                width: 130px;
    border-radius: 100%;
    object-fit: cover;
    height: 130px;
        }

        .sectionHeroCards {

            width: 100%;
            min-height: 320px;
            margin: 0 auto;
        }

        .sectionHeroCards .col-md-6 {
            margin-bottom: 24px;
        }

        .search-box .col-md-4,
        .search-box .col-md-8 {
            margin-bottom: 16px;
        }

        /* =================catagory.html=============== */
        .category-title {
            font-size: 2rem;
            font-weight: 700;
        }

        .category-subtitle {
            color: #555;
            margin-bottom: 1.5rem;
        }

        .restaurant-card {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .card-img {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
        }

        .card-img img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .add-cart-btn {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 55px;
            height: 30px;
            border-radius: 20px;
            border: none;
            background: #9e080f;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            line-height: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .add-cart-btn:hover {
            background: #000000;
        }

        .Deal-badge {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: #9e080f;
            color: #fff;
            font-size: 0.75rem;
            padding: 4px 8px;
            border-radius: 6px;
        }

        .card-body {
            padding: 10px;
        }

        .card-body h5 {
            font-weight: 600;
            margin-bottom: 4px;
            font-size: 18px;
        }

        .rating {
            font-size: 0.85rem;
            font-weight: 500;
        }

        .desc,
        .location {
            font-size: 0.8rem;
            color: #777;
        }

        .restaurant-card:hover img {
            transform: scale(1.03);
            transition: 0.3s ease;
        }

        .cardRating {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /*  =======filter modal===== */
        .Modal-filter {
            border-radius: 12px;
            overflow: hidden;
        }



        .filter-content {
            display: none;
        }

        .filter-content.active {
            display: block;
        }



        .custom-btn {
            border-radius: 20px;
            padding: 6px 14px;
            font-weight: 500;
            border: 1px solid;
        }

        .custom-buybtn,
        .custom-Savebtn {
            border-radius: 20px;
            padding: 6px 14px;
            font-weight: 500;
            border: 1px solid #eee;
            background-color: #9e080f;
            color: white;
        }

        .custom-buybtn:hover,
        .custom-Savebtn:hover {
            background-color: #ffffff;
            color: #9e080f;
        }

        .custom-btn:hover {
            background-color: #9e080f;
            color: white;
            border-radius: 1px solid white;
        }

        /* ===== MODERN MODAL BASE ===== */
        .modern-filter-modal .modal-dialog {
            max-width: 720px;
        }

        .modern-filter {
            border-radius: 18px;
            border: none;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            animation: scaleIn .25s ease;
        }

        @keyframes scaleIn {
            from {
                transform: scale(.96);
                opacity: 0
            }

            to {
                transform: scale(1);
                opacity: 1
            }
        }

        /* ===== HEADER ===== */
        .modern-filter .modal-header {
            padding: 18px 24px;
            border-bottom: 1px solid #f0f0f0;
        }

        .modern-filter .modal-title {
            font-weight: 600;
        }

        .modern-close {
            font-size: 22px;
            opacity: .6;
        }

        /* ===== LEFT MENU ===== */
        .filter-left {
            width: 210px;
            background: #f7f7f7;
            border-right: 1px solid #eee;
        }

        .filter-item {
            padding: 15px 18px;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            transition: all .2s ease;
        }

        .filter-item:hover {
            background: #eee;
        }

        .filter-item.active {
            background: #fff;
            font-weight: 600;
            border-left: 4px solid #9e080f;
        }

        /* ===== RIGHT CONTENT ===== */
        .filter-right {
            flex: 1;
            padding: 24px;
        }

        .filter-content h6 {
            font-size: 12px;
            letter-spacing: .4px;
            color: #777;
            margin-bottom: 16px;
        }

        .filter-content label {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 14px;
            margin-bottom: 14px;
            cursor: pointer;
        }

        /* ===== MODERN INPUTS ===== */
        .filter-content input[type="radio"],
        .filter-content input[type="checkbox"] {
            accent-color: #9e080f;
            width: 16px;
            height: 16px;
        }

        /* ===== FOOTER ===== */
        .modern-footer {
            padding: 14px 20px;
            border-top: 1px solid #eee;
        }

        .modern-footer .btn-danger {
            background: #9e080f;
            border: none;
        }

        .modern-footer .btn-danger:hover {
            background: #9e080f;
        }

        /* ===== productModal ===== */

        .product-modal {
            border-radius: 18px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
        }

        .qty-control {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .qty-btn {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1px solid #ddd;
            background: #fff;
            font-size: 20px;
        }

        .qty-btn:hover {
            background: #f5f5f5;
        }

        .size-options {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }

        .size-btn {
            border: 1px solid #ddd;
            padding: 8px 14px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 12px;
            background: #fff;
        }

        .size-btn.active {
            border-color: #9e080f;
            background: #fff3ea;
            color: #9e080f;
            font-weight: 600;
        }

        .price {

            display: flex;
            align-items: center;
            gap: 6px;
        }

        .size-label {
            font-size: 12px;
            color: #666;
            font-weight: 500;
        }

        #pmImage {
               width: 222px;
    height: 200px;
    border-radius: 26px;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
        }


        .cart-toast {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%) translateY(20px);
            background: #9e080f;
            color: #fff;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 14px;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
            z-index: 9999;
        }

        .cart-toast.show {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
.custom-toast{
    position:fixed;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    background:#00941b;
    color:#fff;
    padding:10px 18px;
    border-radius:6px;
    font-size:14px;
    opacity:0;
    pointer-events:none;
    transition:opacity .3s, bottom .3s;
    z-index:9999;
}

.custom-toast.show{
    opacity:1;
    bottom:50px;
}
        .size-btn.size-error {
            border: 2px solid #e53935;
            background: #ffecec;
        }

        @keyframes shake {
            0% {
                transform: translateX(0);
            }

            25% {
                transform: translateX(-4px);
            }

            50% {
                transform: translateX(4px);
            }

            75% {
                transform: translateX(-4px);
            }

            100% {
                transform: translateX(0);
            }
        }

        .shake {
            animation: shake 0.35s ease-in-out;
        }

        /* sidebar */
        .SdCart_sidebar {
            position: fixed;
            top: 0;
            right: -400px;
            width: 400px;
            height: 100%;
            background: #fff;
            box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
            padding: 20px;
            overflow-y: auto;
            transition: right 0.3s ease;
            z-index: 1000;
        }

        .SdCart_sidebar.active {
            right: 0;
        }

        .SdCart_header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .SdCart_closeBtn {
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
        }

        .SdCart_item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
        }

        .SdCart_itemInfo {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .SdCart_itemQty button {
            width: 30px !important;
            height: 30px !important;
            border: none !important;
            background: none !important;
            cursor: pointer !important;
            color: #979797 !important;
        }

        .SdCart_itemQty span {
            color: #9e080f !important;
            padding-top: 13px;
        }

        #SdCart_qty {
            margin: 0 5px !important;
            color: #9e080f !important;
        }

        .SdCart_suggestions {
            width: 100%;
            margin: 10px 0;
            padding: 10px;
        }

        .SdCart_noContact {
            border: 1px solid #ddd;
            padding: 10px;
            margin-bottom: 10px;
        }

        .SdCart_couponBtn {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            background: #f8f8f8;
            border: 1px dashed #aaa;
            cursor: pointer;
        }

        .SdCart_billDetails p {
            margin: 5px 0;
        }

        .SdCart_total {
            font-weight: bold;
            font-size: 18px;
        }

        .SdCart_openBtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            padding: 10px 20px;
            background: #000;
            color: #fff;
            border: none;
            cursor: pointer;
        }


        /*============= login.html ============*/
        .Sdine_overlay {
             position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 68%);
    display: flex;
    align-items: center;
    justify-content: center;
  z-index: 1051;
        }

        .Sdine_login-modal {
            width: 420px;
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            position: relative;
        }

        .Sdine_close-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: none;
            background: #fff;
            font-size: 18px;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
            z-index: 2;
        }

        .Sdine_marquee-wrapper {
            width: 100%;
            height: 225px;
            overflow: hidden;
        }

        .Sdine_marquee-track {
            display: flex;
            width: max-content;
            animation: scroll 22s linear infinite;
        }

        .Sdine_marquee-track img {
            height: 235px;
            width: auto;
        }

        @keyframes scroll {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        .Sdine_modal-body {
            padding: 22px 24px 26px;
            text-align: center;
        }

        .Sdine_modal-body h2 {
            font-size: 20px;
            font-weight: 700;
            margin: 12px 0 18px;
        }

        .Sdine_tabs {
            display: flex;
            background: #f1f1f1;
            border-radius: 24px;
            padding: 4px;
            margin-bottom: 16px;
        }

        .Sdine_tabs .tab {
            flex: 1;
            padding: 10px 0;
            font-weight: 600;
            cursor: pointer;
            font-size: 14px;
            border-radius: 24px;
        }

        .Sdine_tabs .tab.active {
            background: #9e080f;
            box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
            color: white;
        }

        .Sdine_login-modal input {
            width: 100%;
            padding: 14px;
            font-size: 15px;
            border-radius: 0;
            border: 0;
            margin-bottom: 12px;
           border-bottom: .8px solid #ccc;
        }

        .Sdine_login-modal input:focus {
            border-color: #000000;
            outline: none;
        }

        .Sdine_login-modal .btn {
            width: 100%;
            padding: 14px;
            margin-top: 6px;
            border: none;
            border-radius: 10px;
            background: #9e080f;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
        }

        .Sdine_login-modal .btn:disabled {
            background: #f2f2f2;
            color: #999;
        }

        .Sdine_login-modal .footer-text {
            font-size: 12px;
            color: #666;
            margin-top: 14px;
        }

        .Sdine_login-modal .footer-text a {
            color: #2f6df6;
            text-decoration: none;
        }

        .Sdine_login-modal .guest-btn {
            background: transparent;
            color: #9e080f;
            border: 1.5px solid #9e080f;
            margin-top: 10px;
        }

        .Sdine_login-modal .guest-btn:hover {
            background: #9e080f;
            color: #fff;
        }



/* FORM TRANSITION */
.form-wrapper{
    position:relative;
    min-height:150px;
}
.form-panel{
    opacity:0;
    transform:translateY(15px);
    transition:all .45s cubic-bezier(.4,0,.2,1);
    pointer-events:none;
    position:absolute;
    width:100%;
}

.form-panel.active{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    position:relative;
}
        /* ============ckeckout.html ============*/

        .Checkout_page {

            display: grid;
            grid-template-columns: 2.2fr 1fr;
            gap: 24px;
        }

        .Checkout_card,
        .Cart_card {
            background: #fff;
            border-radius: 6px;
            padding: 24px;
            /* box-shadow: 0 2px 8px rgba(0, 0, 0, .06); */
        }

        .Checkout_card h3,
        .Cart_card h3 {
            margin: 0 0 12px;
            font-size: 18px;
        }

        /* ADDRESS SECTION */
        .address-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 16px;
        }

        .address-box {
            border: 1px solid #e9e9eb;
            padding: 20px;
            border-radius: 6px;
        }

        .address-box h4 {
            margin: 0 0 6px;
            font-size: 15px;
        }

        .address-box p {
               font-size: 13px;
    color: #686b78;
    /* line-height: 1; */
    margin: 0;
        }

        .Checkout_page button {
            border-radius: 20px;
            padding: 6px 14px;
            font-weight: 500;
            border: 1px solid;

            margin-top: 10px;
            background: #9e080f;
            color: #fff;
            cursor: pointer;
        }

        .Checkout_page button:hover {
            background: #ffffff;
            color: #9e080f;
        }


        .address-add {
            border: 1px dashed #cfd1d6;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .address-add button {
            background: transparent;
            border: 1px solid #9e080f;
            color: #9e080f;
        }
.selected-address{
border:2px solid #ff5200;
background:#fff8f5;
}

        .cart-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 14px 0;
            font-size: 13px !important;
        }


        .note {
            background: #f7f7f7;
            padding: 12px;
            border-radius: 4px;
            font-size: 13px;
            margin: 14px 0;
            color: #686b78;
        }

        .checkbox {
            display: flex;
            gap: 10px;
            border: 1px solid #e9e9eb;
            padding: 14px;
            border-radius: 4px;
            margin-bottom: 14px;
            font-size: 13px;
            color: #686b78;
        }

        /* .coupon {
            border: 1px dashed #cfd1d6;
            padding: 14px;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
        } */

        .bill {
            margin-top: 20px;
            font-size: 13px;
        }

        .bill-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            color: #686b78;
        }

        .bill-total {
            margin-top: 14px;
            padding: 10px 15px;
            border-top: 1px solid #e9e9eb;
            font-weight: 700;
            font-size: 16px;
     color: #991b1f;
    background-color: #f8f8f8;
            justify-content: space-between;
            border-radius: 6px;
        }

        .cart-disabled {
            opacity: 0.5;
            pointer-events: auto;
        }

        .SdCart_itemInfo input {
            margin-right: 8px;
        }

        input[type=checkbox],
        input[type=radio] {
            accent-color: #9e080f;
            box-sizing: border-box;
            padding: 0;
        }

        .address-box {
            transition: box-shadow .2s;
        }

        .address-box:hover {
            box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
        }

        @media (max-width: 900px) {
            .Checkout_page {
                grid-template-columns: 1fr;
            }

            .leftCard {
                order: 2 !important;

            }

            .rightCard {
                order: 1 !important;

            }
        }



        .addAddressModal input,
        .upiModal input,
        .cardModal input,
        .addAddressModal textarea {
            width: 100%;
            padding: 14px;
            font-size: 15px;
            border-radius: 0;
            border: 0;
            margin-bottom: 12px;
            border-bottom: 1px solid;
        }

        .addAddressModal input:focus,
        .cardModal input:focus,
        .upiModal input:focus,
        .addAddressModal textarea:focus {
            border-color: #000000;
            outline: none;
            box-shadow: none;
        }




        .pay-group-title {
            font-weight: 700;
            color: #3d4152;
            margin: 20px 0 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .upi-logo {
            height: 18px;
        }

        .pay-option {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px;
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
            margin-bottom: 14px;
            cursor: pointer;
        }

        .pay-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .pay-plus {
            width: 34px;
            height: 34px;
            border-radius: 8px;
            border: 1px solid #9e080f;
            color: #9e080f;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 600;
        }



        .pay-title {
            font-weight: 700;
            color: #282c3f;
        }

        .pay-sub {
            font-size: 13px;
            color: #686b78;
        }

        .saved-upi-row {
            margin-top: 8px;
        }

        .saved-upiCard-select {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        /* .saved-upi-select input {
            display: none;
        } */

        .custom-radio {
            width: 16px;
            height: 16px;
            border: 2px solid #9e080f;
            border-radius: 50%;
            position: relative;
        }

        .saved-upi-select input:checked+.custom-radio::after {
            content: "";
            position: absolute;
            inset: 3px;
            background: #9e080f;
            border-radius: 50%;
        }

        .saved-info {
            font-size: 12px;
            color: #9e080f;
        }




        /* =======order.html====== */
        .order-status-wrapper {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            margin: 20px 0;
        }


        .order-item {
            display: flex;
            gap: 20px;
            padding: 10px;
            background: #fff;
            margin-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

        .order-item img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 8px;
        }

        .order-item-info .name {
            font-weight: 600;
        }

        .order-status-badge {
            display: inline-block;
            margin-top: 6px;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            color: #fff;
        }

        .order-status-badge.queued {
            background: #6c757d;
        }

        .order-status-badge.preparing {
            background: #ffc107;
            color: #000;
        }

        .order-status-badge.dispatching {
            background: #17a2b8;
        }

        .order-status-badge.delivered {
            background: #28a745;
        }

        .order-total-box {
            background: #fff;
            border-radius: 12px;
            padding: 14px;
        }

        .order-total-box .row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
        }

        .order-total-box .grand {
            font-size: 16px;
            font-weight: 700;
        }

        #orderedItems .card,
        #orderTotals {
            padding: 19px;
            border: 1px solid #ccc;
            border-radius: 20px;
        }
.orderTotel{
    background: #efefef;
    padding: 15px;
    border-radius: 10px;
}
        .cart-unselected {
            opacity: 0.4;
        }

        .menu-loader{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:60px 0;
}

.loader-spinner, .spinner-border{
    width:40px;
    height:40px;
    border:4px solid #eee;
    border-top:4px solid #ff5200;
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin-bottom:10px;
}

@keyframes spin{
    100%{ transform:rotate(360deg); }
}


.status-badge{
    padding:4px 10px;
    font-size:12px;
    border-radius:6px;
    font-weight:600;
}

.status-pending{
    background:#ffc107;
    color:#000;
}

.status-preparing{
    background:#ffc107;
    color:#000;
}

.status-ready{
    background:#28a745;
    color:#fff;
}

.status-served{
    background:#b9babb;
    color:#fff;
}