.topbar-style-one {
    z-index: 1000 !important;
    overflow: visible !important;
}

.topbar-style-one .container,
.topbar-style-one .row,
.topbar-style-one [class*="col-"] {
    overflow: visible !important;
}

.lang-switcher {
    position: relative;
    display: inline-block;
    z-index: 1001;
}

.lang-switcher__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.lang-switcher__btn:hover,
.lang-switcher.is-open .lang-switcher__btn {
    background: #f4a51d;
    border-color: #f4a51d;
    color: #fff;
}

.lang-switcher__caret {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.lang-switcher.is-open .lang-switcher__caret {
    transform: rotate(180deg);
}

.lang-switcher__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 160px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    z-index: 1002;
}

.lang-switcher__menu[hidden] {
    display: none !important;
}

.lang-switcher__item {
    display: block;
    padding: 10px 14px;
    color: #2d373c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.lang-switcher__item:hover,
.lang-switcher__item.is-active {
    background: #fff7e8;
    color: #f4a51d;
}

/* Mobile menu variant (light background) */
.inner-contact-options .lang-switcher {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.inner-contact-options .lang-switcher__btn {
    width: 100%;
    justify-content: center;
    color: #2d373c;
    border-color: #d0d5dd;
    background: #f8fafc;
}

.inner-contact-options .lang-switcher__menu {
    left: 0;
    right: 0;
}
