body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.background-image {
    content: '';
    position: absolute !important;
    /* Use absolute if you want it to scroll with the content */
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;

    z-index: -1 !important;
}

body::before {
    content: '';
    position: fixed;
    /* Use absolute if you want it to scroll with the content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(75%);
    z-index: -1;
}

.body-style {
    content: '';
    position: fixed;
    /* Use absolute if you want it to scroll with the content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(75%);
    z-index: -1;
}

.center-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8b8b8bb7;
    padding: 25px;
    margin-top: 150px;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 0;
    display: grid !important;
    align-items: center;

}

.logo {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
}


.logo img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}



.title {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Additional custom styles */
.menu-section {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.menu-title {
    border-bottom: 2px solid #fff;
    /* White bottom border */
    padding-bottom: 10px;
    color: white;

}

.menu-item {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.menu-price {
    float: right;
    color: #ffffff !important;

}

.description {
    color: #f2e20c !important;
    margin-right: 20px;
}



.image-section img {
    height: 150px !important;
    width: 100%;
    object-fit: cover;
    position: relative;
    padding: 0 !important;
}

.title-overlay {
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.555);
    position: absolute;
    top: -50;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: start;
    color: black !important;
    z-index: 100;
    margin-top: 100px;
}



@media (max-width: 500px) {
    .center-container {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #8b8b8bb7;
        padding: 10px;
        margin-top: 60px !important;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        border-radius: 35px;
        display: grid !important;
        align-items: center;
    }


    .logo img {
        width: 150px;
    }




    .form-select {
        height: 30px;
        font-size: 10px;
        font-weight: 500;
        width: 150px;
        margin-top: 5px;


    }

    .title {
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

    /* Additional custom styles */
    .menu-section {
        background-image: url('images/bg2.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .menu-title {
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        color: white;

    }

    .menu-item {
        padding: 10px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .menu-price {
        float: right;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: bold;

    }

    .title {
        font-size: 14px;
        font-weight: bold;

    }

    .description {
        color: #f2e20c !important;
        margin-right: 20px;
        font-size: 12px !important;
        font-weight: 500 !important;
    }



    .image-section img {
        height: 150px !important;
        width: 100%;
        object-fit: cover;
        position: relative;
        padding: 0 !important;
    }

    .title-overlay {
        position: absolute;
        top: -50;
        text-align: start;
        color: black !important;
        z-index: 100;
        margin-top: 100px;
        font-size: 16px;
        width: fit-content;
        font-weight: bold;


    }


    .btn {
        width: 100px;
        height: 50px;
    }

    .footer-info {
        background-color: #333 !important;
        /* Dark gray background */
        padding: 20px !important;
        /* 30px padding */
        color: white !important;
        margin-top: 20px !important;
        /* Optional: Add some space above the footer */
        font-size: 11px;
        font-weight: 400;
        border-radius: 5px !important;
        /* Optional: Rounded corners */
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .tax-service {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 300px;
        /* Adjust as needed */
    }


}





@media (max-width: 358px) {
    .center-container {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #8b8b8bb7;
        padding: 10px;
        margin-top: 60px !important;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        border-radius: 35px;
        display: grid !important;
        align-items: center;
    }


    .logo img {
        width: 140px;
    }



    .form-select {
        height: 30px;
        font-size: 10px;
        font-weight: 500;
        width: 120px;
        outline: none !important;
        box-shadow: 0 0 5px rgba(77, 144, 254, 0.5);
        margin-top: 5px;


    }




    .title {
        color: white;
    }

    /* Additional custom styles */
    .menu-section {
        background-image: url('images/bg2.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .menu-title {
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        color: white;

    }

    .menu-item {
        padding: 10px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .menu-price {
        float: right;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: bold;


    }

    .title {
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #ffffff !important;

    }

    .description {
        color: #f2e20c !important;
        margin-right: 20px;
        font-size: 12px !important;
        font-weight: 500 !important;
    }



    .image-section img {
        height: 150px !important;
        width: 100%;
        object-fit: cover;
        position: relative;
        padding: 0 !important;
    }

    .title-overlay {
        position: absolute;
        top: -50;

        text-align: start;
        color: black !important;
        z-index: 100;
        margin-top: 100px;

        width: fit-content;

    }

    .btn {
        width: 100px;
        height: 30px;
        font-size: 12px;
        font-weight: 500;
    }


    .footer-info {
        background-color: #333 !important;
        /* Dark gray background */
        padding: 20px !important;
        /* 30px padding */
        color: white !important;
        margin-top: 20px !important;
        /* Optional: Add some space above the footer */
        font-size: 11px;
        font-weight: 400;
        border-radius: 5px !important;
        /* Optional: Rounded corners */
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .tax-service {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 300px;
        /* Adjust as needed */
    }

}

.footer-info {
    background-color: #333 !important;
    /* Dark gray background */
    padding: 20px !important;
    /* 30px padding */
    color: white !important;
    margin-top: 20px !important;
    /* Optional: Add some space above the footer */
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px !important;
    /* Optional: Rounded corners */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.tax-service {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 300px;
    /* Adjust as needed */
}

.language-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.language-container a {
    margin: 0 5px;
    text-decoration: none;
    color: #000;
}


.language-container a:hover {
    color: #007bff;
}

/* Style the close button */
.modal-content .btn-close {
    color: #ffffff !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.modal-content {
    height: 400px;
    max-width: 100%;
}


/* Center the modal */
.modal-dialog {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

/* Optional: Add padding to the modal body */
.modal-body {
    padding: 0;
    display: flex !important;
}




/* only phone visability  */

.only-phone{
    display: block;
}

@media (min-width:769px){
    .only-phone,
    .modal-backdrop{
        display: none;
    }
    
}