@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;
    }
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.veg-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}

.veg-slider::before {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border: 2px solid green;
    border-radius: 4px;
    transition: 0.4s;
    content: "●";
    font-size: 18px;
    color: green;
    display: flex;
    justify-content: center;
    align-items: center;
}

input:checked+.veg-slider::before {
    transform: translateX(26px);
    left: 2px;
    /* Moves to the right while staying within the bounds */
}


.nonVeg-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 4px;
    transition: 0.4s;
}

.nonVeg-slider::before {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border: 2px solid red;
    border-radius: 4px;
    transition: 0.4s;
    content: "▲";
    font-size: 12px;
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

input:checked+.nonVeg-slider::before {
    transform: translateX(26px);
    left: 2px;
}


@media (max-width: 1080px) {
    .toggle-switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
        /* Reduced height */
    }

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .veg-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        border-radius: 4px;
        /* Adjusted for the smaller height */
        transition: 0.4s;
    }

    .veg-slider::before {
        position: absolute;
        height: 16px;
        /* Smaller circle */
        width: 16px;
        left: 2px;
        bottom: 2px;
        transition: 0.4s;
        background-color: white;
        border: 2px solid green;
        border-radius: 3px;
        content: "●";
        font-size: 18px;
        color: green;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    input:checked+.veg-slider::before {
        transform: translateX(18px);
        /* Adjusted for the smaller width */
        left: 4px;
    }

    .nonVeg-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        border-radius: 4px;
        /* Adjusted for the smaller height */
        transition: 0.4s;
    }

    .nonVeg-slider::before {
        position: absolute;
        height: 16px;
        /* Smaller circle */
        width: 16px;
        left: 2px;
        bottom: 2px;
        transition: 0.4s;
        background-color: white;
        border: 2px solid red;
        border-radius: 3px;
        content: "▲";
        font-size: 10px;
        color: red;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    input:checked+.nonVeg-slider::before {
        transform: translateX(18px);
        /* Adjusted for the smaller width */
        left: 4px;
    }
}

@media (max-width: 767px) {
    .toggle-switch {
        position: relative;
        display: inline-block;
        width: 40px;
        /* Reduced width */
        height: 22px;
        /* Reduced height */
    }

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .veg-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        border-radius: 4px;
        /* Adjusted for the smaller height */
        transition: 0.4s;
    }

    .veg-slider::before {
        position: absolute;
        height: 18px;
        /* Adjusted circle size to fit */
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border: 1px solid green;
        border-radius: 3px;
        transition: 0.4s;
        content: "●";
        font-size: 14px;
        color: green;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    input:checked+.veg-slider::before {
        transform: translateX(14px);
        /* Adjusted for smaller width */
        left: 6px;
    }

    .nonVeg-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        border-radius: 4px;
        /* Adjusted for the smaller height */
        transition: 0.4s;
    }

    .nonVeg-slider::before {
        position: absolute;
        height: 18px;
        /* Adjusted circle size to fit */
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border: 1px solid red;
        border-radius: 3px;
        transition: 0.4s;
        content: "▲";
        font-size: 10px;
        color: red;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    input:checked+.nonVeg-slider::before {
        transform: translateX(14px);
        /* Adjusted for smaller width */
        left: 6px;
    }
}

/* 
@media (max-width: 359px) {
    .toggle-switch {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 13px;
    }

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .veg-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        border-radius: 4px; 
        transition: 0.4s;
    }

    .veg-slider::before {
        position: absolute;
        height: 11px;
        width: 11px;
        left: 1px;
        bottom: 1px;
        transition: 0.4s;
        background-color: white;
        border: 1px solid green;
        border-radius: 3px;
        transition: 0.4s;
        content: "●";
        font-size: 8px;
        color: green;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    input:checked + .veg-slider::before {
        transform: translateX(10px);
        left: 3px;
    }

    .nonVeg-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        border-radius: 4px;
        transition: 0.4s;
    }

    .nonVeg-slider::before {
        position: absolute;
        height: 11px;
        width: 11px;
        left: 1px;
        bottom: 1px;
        transition: 0.4s;
        background-color: white;
        border: 1px solid red;
        border-radius: 3px;
        transition: 0.4s;
        content: "▲";
        font-size: 6px;
        color: red;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    input:checked + .nonVeg-slider::before {
        transform: translateX(10px);
        left: 3px;
    }
}
 */

/* QR Code Page */
body {
    font-family: 'Lato', sans-serif;
}

.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;
    height: 70vh;
}

/* Extra Large screens (1400px and above) */
@media (min-width: 1400px) {
    .header-bg {
        height: 60vh;
    }
}

/* Large screens (1200px to 1399px) */
@media (max-width: 1300px) {
    .header-bg {
        height: 50vh;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .header-bg {
        height: 70vh;
        /* Adjust height for landscape */
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .header-bg {
        height: 32vh;
        /* Adjust height for portrait */
    }
}

/* Small screens (phones, up to 768px) */
@media (max-width: 768px) {
    .header-bg {
        height: 35vh;
    }
}

/* Extra small screens (small phones, up to 576px) */
@media (max-width: 576px) {
    .header-bg {
        height: 30vh;
    }
}

@media (width: 540px) {
    .header-bg {
        height: 40vh;
    }
}

/* Additional adjustments for smaller screens */
@media (max-width: 380px) {
    .header-bg {
        height: 38vh;
    }
}

@media (max-width: 370px) {
    .header-bg {
        height: 35vh;
    }
}

@media (max-width: 350px) {
    .header-bg {
        height: 28vh;
    }
}

@media (min-width: 768px) {
    .centered {
        display: flex;
        justify-content: center;
    }
}

.logo {
    width: 60px;
    /* Adjust based on your logo size */
    height: auto;
}

.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: 15px;
    /* 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: 15px;
    /* 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: 8px;
    /* Apply border-radius to the carousel container */
    overflow: hidden;
    /* Ensures the border-radius applies correctly */
}

.custom-carousel .carousel-inner {
    border-radius: 8px;
    /* Ensures the border-radius is applied on the entire inner carousel container */
}

.custom-carousel .carousel-item {
    border-radius: 8px;
    /* Ensures the border-radius remains during transitions */
    overflow: hidden;
    /* Ensures images don’t overflow the rounded corners */
}

.custom-carousel .carousel-inner img {
    width: 100%;
    /* Ensures the image fills the width of the container */
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container while maintaining its aspect ratio */
}

/* Larger screens (example: 1080px and above) */
@media (min-width: 1080px) {
    .custom-carousel .carousel-inner img {
        height: 400px;
    }
}

.carousel-indicators li {
    width: 10px;
    /* Set the width of the indicator */
    height: 10px;
    /* Set the height of the indicator */
    border-radius: 50%;
    /* Make the indicators round */
    background-color: transparent;
    /* Change the background color */
    border: 1px solid white;
}

.carousel-indicators .active {
    background-color: white;
    /* Change the background color for the active indicator */
}


.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: 8px;
        /* 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: 35%;
    /* 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 {
    background-color: #FFFFFF;
    border-radius: 3px;
    font-size: 10px;
    /* 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;
    border: 1px solid red;
    height: max-content;
}

.veg-indicator {
    background-color: #FFFFFF;
    border-radius: 3px;
    font-size: 10px;
    /* 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;
    border: 1px solid green;
    height: max-content;
}

@media (max-width: 767px) {
    .recommended-card-cost {
        font-family: "Lato";
        font-size: 12px;
        font-weight: bold;
        color: black;
    }

    .non-veg-indicator {
        background-color: #FFFFFF;
        border-radius: 3px;
        font-size: 8px;
        /* 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;
    }

    .veg-indicator {
        background-color: #FFFFFF;
        border-radius: 3px;
        font-size: 8px;
        /* 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;
    }
}

.img-fluid {
    width: 100%;
    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: bold;
    color: #000000;
}

.recommended-card-description-small {
    font-family: "Lato";
    font-size: 10px;
    color: #000000;
}

.recommended-image-small {
    width: 130px;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
}

.add-bg-small {
    background-color: #000;
    color: #FFFFFF;
    width: max-content;
    font-size: 14px;
    border-radius: 8px;
    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-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 1200px) {
    .soho-card-padding {
        padding-left: 24px;
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .soho-card-padding {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}


/* 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";
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
}

/* 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;
    width: 100%;
    /* background-color: #ffffff; */
    background: linear-gradient(to top, #ffffff, #f8c77d);
    /*Adjust colors as needed*/
    z-index: 100;
    /* Ensures it stays above other content */
    padding: 2px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* border-top: 1px solid #000; */
}

.footer-icon {
    width: 20px;
}

.footer-text {
    font-family: "Lato";
    color: #000000;
    font-size: 14px;
}

@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);
    transition: transform 0.3s ease-in-out;
    /* Smooth animation */
}

.tab.active .footer-text {
    font-weight: bold;
    transition: font-size 0.3s ease-in-out;
    /* Smooth animation */
}


/* 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(#FFFFFF, #FFBB57);
    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: #FBAE3C;
    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: #000000;
    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 #000;
}

.sepcial-instruction-icon {
    width: 15px;
    height: 15px;
}

.cart-special-instructions {
    font-family: "Lato";
    font-size: 14px;
    color: #000000 !important;
    width: 100%;
    border: 2px solid #FBAE3C;
    border-top: none;
    border-left: none;
    border-right: none;
}

@media (max-width:1080px) {

    .cart-special-instructions {
        font-family: "Lato";
        font-size: 12px;
        color: #000000 !important;
    }
}

.cart-special-instructions::placeholder {
    color: grey;
    /* Placeholder color */
}

.tip-box {
    background-image: linear-gradient(#FFFFFF, #FFBB57);
    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;
    width: 100%;
    color: #000;
    background-color: transparent !important;
    box-shadow: none !important;
}


.rupee-symbol {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
    font-weight: bold;
}


.tip-button {
    background-color: #FBAE3C;
    border: none;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-family: "Lato";
    font-weight: bold;
}


.horizontal-line-dashed {
    border: 1px dashed #FBAE3C;
}

.cart-horizontal-line {
    border: 1px solid #FBAE3C;
}

.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);
    }
}