:root {
    --topbar-bg: rgba(0, 0, 0, 0.55);
    --topbar-text: #ffffff;
    --header-nav-bg: rgba(0, 0, 0, 0.55);
    --header-nav-text: #ffffff;
    --header-nav-hover: #ffffff;
    --header-reserve-bg: #d99201;
    --header-reserve-hover: #c7031f;
    --header-submenu-bg: #ffffff;
    --header-submenu-text: #333333;
    --header-submenu-hover: #d99201;
    --header-submenu-border: #f0f0f0;
    --sidebar-bg: #ffffff;
    --sidebar-border: #e7e7e7;
}

body:not(#body-home) {
    & .site-header {
        box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 10px;
    }
}

.site-header {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0));

    & .ctnr {
        --container: 1200px;
    }

    &.scrolled {
        & .topbar {
            display: none;
        }

        & .header-desktop {
            @media (min-width: 991px) {
                position: fixed;
                width: 100%;
                top: 0px;
                z-index: 199;
                background: rgb(50, 83, 61);
                box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 12px;
                animation: 0.35s ease-out 0s 1 normal none running slideDown;
                padding-top: 5px;
            }
        }

        & .header-nav__enter img {
            max-height: 60px;
        }

        & .menuList-main>li>a {
            padding: 14px 6px;
        }

        & .header-nav__left {
            border-top: none;
        }

        & .header-nav__right {
            border-top: none;
        }

        @media (max-width: 992px) {
            & .header-middle {
                position: fixed;
                width: 100%;
                top: 0px;
                z-index: 199;
                background: rgb(50, 83, 61);
                box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 12px;
                animation: 0.35s ease-out 0s 1 normal none running slideDown;
                padding-top: 5px;
            }
        }
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.topbar-bottom,
.topbar__bar {
    font-size: 16px;
    position: relative;
    color: white;
    margin-bottom: -10px;
}

.topbar-bottom .box-content,
.topbar__container {
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-bottom .box-content .box-right,
.topbar__actions {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 15px;
}

.topbar-bottom .hotline a,
.topbar__hotline a {
    font-weight: 700;
    color: inherit;
}

.topbar__hotline img {
    object-fit: contain;
    max-width: 16px;
    display: block;
    transform: translateY(-2px);
    height: auto !important;
}

.topbar-bottom .contact,
.topbar__contact {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.topbar-bottom .contact a,
.topbar__contact a {
    color: var(--topbar-color-text, var(--topbar-text));
}

.topbar-bottom .contact::before,
.topbar__contact::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0px;
    margin: auto;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.4);
}

.topbar-bottom .box-right__search,
.topbar__search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar-bottom .box-right__search .svg,
.topbar__search-btn svg {
    width: 18px;
    height: 18px;
    fill: rgb(255, 255, 255);
}

.gtranslate_wrapper {
    display: flex;
    align-items: center;
}

.gtranslate_wrapper .gt_switcher_wrapper>a:first-child,
.gtranslate_wrapper select>option[value=""],
.gt_switcher .gt_selected>span.gt-lang-code,
.gtranslate_wrapper [title="Select Language"],
.gt-lang-code {
    display: none !important;
}

.gtranslate_wrapper select,
.gtranslate_wrapper .gt_switcher,
.gt_switcher {
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") right 8px center no-repeat transparent !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 4px !important;
    padding: 4px 28px 4px 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    outline: none !important;
}

.gtranslate_wrapper select option {
    background: rgb(217, 146, 1);
    color: rgb(255, 255, 255);
}

.gt_switcher_wrapper {
    display: flex !important;
    align-items: center !important;
}

.gt_switcher {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 4px 28px 4px 10px !important;
    min-width: 110px !important;
}

.gt_switcher .gt_selected {
    color: rgb(255, 255, 255) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.gt_switcher .gt_selected img {
    width: 18px !important;
    height: auto !important;
    border-radius: 2px !important;
    margin-right: 4px !important;
}

.gt_switcher .gt_list {
    background: rgb(217, 146, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px !important;
    top: calc(100% + 4px) !important;
}

.gt_switcher .gt_list a {
    color: rgb(255, 255, 255) !important;
    font-size: 13px !important;
    padding: 6px 10px !important;
}

.gt_switcher .gt_list a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

.topbar-bottom .box-right__button.reservation,
.topbar__reserve-btn {
    background-color: var(--header-reserve-bg);
    color: rgb(255, 255, 255);
    border: none;
    padding: 7px 22px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    animation: 1s ease 0s infinite alternate none running buttonFlash;

    @media (max-width: 992px) {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.topbar-bottom .box-right__button.reservation:hover,
.topbar__reserve-btn:hover {
    background-color: var(--header-reserve-hover);
    transform: scale(1.05);
    box-shadow: rgba(229, 4, 41, 0.4) 0px 0px 15px;
    animation: auto ease 0s 1 normal none running none;
}

@keyframes buttonFlash {
    0% {
        background-color: var(--header-reserve-bg);
    }

    100% {
        background-color: red;
    }
}

.topbar-bottom .notify {
    position: relative;
}

.topbar-bottom .notify .noti-tt {
    color: var(--topbar-color-text, var(--topbar-text));
    position: relative;
    cursor: pointer;
}

.topbar-bottom .notify .noti-tt .noti-numb {
    position: absolute;
    top: -5px;
    left: 12px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
}

.topbar-bottom .notify .noti-tt svg {
    margin-right: 7px;
    fill: currentcolor;
}

.topbar-bottom .notify .notify-container {
    position: absolute;
    z-index: 99;
    top: calc(100% + 6px);
    right: -12px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    transform: translateY(20px);
}

.topbar-bottom .notify .notify-container::after {
    content: "";
    position: absolute;
    top: -24px;
    right: 15%;
    z-index: 99;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
    border-image: initial;
    width: 0px;
    height: 0px;
}

.topbar-bottom .notify .sitenav-wrapper {
    background: rgb(255, 255, 255);
    width: auto;
    min-width: 360px;
    z-index: 15;
    padding: 0px;
    border-radius: 0px 0px 3px 3px;
    position: relative;
}

.topbar-bottom .notify .sitenav-header {
    display: none;
}

.topbar-bottom .notify .more-notify {
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

.topbar-bottom .notify .more-notify a {
    color: rgb(0, 127, 240);
}

.topbar-bottom .notify:hover .notify-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media (min-width: 992px) {
    .topbar-bottom .sitenav-inner .sitenav-content {
        max-height: 70vh;
    }
}

@media (max-width: 991px) {

    .topbar-bottom,
    .topbar__bar {
        display: none;
    }
}

.topbar-banner {
    background: rgb(210, 11, 40);
    transition: 0.3s;
}

.topbar-banner.hide {
    display: none;
}

.topbar-banner__inner {
    position: relative;
    max-width: 1920px;
    margin: 0px auto;
}

.topbar-banner__close {
    position: absolute;
    top: 15%;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

@media (max-width: 991px) {
    .topbar-banner__close {
        top: 10%;
    }
}

.header-nav {
    position: relative;
    z-index: 999;
}

.header-nav__flex {
    gap: 20px;
    align-items: center;
}

.header-nav__left {
    flex: 1 1 0%;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.header-nav__enter {
    width: 180px;
    text-align: center;

    img {
        max-height: 90px;
        transition: max-height 0.3s;
    }
}

.header-nav__right {
    flex: 1 1 0%;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.navbar-mainmenu,
.nav-menu {
    width: 100%;
}

.menuList-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menuList-main>li.logo a {
    display: inline-block;
    padding: 0px 6px;
}

.menuList-main>li.logo img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 2px 4px);
}

.menuList-main>li,
.nav-menu__item {
    position: relative;
    list-style: none;
    margin: 0px 12px;
}

.menuList-main>li>a,
.nav-menu__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 18px 6px;
    color: var(--header-nav-text);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
    white-space: nowrap;
    opacity: 0.9;
}

.menuList-main>li>a svg,
.nav-menu__arrow {
    width: 12px;
    height: 12px;
    fill: var(--header-nav-text);
    transition: transform 0.2s;
    flex-shrink: 0;
}

@media (min-width: 992px) {

    .menuList-main>li:hover>a svg,
    .nav-menu__item:hover>.nav-menu__link .nav-menu__arrow {
        transform: rotate(180deg);
    }

    .menuList-main li.has-submenu .menuList-submain,
    .nav-submenu {
        background: var(--header-submenu-bg);
        max-width: 220px;
        width: max-content;
        padding: 0px;
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0px;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
        transition: 0.3s;
        transform: translateY(10px);
        border-radius: 0px 0px 4px 4px;
    }

    .menuList-main li.has-submenu:hover>.menuList-submain,
    .nav-menu__item:hover>.nav-submenu {
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    .menuList-submain li a:hover,
    .nav-submenu__link:hover {
        background-color: rgb(248, 248, 248);
        color: var(--header-submenu-hover);
        padding-left: 20px;
    }

    .menuList-main>li>a::after,
    .nav-menu__link::after {
        content: "";
        position: absolute;
        bottom: 12px;
        left: 6px;
        right: 6px;
        height: 2px;
        background-color: var(--header-nav-hover);
        transform: scaleX(0);
        transform-origin: center center;
        transition: transform 0.3s;
    }

    .menuList-main>li:not(.logo):hover>a,
    .nav-menu__item:not(.logo):hover>.nav-menu__link {
        opacity: 1;
    }

    .menuList-main>li:not(.logo):hover>a::after,
    .nav-menu__item:hover>.nav-menu__link::after {
        transform: scaleX(1);
    }

    .menuList-submain li a,
    .nav-submenu__link {
        display: block;
        padding: 10px 16px;
        color: var(--header-submenu-text);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid var(--header-submenu-border);
        transition: 0.2s;
    }

    .menuList-submain li:last-child a,
    .nav-submenu__item:last-child .nav-submenu__link {
        border-bottom: none;
    }
}

@media (max-width: 991px) {
    .header-nav {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        z-index: 999;
        background: rgba(11, 11, 11, 0.49);
        transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.3s;

        &.is-opened {
            transform: translateX(0px);
            opacity: 1;
        }

        & .ctnr {
            width: 265px;
            max-width: 265px;
            padding: 0px;
            background: var(--color-4);
            height: 100vh;
            overflow-y: auto;
            margin: 0px;
        }

        & .nav-menu__list,
        & .header-nav__flex {
            display: block;
        }

        & .header-nav__flex {
            padding-top: 20px;
        }

        & .header-nav__left,
        & .header-nav__right {
            border: none;
        }
    }

    .menuList-main>li.has-submenu>a {
        padding-right: 35px;
        display: block;

        & .dropdown-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            fill: white;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    .opened {
        &>a>.dropdown-icon {
            & svg {
                transform: rotate(180deg);
            }
        }
    }

    .header-nav__close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: rgb(255, 255, 255);

        & svg {
            width: 15px;
            height: 15px;
            fill: rgb(255, 255, 255);
        }
    }

    .menuList-submain {
        display: none;
    }

    .menuList-main>li>a,
    .nav-menu__link {
        padding: 10px 0px;
    }

    .menuList-submain li {
        list-style: circle;
        color: white;
        margin-left: 18px;
    }

    .menuList-submain li a,
    .nav-submenu__link {
        color: white;
        padding-left: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .menuList-main>li,
    .nav-menu__item {
        margin: 0px 6px;
    }

    .menuList-main>li>a,
    .nav-menu__link {
        font-size: 12px;
        padding: 15px 4px;
        letter-spacing: 0.5px;
    }

    .menuList-main>li.logo img {
        max-height: 55px;
    }
}

.header-wrap-search,
.header-search {
    position: fixed;
    inset: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.header-wrap-search.is-open,
.header-search.is-open {
    opacity: 1;
    visibility: visible;
}

.header-search__inner {
    width: 100%;
    max-width: 650px;
    padding: 0px 20px;
    transform: translateY(-20px);
    transition: transform 0.3s;
}

.header-wrap-search.is-open .header-search__inner {
    transform: translateY(0px);
}

.header-search__box {
    position: relative;
}

.header-search__box .searchform-product {
    display: flex;
    position: relative;
}

.header-search__box .wpo-search-inner {
    flex: 1 1 0%;
}

.header-search__box .input-search {
    width: 100%;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 4px 0px 0px 4px;
    height: 50px;
    font-size: 16px;
    padding: 3px 15px;
    outline: none;
}

.header-search__box .btn-search {
    background-color: var(--header-reserve-bg, #e50429);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px 4px 4px 0px;
    width: 55px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.header-search__box .btn-search:hover {
    background-color: var(--header-reserve-hover, #c7031f);
}

.header-search__box .btn-search svg {
    width: 20px;
    height: 20px;
    fill: rgb(255, 255, 255);
}

.header-search__close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.header-search__close:hover {
    opacity: 1;
}

.sidebar-main,
.mobile-sidebar {
    position: relative;
    z-index: 100;
}

.sidebar-main .sitenav-wrapper,
.mobile-sidebar__nav {
    background: var(--sidebar-bg);
    width: 85%;
    max-width: 400px;
    position: fixed;
    z-index: 101;
    top: 0px;
    bottom: 0px;
    left: 0px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sidebar-main .sitenav-wrapper.sitenav-right {
    left: auto;
    right: 0px;
    transform: translateX(100%);
}

.sidebar-main .sitenav-wrapper.is-opened,
.mobile-sidebar__nav--open {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.sidebar-main .sitenav-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-main .sitenav-header,
.mobile-sidebar__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid var(--sidebar-border);
}

.sidebar-main .sitenav-header__title,
.mobile-sidebar__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
}

.sidebar-main .btn-sitenav-close,
.mobile-sidebar__close {
    display: block;
    padding: 0px 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.sidebar-main .btn-sitenav-close svg,
.mobile-sidebar__close svg {
    width: 17px;
    height: 100%;
    cursor: pointer;
}

.sidebar-main .sitenav-content,
.mobile-sidebar__content {
    padding: 15px;
    position: relative;
    overflow-y: auto;
    flex: 1 1 auto;
}

.sidebar-main .sitenav-content::-webkit-scrollbar,
.mobile-sidebar__content::-webkit-scrollbar {
    width: 4px;
}

.sidebar-main .sitenav-content::-webkit-scrollbar-thumb,
.mobile-sidebar__content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(225, 227, 228);
}

.sidebar-main .sitenav-footer,
.mobile-sidebar__footer {
    padding: 15px;
    margin-top: auto;
    border-top: 1px solid var(--sidebar-border);
}

.sidebar-main .menuList-links,
.mobile-sidebar__menu-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sidebar-main .menuList-links li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    list-style: none;
}

.sidebar-main .menuList-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar-main .menuList-links li a:hover {
    color: var(--header-submenu-hover);
}

.sidebar-main .icon-plus-submenu {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.sidebar-main .icon-plus-submenu::before,
.sidebar-main .icon-plus-submenu::after {
    content: "";
    position: absolute;
    background: rgb(102, 102, 102);
    transition: transform 0.3s;
}

.sidebar-main .icon-plus-submenu::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-main .icon-plus-submenu::after {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-main .has-submenu.opened .icon-plus-submenu::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sidebar-main .submenu-links {
    padding-left: 15px;
    margin: 0px;
    list-style: none;
}

.sidebar-main .submenu-links li a {
    padding: 8px 0px;
    font-size: 14px;
    color: rgb(85, 85, 85);
}

.sidebar-main .submenu-links li a:hover {
    color: var(--header-submenu-hover);
}

.sidebar-main .sitenav-mask,
.mobile-sidebar__mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.sidebar-main .sitenav-wrapper.is-opened~.sitenav-mask,
.mobile-sidebar__mask--visible {
    opacity: 1;
    visibility: visible;
}

.header-middle {
    display: none;
    padding: 10px 0px;

    @media (max-width: 992px) {
        display: block;
    }
}

.header-middle__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-middle__logo a {
    display: flex;
}

.header-middle__logo img {
    max-height: 50px;
    width: auto;
}

.header-middle__action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-middle__action__menu,
.header-middle__search {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    color: rgb(51, 51, 51);
}

.header-middle__action__menu svg,
.header-middle__search svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.location-noscroll.locked-scroll {
    overflow: hidden;
}

body.noscroll {
    overflow: hidden;
    width: 100%;
    top: 0px;
    height: 100%;
}

.booking-modal {
    position: fixed;
    inset: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.booking-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.booking-modal__wrapper {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 32px;
    display: flex;
    max-width: 1100px;
    width: 100%;
    overflow: hidden auto;
    position: relative;
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s;
    max-height: 100vh;

    @media (max-width: 768px) {
        flex-wrap: wrap;
    }
}

.booking-modal.is-open .booking-modal__wrapper {
    transform: translateY(0px) scale(1);
}

.booking-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 2;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s, color 0.2s;
}

.booking-modal__close:hover {
    background: rgb(240, 240, 240);
    color: rgb(34, 34, 34);
}

.booking-modal__form {
    padding: 44px 48px 44px 44px;
    flex: 1 1 0%;
    min-width: 0px;
}

.booking-modal__title {
    font-size: 26px;
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin: 0px 0px 10px;
}

.booking-modal__hotline {
    font-size: 16px;
    color: rgb(68, 68, 68);
    margin: 0px 0px 28px;
}

.booking-modal__hotline a {
    color: rgb(21, 101, 192);
    font-weight: 600;
    text-decoration: none;
}

.booking-modal__hotline a:hover {
    text-decoration: underline;
}

.booking-modal__group {
    margin-bottom: 16px;
    gap: 10px 0px;

    @media (max-width: 992px) {
        margin-bottom: 10px;
    }
}

.booking-modal__label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    margin-bottom: 6px;
}

.booking-modal__input {
    width: 100%;
    border: 1.5px solid rgb(208, 213, 221);
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    appearance: none;
    height: 40px;
}

.booking-modal__input:focus {
    border-color: rgb(21, 101, 192);
}

.booking-modal__input::placeholder {
    color: rgb(170, 170, 170);
}

select.booking-modal__input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

.booking-modal__textarea {
    resize: vertical;
    min-height: 90px;
}

.booking-modal__submit {
    background: var(--color-2);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    padding: 13px 36px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: -8px;
    transition: background 0.2s, transform 0.1s;
    text-transform: uppercase;
}

.booking-modal__submit:hover {
    background: var(--color-4);
}

.booking-modal__submit:active {
    transform: scale(0.98);
}

.booking-modal__image {
    width: 50%;
    flex-shrink: 0;
}

.booking-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .booking-modal {
        padding: 5px;
        align-items: normal;
    }

    .booking-modal__image {
        width: 100%;
        order: 1;
    }

    .booking-modal__form {
        padding: 20px 15px;
        order: 2;
    }

    .booking-modal__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .booking-modal__hotline {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .booking-modal__hotline a {
        color: rgb(9, 116, 128);
    }

    .booking-modal__group {
        margin-bottom: 12px;
        gap: 8px 0px;
    }

    .booking-modal__label {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .booking-modal__input {
        height: 40px;
        padding: 8px 12px;
        font-size: 14px;
    }

    .booking-modal__textarea {
        min-height: 70px;
    }

    .booking-modal__submit {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .booking-modal__close {
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(4px);
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 24px;
    }
}