:root {
    --background-color: #ffffff;
    --background-color2: #282b2e;
    --background-color3: #ffffff;
    --background-color4: #f3f4f4;
    --border-color: #282b2e;
    --text-color: #677788;
    --text-color2: #1e2022;
}

/* Dark mode */
:root.dark {
    --background-color: #111111;
    --background-color2: #282b2e;
    --background-color3: #282b2e;
    --background-color4: #1c1e21;
    --border-color: #ffffff;
    --text-color: #ffffff;
    --text-color: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    background-color: var(--background-color);
    transition: .3s;
}

#theme-toggle {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    color: #fdc60f;
    font-size: 24px;
    background: var(--background-color2);
}

#theme-toggle i {

}

.body-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f1ef;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* color: white; */
}

.header-link {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #53575a;
}

.cart-icon {
    position: relative;
}

.minc {
    font-size: 16px;
    color: white;
    margin: 0 15px;
    cursor: pointer;
}

.notification {
    position: absolute;
    bottom: -3px;
    left: 20px;
    color: #fcc80a;
}

/* header */

#header {
    position: relative;
    width: 100%;
    background-color: var(--background-color2);
    z-index: 900;
    transition: .3s;
}

#header.light {
    background-color: #fff;
}

#header.dark {
    background-color: #282B2E;
}

#header .module-logo.dark {
    background-color: #282b2e;
}

#header .module {
    line-height: 45px;
    display: inline-block;
}

#header .module-logo {
    padding: 1rem 2rem !important;
}

#header .module.left {
    float: left;
}

#header .module-logo img {
    max-width: 150px;
    width: 88px;
}



/* end header */


.container {
    
}

img {
    /* opacity: 0;  */
    transition: opacity 0.5s ease-in-out;
}
img.loaded {
    opacity: 1; /* Fully visible */
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Style the placeholder with shimmer effect */
.image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1000px 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shimmer 1.5s infinite;
}

.page-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}



@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.nav-menu {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 2.5rem;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.bg-dark {
    background-color: #282b2e !important;
}

.dark {
    color: #fff;
}

.nav {
    display: flex;
    list-style: none;
}

.nav-menu li a {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    display: block;
    color: inherit;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.menu-category {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.menu-category .menu-category-title {
    position: relative;
    height: 35vh;
    min-height: 160px;
    color: #fff;
    padding: 3rem;
    background-color: #282b2e;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.menu-category .menu-category-title .bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    content: " ";
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.menu-category .menu-category-title .title {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    font-size: 4.5rem;
    z-index: 2;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    color: white;
}

.menu-list-item {
    line-height: 1.2;
    margin: 20px 0;
    transition: .3s;
    background-color: var(--background-color3);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

p {
    font-weight: 200;
    margin-bottom: 2rem;
}

.items-name {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fdc609;
    padding-bottom: 15px;
}

.meta {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.woocommerce-Price-amount {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
}

@media (min-width: 576px) {
    .text-sm-right {
        text-align: right !important;
    }
}



.btn-outline-secondary {
    border-color: var(--border-color3);
    color: inherit;
    padding: 0.75rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    outline: none;
    background: transparent;
    border-width: 2px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 100; 
    padding: 0;
 }

.page-title.bg-light {
    background-color: #f3f4f4 !important;
    margin-bottom: 60px;
}

.page-title {
    position: relative;
    padding: 4rem 0;
}

@media only screen and (max-width: 1500px) {
    .page-title {
        padding: 4rem 0 5rem;
    }
}

@media (min-width: 992px) {
    .push-lg-4 {
        left: 33.333333%;
    }
}

.page-title h1 {
    font-size: 4.5rem;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100 !important;
}

@media only screen and (max-width: 1500px) {
    .page-title h1 {
        font-size: 4.75rem;
    }
}

.modal-header {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.modal-header.modal-header-lg {
    padding: 7rem 2rem 1.5rem;
}

.modal-header .bg-image {
    opacity: .7;
}

.bg-jarallax, .bg-image, .bg-slideshow {
    opacity: 0.7;
}

.bg-jarallax,
.bg-image,
.bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-image > img {
    display: none;
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%;
}

img {
    vertical-align: middle;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-weight: 200;
    color: #ffffff;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 200 !important;
    z-index: 1;
}

.modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-weight: 100;
}

.modal-product-details {
    background-color: var(--background-color4);
    padding: 1.5rem 2rem;
}

.modal-product-details h6 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.1;
    color: #fdc609;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal-dialog {
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.3);
}

.form-group {
    margin-bottom: 0px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    color: #333;
    user-select: none;
    transition: background-color 0.3s, color 0.3s;
}

.modal-body {
    padding: .5rem 1.5rem;
    padding: 0.5rem 1.5rem;
    transition: .3s;
    background-color: var(--background-color3);
}

.text-muted {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: var(--text-color);
}

.modal-product-details p {
    margin-bottom: 1rem;
}

.custom-control-label {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: var(--text-color);
    transition: .3s;
}

label {
    text-transform: capitalize;
    color: var(--text-color) !important;
}

.form-control[readonly] {
    background-color: #f8fafd !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ddae71;
    background-color: #ddae71;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #ddae71;
}

#whatsAppButton {
    background-color: #ddae71;
    border-color: #ddae71;
    transition: .3s;
    transition: 0.3s;
}

#whatsAppButton:hover { 
    background-color: #d79641;
}

.btn-outline-secondary {
    position: absolute;
    bottom: -65px;
    right: 30px;
}

.first {
    padding: 0;
}

.first img{
    max-height: 220px;
}

@media (max-width: 550px) {
    .header-nav {
        display: none;
    }
    .animation-content {
        font-size: 16px !important;
    }
    .category-item {
        min-width: 120px !important;
    }
    .category-item-image {
        width: 100% !important;
        height: 65px !important;
        min-height: auto !important;
        max-height: none !important;
        object-fit: cover;
    }
    .items-name {
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 10px;
    }   
    #header .module-logo {
        padding: 0rem 2rem !important;
    }
    .page-title {
        padding: 1rem 0 1rem;
    }
    .nav {
        display: flex;
        flex-direction: row !important;
        list-style: none;
        justify-content: space-between;
    }
    .sticky-nav {
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0;
        width: calc(100% - 30px);
    }
    .nav-menu {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: .5rem 1.5rem;
        padding: 0.5rem 1.5rem;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }
    .menu-category .menu-category-title .title {
        bottom: 1rem;
        left: 3rem;
        font-size: 4.5rem;
    }

    .first {
        width: 40%;
        padding: 0;
        margin: 0 !important;
        align-self: normal;
    }

    .first img{
        height: -webkit-fill-available;
    }

    .seccond {
        width: 60%;
        padding-top: 15px;
    }

    .third {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 15px;
    }
    .btn-outline-secondary {
        position: relative;
        bottom: 0;
        right: 0;
        padding: 5px 10px;
        font-size: 12px;
    }
    .item-food {
        position: relative;
        justify-content: space-between;
    }
    .third {
        display: none;
    }
    .third-mob {
        display: flex !important;
        align-items: center;
        width: 100%;
        margin-top: 15px;
        justify-content: flex-end;
    }

    #header {
        padding: 10px;
    }
}

.third-mob {
    display: none
}

/* banner */

.banner-section{
    width: 100%;
    position: relative;
}
.slider-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-item {
    min-width: 100%;
    box-sizing: border-box;
}
.image_banner{
    width: 100%;
    object-fit: cover;
    height: 35vh;
    max-height: 300px;
}

@media (max-width: 1000px) {
    .image_banner{
        aspect-ratio: 2/1;
    }
}

@media (max-width: 750px) {
    .arrow {
        color: white;
        padding: 10px;
        border: none;
        font-size: 18px;
        border-radius: 10px;
        display: flex;   
        background: #fbc709c7 !important;
        align-items: center;
        justify-content: center;
        width: 35px !important;
        height: 35px !important;
        margin: 4px !important;
        transition: all .3s;
    }
    .arrow:hover {
        background: #fbc709c7 !important;
    }
    .image_banner{
        height: 25vh;
    }
}

.controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow {
    cursor: pointer;
    color: white;
    padding: 10px;
    border: none;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    background: #fbc709c7;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 30px;
    transition: all .3s;
}
.arrow:hover {
    background: var(--secandryFront);
}
.arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
}
 /* banner end */

 .cat-title{
    color: #fdc609;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    background: #282b2e;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
 }

 .category-scroll {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 15px;
}

.category-item {
    min-width: 170px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.category-item-image {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 16vh;
    min-height: 16vh;
    max-height: 16vh;
    object-fit: cover;
}

.category-name {
    font-size: 12px;
    color: #fdc609;
    padding: 8px 2px;
    text-align: center;
    margin-top: -2px;
    font-weight: bold;
    background: #282b2e;
    transition: all .3s;
    margin: 0;
}

::selection {
    background-color: #ddae71; 
    color: #fff; 
}
::selection {
    background-color: #ddae71;
    color: #fff;
}

/* Cart Drawer Styles */
#cart-drawer {
    position: fixed;
    top: 0;
    right: -100%; /* Hidden off-screen */
    height: 100%;
    width: 300px;
    background-color: var(--background-color);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
}

#cart-drawer.open {
    right: 0; /* Slide in */
}

.cart-content {
    padding: 20px;
    font-family: Montserrat, sans-serif;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.empty-cart-button {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
}

.send-order-button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    width: 100%;
}

.animation-content {
    padding: 12px;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    width: 100%;
    animation: moveLoop 25s infinite linear;
}

.animation-content p{
    font-weight: 500 !important;
    padding: 0 20px;
}

.cart-content {
    padding: 20px 10px;
    font-family: Montserrat, sans-serif;
}

.close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.empty-cart-button {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #c89c0c; 
    color: white; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer;
}

.send-order-button {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px;
}

.display-none {
    display: none;
}

.press_container {
    width: 100%;
    padding: 5px 10px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 200 !important;
    user-select: none;
    cursor: pointer;
    color: var(--text-color);
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.3s, color 0.3s;
}
.data_container {
    display: none;
    padding: 0 10px;
    border-radius: 5px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}
.show-tests {
    display: grid;
    opacity: 1;
    transform: scale(1);
    grid-template-columns: repeat(2, 1fr);
    transition: all 0.3s ease-in-out;
}

.top-bar-botton  {

}

#whatsAppButton {
    background-color: #28a745;
    border-color: #28a745;
    transition: 0.3s;
}

#whatsAppButton:hover {
    background-color: #1c9238;
}

.cart-icon {
    cursor: pointer;
}

#addToCartButton {
    color: #fff;
    background-color: #c89c0c;
    border-color: #c89c0c;
    cursor: pointer;
}

#addToCartButton:hover {
    background-color: #ad8810;
}

#cart-items-container {
    max-height: 68vh;
    overflow-y: auto;
}

.cart-item {
    padding: 10px;
    background: var(--background-color4);
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 12px;
}
.cart-item .name {
    font-weight: bold;
    color: #c89c0c;
    font-size: 14px;
    margin: 8px 0;
}
.cart-item ul {
    margin: 0;
    list-style: none;
}

.btn-decrease {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: red;
    color: white;
    border-radius: 50%;
    font-weight: bolder;
}
.btn-increase {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #c89c0c;
    color: white;
    border-radius: 50%;
    font-weight: bolder;
}

.c-price {
    border-top: 1px dashed #5e5e5e;
    margin-top: 10px;
    padding-top: 10px;
}

.totalAll {
    padding: 5px 15px;
    border: 2px dashed #c89c0c;
    border-radius: 8px;
}

.fixed-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #444749;
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
}

.fixed-cart i {
    color: #f7c20a;
    font-size: 25px;
}


@keyframes moveLoop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
    
}