
body{
    /* background-color: var(--primary-color); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body::before {
    content: "";
    position: fixed;
    /* Changed from absolute to fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -1;
    opacity: 0.95;
}


footer{
    color: #fff;
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
    background-color: transparent;
}
footer a{
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}
.footer-content{
    margin-top: 10px;
}
.category-image{
    width: 90%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid var(--border-color);
    border-radius: 100%;
    padding: 6px;
}
.category-title{
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.single-category-title{
    border-bottom: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 24px 10px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px;
    text-transform: uppercase;
    border: 1px dashed var(--border-color);
}

.menu-title,
.menu-price{
    color: #fff;
    background-color: transparent;
    padding: 0 12px;
}
.menu-text{
    color: #fff;
    margin-top: 10px;
    padding: 0 12px;
}

.nav-bkg1, .mask-nav-2{
    background-color: var(--dark-primary-color);
}

.title-headline{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.categ-name h2:before,
.headline h2:before,
.title-headline:before{
    background: #fff;
}

.categ-name h2:after,
.headline h2:after,
.title-headline:after{
    background: #fff;
}

.menu-dots{
    display: none;
}
.categ-name{
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    padding-bottom: 15px;
    
}

.back-btn{
    color: #fff;
    border: 1px #fff solid;
    padding: 9px 22px;
    border-radius: 35px;
}

.subcategory-filter.active .category-image,
.subcategory-filter.active div.category-image {
    background-color: #e7f1ff;
}

.subcategory-filter .category-title {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
}


.sticky-carousel {
    position: sticky;
    top: 100px;
    /* Adjust based on your header height */
    z-index: 5;
    background-color: var(--semi-dark-primary-color);
    transition: background-color 0.3s ease;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}
.sticky-carousel .owl-dots{
    margin-top: 0!important;
}
    
.sticky-carousel .owl-theme .owl-dots .owl-dot.active span, .sticky-carousel .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #fff;
}

.sticky-carousel .owl-theme .owl-dots .owl-dot span{
    background-color: #fff;
    width: 12px;
    height: 3px;
}

.lang-btn{
    color: #fff;
    border: 0;
    background-color: transparent;
}

.menu-item{
    margin-bottom: 15px;
}
.scrollup i{
    color: var(--primary-color);
}

.reservation-fields,
.wpcf7-text,
.wpcf7-textarea {
    background: transparent;
    color: #fff;
}