.language-switcher-dropdown {
    position: relative;
    display: inline-block;
    z-index: 10000;
}

.language-switcher-dropdown .lang-current {
    cursor: pointer;
    padding: 8px 12px;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
}

.site-header.active-color .language-switcher-dropdown .lang-current {
    color: #333;
}

.language-switcher-dropdown .lang-menu {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 8px 0;
    min-width: 140px;
    white-space: nowrap;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.language-switcher-dropdown .lang-menu a {
    padding: 8px 16px;
    transition: background 0.2s;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-switcher-dropdown .lang-menu a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.language-switcher-dropdown .lang-menu a.active::after {
    content: "\2713";
    margin-left: 12px;
    font-weight: bold;
}

.language-switcher-dropdown:hover .lang-menu {
    display: block;
}

.language-switcher-dropdown::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
}

.aside-nav-toggler-icon {
    font-size: 1rem;
    transform: scale(1.5, 1);
    transform-origin: left center;
    font-weight: 900;
}

.language-switcher-dropdown .lang-menu a {
    text-decoration: none;
}

.weather {
    line-height: 18px;
}

.site-popup-offer {
    background-color: #553621;
    max-width: 15rem;
    top: 100%;
    right: 0.5rem;
    margin-top: 0.5rem;
}

.site-popup-new-site {
    background: #f7f7f7db;
    max-width: 15rem;
    top: 100%;
    left: 0.5rem;
    margin-top: 0.5rem;
}

.site-popup-offer-mobile {
    background-color: #553621;
    max-width: 15rem;
    margin-top: 0.5rem;
}

.site-popup-new-site-mobile {
    background: #f7f7f7db;
    max-width: 15rem;
}

.site-popup-close {
    top: 0;
    right: 0.75rem;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    opacity: 0.7;
}

.site-popup-mobile-close {
    top: 0;
    right: 0.75rem;
}

.site-slider-full {
    height: 100vh;
}

.site-slider-media {
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.site-slider-iframe-wrap {
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.site-slider-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 100vh;
    min-width: 100%;
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
}

.site-slider-overlay {
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
    top: 0;
    left: 0;
}

.site-slider-content {
    z-index: 3;
    height: 100%;
}

.site-slider-content-inner {
    z-index: 14;
}

.site-slider-option {
    margin-bottom: 100px;
}

.custom-booking-search {
    background-color: #553621;
    border-radius: 0;
}

.custom-booking-search .form-control {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    color: #553621;
    font-size: 15px;
    height: 42px;
    padding: 0.5rem 1rem;
}

.custom-booking-search select.form-control {
    font-weight: 500;
}

.custom-booking-search .sedate {
    cursor: pointer;
    background-color: #fff;
}

.custom-booking-search .btn {
    background: #bc9749;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    height: 42px;
}

@media (max-width: 991.98px) {
    .custom-booking-search-wrap {
        margin-top: -12.25rem;
        margin-bottom: 1rem;
        position: relative;
        z-index: 12;
    }

    .custom-booking-search {
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    }

    .custom-booking-search .form-control,
    .custom-booking-search .btn {
        border-radius: 4px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .custom-booking-search-wrap {
        margin-top: -6.2rem;
        position: relative;
        z-index: 12;
    }
}
