/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =========================================================
   GLOBAL
   ========================================================= */

@font-face {
    font-family: 'UTM Amerika Sans';
    src: url('assets/fonts/UTMAmerikaSans.woff2') format('woff2'),
         url('assets/fonts/UTMAmerikaSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


/* =========================================
   MENU ACTIVE - PAGE ĐANG HIỂN THỊ
   ========================================= */

/*.menu_main ul li.current-menu-item > a,
.menu_main ul li.current_page_item > a,
.menu_main ul li.current-menu-ancestor > a,
.menu_main ul li.current-menu-parent > a {
    color: #e8d9ba !important;
}*/
/* =========================================================
   GANGNAM STYLE
   FULL CSS
   THREE PLACES
   OVERLAY MATCH PDF
   ========================================================= */


/* =========================================================
   01. ZOOM BANNER
   ========================================================= */

.zoom_banner {

    position: relative !important;

    overflow: hidden !important;

    isolation: isolate !important;
}


.zoom_banner::after {

    content: "" !important;

    position: absolute !important;

    left: 0 !important;

    right: 0 !important;

    bottom: 0 !important;

    width: 100% !important;

    height: 45% !important;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.08) 15%,
        rgba(0,0,0,0.22) 35%,
        rgba(0,0,0,0.50) 55%,
        rgba(0,0,0,0.78) 78%,
        rgba(0,0,0,1) 100%
    ) !important;

    z-index: 5 !important;

    pointer-events: none !important;
}


.zoom_banner > .elementor-container,
.zoom_banner > .e-con,
.zoom_banner > .elementor-widget-wrap {

    position: relative !important;

    z-index: 10 !important;
}


.zoom_banner .elementor-widget {

    position: relative !important;

    z-index: 11 !important;
}


/* =========================================================
   02. THREE PLACES
   CARD
   ========================================================= */

.three_places.background_bottom {

    position: relative !important;

    height: 380px !important;

    min-height: 380px !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    background-color: #000 !important;

    border: 2px solid #f5d000 !important;

    margin-left: 10px !important;

    margin-right: 10px !important;

    isolation: isolate !important;
}


/* =========================================================
   03. DESKTOP
   3 EQUAL COLUMNS
   ========================================================= */

@media (min-width: 1025px) {

    .three_places.background_bottom {

        width: calc(33.333333% - 20px) !important;

        flex: 0 0 calc(33.333333% - 20px) !important;

        margin-left: 10px !important;

        margin-right: 10px !important;
    }
}


/* =========================================================
   04. DISABLE ELEMENTOR NATIVE OVERLAY
   ========================================================= */

.three_places.background_bottom
.elementor-background-overlay {

    display: none !important;

    opacity: 0 !important;

    visibility: hidden !important;
}


/* =========================================================
   05. REMOVE COLUMN PSEUDO OVERLAY
   ========================================================= */

.three_places.background_bottom::before,
.three_places.background_bottom::after {

    content: none !important;
}


/* =========================================================
   06. WIDGET WRAP
   ========================================================= */

.three_places.background_bottom
.elementor-widget-wrap {

    position: relative !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: stretch !important;

    justify-content: flex-start !important;

    width: 100% !important;

    height: 100% !important;

    min-height: 100% !important;

    box-sizing: border-box !important;

    padding: 0 !important;

    overflow: hidden !important;

    z-index: 1 !important;
}


/* =========================================================
   07. PDF OVERLAY
   =========================================================

   ĐÂY LÀ PHẦN ĐÃ CHỈNH THEO PDF.

   TOP:
   Đậm rõ.

   CENTER:
   Nhẹ để giữ ảnh.

   BOTTOM:
   Đậm dần và chìm hoàn toàn vào nền đen.
   ========================================================= */

.three_places.background_bottom
.elementor-widget-wrap::before {

    content: "" !important;

    position: absolute !important;

    top: 0 !important;

    left: 0 !important;

    width: 100% !important;

    height: 100% !important;

    background: linear-gradient(
        to bottom,

        /* =========================================
           TOP - ĐẬM GIỐNG PDF
           ========================================= */

         rgb(0 0 0) 0%, rgb(0 0 0 / 85%) 10%, rgba(0, 0, 0, 0.46) 20%, rgba(0, 0, 0, 0.32) 30%, 

        /* =========================================
           CENTER - ẢNH RÕ
           ========================================= */

        rgba(0,0,0,0.16) 42%,

        rgba(0,0,0,0.14) 52%,

        /* =========================================
           LOWER - BẮT ĐẦU FADE
           ========================================= */

        rgba(0,0,0,0.28) 62%,

        rgba(0,0,0,0.48) 72%,

        rgba(0,0,0,0.70) 82%,

        /* =========================================
           BOTTOM - ĐEN MẠNH
           ========================================= */

        rgba(0,0,0,0.90) 91%,

        rgba(0,0,0,0.98) 97%,

        rgba(0,0,0,1) 100%

    ) !important;

    z-index: 1 !important;

    pointer-events: none !important;
}


/* =========================================================
   08. INNER ELEMENTOR CONTENT
   ========================================================= */

.three_places.background_bottom
.elementor-element-populated {

    position: relative !important;

    width: 100% !important;

    height: 100% !important;

    min-height: 100% !important;

    box-sizing: border-box !important;

    padding: 0 !important;

    z-index: 2 !important;
}


/* =========================================================
   09. WIDGETS ABOVE OVERLAY
   ========================================================= */

.three_places.background_bottom
.elementor-widget {

    position: relative !important;

    z-index: 5 !important;
}


/* =========================================================
   10. TITLE
   ========================================================= */

.three_places .title_places {
    margin: 18px 0 0 0 !important;
    z-index: 10 !important;
}






/* =========================================================
   12. BUTTON AREA
   ========================================================= */

.three_places .button_places {

    position: relative !important;

    top: auto !important;

    left: auto !important;

    right: auto !important;

    bottom: auto !important;

    width: 100% !important;

    flex: 0 0 auto !important;

    margin-top: auto !important;

    margin-bottom: 18px !important;

    padding: 0 10px !important;

    box-sizing: border-box !important;

    text-align: center !important;

    transform: none !important;

    z-index: 20 !important;
}




/* =========================================================
   16. TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .three_places.background_bottom {

        width: calc(33.333333% - 14px) !important;

        flex: 0 0 calc(33.333333% - 14px) !important;

        height: 360px !important;

        min-height: 360px !important;

        margin-left: 7px !important;

        margin-right: 7px !important;
    }


    .three_places .title_places {

        margin-top: 16px !important;
    }


    .three_places .title_places
    .elementor-heading-title {

        font-size: 24px !important;
    }


    .three_places .description_places {

        margin-top: 7px !important;
    }


    .three_places .description_places p {

        font-size: 16px !important;
    }


    .three_places .button_places {

        margin-bottom: 16px !important;
    }


    .three_places .button_places
    .elementor-button {

        min-height: 48px !important;

        font-size: 17px !important;

        padding: 9px 15px !important;
    }
}


/* =========================================================
   17. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .three_places.background_bottom {

        width: 100% !important;

        flex: 0 0 100% !important;

        height: 380px !important;

        min-height: 380px !important;

        margin-left: 0 !important;

        margin-right: 0 !important;

        margin-bottom: 20px !important;
    }


    .three_places .title_places {

        margin-top: 18px !important;

        padding-left: 10px !important;

        padding-right: 10px !important;
    }


    .three_places .title_places
    .elementor-heading-title {

        font-size: 25px !important;
    }


    .three_places .description_places {

        margin-top: 8px !important;

        padding-left: 12px !important;

        padding-right: 12px !important;
    }


    .three_places .description_places p {

        font-size: 16px !important;

        line-height: 1.35 !important;
    }


    .three_places .button_places {

        margin-bottom: 18px !important;
    }


    .three_places .button_places
    .elementor-button {

        min-height: 48px !important;

        padding: 9px 14px !important;

        font-size: 16px !important;
    }
}


/* =========================================================
   18. SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .three_places.background_bottom {

        height: 350px !important;

        min-height: 350px !important;
    }


    .three_places .title_places
    .elementor-heading-title {

        font-size: 23px !important;
    }


    .three_places .description_places p {

        font-size: 15px !important;
    }


    .three_places .button_places
    .elementor-button {

        min-height: 46px !important;

        padding: 8px 13px !important;

        font-size: 15px !important;
    }
}


/* =========================================================
   END
   ========================================================= */


/* =========================================
   GANGNAM STYLE
   HOA VĂN TRÁI + PHẢI
   ========================================= */


/* =========================================
   HOA VĂN BÊN TRÁI
   ========================================= */
.rb-info-stack > .rb-info-card:nth-child(2) {
    display: none !important;
}
.rb-info-grid.rb-info-stack {
    grid-template-columns: 1fr !important;
}

.rb-info-grid.rb-info-stack > .rb-info-card {
    width: 100%;
    max-width: 100%;
}
section.section_bg_left {
    position: relative;
    overflow: hidden;
}

section.section_bg_left > .elementor-background-overlay {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 480px !important;
    height: 420px !important;

    right: auto !important;
    bottom: auto !important;

    background-repeat: repeat !important;
    background-size: 160px auto !important;
    background-position: left top !important;

    opacity: 0.35 !important;

    pointer-events: none !important;
    z-index: 0 !important;
}


/* Nội dung nằm trên hoa văn bên trái */
section.section_bg_left > .elementor-container {
    position: relative;
    z-index: 2 !important;
}


/* =========================================
   HOA VĂN BÊN PHẢI
   ========================================= */

section.section_bg_right {
    position: relative;
    overflow: hidden;
}

section.section_bg_right > .elementor-background-overlay {
    position: absolute !important;

    top: 0 !important;
    right: 0 !important;

    width: 480px !important;
    height: 420px !important;

    left: auto !important;
    bottom: auto !important;

    background-repeat: repeat !important;
    background-size: 160px auto !important;
    background-position: right top !important;

    opacity: 0.35 !important;

    pointer-events: none !important;
    z-index: 0 !important;
}
section.section_bg_right.section_bg_height > .elementor-background-overlay{height: 300px !important;}

/* Nội dung nằm trên hoa văn bên phải */
section.section_bg_right > .elementor-container {
    position: relative;
    z-index: 2 !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    section.section_bg_left > .elementor-background-overlay,
    section.section_bg_right > .elementor-background-overlay {
        width: 400px !important;
        height: 350px !important;

        background-size: 150px auto !important;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    section.section_bg_left > .elementor-background-overlay,
    section.section_bg_right > .elementor-background-overlay {
        width: 280px !important;
        height: 300px !important;

        background-size: 130px auto !important;
    }
}

/* =========================================================
   KAZAKI CAROUSEL
   class: img_carouse_brain
   JS sẽ điều khiển Swiper
   ========================================================= */

.img_carouse_brain {
    --kazaki-gap: 28px;
    --kazaki-height: 290px;
    --kazaki-arrow: 40px;

    position: relative;
    width: 100%;
    overflow: hidden;
}


/* VIEWPORT */

.img_carouse_brain .elementor-widget-container {
    overflow: hidden;
}

.img_carouse_brain .elementor-image-carousel-wrapper {
    overflow: visible !important;
}


/* =========================================================
   SLIDE
   Không set width ở đây.
   JS / Swiper tự tính.
   ========================================================= */

.img_carouse_brain .swiper-slide {
    height: var(--kazaki-height) !important;
    box-sizing: border-box;
}


/* figure */

.img_carouse_brain .swiper-slide figure,
.img_carouse_brain .swiper-slide .swiper-slide-inner {
    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;
}


/* IMAGE */

.img_carouse_brain .swiper-slide img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover;
    object-position: center;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   ARROWS
   ========================================================= */

.img_carouse_brain .elementor-swiper-button {
    position: absolute !important;

    top: 50% !important;

    width: var(--kazaki-arrow) !important;
    height: var(--kazaki-arrow) !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid rgba(255,255,255,.95) !important;
    border-radius: 50% !important;

    background: rgba(0,0,0,.08) !important;

    color: #fff !important;

    z-index: 50 !important;

    transform: translateY(-50%) !important;

    transition:
        background .25s ease,
        border-color .25s ease;
}


/* Nút trái
   Đưa sâu vào vùng 1/2 ảnh giống PDF */

.img_carouse_brain .elementor-swiper-button-prev {
    left: 68px !important;
}


/* Nút phải */

.img_carouse_brain .elementor-swiper-button-next {
    right: 68px !important;
}


/* ICON */

.img_carouse_brain .elementor-swiper-button svg {
    width: 15px !important;
    height: 15px !important;

    margin: 0 !important;

    fill: none !important;
    stroke: currentColor !important;
}


.img_carouse_brain .elementor-swiper-button i {
    font-size: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
}


/* HOVER */

.img_carouse_brain .elementor-swiper-button:hover {
    background: rgba(0,0,0,.25) !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:1024px) {

    .img_carouse_brain {
        --kazaki-height: 250px;
        --kazaki-gap: 20px;
    }

    .img_carouse_brain .elementor-swiper-button-prev {
        left: 25px !important;
    }

    .img_carouse_brain .elementor-swiper-button-next {
        right: 25px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:767px) {

    .img_carouse_brain {
        --kazaki-height: 220px;
        --kazaki-gap: 15px;
        --kazaki-arrow: 36px;
    }

    .img_carouse_brain .elementor-swiper-button-prev {
        left: 12px !important;
    }

    .img_carouse_brain .elementor-swiper-button-next {
        right: 12px !important;
    }

}

/* =========================================================
   HERO / SCROLL INDICATOR
   ========================================================= */

selector {
    position: relative;
    overflow: hidden;
}

#fusion_scroll {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    z-index: 50;
    width: 80px;
    display: flex;
    justify-content: center;
}

#fusion_scroll .elementor-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 80px;
    height: 130px;
    padding: 0;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible;
    transition: .35s ease;
}

#fusion_scroll .elementor-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 82px;
    background: #fff;
    transition: .35s;
}

#fusion_scroll .elementor-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d91d2b;
    animation: fusionScroll 2.2s ease infinite;
}

#fusion_scroll .elementor-button-text {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 8px;
    text-transform: uppercase;
    transition: .35s;
}

#fusion_scroll:hover .elementor-button::before {
    background: rgba(255, 255, 255, .45);
}

#fusion_scroll:hover .elementor-button-text {
    color: #fff;
    letter-spacing: 10px;
}

#fusion_scroll:hover .elementor-button::after {
    background: #ff3d4f;
}

@keyframes fusionScroll {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        transform: translate(-50%, 60px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 74px);
        opacity: 0;
    }
}

/* =========================================================
   HEADER - NEW / CLEAN VERSION
   Old duplicated header/menu CSS has been removed.
   ========================================================= */

.site-header {
    height: fit-content;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    padding: 8px 30px;
    min-height: 55px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.28);
    transition: all 0.32s ease;
}

.site-header .header-inner {
    width: 100%;
    max-width: 1160px;
    min-height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.site-header .site-branding {
    flex: 0 0 auto;
    margin-right: 30px;
}

.site-header .site-branding .site-logo {
    margin: 0;
    line-height: 0;
}

.site-header .site-branding .site-logo img {
    width: 82px;
    max-width: 82px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

/* Desktop main menu */
.menu_main {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.menu_main > ul,
.menu_main ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_main ul li {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.menu_main ul li a {
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0 !important;
    text-transform: none !important;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all .25s ease;
}

.menu_main ul li a:hover {
    color: #e8d9ba !important;
}

.menu_main ul li a::before {
    display: none !important;
}

/* Right area: language + booking */
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex: 0 0 auto;
    margin-left: 25px;
}

/* Language */
.header-language {
    position: relative;
}

.language-toggle {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent !important;
    color: #fff !important;
    padding: 5px 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.language-arrow {
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
    transform: translateY(-1px);
}

/* Language dropdown */
.language-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 80px;
    padding: 7px 0;
    background: rgba(0, 0, 0, .92);
    border: 1px solid rgba(255, 255, 255, .25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .2s ease;
    z-index: 10000;
}

.header-language:hover .language-dropdown,
.header-language:focus-within .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.language-dropdown li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.language-dropdown li a {
    display: block;
    padding: 7px 14px !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.language-dropdown li a:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
}
.rb-info-stag > .rb-info-card:nth-child(2) {
    display: none !important;
}
/* Booking */
.booking_table {
    margin: 0;
    padding: 0;
    color: #fff;
}

.booking_table a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 30px;
    padding: 0 13px !important;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none !important;
    transition: all .25s ease;
}

.booking_table a span {
    display: block;
    padding: 0 !important;
    position: relative;
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.booking_table a span::after {
    display: none !important;
}

.booking_table a:hover {
    background: #fff;
    color: #000 !important;
}

.booking_table a:hover span {
    color: #000 !important;
}

/* Old booking SVG is intentionally removed from the visual header */
.booking_table svg {
    display: none !important;
}

/* Scrolled header */
header#site-header.is_scroll {
    min-height: 55px !important;
    height: auto !important;
    padding-top: 7px;
    padding-bottom: 7px;
    background: rgba(10, 10, 10, .88);
}

header#site-header.is_scroll .site-branding .site-logo img {
    width: 76px;
    max-width: 76px;
}

#wpadminbar + .skip-link + .site-header {
    top: 32px;
}

/* Mobile menu icon */
.menuIcon {
    position: relative;
    display: none;
    vertical-align: middle;
    height: 20px;
    width: 35px;
    cursor: pointer;
    z-index: 21;
    margin-left: 10px;
}

.menuIcon .toggle-icon {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.menuIcon .toggle-icon > span {
    height: 1px;
    background: #fff;
    width: 100%;
    display: block;
}

/* =========================================================
   HEADER MODAL / MOBILE MENU
   ========================================================= */

button.close_menu_modal {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
}

button.close_menu_modal svg polygon {
    fill: #fff;
}

.menu-modal {
    background: rgb(81 44 13 / 50%);
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}

.menu-modal .inner-modal {
    background: var(--e-global-color-secondary);
    padding: 3rem;
    width: 30%;
    height: 100%;
}

.menu-modal.active {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
}

ul#menu-en-main-restaurant {
    display: flex;
    list-style: none;
    column-gap: 3rem;
    padding-left: 0;
}

ul#menu-en-main-restaurant li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}

ul#menu-en-main-restaurant li a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #eee5da;
    text-underline-offset: 4px;
}

.mobile_menu {
    display: none;
}

/* =========================================================
   HOTLINE
   ========================================================= */

.hotline_restaurant {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

div#hotline_restaurant {
    position: fixed;
    z-index: 99999;
    border: 1px solid;
    bottom: 2rem;
    right: 2rem;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    font-size: 1.5rem;
}

div#hotline_restaurant a {
    color: #fff;
    display: flex;
}

/* =========================================================
   GENERAL ELEMENTS
   ========================================================= */

.text-center {
    text-align: center;
}

.banner_logo img {
    display: inline !important;
}

.site-main {
    margin-top: 100px;
}

.site-header-n > .container {
    max-width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
}

.error404 {
    margin-top: 100px;
}

.error404 #content {
    padding: 3rem 0;
}

.right_function {
}

.menu_1 a {
    width: 200px;
}

.justify_left .elementor-button-content-wrapper {
    justify-content: left;
}

/* =========================================================
   LEGACY COMPONENTS - NOT DESKTOP HEADER
   ========================================================= */

.login {
    justify-content: flex-end;
    border-left: 1px solid #ececec;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 45px;
}

a.bt_top {
    padding: 9px 20px;
    border: 1px solid #CBCBCB;
    border-radius: 100px;
    color: #000;
    width: 198px;
    display: block;
    margin-right: 45px;
}

a.bt_top span {
    float: right;
}

.login span {
    width: 44px;
    height: 44px;
    background: #FFF8B9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 15px;
}

.login span img {
    width: 17px;
    height: 17px;
}

.login a {
    display: flex;
    align-items: center;
}

.login img {
    width: 17px;
}

/* Existing menu content helpers */
.menu_icon > a {
    width: 35px;
    height: 35px;
    text-align: center;
}

.menu_icon:hover > a {
    background-color: #D9A139 !important;
    color: #1e2e27 !important;
    padding: 7px !important;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}

li.menu_icon > a::before,
li.menu_icon:hover > a::before {
    height: unset !important;
    transition: unset !important;
}

.menu_icon i {
    font-size: 20px;
}

.menu_content {
    display: none;
    width: 100% !important;
}

.menu_content.active {
    display: block;
}

.itemmenu a {
    cursor: pointer;
}

ul.lang {
    list-style: none;
}

li.lang-item.current-lang {
    display: none;
}

/* =========================================================
   SUBMENUS - MOBILE MODAL / OTHER NAVIGATION
   ========================================================= */

.site-navigation ul.menu {
    display: flex;
    flex-direction: column;
}

.site-navigation ul.menu li {
    padding: 10px 0;
}

.site-navigation ul.menu > li a {
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.site-navigation ul.menu li.menu-item-has-children::after {
    width: 7px;
    height: 7px;
    content: "";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(315deg) !important;
    margin-top: 15px;
    top: unset;
    right: 15px;
}

.site-navigation ul.menu li ul.sub-menu {
    left: -15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    top: 50px !important;
    padding: 12px 30px;
    width: 255px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
}

.site-navigation ul.menu li:last-child ul.sub-menu {
    right: -6px !important;
    left: auto;
}

.site-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu {
    right: auto !important;
    left: -253px;
}

.site-navigation ul.menu li ul.sub-menu li {
    border-bottom: 1px solid #E6E6E6;
    padding-left: 15px;
}

.site-navigation ul.menu li ul.sub-menu li:last-child {
    border: none;
}

.site-navigation ul.menu li ul.sub-menu li a {
    padding: 10px 0;
}

.site-navigation ul.menu li:hover > ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: .3s all ease !important;
}

.site-navigation ul.menu li:last-child ul.sub-menu li:hover > ul {
    transform: translateY(-52px) !important;
}

.site-navigation ul.menu li:nth-last-child(2) ul.sub-menu {
    right: -6px !important;
    left: auto;
}

.site-navigation ul.menu li:nth-last-child(2) ul.sub-menu li ul.sub-menu {
    right: auto !important;
    left: -253px;
}

.site-navigation ul.menu li:nth-last-child(2) ul.sub-menu li:hover > ul {
    transform: translateY(-52px) !important;
}

.site-navigation .lang {
    display: none;
}

/* =========================================================
   TESTIMONIAL / SLIDER / CONTENT
   ========================================================= */

.testimonial_sina_1 .sina-review-item {
    text-align: left;
}

.testimonial_sina_1 .sina-review-name {
    border-bottom: 1px solid #1b2c26;
    padding-bottom: 10px;
}

.testimonial_sina_1 .sina-review-comment,
.testimonial_sina_1 .sina-review-name {
    padding-left: 10px;
    padding-right: 10px;
}

.custom_slide_01 .owl-dots {
    position: absolute;
    top: auto;
    bottom: -5px;
    width: 100%;
}

.custom_slide_01 .sina-content-slider .owl-next,
.custom_slide_01 .sina-content-slider .owl-prev {
    opacity: 1;
    transform: translate(0);
    background-color: transparent !important;
    font-size: 50px;
}

.custom_slide_01 .sina-content-slider .owl-next {
    right: -30px;
}

.custom_slide_01 .sina-content-slider .owl-prev {
    left: -30px;
}

/* Slider animations */
.zoom_banner .sina-slider-content,
.owl-item.active .zoom_banner {
    animation: shrink 8s infinite alternate;
}

.owl-item.active .zoom_banner .elementor-background-overlay {
    animation: zoom-in-zoom-out 8s ease infinite;
}

@keyframes shrink {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 110% 110%;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.15, 1.15);
    }
}

/* Scroll-down */
.scroll-down {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    transition: line-height 0.2s ease 0.1s;
}

.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0 1px 5px #444;
}

.scroll-down span::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 10px;
    height: 50px;
    margin-left: -5px;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
    background: url(https://hanumi.ch/wp-content/uploads/2025/04/down-vector.svg) no-repeat center;
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* =========================================================
   MOBILE / TABLET NAV ICONS
   ========================================================= */

.mob-nav-icon {
    display: none;
    float: right;
    cursor: pointer;
    margin: -11px 0 0 13px;
    transition: all 500ms ease-in-out;
}

.mob-nav-icon .cmn-toggle-switch__htx span {
    transition: background 0s 0.3s;
}

.mob-nav-icon .cmn-toggle-switch__htx span::after,
.mob-nav-icon .cmn-toggle-switch__htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
}

.mob-nav-icon .cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}

.mob-nav-icon .cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}

.mob-nav-icon .cmn-toggle-switch__htx.active span {
    background: none;
}

.mob-nav-icon .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0s, .3s;
    bottom: 0;
    transform: rotate(-45deg);
    background: #000;
}

.mob-nav-icon .cmn-toggle-switch__htx.active span::before {
    transition-delay: 0s, .3s;
    top: 0;
    transform: rotate(45deg);
    background: #000;
}

.mob-nav-icon .cmn-toggle-switch {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
    border-radius: 100%;
}

.mob-nav-icon .cmn-toggle-switch:focus {
    outline: none;
}

.mob-nav-icon .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
    height: 3px;
    background: #000;
    width: 20px;
}

.mob-nav-icon .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: -10px;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
}

.mob-nav-icon .cmn-toggle-switch span::before {
    position: absolute;
    display: block;
    left: -10px;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    top: -9px;
}

.mob-nav-icon .cmn-toggle-switch span::after {
    bottom: -9px;
    width: 30px;
}

/* =========================================================
   ELEMENTOR HEADER / OTHER COMPONENTS
   ========================================================= */

.tablet {
    display: none;
}

.mobile {
    display: none;
}

.elementor-location-header {
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    z-index: 999;
}

#wpadminbar + .elementor-location-header {
    top: 32px;
}

.site-logo a img {
    width: 151px;
    transition: all .35s ease-in-out;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__top-meta {
    position: static;
}

.anwp-pg-classic-slider .anwp-pg-category__wrapper-filled {
    background-color: transparent !important;
    color: #000 !important;
    border-bottom: 2px solid #006738;
    margin: 15px 0 0;
    padding: 5px 0 !important;
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.elementor-260 .elementor-element.elementor-element-43c6b8c .elementor-tab-desktop-title.elementor-active {
    background-color: #287e3e;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::after {
    left: 25px !important;
    position: absolute;
    height: 1px !important;
    background: #fff;
    width: calc(100% - 50px) !important;
    margin-right: 22px;
    bottom: 12px !important;
}

.elementor-260 .elementor-element.elementor-element-43c6b8c .elementor-tab-content.elementor-active {
    max-width: 1140px;
    margin: auto;
}

form#search_hoivien {
    display: flex;
}

span.page-numbers.current {
    background: #277E3E;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.green {
    color: #277E3E;
}

.card-menu .elementor-image-box-content {
    padding: 15px;
}

/* =========================================================
   GALLERY
   ========================================================= */

.images_about .gallery {
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    gap: 8px;
}

.images_about .gallery .gallery-item:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.images_about .gallery .gallery-item {
    max-width: unset !important;
}

.gallery-icon {
    height: 100%;
}

.images_about .gallery .gallery-item img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.images_about .gallery .gallery-item:nth-child(4) {
    grid-column: 5 / span 2;
    grid-row: 1 / span 2;
}

/* =========================================================
   FORMS
   ========================================================= */

.form_booking .form_group,
.form_reservieren .form_group {
    display: inline-grid;
    width: 100%;
    grid-template-columns: 48% 48%;
    gap: 4%;
    max-width: 100%;
}

.form_booking .form_group.full-width,
.form_reservieren .form_group.full-width {
    grid-template-columns: 100%;
}

.form_booking .form_group > div,
.form_reservieren .form_group > div {
    width: 100%;
}

.form_booking .form_group > div label,
.form_reservieren .form_group > div label {
    width: 100%;
}

.form_booking .form_group > div label input,
.form_booking .form_group > div label select,
.form_booking .form_group label textarea,
.form_reservieren .form_group > div label input,
.form_reservieren .form_group > div label select,
.form_reservieren .form_group label textarea {
    margin-top: 10px;
    border-radius: 0;
}

.form_reservieren input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--e-global-color-primary);
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 34px;
    font-size: 18px;
    font-family: "Noto Serif", Sans-serif;
    padding: 12px 24px;
    font-weight: 600;
    margin-top: 10px;
}

.wpcf7-spinner {
    position: absolute;
}

.form_reservieren input {
    border-radius: 10px;
    height: 50px;
    font-family: "Noto Sans", sans-serif;
}

.form_reservieren textarea {
    border: none;
    border-radius: 10px;
}

.form_reservieren select,
select.wpcf7-form-control.wpcf7-select {
    height: 50px;
    border-radius: 10px;
}

#wpcf7-f248-p240-o1 .wpcf7-response-output {
    font-size: 25px;
    margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-color: #f5ca24 !important;
}

/* =========================================================
   POSTS / PAGES / FOOTER
   ========================================================= */

.post-template-default.single.single-post {
    padding-top: 100px;
}

.post-template-default.single.single-post header#site-header,
.error404 header#site-header {
    background: rgb(14 13 10 / 80%);
}

.post-template-default.single.single-post header#site-header .site-logo a img {
    width: 110px;
}

.post-template-default.single.single-post #content {
    max-width: 1000px;
    margin: 50px auto;
}

.post-template-default.single.single-post #comments {
    display: none;
}

#gallery-1 .gallery-item img {
    aspect-ratio: 6 / 10;
    object-fit: cover;
}

.site-header.is_scroll .header-inner .custom-logo-link {
    display: block;
    height: 60px;
    overflow: hidden;
}

#site-footer a {
    color: #fff;
}

.menu_list_ajax .sfm-thumb img {
    aspect-ratio: 16 / 9;
}

/* Decorative background */
.mash_bg_hanumi > .elementor-background-overlay::before {
    width: 202px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(https://hanumi.ch/wp-content/uploads/2025/09/PATTERN-24.png);
}

.mash_bg_hanumi > .elementor-background-overlay::after {
    width: 202px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(https://hanumi.ch/wp-content/uploads/2025/09/PATTERN-24.png);
    background-position: 1px 0;
}

a#callnowbutton {
    width: 55px;
    height: 55px;
    display: none;
    position: fixed;
    bottom: 30px;
    left: 15px;
    border-radius: 100%;
    text-indent: -9999px;
    background-color: var(--e-global-color-primary) !important;
    background-size: 80%;
    background-position: center;
    z-index: 999;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
    .menu-main-container {
        width: 100%;
        max-width: 400px;
        margin: 0 35px;
    }

    .menu_main > ul,
    .menu_main ul.menu {
        gap: 18px;
    }

    .site-header {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 1024px) {
    #wpadminbar + .elementor-location-header {
        top: 45px;
    }

    .elementor-location-header {
        position: fixed;
        width: 100%;
        height: 72px;
        top: 0;
        z-index: 999;
    }

    #fusion_scroll {
        bottom: 25px;
    }
}

@media (max-width: 950px) {
    .menu-main-container {
        width: 100%;
        max-width: 100%;
        margin: 0 15px;
    }

    .login {
        padding-left: 15px;
    }

    a.bt_top span {
        float: right;
        margin-top: 2px;
    }

    a.bt_top {
        width: 125px;
        margin-right: 15px;
    }

    .login span {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }

    .login span img {
        width: 17px;
    }

    .menu-modal .inner-modal {
        width: 38%;
    }

    .mash_bg_hanumi > .elementor-background-overlay::before,
    .mash_bg_hanumi > .elementor-background-overlay::after {
        width: 64px;
        background-size: 100%;
    }

    /* Desktop menu hidden; mobile icon shown */
    .menu_main {
        display: none;
    }

    .menuIcon {
        display: block;
    }

    .mobile_menu {
        display: block;
    }

    .header-right {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .column-reverse,
    .column-reverse .elementor-container > div {
        flex-direction: column-reverse;
    }

    .mobile-height {
        min-height: 400px;
    }

    .tablet {
        display: block;
    }

    .desktop {
        display: none;
    }

    .site-header-n {
        height: 72px;
    }

    #wpadminbar + .site-header-n {
        height: 72px;
        top: 46px;
    }

    .site-header-n > .container {
        justify-content: space-between;
    }

    .site-navigation.display_block_menu {
        display: block;
        position: fixed;
        top: 72px;
        background: #fff;
        width: 100%;
        left: 0;
        height: calc(100% - 72px);
        z-index: 9;
        border-top: 1px solid #ddd;
    }

    .logged-in.admin-bar .site-navigation.display_block_menu {
        display: block;
        position: fixed;
        top: 118px;
        background: #fff;
        width: 100%;
        left: 0;
        height: calc(100% - 118px);
        border-top: 1px solid #ddd;
        z-index: 9;
    }

    .site-navigation.display_block_menu ul li {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .site-navigation.display_block_menu ul li a {
        font-size: 36px;
    }

    .menu-main-container {
        margin: 0;
    }

    .site-navigation ul.menu li.menu-item-has-children {
        padding-right: 0;
    }

    .right_function.tablet {
        text-align: center;
        justify-content: center;
        display: flex;
        margin-top: 25px;
    }

    .site-navigation ul.menu {
        justify-content: space-between;
        padding-top: 50px;
        max-height: 100vh;
        overflow: auto;
    }

    .right_function.tablet a.bt_top {
        width: 199px;
        margin-right: 0;
        text-align: left;
    }

    .site-navigation ul.menu li.menu-item-has-children::after {
        margin-top: 35px;
    }

    .login.desktop.login_mobile {
        display: block;
        position: absolute;
        z-index: 999;
        top: 90vh;
        width: 100%;
        padding-left: 0;
        left: 0;
        text-align: center;
    }

    .login.desktop.login_mobile a {
        display: flex;
        flex-direction: row-reverse;
    }

    .login.desktop.login_mobile a span {
        display: block;
    }

    .login.login_mobile.tablet.active {
        position: absolute;
        height: auto;
        bottom: 35px;
        width: 100%;
        text-align: center;
    }

    .login.login_mobile.tablet.active a {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 36px;
    }

    .site-navigation ul.menu li.menu-item-has-children {
        padding-right: 0;
        flex-direction: column;
    }

    .site-navigation.display_block_menu ul li a {
        text-align: center;
    }

    .site-navigation ul.menu li.menu-item-has-children::after {
        margin-top: 0;
        position: absolute;
        right: 17px;
        top: 24px;
        cursor: pointer;
        width: 12px;
        height: 12px;
    }

    .site-navigation ul.menu li ul.sub-menu {
        position: static;
        width: 100%;
        border-radius: 0;
        background: #dadada;
        display: block;
        height: 0;
        visibility: hidden;
        transform: translateY(0) !important;
        padding: 0;
        opacity: 0;
    }

    .site-navigation ul.menu li ul.sub-menu li {
        padding: 7px;
        padding-left: 0;
    }

    .site-navigation ul.menu li ul.sub-menu.active {
        height: auto;
        visibility: visible;
        transform: translateY(0) !important;
        padding: 0 30px;
        opacity: 1;
    }

    ul.sub-menu li a {
        font-size: 15px !important;
        padding: 8px 0 !important;
    }

    .site-navigation ul.menu li:hover > ul {
        display: block;
    }

    .site-header-n > .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .site-navigation ul.menu li.menu-item-has-children.trans90::after {
        transform: rotate(135deg);
    }

    .site-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu {
        right: auto !important;
        left: -253px;
        margin-top: 18px;
        background: #cacaca;
        border-radius: 20px;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        color: #fff;
        background: #9c774b;
    }

    ul.lang_mobile {
        display: none;
    }

    #fusion_scroll {
        bottom: 20px;
    }

    #fusion_scroll .elementor-button {
        width: 65px;
        height: 110px;
    }

    #fusion_scroll .elementor-button::before {
        height: 68px;
    }

    #fusion_scroll .elementor-button-text {
        font-size: 10px;
        letter-spacing: 6px;
    }

    .header-right {
        gap: 14px;
    }

    .booking_table a {
        min-width: 125px;
    }
}

@media (max-width: 767px) {
    .zoom_banner {
        background-size: cover !important;
    }

    a#callnowbutton {
        display: block;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        color: #fff;
        background: #9c774b;
    }

    .menu-modal .inner-modal {
        width: 100%;
    }
    .banner_img{min-height: 350px;}
}

@media (max-width: 480px) {
    .mobile {
        display: block;
    }

    .site-navigation.display_block_menu ul li a {
        font-size: 28px;
    }

    .site-navigation ul.menu li.menu-item-has-children::after {
        margin-top: 15px;
    }

    .login.login_mobile.tablet.active a {
        font-size: 28px;
    }

    .site-navigation ul.menu {
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 70px;
    }

    .login.login_mobile.tablet.active {
        bottom: 10px;
    }

    .site-header .header-inner {
        align-items: center;
        flex-direction: row;
    }

    .booking_table {
        display: block;
    }

    .site-navigation ul.menu li.menu-item-has-children::after {
        top: 12px;
    }

    .site-navigation ul.menu li ul.sub-menu li a {
        padding: 0 !important;
    }

    .site-header .site-branding .site-logo img {
        width: 65px;
        max-width: 65px;
        float: left;
    }

    .site-header-n > .container {
        max-width: 100%;
        padding: 0 15px;
    }

    #site-header.is_scroll .site-logo a img {
        width: 76px;
    }

    .site-header {
        padding: 8px 15px;
    }

    .post-template-default.single.single-post .entry-title {
        font-size: 24px;
        padding: 0;
    }

    .post-template-default.single.single-post #content {
        max-width: 1000px;
        margin: 25px auto;
        margin-top: 15px;
    }

    .eicon-menu-bar::before {
        color: #9c774b;
    }

    .menu-modal .inner-modal {
        width: 100%;
    }

    .booking_table a span {
        display: block;
    }

    .booking_table a {
        min-width: auto;
        height: 30px;
        padding: 0 10px !important;
    }

    .booking_table a span {
        font-size: 11px;
    }

    .language-toggle {
        font-size: 12px;
    }

    .header-right {
        gap: 10px;
    }

    div#hotline_restaurant {
        display: none;
    }
}
