/* ARKAN NATIVE LANGUAGE SWITCHER */

.arkan-native-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    flex: 0 0 auto;
}

.arkan-native-lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.arkan-native-lang-link:hover {
    color: #000000;
    background: rgba(255, 210, 0, 0.82);
    text-decoration: none;
}

.arkan-native-lang-link.is-active {
    color: #000000;
    background: var(--arkan-yellow, #ffd200);
}

.arkan-nav-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.arkan-header-inner .arkan-nav-wrap {
    flex: 1 1 auto;
    justify-content: center;
}

/* GOOGLE TRANSLATE HIDE */

.arkan-google-translate-element,
#google_translate_element {
    position: fixed;
    left: -99999px;
    top: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
body > .skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

body {
    top: 0 !important;
}

html.translated-ltr body,
html.translated-rtl body {
    top: 0 !important;
}

.goog-logo-link,
.goog-te-gadget,
.goog-te-gadget span,
.goog-te-balloon-frame,
#goog-gt-tt {
    display: none !important;
}

.goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .arkan-nav-wrap {
        gap: 12px;
    }

    .arkan-native-lang-link {
        min-width: 31px;
        height: 26px;
        font-size: 9px;
    }
}

@media (max-width: 980px) {
    .arkan-menu {
        display: none !important;
    }

    .arkan-header-inner .arkan-nav-wrap {
        flex: 0 0 auto;
        margin-left: auto;
        justify-content: flex-end;
    }

    .arkan-native-lang-switcher {
        display: inline-flex;
    }
}

@media (max-width: 620px) {
    .arkan-native-lang-switcher {
        gap: 3px;
        padding: 3px;
    }

    .arkan-native-lang-link {
        min-width: 29px;
        height: 25px;
        padding: 0 6px;
    }
}
.arkan-native-lang-switcher,
.arkan-native-lang-switcher *,
.notranslate {
    unicode-bidi: isolate;
}

.arkan-brand-word {
    display: inline !important;
}
/* MOBILE FIX FOR GOOGLE TRANSLATE */
html.translated-ltr,
html.translated-rtl,
html.translated-ltr body,
html.translated-rtl body {
    max-width: 100%;
    overflow-x: hidden;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
body > .skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

body {
    top: 0 !important;
}

.arkan-native-lang-switcher,
.arkan-native-lang-switcher * {
    max-width: 100%;
    white-space: nowrap;
}
