a:hover {
    color: #eda71f;
}

.header-top .top-info li.social-line a {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
}

.header-top .top-info li.social-line a.selected {
    background: rgba(255, 255, 255, 0.2);
}

.featured-links .left-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.featured-links .inner.wow {
    background-color: var(--body-bg-dark-color);
}

.why-block .icon-box {
    background-color: #e8c494;
    width: 100px;
    height: 80px;
}

.why-block#why-us-01 .icon-box {
    -webkit-mask: url(../images/whyus-01.svg) no-repeat center;
    mask: url(../images/whyus-01.svg) no-repeat center;
}

.why-block#why-us-02 .icon-box {
    -webkit-mask: url(../images/why-icon-2.png) no-repeat center;
    mask: url(../images/why-icon-2.png) no-repeat center;
}

.why-block#why-us-03 .icon-box {
    -webkit-mask: url(../images/why-icon-3.png) no-repeat center;
    mask: url(../images/why-icon-3.png) no-repeat center;
}

.why-block#why-us-04 .icon-box {
    -webkit-mask: url(../images/why-icon-4.png) no-repeat center;
    mask: url(../images/why-icon-4.png) no-repeat center;
}

.special-dish {
    background-color: var(--body-bg-dark-color);
}

.special-dish .banner-container,
.special-dish .banner-slider {
    height: 100%;
}

.special-dish .swiper-button-prev,
.special-dish .swiper-button-next {
    color: var(--main-color);
}

.special-dish .swiper-button-prev span,
.special-dish .swiper-button-next span {
    display: none;
}

.menu-section {
    background: transparent;
}

#map {
    height: 250px;
    margin-top: 20px;
}

.menu-total {
    text-align: right;
    font-family: var(--font-family-Forum);
    font-size: 31px;
}

.menu-total .price {
    color: var(--main-color);
}

.menu-section .image-column {
    display: flex;
}

.menu-section .image-column .image-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reserve-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-featured {
    background-color: var(--body-bg-dark-color);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.home-featured .text-block {
    background: rgba(0, 0, 0, 0.7);
    /*min-height: 360px;*/
}


.structure-detail-separator img {
    height: 10px;
}

.home-first-box {
    height: 200px;
}


/*.home-featured .feature-grillhouse,*/
/*.home-featured .feature-osteria {*/
/*    margin: 10px;*/
/*}*/
.home-featured .image-layer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


@media only screen and (max-width: 767px) {
    header .main-box {
        float: none;
        padding-bottom: 0;
    }

    .main-header {
        /* position: relative; Removed to keep header fixed */
    }

    .home-first-box {
        height: 0;
    }

    /*.home-featured .link-block {*/
    /*    height: 710px;*/
    /*}*/
    .featured-links .link-block.alternate .text-block {
        top: 0;
        bottom: auto;
    }

    .main-header .main-box .logo-box {
        padding: 20px 0 15px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .main-header .nav-box {
        float: none;
        display: flex;
        width: 100%;
    }

    .main-header .nav-outer {
        display: flex;
        width: 100%;
    }

    .main-header .main-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-header .main-menu .navigation {
        display: flex;
    }


    .main-header .main-menu .navigation>li {
        float: none;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-menu .navigation>li>a {
        padding-top: 0;
    }

    .main-header .header-upper .links-box {
        position: absolute;
        top: -40px;
        right: 0;
        z-index: 100000000000000000;
    }

    .home-featured .feature-grillhouse,
    .home-featured .feature-osteria {
        border: 0;
    }

    .home-featured .link-block {
        margin-bottom: 40px;
    }

    .home-featured .link-block {
        height: 370px;
        overflow: hidden;
    }

    .special-dish .image-col {
        height: 350px;
    }

    .menu-section .menu-col {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .special-dish .image-col {
        height: 350px;
    }

}

.menu-category h3,
.category-title,
.sidebar-text-color {
    color: var(--main-color);
}

.structure-list .image-box {
    padding-left: 0;
    padding-right: 0;
}

.structure-list .image {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.structure-list .image a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.structure-list .image a span {
    visibility: hidden;
}


.banner-text-container .booknow {
    margin-top: 30px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: var(--font-family-Forum);

    text-align: right;
    display: flex;
    justify-content: center;
}

.tabs-rooms {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.tabs-rooms .tabs-box {
    width: 100%;
}

.tabs-rooms .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    font-family: var(--font-family-Forum);
    font-size: 20px;
    margin-bottom: 20px;
}

.tabs-rooms .tab-buttons .tab-btn:hover {
    color: var(--main-color-hover);
}

.tabs-rooms .tab-buttons .tab-btn.active-btn {
    color: var(--main-color);
    font-weight: bold;
}

.tabs-rooms .tab-buttons .tab-btn.active-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    margin-top: 5px;
}


.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
    /* 4px */
}

.gap-2 {
    gap: 0.5rem !important;
    /* 8px */
}

.gap-3 {
    gap: 1rem !important;
    /* 16px */
}

.gap-4 {
    gap: 1.5rem !important;
    /* 24px */
}

.gap-5 {
    gap: 3rem !important;
    /* 48px */
}

.external-links .btn {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 2px #000119;
    background-color: rgba(175, 127, 43, 0.5);
    border: 0;
    margin-left: 5px;
}

/* Optimization for menu items spacing and layout */
@media (min-width: 1200px) {
    .main-header .main-menu .navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }

    .main-header .main-menu .navigation>li {
        float: none;
        margin-left: 20px;
        padding: 20px 0;
    }

    .main-header .main-menu .navigation>li>a {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: nowrap;
    }
}

@media (min-width: 1400px) {
    .main-header .main-menu .navigation>li {
        margin-left: 30px;
    }

    .main-header .main-menu .navigation>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .main-header .main-menu {
        display: none !important;
    }

    /* Spacer for fixed header on tablet (larger header height) */
    body {
        padding-top: 230px;
    }
}

@media (max-width: 767px) {

    /* Spacer adjustment for mobile (smaller header height) */
    body {
        padding-top: 170px;
    }
}