header.header-desktop {
    /* position: fixed; */
    z-index: 9;
    width: 100%;
    background: #fff;
    padding: 12px 0;
}

.item-logo {
    width: 100%;
    max-width: 215px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.item-logo img {
    display: block;
}

.item-navbar-menu {
    width: calc(85% - 250px);
    /* padding-left: 25px; */
}

.item-btn-booknow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-header-desk-contact {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #EAEAEA30; */
    justify-content: space-between;
}

ul.menu-order-1 {
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    font-family: "Old Standard TT", sans-serif;
    ;
}

ul.menu-order-2 {
    position: absolute;
    top: 100%;
    border-top: 0;
    background: #fcfcfc;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
    max-width: 250px;
    width: max-content;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

ul.menu-order-1 li a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}

li.menu-c1 {
    padding: 12px;
    position: relative;
}

li.menu-c1.has-submenu>a {
    padding-right: 20px;
}

li.menu-c1.has-submenu>a::after {
    content: "\e313";
    font-family: "Material Icons Outlined";
    font-size: 18px;
    line-height: 1;
    color: currentColor;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
}

li.menu-c2.has-submenu>a {
    position: relative;
    padding-right: 20px;
}

li.menu-c2.has-submenu>a::after {
    content: "\e313";
    font-family: "Material Icons Outlined";
    font-size: 18px;
    line-height: 1;
    color: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
}

.item-btn-booknow .box-book-nows a {
    color: #fff;
    background-color: #339a5e;
    border: 1px solid #339a5e;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 13px 30px 8px;
    line-height: 23px;
    display: inline-block;
    font-family: "Old Standard TT", sans-serif;
}


.item-btn-booknow .box-book-nows a:hover {
    background-color: #FFF;
    color: #339a5e;
}

ul.menu-order-2 li a {
    color: #555;
    font-size: 16px;
    padding: 12px 25px 12px 22px;
    display: block;
    border-bottom: 1px solid #eee;
    text-transform: math-auto;
    font-weight: 400;
}

li.menu-c1:hover>a::after {
    transform: translateY(-50%) rotate(180deg);
}

li.menu-c1:hover ul.menu-order-2 {
    z-index: 99;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: unset;
    transition: 0.5s ease;
}

li.menu-c1:hover>a {
    color: var(--theme-color);
}

li.menu-c2:hover {
    background: #eee;
}

li.menu-c2 {
    position: relative;
}

li.menu-c2:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 4px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    background: #339a5e;
    transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(0);
}

li.menu-c2:hover:before {
    opacity: 1;
    height: 100%;
    visibility: visible;
    top: 0;
}

header.header-desktop.header-desktop-fiexd {
    z-index: 9999;
    background: #fff !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}



header.header-desktop.header-desktop-fiexd li.menu-c1 a {
    color: #222;
}

header.header-desktop.header-desktop-fiexd li.menu-c1 a:hover {
    color: var(--theme-color);
}

header.header-desktop.header-desktop-fiexd ul.menu-order-1 {
    justify-content: center;
}

/* 
header.header-desktop.header-desktop-fiexd .box-book-nows {
    display: none;
} */

.icon-hotline-fiexd {
    width: 35px;
    height: 35px;
    background: #339a5e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
    padding: 6px;
}

.box-hotline {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    display: none;
}

.content-hotline-fiexd p {
    font-size: 12px;
}

.content-hotline-fiexd span {
    font-weight: 500;
}

header.header-desktop.header-desktop-fiexd .box-hotline {
    display: flex;
}

.header-mobile .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-mobile .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.header-mobile .header-content .logo-m img {
    max-width: 215px;
}

.header-mobile .header-content .avt-path {
    max-width: 215px;
}

.header-mobile .logo {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0px;
}

.header-mobile .menu-toggle {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    position: relative;
    z-index: 1001;
}

.header-mobile .menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.header-mobile .close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    background: #339a5e;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1001;
}

.header-mobile .close-btn:hover {
    background: #339a5e;
    transform: rotate(90deg);
}

.header-mobile .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #ffffff;
    transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 999999;
    overflow-y: auto;
}

.header-mobile .mobile-menu.active {
    right: 0;
}

.header-mobile .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999999;
}

.header-mobile .menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.header-mobile .menu-header {
    padding: 2rem 1.5rem 1rem;
    border-bottom: 1px solid #339a5e5e;
}

.header-mobile .menu-title {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.header-mobile .menu-subtitle {
    color: rgb(0 0 0 / 80%);
    font-size: 14px;
}

.header-mobile .menu-items {
    padding: 1rem 0;
}

.header-mobile .menu-item {
    display: block;
    padding: 1rem 1.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.header-mobile .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.3s ease;
}

.header-mobile .menu-item:hover::before {
    left: 0;
}

.header-mobile .menu-item:hover {
    border-left-color: #339a5e;
    transform: translateX(10px);
    background: #eee;
}

.header-mobile .menu-item i {
    margin-right: 12px;
    font-size: 1.1rem;
}

.header-mobile .menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: var(--theme-color);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-mobile .social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 0px;
}

.header-mobile .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #339a5e;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-mobile .social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.header-mobile .main-content {
    margin-top: 80px;
    padding: 2rem 1.5rem;
    color: #fff;
    text-align: center;
}

.header-mobile .demo-text {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.header-mobile {
    display: none;
}

.content-hotline-fiexd {
    display: block;
    line-height: 1.2;
}

.content-hotline-fiexd strong {
    display: block;
}

.box-pages-english a {
    padding: unset;
    background: none;
}

.item-btn-booknow {
    gap: 0px 15px;
    align-items: center;
}

.box-pages-english a img {
    width: 32px;
    height: 27px;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
}

header.header-desktop.header-desktop-fiexd .box-header-desk-contact {
    padding-top: 0px;
}
















.form-popup-form-meket .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.form-popup-form-meket .popup-form {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 530px;
    width: 100%;
    position: relative;
}

.form-popup-form-meket .popup-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form-popup-form-meket .popup-form input,
.form-popup-form-meket .popup-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    font-family: unset;
}

.form-popup-form-meket .popup-form button {
    width: 100%;
    padding: 12px;
    background: #339a5e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}

.form-popup-form-meket .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.form-popup-form-meket .row-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
    align-items: end;
}

.form-popup-form-meket .row-group label {
    font-weight: 500;
}

.menu-item {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

.has-submenu .submenu {
    display: none;
    padding-left: 15px;
    background-color: #f9f9f9;
}

.has-submenu.active>.submenu {
    display: block;
    padding: 10px 0px 0px 10px;
}

.menu-toggle {
    display: flex;
    /* justify-content: space-between; */
    /* cursor: pointer; */
}

.menu-toggle-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.menu-item-nav {
    display: block;
    padding: 1rem 1.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.menu-item-nav {
    display: block;
    padding: 1rem 1.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.menu-item-nav.has-submenu.active .submenu {
    display: block;
    list-style: decimal;
}

.menu-item-nav.has-submenu .submenu a {
    display: block;
    padding: 5px;
}

.menu-item-nav.has-submenu .submenu {
    background: none;
}

.menu-toggle-nav-c3 {
    display: flex;
    justify-content: space-between;
}

.submenu.submenu-c3 {
    display: none;
}

ul.menu-order-3 {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 0;
}

ul.menu-order-3 {
    display: none;
}

li.menu-c2:hover ul.menu-order-3 {
    display: block;
}













.box-header-desk-contact {
    padding-top: 0px;
}



ul.menu-order-1 li a {
    color: #000;
}

.container-header-top .ctnr {
    background: none !important;
}

.item-left-top ul {
    display: flex;
    align-items: center;
    gap: 0px 17px;
}

.item-left-top ul li a {
    color: #fff;
}

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

.item-right-top ul {
    display: flex;
    align-items: center;
    gap: 0px 8px;
}

.item-right-top ul li img {
    height: 27px;
    object-fit: contain;
}

.container-header-top {
    padding: 22px 0px 10px;
}

header.header-desktop.header-desktop-fiexd .container-header-top {
    display: none;
}

.item-left-top ul li {
    display: flex;
    align-items: center;
    gap: 0px 8px;
}

.item-left-top ul li img {
    width: 20px;
    object-fit: contain;
}

.box-form-popup-member {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
}

.image-avartar-form img {
    display: block;
}

/* Language Switcher */
.box-pages-english {
    position: relative;
    cursor: pointer;
    font-family: inherit;
    z-index: 100;
}

.lang-selected {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

header.header-desktop-fiexd .lang-selected {
    background: #f8f9fa;
}

.lang-selected:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #339a5e;
}

.lang-selected img {
    width: 24px;
    height: 18px !important;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-right: 0 !important;
}

.lang-selected span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.lang-selected::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.box-pages-english:hover .lang-selected::after {
    transform: rotate(180deg);
}

.lang-list {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 90px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid #eee;
}

.box-pages-english:hover .lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-list li {
    padding: 0 !important;
}

.lang-list li:before {
    display: none !important;
}

.lang-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none !important;
    color: #444 !important;
    font-size: 14px;
    transition: all 0.2s ease;
}

.lang-list li a:hover {
    background: #f1f3f5;
    color: #339a5e !important;
}

.lang-list li img {
    width: 20px;
    height: 15px !important;
    object-fit: cover;
    border-radius: 2px;
}

.lang-list li.active a {
    color: #339a5e !important;
    font-weight: 600;
    background: #f8f9fa;
}

/* Mobile specific overrides */
@media (max-width: 990px) {
    .header-mobile .box-pages-english .lang-selected span {
        display: none;
    }

    .header-mobile .box-pages-english .lang-selected {
        padding: 5px 8px;
    }
}

@media(max-width:1500px) {
    ul.menu-order-1 li a {
        font-size: 14px;
    }

    .item-btn-booknow .box-book-nows a {
        font-size: 16px;
        padding: 13px 20px 8px;
    }
}

@media(max-width:990px) {
    .hover-btn span {
        font-size: 15px;
    }

    .box-form-popup-member {
        flex-direction: column;
    }

    .form-popup-form-meket .popup-form {
        width: 100%;
        padding: 30px 15px;
    }

    .form-popup-form-meket .popup-form h2 {
        margin-bottom: 20px !important;
    }

    .image-avartar-form {
        display: none;
    }

    a.menu-item-nav {
        color: #444;
    }

    .slide-mv__img img {
        height: 50vh;
    }

    .box-item-mobile--header {
        display: flex;
        align-items: center;
        gap: 0px 10px;
    }

    a.btn-rooms {
        padding: 6px 40px;
    }

    .header-mobile {
        position: relative;
        z-index: 99;
    }

    .header-desktop-fiexd+.header-mobile {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .header-mobile .header {
        position: unset;
    }

    .header-mobile .logo img {
        height: 55px;
    }

    .slide-mv__info {
        /* display: none; */
    }

    header.header-desktop {
        display: none !important;
    }

    .header-mobile {
        display: block;
    }

    .menu-item-nav-c2 {
        position: relative;
    }

    .menu-item-nav-c2::before {
        content: "";
        position: absolute;
        top: 14px;
        left: -9px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #000;
    }
}

@media (max-width: 768px) {
    .header-mobile .mobile-menu {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .header-mobile .mobile-menu {
        width: 90%;
    }

    .header-mobile .header-content {
        padding: 1rem;
    }

    .header-mobile .logo img {
        height: 45px;
        width: auto;
    }
}

.top-bar .lang {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-family: "Old Standard TT", sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    position: relative;
    padding: 10px 0;
}

.top-bar .lang svg {
    width: 10px;
    height: 10px;
    transition: transform 0.3s;
}

.top-bar .lang:hover svg {
    transform: rotate(180deg);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ DROPDOWN flip ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    /* min-width: 220px; */
    width: max-content;
    max-width: 300px;
    list-style: none;
    background: #339a5e;
    border: 1px solid rgba(200, 169, 110, 0.25);
    z-index: 1001;
    transform-origin: top center;
    transform: perspective(600px) rotateX(-90deg);
    opacity: 0;
    pointer-events: none;
    transition:
        transform 0.38s cubic-bezier(0.23, 1.08, 0.32, 1),
        opacity 0.25s ease;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown,
.lang:hover .dropdown,
.lang .dropdown.active {
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
    pointer-events: auto;
}

.top-bar .lang .dropdown {
    left: auto;
    right: 0;
    min-width: 80px;
}

.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition:
        background 0.2s,
        color 0.2s,
        padding-left 0.2s;
}

.dropdown li:last-child a {
    border-bottom: none;
}

.dropdown a:hover {
    background: rgba(200, 169, 110, 0.08);
    color: #fff;
}

.dropdown a:hover::before {
    opacity: 1;
}

.nav-item:hover .dropdown li {
    animation: slideIn 0.3s ease forwards;
}

.nav-item:hover .dropdown li:nth-child(1) {
    animation-delay: 0.06s;
    opacity: 0;
}

.nav-item:hover .dropdown li:nth-child(2) {
    animation-delay: 0.1s;
    opacity: 0;
}

.nav-item:hover .dropdown li:nth-child(3) {
    animation-delay: 0.14s;
    opacity: 0;
}

.nav-item:hover .dropdown li:nth-child(4) {
    animation-delay: 0.18s;
    opacity: 0;
}

.nav-item:hover .dropdown li:nth-child(5) {
    animation-delay: 0.22s;
    opacity: 0;
}

.nav-item:hover .dropdown li:nth-child(6) {
    animation-delay: 0.26s;
    opacity: 0;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#home_body .header-desktop {
    position: fixed;
    background: transparent;
}

.item-logo .icon-path {
    display: none;
}

#home_body .avt-path {
    display: none;
}

#home_body header.header-desktop.header-desktop-fiexd .avt-path {
    display: block;
}

#home_body .icon-path {
    display: block;
}

#home_body header.header-desktop.header-desktop-fiexd .icon-path {
    display: none;
}

#home_body .top-bar .lang {
    color: #FFF;
}

#home_body header.header-desktop.header-desktop-fiexd .lang {
    color: #000;
}

#home_body ul.menu-order-1>li>a {
    color: #FFF;
}

#home_body header.header-desktop.header-desktop-fiexd ul.menu-order-1>li>a {
    color: #000;
}

#home_body .header-mobile .top-bar .lang {
    color: #000;
}