@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');


.signin-background {
    background-image: linear-gradient(to right, #FFFFFF, #FFBB57);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px;
}

.signin-logo {
    width: 30%;
}

.logo-signin {
    width: 25%;
}

.border-right-signin {
    border: none;
    border-right: 1px solid #000;
}

.right-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;
}

.signin-heading {
    font-family: "Lato";
    font-size: 35px;
    font-weight: bold;
    color: #000000;
}

.signin-account-heading {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.signin-inputs {
    height: 50px;
    border-radius: 5px;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #f9a825 !important;
    background-color: transparent;
    color: #000;
    padding-left: 40px;
    background-color: transparent;
    width: 100%;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* Add smooth transition */
}

    .signin-inputs:focus {
        border-radius: 5px;
        font-family: "Lato";
        background-color: transparent;
        color: #000;
        background-color: transparent;
        width: 100%;
    }

.input-container-box {
    position: relative;
    /* Set position relative to contain the absolute positioned icons */
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-icons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #000;
    display: none;
    /* Initially hidden */
}

.profile-icon {
    position: absolute;
    /* Position the profile icon inside the input */
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    .profile-icon {
        position: absolute;
        /* Position the profile icon inside the input */
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        font-size: 12px;
        color: #000;
    }
}

.input-boxes:not(:placeholder-shown) + .input-icons {
    display: block;
    /* Show the clear icon when the input has value */
}

.signin-button {
    background-color: #000;
    color: #ffffff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

@media (max-width: 1080px) {

    .signin-background {
        background-image: linear-gradient(to bottom, #FFFFFF, #FFBB57);
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding: 40px;
    }

    .signin-heading {
        font-size: 25px;
        color: #000000;
    }

    .signin-account-heading {
        font-family: "Lato";
        font-size: 18px;
        color: #000000;
    }

    .right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 250px;
        padding-right: 250px;
    }

    .signin-button {
        font-size: 16px;
        font-weight: bold;
        border: none;
        border-radius: 8px;
    }
}

@media (max-width: 980px) {
    .right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 767px) {
    .signin-heading {
        font-size: 20px;
        color: #000000;
    }

    .signin-account-heading {
        font-family: "Lato";
        font-size: 16px;
        color: #000000;
    }

    .right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .signin-inputs {
        height: 40px;
        border-radius: 8px;
        font-family: "Lato";
        font-size: 18px;
        font-weight: 400;
        color: #000;
        padding-left: 30px;
    }

    .signin-button {
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-radius: 8px;
    }

    .input-icon {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        color: #000;
        font-size: 1.2rem;
        padding-right: 20px;
        font-size: 12px;
    }
}


@media (max-width: 380px) {
    .signin-heading {
        font-family: "Lato";
        font-size: 18px;
        color: #000000;
    }

    .signin-account-heading {
        font-family: "Lato";
        font-size: 16px;
        font-weight: 600;
        color: #000000;
    }

    .right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .signin-inputs {
        height: 35px;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 400;
        color: #000;
    }

    .signin-button {
        font-size: 14px;
        font-weight: bold;
        border: none;
        border-radius: 8px;
    }
}

/* === WIDE & SHORT VEG/NON-VEG TOGGLE – NO TEXT === */
.veg-toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    cursor: pointer;
}

    .veg-toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* Slider track (the "box") */
.slider {
    position: absolute;
    inset: 0;
    background-color: #e5e7eb; /* light grey OFF */
    border: 1.5px solid #ffffff; /* white border */
    border-radius: 999px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

    /* Knob (the white circle) */
    .slider::before {
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ffffff;
        border-radius: 50%;
        transition: transform 0.3s ease;
        box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    }

    /* Veg icon inside knob */
    .slider::after {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: transform 0.3s ease;
        /* OFF state: green veg icon */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='5' y='5' width='90' height='90' rx='12' ry='12' fill='none' stroke='%2352b947' stroke-width='10'/%3E%3Ccircle cx='50' cy='50' r='25' fill='%2352b947'/%3E%3C/svg%3E");
    }

.toggle-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 600;
    pointer-events: none;
}

/* OFF text (default visible) */
.off-text {
    right: 10px;
    color: #6b7280; /* dark grey */
}

/* ON text hidden by default */
.on-text {
    left: 10px;
    color: #000;
    opacity: 0;
}



/* Veg state (checked) */
.veg-toggle-switch input:checked + .slider {
    background-color: #ffffff;
}

    .veg-toggle-switch input:checked + .slider::before {
        transform: translate(35px, -50%);
        background-color: #52b947; /* green knob */
    }

    .veg-toggle-switch input:checked + .slider::after {
        transform: translate(35px, -50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='5' y='5' width='90' height='90' rx='12' ry='12' fill='none' stroke='white' stroke-width='10'/%3E%3Ccircle cx='50' cy='50' r='25' fill='white'/%3E%3C/svg%3E");
    }

    /* Swap text visibility */
    .veg-toggle-switch input:checked + .slider .off-text {
        opacity: 0;
    }

    .veg-toggle-switch input:checked + .slider .on-text {
        opacity: 1;
    }

/* === Responsive adjustments for mobile === */
@media (max-width: 767px) {

    .veg-toggle-switch {
        width: 50px; /* slightly smaller pill */
        height: 24px;
    }

    .slider {
        border-radius: 999px;
    }

        .slider::before {
            height: 18px;
            width: 18px;
            left: 3px;
        }

    /* Adjust text size & spacing */
    .toggle-text {
        font-size: 8px;
    }

    .off-text {
        right: 8px;
    }

    .on-text {
        left: 8px;
    }

    /* Knob movement for ON state */
    .veg-toggle-switch input:checked + .slider::before {
        transform: translate(25px, -50%);
    }

    .veg-toggle-switch input:checked + .slider::after {
        transform: translate(25px, -50%);
    }
}

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden; /* ADD THIS */
    -webkit-overflow-scrolling: touch; /* ADD THIS - fixes iOS scroll */
}

.qr-header {
    position: fixed;
    /* Fixes the background */
    top: 0;
    /* Aligns it to the top */
    left: 0;
    width: 100%;
    /* Full width */
    z-index: 100;
    /* Places it above other elements */
}

.qr-content {
    background-color: #ffffff;
    background-size: cover;
    height: auto;
    /* Adjusts to fit content if it's taller than the viewport */
    margin-top: 15px;
    /* Adjust based on the height of the fixed header */
    overflow-y: auto;
    /* Enable vertical scrolling */
    max-height: calc(100vh - 100px);
    /* Dynamic height adjustment */
    padding-bottom: 80px;
}

@media (max-width: 1080px) {
    .qr-content {
        margin-top: 15px;
        /* Adjust based on the height of the fixed header */
        padding-bottom: 140px;
    }
}

.qr-soho-logo {
    width: 80px;
}

.qr-back-button {
    background-color: #FBAE3C;
    color: black;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 8px 16px;
    font-family: "Lato";
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    text-decoration: none;
    top: 20%;
    right: 0;
    cursor: pointer;
    z-index: 2000;
}

@media (max-width: 767px) {
    .qr-back-button {
        background-color: #FBAE3C;
        color: black;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 6px 12px;
        font-family: "Lato";
        font-size: 12px;
        right: 0px;
        font-weight: bold;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        position: fixed;
    }
}


.qr-header-img {
    width: 200px;
    height: 75px;
    z-index: 1000;
    /* Ensure it appears above other elements if necessary */
}

.qr-ellipse-img {
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 10px;
    /* Optional: Adjust spacing from the edge */
    width: 10%;
    /* Set the width as needed */
    height: auto;
    /* Set the height as needed */
    z-index: 999;
    /* Ensure it appears above other elements if necessary */
}

@media (max-width: 1080px) {
    .qr-ellipse-img {
        width: 13%;
        /* Set the width as needed */
    }

    .qr-header-img {
        width: 200px;
    }
}

@media (max-width: 1080px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 12%;
    }
}

@media (max-width: 998px) {
    .qr-ellipse-img {
        width: 19%;
        /* Set the width as needed */
    }
}

@media (max-width: 998px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 15%;
    }
}


@media (max-width: 767px) {
    .qr-ellipse-img {
        width: 25%;
        /* Set the width as needed */
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 21%;
    }
}

@media (max-width: 540px) {
    .qr-ellipse-img {
        width: 17%;
        /* Set the width as needed */
    }
}

@media (max-width: 540px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 13%;
    }
}

@media (max-width: 490px) {
    .qr-ellipse-img {
        width: 23%;
        /* Set the width as needed */
    }
}

@media (max-width: 490px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 25%;
    }
}

@media (max-width: 390px) {
    .qr-ellipse-img {
        width: 25%;
        /* Set the width as needed */
    }
}

@media (max-width: 390px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 22%;
    }
}

@media (max-width: 350px) {
    .qr-ellipse-img {
        width: 26%;
        /* Set the width as needed */
    }
}

@media (max-width: 350px) and (orientation: landscape) {
    .qr-ellipse-img {
        width: 22%;
    }
}

.qr-ellipse-end-img {
    bottom: 0;
    /* Align to the bottom */
    left: 0;
    /* Align to the left */
    width: 120px;
    /* Adjust size as needed */
    position: absolute;
    /* Necessary for positioning */
    z-index: 999;
    /* Ensure it appears above other elements if necessary */
}

.qr-menu-img {
    width: 120px;
    filter: drop-shadow(3px 3px 2px #FBAE3C);
    /* Shadow towards bottom-right */
}

@media (max-width: 1080px) {
    .qr-menu-img {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .qr-menu-img {
        width: 80px;
        filter: drop-shadow(2px 2px 1px #FBAE3C);
        /* Shadow towards bottom-right */
    }
}

.qr-soho-text {
    font-size: 16px;
    color: #000;
    font-family: "Lato";
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:1080px) {
    .qr-soho-text {
        font-size: 14px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }
}

@media (max-width: 767px) {

    .qr-soho-text {
        font-size: 10px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }
}



.qr-honme-navigation {
    cursor: pointer;
}

.qr-privacy-policy-text {
    color: #000;
    font-size: 12px;
    font-family: "Lato";
    z-index: 1000;
}

@media (max-width: 767px) {
    .qr-privacy-policy-text {
        color: #000;
        font-size: 10px;
        font-family: "Lato";
    }
}

.qr-menu-heading {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    color: #FF3800;
    font-weight: bold;
    text-transform: uppercase;
}

.qr-menu-heading-lower {
    text-transform: lowercase;
}

.qr-centered-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-hr-line {
    flex: 1;
    height: 1px;
    background-color: orange;
    margin: 0 0px;
    /* Adjust the spacing between the lines and text */
}

.qr-menu-heading-span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

@media (max-width: 767px) {
    .qr-menu-heading {
        font-size: 20px;
        color: #FF3800;
        font-weight: bold;
    }

    .qr-menu-heading-span {
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }
}


.qr-section-heading {
    font-family: Lato Bold;
    color: #0d0d0e;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .qr-section-heading {
        font-size: 18px;
    }
}

.qr-section-sub-heading {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1080px) {
    .qr-section-sub-heading {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .qr-section-sub-heading {
        font-size: 15px;
    }
}

.qr-veg-nv-indicators {
    width: 12px;
}

.qr-items-list {
    font-family: Inter, sans-serif;
    color: #0d0d0e;
    font-size: 16px;
    text-decoration: none;
    padding: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

    .qr-items-list li {
        margin-bottom: 5px;
    }

        .qr-items-list li span {
            flex-shrink: 0;
            /* Prevents the span from shrinking */
            text-align: left;
            /* Align text inside span to the left */
            white-space: nowrap;
            /* Prevents wrapping inside span */
        }

.qr-items-soho-spcl {
    font-family: "Lato";
    font-size: 12px;
    color: #FF3800;
    font-weight: bold;
}

.qr-bracket {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .qr-items-list {
        color: #0d0d0e;
        font-size: 12px;
        text-decoration: none;
        padding: 0px;
    }

    .qr-items-soho-spcl {
        font-family: "Lato";
        font-size: 9px;
        color: #FF3800;
    }

    .qr-bracket {
        font-size: 26px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
}

.qr-add-on {
    font-family: "Lato";
    font-size: 16px;
    text-decoration: none;
    color: #FF3800;
    font-weight: bold;
}

@media (max-width: 767px) {
    .qr-add-on {
        font-family: "Lato";
        font-size: 10px;
        text-decoration: none;
        color: #FF3800;
    }
}

.welcome-page-heading {
    font-size: 24px;
    color: #000;
    font-family: "Lato";
    font-weight: bold;
}

@media (max-width: 767px) {
    .welcome-page-heading {
        font-size: 18px;
    }
}

.welcome-page-button {
    background-color: #FFBB57;
    color: #000;
    font-family: "Lato";
    font-size: 16px;
    border: none;
    border-radius: 10px;
}

.welcome-page-image {
    width: 130px;
}

.header-bg {
    background-image: linear-gradient(#FFFFFF, #FFBB57);
    background-size: cover;
    max-height: max-content;
}

/* Extra Large screens (1400px and above) */
/*@media (min-width: 1400px) {
    .header-bg {
        height: 50vh;
    }
}*/

/* Large screens (1200px to 1399px) */
/*@media (max-width: 1300px) {
    .header-bg {
        height: 40vh;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .header-bg {
        height: 60vh;*/
        /* Adjust height for landscape */
    /*}
}

@media (max-width: 1024px) and (orientation: portrait) {
    .header-bg {
        height: 25vh;*/
        /* Adjust height for portrait */
    /*}
}*/

/* Small screens (phones, up to 768px) */
/*@media (max-width: 768px) {
    .header-bg {
        height: 30vh;
    }
}*/

/* Extra small screens (small phones, up to 576px) */
/*@media (max-width: 576px) {
    .header-bg {
        height: 20vh;
    }
}*/


/* Additional adjustments for smaller screens */
/*@media (max-width: 380px) {
    .header-bg {
        height: 25vh;
    }
}

@media (max-width: 370px) {
    .header-bg {
        height: 22vh;
    }
}

@media (max-width: 350px) {
    .header-bg {
        height: 18vh;
    }
}*/



.logo {
    width: 60px;
    /* Adjust based on your logo size */
    height: auto;
    /*Blending of image according to background */
    mix-blend-mode:multiply;
}


.search-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-size: 18px;
}

.user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBAE3C;
    color: black;
    font-size: 18px;
}

@media (max-width: 767px) {

    .logo {
        width: 60px;
        /* Adjust based on your logo size */
        height: auto;
    }

    .user-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FBAE3C;
        color: black;
        font-size: 16px;
    }
}

.location-dropdown-text {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

@media (max-width: 767px) {
    .location-dropdown-text {
        font-family: "Lato";
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }
}

.outlet-dropdown {
    border: none;
    background-color: transparent;
}

.location-icon {
    color: #FBAE3C;
}

.tab-container {
    background-color: #FFE8C8;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.tab-label {
    background-color: #FFA834;
    padding: 5px 15px;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lato";
    cursor: pointer;
    gap: 5px;
}

.dine-in-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000000;
    color: #FFA834;
    font-size: 8px;
    border: 1px solid #FFA834;
    box-shadow: 0 0 0 1px #000000;
}

.search-bar {
    height: 35px;
    background-color: #FFFFFF99;
    border-radius: 10px;
    padding: 10px 10px 10px 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    outline: none;
    width: 100%;
}



.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
    /* Adjust width as needed */
}

    .search-container i {
        position: absolute;
        top: 50%;
        left: 25px;
        /* Adjust for padding or spacing */
        transform: translateY(-50%);
        color: #000;
        /* Icon color */
        pointer-events: none;
        /* Prevent icon from interfering with input focus */
    }

.search-bar:focus {
    border-color: transparent;
    /* Focus border color */
}

.search-page-bar {
    height: 35px;
    background-color: #FFFFFF99;
    border: 1px solid #5D5757 !important;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    outline: none;
    width: 100%;
}

.search-page-container {
    position: relative;
    display: inline-block;
    width: 100%;
    /* Adjust width as needed */
}


    .search-page-container i {
        position: absolute;
        top: 50%;
        right: 25px;
        /* Adjust for padding or spacing */
        transform: translateY(-50%);
        color: #000;
        /* Icon color */
        pointer-events: none;
        /* Prevent icon from interfering with input focus */
    }


.search-text {
    font-size: 15px;
    color: #000000;
    font-family: "Lato";
    border: none;
}

.veg-nv-text {
    font-size: 14px;
    color: #000000;
    font-family: "Lato";
    border: none;
}

@media (max-width:767px) {


    .veg-nv-text {
        font-size: 12px;
        color: #000000;
        font-family: "Lato";
        border: none;
    }
}


@media (max-width:400px) {
    .veg-nv-text {
        font-size: 10px;
        color: #000000;
        font-family: "Lato";
        border: none;
    }
}



.veg-nv-bar {
    height: 45px;
    background-color: #FFFFFF99;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    outline: none;
}


.custom-carousel {
    border-radius: 12px;
    overflow: hidden;
}

    .custom-carousel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


@media (min-width: 1080px) {
    .custom-carousel img {
        height: 400px;
        object-fit: cover;
    }
}


/* indicator container */
.custom-indicators {
    position: static;
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

    /* normal indicator - circle */
    .custom-indicators li {
        list-style: none;
        width: 7px;
        height: 7px;
        background: #ccc;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        transition: width 0.3s ease;
        position: relative;
    }

        /* progress fill */
        .custom-indicators li span {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0%;
            background: #FFBB57;
            border-radius: 999px;
        }

        /* active indicator - pill */
        .custom-indicators li.active {
            height:7px;
            width: 14px;
            border-radius: 999px;
        }

            /* animate fill only for active */
            .custom-indicators li.active span {
                animation: fillBar 4s linear forwards;
            }

.carousel-indicators li {
    border-top: none;
border-bottom: none;
}

@keyframes fillBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}



.hr-lines {
    flex-grow: 1;
    height: 1px;
    background-color: #FBAE3C;
    /* Light orange color */
    margin: 0 0px;
}

.specials-text {
    font-family: "Lato";
    font-size: 20px;
    font-weight: bold;
    color: black;
}


@media (max-width: 767px) {
    .specials-text {
        font-family: "Lato";
        font-size: 14px;
        font-weight: bold;
        color: black;
    }
}

/* Soho Specials */

.food-card {
    width: 100%;
    /*background-image: linear-gradient(#FFBB57, #FFFFFF);*/
    background-size: cover;
    border-radius: 8px;
    border: 1px solid lightgray;
    position: relative;
    height: max-content;
}

.special-soho-text {
    font-size: 14px;
    color: #000;
    font-family: "Lato";
    font-weight: 600;
}


.special-soho-description {
    font-size: 12px;
    color: #5D5757;
    font-family: "Lato";
    word-break: break-all;
}

.special-image {
    width: 100px;
    border-radius: 50%;
}

.special-inicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    /* Adjust the size as needed */
    height: 20px;
}

@media (max-width: 767px) {
    .special-image {
        width: 80px;
        border-radius: 50%;
    }
}

.special-cost-text {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: "Lato";
}

.special-add-bg {
    background-color: #000;
    color: #FFFFFF;
    width: max-content;
    height: max-content;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
}


@media (max-width: 1080px) {

    .special-soho-text {
        font-size: 14px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }

    .special-soho-description {
        font-size: 10px;
        color: #5D5757;
        font-family: "Lato";
    }

    .special-cost-text {
        font-size: 13px;
        color: #000;
        font-family: "Lato";
    }

    .special-add-bg {
        background-color: #000;
        color: #FFFFFF;
        width: max-content;
        font-size: 12px;
        border-radius: 8px;
        cursor: pointer;
    }
}

.soho-text {
    font-size: 16px;
    color: #000;
    font-family: "Lato";
    font-weight: 600;
}

@media (max-width:1080px) {
    .soho-text {
        font-size: 14px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }
}


@media (max-width: 767px) {

    .soho-text {
        font-size: 12px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }
}


@media (max-width: 540px) {
    .soho-text {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .soho-text {
        font-size: 10px;
    }
}


.special-non-veg-indicator {
    background-color: #FFFFFF;
    position: absolute;
    top: 8px;
    /* Adjusts the top position */
    left: 8px;
    font-size: 10px;
    /* Adjusts icon size */
    border-radius: 3px;
    width: max-content;
    display: flex;
    flex-direction: row;
    /* Changed to row for horizontal alignment */
    justify-content: center;
    align-items: center;
    padding: 1px;
    height: max-content;
}


@media (max-width: 767px) {
    .special-non-veg-indicator {
        top: 10px;
        /* Adjust top position for smaller screens */
        left: 10px;
        /* Adjust left position for smaller screens */
        background-color: #FFFFFF;
        border-radius: 3px;
        font-size: 6px;
        /* Adjusted for better visibility */
        width: max-content;
        display: flex;
        flex-direction: row;
        /* Changed to row for horizontal alignment */
        justify-content: center;
        align-items: center;
        padding: 1px;
        height: max-content;
    }
}



.add {
    background-color: #000;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lato";
    width: max-content;
    border-radius: 50%;
    height: auto;
    cursor: pointer;
}



@media (width: 540px) {

    .soho-text {
        font-size: 12px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }
}


/* Best Seller */

.best-card {
    border-radius: 10px;
    border: none;
    position: relative;
    /* Allows child elements to be positioned relative to the card */
}


.best-seller-non-veg-indicator {
    background-color: #FFFFFF;
    position: absolute;
    top: 10px;
    /* Adjusts the top position */
    left: 23px;
    font-size: 10px;
    /* Adjusts icon size */
    border-radius: 3px;
    width: max-content;
    display: flex;
    flex-direction: row;
    /* Changed to row for horizontal alignment */
    justify-content: center;
    align-items: center;
    padding: 1px;
    height: max-content;
}

@media (max-width: 767px) {
    .best-seller-non-veg-indicator {
        background-color: #FFFFFF;
        position: absolute;
        top: 10px;
        /* Adjusts the top position */
        left: 23px;
        font-size: 8px;
        /* Adjusts icon size */
        border-radius: 3px;
        /* Adjusted for better visibility */
        width: max-content;
        display: flex;
        flex-direction: row;
        /* Changed to row for horizontal alignment */
        justify-content: center;
        align-items: center;
        padding: 1px;
        height: max-content;
    }
}

.card-img {
    width: auto;
    height: auto;
    /* Ensures the image fills the card width */
    display: block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


.card-text {
    font-size: 14px;
    color: #000;
    font-family: "Lato";
    font-weight: 600;
}

.best-seller-card {
    background-color: #FBAE3C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.arrow-icon {
    width: 28px;
    height: 28px;
}

@media (max-width: 1080px) {
    .card-text {
        font-size: 13px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }

    .arrow-icon {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 767px) {
    .card-text {
        font-size: 12px;
        color: #000;
        font-family: "Lato";
        font-weight: 600;
    }

    .arrow-icon {
        width: 12px;
        height: 12px;
    }
}


.explore-menu-img {
    width: 120px;
    filter: drop-shadow(3px 3px 2px #FBAE3C);
    margin-bottom: 5px;
}

@media (max-width: 1080px) {
    .explore-menu-img {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .explore-menu-img {
        width: 80px;
    }
}

.recommended-cards {
    background-color: #FBAE3C80;
    border-radius: 15px;
    border: none;
}

.recommended-card-heading {
    font-family: "Lato";
    font-size: 20px;
    font-weight: bold;
    color: black;
}


.recommended-card-cost {
    font-family: "Lato";
    font-size: 18px;
    font-weight: bold;
    color: black;
}


.recommended-card-description {
    font-family: "Lato";
    font-size: 14px;
    color: #000000;
}

@media (max-width:1080px) {
    .recommended-card-heading {
        font-family: "Lato";
        font-size: 15px;
        font-weight: bold;
        color: black;
    }

    .recommended-card-cost {
        font-family: "Lato";
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

    

    .recommended-card-description {
        font-family: "Lato";
        font-size: 12px;
        color: #000000;
    }
}



.non-veg-indicator {
    width: 15px;
    height: 15px;
}

.veg-indicator {
    width:15px;
    height: 15px;
}

@media (max-width: 767px) {
    .recommended-card-cost {
        font-family: "Lato";
        font-size: 12px;
        font-weight: bold;
        color: black;
    }


    .non-veg-indicator {
        width: 10px;
        height: 10px;
        object-fit: contain
    }

    .veg-indicator {
        width: 10px;
        height: 10px;
        object-fit: contain
    }
}
.veg-indicator,
.non-veg-indicator {
    vertical-align: middle;
    object-fit: contain
}


.recommended-img-large {
    border-radius: 15px;
}

.add-bg {
    background-color: #000;
    font-family: "Lato";
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
}

    .add-bg:focus {
        outline: 0px solid transparent;
        /* Customize or make the outline invisible */
    }

.quantity-btn {
    background-color: transparent;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    height: max-content;
    width: 30px;
    cursor: pointer;
}

    .quantity-btn:focus {
        outline: 0px solid transparent;
        /* Customize or make the outline invisible */
        background-color: #5D5757;
        border-radius: 6px;
    }

.recommended-cards-small {
    background-color: #FBAE3C;
    background-size: cover;
    border-radius: 15px;
    width: 100%;
}

.recommended-card-heading-small {
    font-family: "Lato";
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.recommended-card-cost-small {
    font-family: "Lato";
    font-size: 12px;
    font-weight: 800;
    color: #000000;
}

.recommended-card-description-small {
    font-family: "Lato";
    font-size: 10px;
    color: #000000;
}

.recommended-image-small {
    width: 130px; /* fixed rectangle width */
    height: 90px; /* fixed rectangle height */
    border-radius: 15px; /* slight rounded corners */
    overflow: hidden; /* hides excess image outside rectangle */
    object-fit: cover; /* fills the rectangle, crops if needed */
    object-position: center; /* keeps the center of image visible */
    display: block; /* prevents inline spacing issues */
}


.add-bg-small {
    background-color: #000;
    color: #FFFFFF;
    width: 100px;
    font-size: 12px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    bottom: 10px;
}


/* "Next available" style button */
.availability-btn {
    background-color: #FFFFFF;
    color: #000;
    width: max-content;
    font-size: 12px;
    border-radius: 8px;
    border:1px solid #cccc;
    cursor: pointer;
    position: relative;
    bottom: 10px;
}

@media (max-width: 767.98px) {
    #cardsContainer {
        display: none !important;
    }

    #seeMoreSmallScreen {
        display: flex !important;
    }
}

.recommended-card-padding {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 1200px) {
    .recommended-card-padding {
        padding-left: 24px;
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .recommended-card-padding {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 70px;
    }
}

.soho-card-padding {
    padding-bottom: 50px;
}

@media (max-width: 1080px) {
    .soho-card-padding {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .soho-card-padding {
        padding-bottom: 70px;
    }
}



/* Menu Pop up */

.no-scroll {
    height: 100vh;
    /* Sets the body's height to the viewport height */
    overflow-y: scroll;
    /* Keeps the scrollbar visible */
    position: fixed;
    /* Prevents scrolling */
    width: 100%;
}

.fixed-header {
    position: fixed;
    bottom: 20px;
    /* distance from the bottom edge */
    right: 25px;
    /* distance from the right edge */
    /* adjust other positioning as needed */
}

@media (min-width: 768px) {
    .fixed-header {
        position: fixed;
        bottom: 35px;
        /* distance from the bottom edge */
        right: 35px;
        /* distance from the right edge */
        /* adjust other positioning as needed */
    }
}


/* Circle Button */
.circle-button {
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
    z-index: 1000;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity for the fade effect */
    display: none;
    /* Hidden by default */
    z-index: 999;
    /* Ensures overlay is above most elements */
}

/* Popup Menu Styling */
.popup-menu {
    position: fixed;
    bottom: 30px;
    right: 25px;
    max-height: 300px;
    /* Set max height to enable scrolling */
    width: 250px;
    padding: 15px;
    background-color: #000;
    color: white;
    z-index: 1000;
    /* Ensures popup is above the overlay */
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
    overflow-y: auto;
    /* Enable vertical scrolling */
    /* Transition properties */
    opacity: 0;
    transform: translateY(20px);
    /* Initial slide down effect */
    transition: opacity 0.4s ease, transform 0.5s ease;
    /* Fade and slide effect */
    pointer-events: none;
    /* Prevent clicks when hidden */
    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
}


@media(max-width:448px) {
    .popup-menu {
        width: 200px;
    }
}

/* Active state for popup to show */
.popup-menu.show {
    opacity: 1;
    transform: translateY(0);
    /* Slide up effect */
    pointer-events: auto;
    /* Enable clicks */
}

.menu-item {
    cursor: pointer;
    font-family: "Lato";
    font-size: 16px;
    margin-bottom: 10px;
}

    .menu-item a {
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
/* Icon styling */
.circle-button img {
    width: 25px;
    margin-bottom: 2px;
}

/* Text styling */
.circle-button span {
    font-size: 13px;
}


@media (max-width: 1080px) {
    .circle-button {
        bottom: 110px;
    }

    .popup-menu {
        bottom: 110px;
    }
}


@media (max-width: 767px) {
    .circle-button {
        bottom: 90px;
        height: 55px;
        width: 55px;
    }

        .circle-button img {
            width: 18px;
            margin-bottom: 2px;
        }

        .circle-button span {
            font-size: 12px;
        }

    .popup-menu {
        bottom: 90px;
    }
}


/*  Footer Section */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    padding: 2px 0;
    border-top: 1px solid #ccc;
    /* ADD THESE - fixes mobile browser bar issue */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

.footer-icon {
    width: 20px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}
/* Target only the Food-App image in footer */
.tab[data-page="home"] .footer-icon, {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}
/* Keep home icon always colored */
.tab[data-page="home"] .footer-icon {
    filter: grayscale(0%);
}

.footer-text {
    font-family: "Lato";
    color: #000000;
    font-size: 14px;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .footer-text {
        font-family: "Lato";
        color: #000000;
        font-size: 12px;
    }
}

@media (max-width: 1080px) {
    .footer-icon {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .footer-icon {
        width: 20px;
    }
}

.tab.active .footer-icon {
    transform: scale(1.2);
    filter: grayscale(0%);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    /* Smooth animation */
}
}

.tab.active .footer-text {
    font-weight: bold;
    opacity: 1;
    color: black;
    transition: all 0.3s ease-in-out;
    /* Smooth animation */
}

/* Optional: Add a subtle background highlight */
.tab.active {
    background-color: rgba(248, 153, 29, 0.1);
    border-radius: 10px;
    padding: 5px 10px;
}
/* Login Pop Up */

.myAccount {
    cursor: pointer;
}

.login-box {
    position: fixed;
    bottom: -20px;
    width: 100%;
    background: linear-gradient(to top, #FBAE3C, #FFFFFF);
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    margin: 20px auto;
    z-index: 100;
}

@media (min-width: 767px) and (max-width: 998px) {
    .login-box {
        position: fixed;
        left: 25%;
        bottom: 400px;
        width: 50%;
    }
}

@media (min-width: 998px) and (max-width: 1400px) {
    .login-box {
        position: fixed;
        left: 30%;
        bottom: 200px;
        width: 40%;
    }
}

/* For 1024px width in landscape orientation */
@media (width: 1024px) and (orientation: landscape) {
    .login-box {
        position: fixed;
        left: 30%;
        /* Adjusted for landscape */
        bottom: 150px;
        /* Adjusted for landscape */
        width: 40%;
        /* Adjusted width for landscape */
    }
}

/* For 1024px width in portrait orientation */
@media (width: 1024px) and (orientation: portrait) {
    .login-box {
        position: fixed;
        left: 26%;
        /* Adjusted for portrait */
        bottom: 500px;
        /* Adjusted for portrait */
        width: 50%;
        /* Adjusted width for portrait */
    }
}


.login-header {
    margin-bottom: 20px;
}

.login-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.close-button {
    background: transparent;
    border: none;
    font-size: 25px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
}


.input-group-text {
    width: 30px;
    height: 30px;
    background-color: #f9a825;
    color: #000000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.btn-submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}

    .btn-submit:hover {
        color: #fff;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


@media (max-width: 767px) {
    .btn-submit {
        font-size: 14px;
    }
}


/*.form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    box-shadow: none !important;*/
    /* Removes default focus shadow */
    /*outline: none !important;*/
    /* Removes focus outline */
/*}

    .form-control:focus {
        background-color: transparent !important;*/
        /* Ensures transparency on focus */
        /*border: none !important;*/
        /* Keeps border none on focus */
        /*border-bottom: 1px solid #000 !important;*/
        /* Retains the bottom border */
        /*box-shadow: none !important;*/
        /* Removes Bootstrap's focus box-shadow */
        /*outline: none !important;*/
        /* Removes Bootstrap's focus outline */
    /*}*/

/* OTP screen */

.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0px;
}

.otp-box {
    background-color: transparent;
    padding: 10px 5px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: none;
    text-align: center;
    position: relative;
}

@media(max-width:768px) {
    .otp-box {
        background-color: transparent;
        padding: none;
        width: 100%;
        max-width: 400px;
        box-shadow: none;
        position: relative;
    }
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffb74d;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}



.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

    .otp-inputs input {
        width: 45px;
        height: 45px;
        border: 1px solid #FBAE3C;
        border-radius: 5px;
        text-align: center;
        font-size: 18px;
        outline: none;
        transition: border-color 0.3s;
    }

        .otp-inputs input:focus {
            border-color: #ffb74d;
        }

.continue-btn {
    background-color: #000;
    color: #fff;
    border: none;
    width: max-content;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .continue-btn:hover {
        background-color: #000;
    }

.resend-text {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}

.resend-text {
    color: #5D5757;
    text-decoration: none;
    font-weight: bold;
}

.a-class {
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

    .a-class:hover {
        color: #000000;
        font-weight: bold;
    }

.resend-text a:hover {
    text-decoration: underline;
}

/* Responsive styling */

@media (max-width: 768px) {
    .otp-inputs input {
        margin: 20px 0;
        width: 35px;
        height: 35px;
    }

    .continue-btn {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .otp-inputs input {
        margin: 20px 0;
        width: 30px;
        height: 30px;
    }

    .continue-btn {
        padding: 10px;
    }
}

/* Cart page */

.cart-header-bg {
    background-image: linear-gradient(#FFFFFF, #FFBB57);
    background-size: cover;
}

.cart-bg {
    background-image: linear-gradient(180deg, #FFFFFF 40.51%, #FEE1B6 89.57%, #FBAE3C 102.6%);
    background-size: cover;
    border: 1px solid #FBAE3C;
    border-radius: 8px;
}

.cart-tab-icon {
    width: 23px;
}

.cart-tab-text {
    font-family: "Lato";
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    .cart-tab-icon {
        width: 16px;
    }

    .cart-tab-text {
        font-family: "Lato";
        font-size: 12px;
    }

    .custom-spacing {
        padding-right: 5px;
        padding-left: 5px;
    }

    .right-corner-custom-spacing {
        padding-right: 15px;
        /* Customize spacing */
        padding-left: 5px;
    }

    .left-corner-custom-spacing {
        padding-left: 15px;
        padding-right: 5px;
    }
}


.cart-tab-padding {
    padding-left: 165px;
    padding-right: 165px;
}

@media (max-width: 1080px) {
    .cart-tab-padding {
        padding-left: 85px;
        padding-right: 85px;
    }
}

@media (max-width: 767px) {
    .cart-tab-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cart-item-border-tab {
    background-color: #f8c273;
    border-radius: 8px;
}

.cart-item-border {
    border: 1px solid #FBAE3C;
    border-radius: 8px;
}

.cart-img {
    width: 23px;
    height: 23px;
}


.cart-padding {
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 1080px) {
    .cart-padding {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 25px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .cart-padding {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

.horizontal-line {
    background-color: #cccbcb;
    font-weight: lighter;
}

.add-more-items {
    width: 30px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .add-more-items {
        width: 20px;
    }
}

.add-ons-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

    .add-ons-content.open {
        max-height: 150px;
        /* Adjust as per your content */
    }

#toggle-icon {
    transition: transform 0.3s ease-in-out;
}

    #toggle-icon.rotate {
        transform: rotate(180deg);
        /* Rotates the icon to point upwards */
    }

.cart-horizontal-line-dashed {
    border: 1px dashed #dbdada;
}

.sepcial-instruction-icon {
    width: 15px;
    height: 15px;
}

.cart-special-instructions {
    font-family: "Lato";
    font-size: 14px;
    color: #000000 !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 8px;
    background-color: transparent;
}

@media (max-width:1080px) {

    .cart-special-instructions {
        font-family: "Lato";
        font-size: 12px;
        color: #000000 !important;
    }
}

.cart-special-instructions::placeholder {
    color: grey;
    /* Placeholder color */
}

.cart-special-instructions:focus {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    box-shadow: none !important;
    outline: none !important;
}
.tip-box {
    background-image: linear-gradient(180deg, #FFFFFF 40.51%, #FEE1B6 89.57%, #FBAE3C 102.6%);
    background-size: cover;
    border: 1px solid #FFBB57;
    border-radius: 8px;
}

.tip-background {
    background-color: #FBAE3C;
    background-size: cover;
    width: 100%;
    font-size: 14px;
    font-family: "Lato";
    font-weight: bold;
    border-radius: 8px;
    border: none;
}

@media (max-width: 767px) {
    .tip-background {
        background-color: #FBAE3C;
        background-size: cover;
        width: 100%;
        font-size: 12px;
        font-family: "Lato";
        font-weight: bold;
        border-radius: 8px;
    }
}

.tip-input {
    border: 2px solid #FBAE3C;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    color: #000;
}

    .tip-input:focus {
        border: 2px solid #FBAE3C;
        border-top: none;
        border-left: none;
        border-right: none;
    }

.input-container {
    position: relative;
    color: #000;
    background-color: white !important;
    box-shadow: none !important;
    border: 1px solid rgba(251, 174, 60, 1);
    border-radius: 14px;
    padding: 8px 12px;
}

.cart-special-instructions {
    font-family: "Lato";
    font-size: 12px;
    color: #000000 !important;
    width: 100%;
    border: none !important;
    border-radius: 0;
    background-color: transparent;
    outline: none;
}

    .cart-special-instructions:focus {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }


.rupee-symbol {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.tip-remove-cross{
    margin-left:8px;

}

.tip-button {
    background-color: black;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-family: "Lato";
    font-weight: bold;
}
    .tip-button:hover {
        background-color: black!important; /* Slightly lighter black */
        color: white !important;
        text-decoration: none !important;
        cursor: pointer;
    }
.tip-btn:active {
    border: 1px solid #e0e0e0 !important; 
    box-shadow: none !important;
}
    ./*tip-button:active {
        color: white !important; 
        background-color: black !important; 
        
    }*/
/* Tip Buttons */
.tip-options {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: nowrap !important;
}

.tip-btn {
    /* Your existing styles */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    transition: all 0.2s;
    flex: 1;
    min-width: max-content;
    padding: 6px 10px; 
    min-height: max-content;
    outline: none !important;
}
    .tip-btn.selected {
        white-space: nowrap !important;
        font-size: 11px !important;
        padding: 6px 4px !important;
    }


    .tip-btn:hover {
        background: #f5f5f5;
        border-color: #ccc;
    }

    .tip-btn.selected {
        background: #ff7c37; 
        color: white;
        border: none;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3);
    }
        .tip-btn.selected,
        .tip-btn.selected:hover,
        .tip-btn.selected:active,
        .tip-btn.selected:focus {
            background: black;
            color: white;
            border: none !important; /* Enforce no border */
            outline: none !important; /* Double-safety */
            box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3);
        }

/* Tip Display in Bill Section */
.tip-display {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f9f9f9;
    padding: 2px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 11px;
}

.remove-tip {
    background: #b0b0b0;
    color: white;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
    line-height: 1;
}

    .remove-tip:hover {
        background: #b0b0b0;
    }
.horizontal-line-dashed {
    border: 1px dashed #fdd8a0;
}
    .cart-horizontal-line {
        border: none;
        height: 1px;
        background-color: #fdd8a0;
    }


    .cart-horizontal-line {
        border: none;
        height: 1px;
        background-color: #fdd8a0;
    }

    .grand-total {
        font-family: "Lato";
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }

    @media (max-width: 767px) {
        .grand-total {
            font-family: "Lato";
            font-size: 12px;
            font-weight: bold;
            color: #000000;
        }
    }


    .privacy-policy-text {
        color: #000;
        font-size: 12px;
        font-family: "Lato";
    }

    @media (max-width: 767px) {
        .privacy-policy-text {
            color: #000;
            font-size: 10px;
            font-family: "Lato";
        }
    }


    .termsAndCondtions-heading {
        color: #FBAE3C;
        font-size: 24px;
        font-family: "Lato";
        font-weight: bold;
    }

    @media (max-width: 767px) {
        .termsAndCondtions-heading {
            color: #FBAE3C;
            font-size: 18px;
            font-family: "Lato";
            font-weight: bold;
        }
    }

    .termsAndCondtions-text {
        color: #000;
        font-size: 14px;
        font-family: "Lato";
        font-weight: 400;
        text-align: justify;
    }

    @media (max-width: 767px) {
        .termsAndCondtions-text {
            color: #000;
            font-size: 12px;
            font-family: "Lato";
            font-weight: 400;
            text-align: justify;
            padding: 0;
            /* Resets padding */
            margin: 0;
            /* Resets margin */
        }
    }

    .privacyPolicy-text {
        color: #000;
        font-size: 14px;
        font-family: "Lato";
        font-weight: bold;
    }


    .privacy-text {
        color: #000;
        font-size: 14px;
        font-family: "Lato";
        font-weight: 400;
        text-align: justify;
    }

    @media (max-width: 767px) {
        .privacy-text {
            color: #000;
            font-size: 12px;
            font-family: "Lato";
            font-weight: 400;
            text-align: justify;
            padding-left: 20px;
        }
    }
    /* Profile Page */

    .profile-back-icon {
        font-size: 24px;
    }

    .profile-name-text {
        color: #000;
        font-family: "Lato";
        font-weight: bold;
        font-size: 22px;
    }

    .profile-detail-text {
        color: #000;
        font-family: "Lato";
        font-size: 16px;
    }

    .profile-icons {
        width: 40px;
    }

    .profile-section-text {
        color: #000;
        font-family: "Lato";
        font-size: 16px;
        font-weight: bold;
    }


    @media (max-width: 767px) {

        .profile-back-icon {
            font-size: 22px;
        }

        .profile-name-text {
            font-size: 18px;
        }

        .profile-detail-text {
            font-size: 12px;
        }

        .profile-icons {
            width: 20px;
        }

        .profile-section-text {
            color: #000;
            font-family: "Lato";
            font-size: 14px;
            font-weight: bold;
        }
    }
    /* Order History */


    .order-history-cards {
        border: 1px solid #000000;
        border-radius: 8px;
    }

    .order-payment-info {
        /* background-color: #FBAE3C;*/
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        font-family: "Lato";
        font-size: 15px;
        color: #000;
    }

    @media (max-width: 1080px) {
        .order-payment-info {
            font-size: 14px;
        }
    }

    @media (max-width: 767px) {
        .order-payment-info {
            font-size: 12px;
        }
    }
    /*.order-status {
    background-color: #FEE1B8;
    border-radius: 5px;
    height: max-content;
    width: max-content;
}*/

    .order-status-icon {
        width: 14px;
    }

    .ordered-items {
        font-family: "Lato";
        font-size: 15px;
        color: #000;
    }

    .order-price {
        font-weight: bold;
    }

    @media (max-width: 767px) {
        .order-status-icon {
            width: 12px;
        }

        .ordered-items {
            font-family: "Lato";
            font-size: 13px;
            color: #000;
        }
    }

    .order-details-text {
        font-family: "Lato";
        font-size: 15px;
        color: #000;
    }

    @media (max-width: 1080px) {
        .order-details-text {
            font-size: 14px;
        }
    }

    @media (max-width: 767px) {
        .order-details-text {
            font-size: 12px;
        }
    }
    /* FAQ Styles */

    .faq-overall-background {
        background-size: cover;
        border: 1px solid #FBAE3C;
        width: 100%;
        border-radius: 5px;
    }

    .faq-background {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .faq-horizontal-line {
        font-weight: lighter;
    }

    @media (max-width: 767px) {
        .faq-drop-down {
            margin-left: 10px;
        }
    }

    .faq-que-text {
        font-family: "Lato";
        font-size: 16px;
        text-align: left;
        margin: 0;
        font-weight: bold;
    }

    .faq-ans-text {
        display: none;
        font-family: "Lato";
        font-size: 16px;
        text-align: left;
        margin: 0;
    }

        .faq-ans-text.show {
            display: block;
        }

    .rotate-icon {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    @media (max-width: 768px) {
        .faq-que-text {
            font-size: 14px;
        }

        .faq-ans-text {
            font-size: 14px;
        }
    }

    .dropdown-icon-background {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 767px) {
        .dropdown-icon-background {
            width: 20px;
            height: 20px;
        }
    }

    .invoice-container {
        width: 100%;
    }

    .invoice-title {
        font-family: "lato";
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

    .invoice-text {
        font-size: 14px;
        color: #000;
    }

    .invoice-dotted-line {
        border: none;
        border-top: 2px dotted black;
    }

    .invoice-add-ons-text {
        font-size: 12px;
        color: #000;
    }

    .thankYou-text {
        font-family: "Times New Roman";
        font-size: 24px;
        color: #000;
        font-weight: bold;
    }

    @media (max-width: 767px) {
        .invoice-title {
            font-family: "lato";
            font-weight: bold;
            font-size: 17px;
            color: #000;
        }

        .invoice-text {
            font-size: 12px;
            color: #000;
        }

        .invoice-add-ons-text {
            font-size: 10px;
            color: #000;
        }

        .thankYou-text {
            font-family: "Times New Roman";
            font-size: 18px;
            color: #000;
        }
    }

    .landing-background {
        background-image: url("../Images/Bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 100dvh;
        width: 100vw;
        position: relative;
        overflow: hidden;
    }

    .logo-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }


    .landing-logo {
        width: 200px;
    }

    .landing-heading {
        font-size: 50px;
        color: #ffffff;
        font-weight: bold;
        font-family: "Poppins";
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.8s ease-out forwards;
    }

    .landing-orange-text {
        font-size: 25px;
        color: #FBAE3C;
        font-weight: bold;
        font-family: "Poppins";
    }

    .landing-text {
        font-size: 18px;
        color: #ffffff;
        font-family: "Poppins";
    }

    .time-circle {
        background-color: #f4a624;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        color: #000;
        font-family: "Poppins";
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .time {
        font-size: 24px;
        font-weight: bold;
    }

    .label {
        font-size: 12px;
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 767px) {
        .landing-logo {
            width: 150px;
        }

        .landing-heading {
            font-size: 30px;
        }

        .landing-orange-text {
            font-size: 16px;
        }

        .landing-text {
            font-size: 14px;
        }

        .time-circle {
            width: 50px;
            height: 50px;
            padding: 30px;
        }

        .time {
            font-size: 16px;
        }

        .label {
            font-size: 10px;
        }
    }

    .time-circle {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.8s ease-out forwards;
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .table-form {
        width: 100%;
    }

    .table-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .table-left {
        display: flex;
        align-items: center;
        gap: 8px;
    }


    .table-pill {
        padding: 6px 14px;
        border: 1px solid #ccc;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
        background: #fff;
    }


    .table-input-wrapper {
        display: inline-flex;
        justify-content: flex-start;
    }


    .table-input {
        width: 36px;
        height: 32px;
        padding: 0 10px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
        transition: width 0.25s ease;
        outline: none;
    }

        .table-input:focus {
            border-color: #ff9800;
        }


    .cart-img {
        width: 22px;
        height: 22px;
    }


    .add-bg {
        background: #000;
        color: #fff;
        border-radius: 10px;
        border: none;
    }
    /* Filter Container and Dropdown Fixes */

    .filter-container {
        position: relative;
        z-index: 10;
    }

    .filter-dropdown {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        background: linear-gradient(to bottom, #FFFFFF);
        border: 1px solid #FFE8D6;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        padding: 12px;
        min-width: 180px;
        max-width: 220px;
        box-sizing: border-box;
        z-index: 1001;
        font-family: 'Lato', sans-serif;
        max-height: 280px;
        overflow-y: auto;
    }

        .filter-dropdown.show {
            display: block;
        }

        .filter-dropdown > div {
            padding: 8px 0;
            border-bottom: 1px solid rgba(251, 174, 60, 0.2);
        }

            .filter-dropdown > div:last-child {
                border-bottom: none;
            }

        .filter-dropdown label {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-size: 14px;
            color: #333;
            user-select: none;
            margin: 0;
            font-weight: 500;
        }

    .highlight-border-checkbox {
        width: 18px;
        height: 18px;
        margin: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #FBAE3C;
        border-radius: 4px;
        outline: none;
        transition: all 0.2s ease;
        position: relative;
        flex-shrink: 0;
        background-color: #fff;
    }

        .highlight-border-checkbox:checked {
            border-color: #FF6B00;
            background-color: #FF6B00;
        }

            .highlight-border-checkbox:checked::after {
                content: "✓";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 12px;
                color: #fff;
                font-weight: bold;
                line-height: 1;
            }
    /* Filter Icon Styling */
    .filter-icon {
        cursor: pointer;
        font-size: 20px;
        color: #000;
        transition: color 0.2s ease;
    }
    /* Responsive Adjustments */
    @media (max-width: 767px) {
        .filter-dropdown {
            min-width: 160px;
            max-width: 200px;
            padding: 10px;
            max-height: 240px;
            right: -10px;
        }

            .filter-dropdown label {
                font-size: 13px;
                gap: 8px;
            }

            .filter-dropdown > div {
                padding: 6px 0;
            }

        .highlight-border-checkbox {
            width: 16px;
            height: 16px;
        }

        .filter-icon {
            font-size: 18px;
        }
    }

    @media (max-width: 400px) {
        .filter-dropdown {
            min-width: 150px;
            max-width: 180px;
            padding: 8px;
        }

            .filter-dropdown label {
                font-size: 12px;
                gap: 6px;
            }

        .highlight-border-checkbox {
            width: 14px;
            height: 14px;
        }

            .highlight-border-checkbox:checked::after {
                font-size: 10px;
            }
    }
    /* Black & white image */
    .grayscale-image {
        filter: grayscale(100%);
    }

    .addons-edit-icon {
        font-size: 13px;
        color: black;
        cursor: pointer;
    }
    /*.addons-edit-icon:hover {
        color: #1c5fd4;
        transform: scale(1.1);
    }*/

    .addons-toggle {
        cursor: pointer;
        color: #333;
    }
    /* SOHO LOGO CONTAINER */
    .logo-container {
        position: relative;
        width: 220px;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* ANIMATIONS */
    @keyframes pulse {
        0%, 100% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(1.08);
            opacity: 0.95;
        }
    }

    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-12px);
        }
    }
    /* ===== TRANSPARENT BLUR PAGE LOADER ===== */
    .page-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Transparent with blur effect */
        background: white;
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99998;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

        .page-loader.hidden {
            opacity: 0;
            pointer-events: none;
        }

    .loader-content {
        position: relative;
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-spinner-container {
        position: relative;
        width: 120px;
        height: 120px;
    }
    /* SOHO LOGO (SMALL) */
    .loader-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 60px;
        max-height: 60px;
        width: auto;
        height: auto;
        z-index: 10;
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
        animation: pulse 1.5s ease-in-out infinite;
    }
    /* SPINNING RING (LARGER THAN LOGO) */
.spinner-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fbbb6e;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
    z-index: 5;
}
    /* ANIMATIONS */
    @keyframes spin {
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @keyframes pulse {
        0%, 100% {
            transform: translate(-50%, -50%) scale(1);
        }

        50% {
            transform: translate(-50%, -50%) scale(1.05);
        }
    }
    /* Cart page - addon customization link */
    /* Cart page - addon customization link */
    .addon-customize-link {
        color: black;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.2s ease;
    }

        .addon-customize-link:visited {
            color: black;
        }
        /*.addon-customize-link:hover {
        color: #ff5722;
        text-decoration: none;
    }*/

        .addon-customize-link span {
            font-size: 14px;
        }

        .addon-customize-link i {
            font-size: 10px;
        }
    /* Addon details list (collapsible) */
    .addon-preview-toggle {
        cursor: pointer;
        user-select: none;
    }
    /*.addon-preview-toggle:hover {
        color: #ff6b35 !important;
    }*/

    .addon-details-list {
        background: #f8f9fa;
        padding: 8px;
        border-radius: 4px;
        margin-top: 5px;
    }

    .veg-indicator-small,
    .non-veg-indicator-small {
        width: 12px;
        height: 12px;
    }
    /* AddOn page - selection row styling */
    .addon-selection-row {
        transition: all 0.2s ease;
        border-radius: 6px;
    }

        .addon-selection-row:hover {
            background: #f8f9fa;
        }
    /* Style the checkbox */
    .addon-checkbox {
        width: 15px;
        height: 15px;
        cursor: pointer;
        /*accent-color: #007bff;*/
    }

        .addon-checkbox:checked {
            background-color: white;
        }
    /* Responsive adjustments */
    @media (max-width: 767px) {
        .addon-customize-link span {
            font-size: 12px;
        }

        .addon-customize-link i {
            font-size: 8px;
        }

        .addon-checkbox {
            width: 15px;
            height: 15px;
        }
    }
    /* Inline addon details */
    .addon-details-inline {
        font-size: 12px;
        color: #666;
    }

    @media (max-width: 767px) {
        .addon-details-inline {
            font-size: 11px;
        }
    }

  /* FILTER BOTTOM SHEET - COMPLETE CSS*/
   

.filter-bottom-sheet {
    position: fixed;
    bottom: -100vh;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-height: 85vh;
    min-height: 200px;
    overflow-y: auto;
    box-sizing: border-box;
    transition: bottom 0.4s cubic-bezier(0.17, 0.67, 0.88, 1.01);
    padding: 20px;
    color: black;
    font-family: "Lato", sans-serif;
}

    .filter-bottom-sheet.show {
        bottom: 0;
    }


.sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .sheet-header span {
        font-weight: 700;
        font-size: 16px;
        color: #333;
    }

    .sheet-header i {
        font-size: 20px;
        cursor: pointer;
        color: #666;
        padding: 5px;
    }


.filter-section h6 {
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #333;
    letter-spacing: 0.5px;
}

.filter-section:first-child h6 {
    margin-top: 0;
}

.filter-section .filter-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

    .filter-section .filter-btn-group .btn {
        flex: 0 0 auto !important;
        width: auto !important;
        white-space: nowrap;
    }


.filter-bottom-sheet .btn {
    padding: 6px 12px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(251, 174, 60, 1) !important;
    border-style: solid !important;
    background: white !important;
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
}

    .filter-bottom-sheet .btn:not(.active):hover {
        background: #f9fafb !important;
        border-color: rgba(251, 174, 60, 1) !important;
        color: #111827 !important;
    }
    .filter-bottom-sheet .btn.active {
        background: #111827 !important;
        border-color: #111827 !important;
        color: white !important;
    }

    .filter-bottom-sheet .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }


.filter-bottom-sheet .btn-outline-light {
    border-color: rgba(251, 174, 60, 1) !important;
    color: black !important;
}

    .filter-bottom-sheet .btn-outline-light:hover {
        background: black !important;
        border-color: #000 !important;
        color: white !important;
    }


.filter-bottom-sheet .btn-success {
    background: #22c55e !important;
    border-color: #16a34a !important;
    color: white !important;
}

    .filter-bottom-sheet .btn-success:hover {
        background: #16a34a !important;
        border-color: #15803d !important;
    }


.filter-bottom-sheet .btn-dark {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
    font-weight: 800 !important; /* extra bold */
    letter-spacing: 0.4px;
    border-radius: 8px !important;
    flex: 0 0 auto !important;
    width: auto !important;
}

    .filter-bottom-sheet .btn-dark:hover {
        background: #222222 !important;
        border-color: #222222 !important;
        color: #ffffff !important;
    }



.filter-bottom-sheet .btn-link {
    border: none !important;
    background: transparent !important;
    color: red !important; 
    padding: 8px 0 !important;
    font-size: 14px !important; 
    font-weight: 400 !important; 
    text-decoration: none !important;
    box-shadow: none !important;
    flex: 0 0 auto !important;
    width: auto !important;
    letter-spacing: 0;
}

    .filter-bottom-sheet .btn-link:hover {
        color: #ef4444 !important;
        background: transparent !important;
      
    }


.sheet-actions {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}



.filter-bottom-sheet .btn i,
.filter-bottom-sheet .btn img {
    font-size: 12px !important;
    width: 14px !important;
    height: 14px !important;
}

.img-filter {
    height: 12px !important;
    width: auto !important;
}

.ml-1 {
    margin-left: 4px;
}

.filter-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 9998;
}
.table-save {
   color:black; 
   font-family:'Lato';
   font-size:16px;
   font-weight:700;
   cursor:pointer;
}

/* Ensure active button background stays dark so white icon is visible */
.filter-bottom-sheet .btn-outline-light.active {
    background-color: #343a40;
    border-color: #343a40;
    color: white;
}
.filter-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

    .filter-btn-group .btn {
        flex: 0 0 auto !important;
        width: auto !important;
        white-space: nowrap;
    }