.language-select-wrap {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

/* Keep native select visible even if nice-select was applied from cached JS */
select.language-select {
    display: block !important;
    visibility: visible !important;
}

select.language-select + .nice-select {
    display: none !important;
}

.language-select {
    appearance: none;
    -webkit-appearance: none;
    min-width: 130px;
    padding: 8px 36px 8px 12px;
    font-size: 16px;
    line-height: 1.3;
    font-family: inherit;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.08);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    min-height: 44px;
    touch-action: manipulation;
}

.language-select:hover,
.language-select:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.12);
}

.header-sticky .language-select,
.header-duplicate .language-select {
    color: var(--tj-color-heading-primary, #0f0f0f);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230f0f0f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header-sticky .language-select:hover,
.header-sticky .language-select:focus,
.header-duplicate .language-select:hover,
.header-duplicate .language-select:focus {
    border-color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.06);
}

.header-right-item {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 5;
}

.header-right-item .language-select-wrap {
    position: relative;
    z-index: 6;
}

.hamburger-language-select {
    padding: 12px 0 0;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 10;
}

.hamburger-language-title {
    font-size: 16px;
    margin-bottom: 12px;
    opacity: 0.85;
}

.hamburger-language-select .language-select-wrap {
    width: 100%;
    display: block;
}

.hamburger-language-select .language-select {
    width: 100%;
    color: var(--tj-color-common-white, #fff);
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html[dir="rtl"] .language-select {
    padding: 8px 12px 8px 36px;
    background-position: left 12px center;
}

html[dir="rtl"] .header-wrapper,
html[dir="rtl"] .mainmenu ul {
    direction: rtl;
}

html[dir="rtl"] .banner-content-2,
html[dir="rtl"] .sec-heading,
html[dir="rtl"] .team-details__content,
html[dir="rtl"] .contact-item {
    text-align: right;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .hamburger-language-select {
        margin-top: 12px;
        padding-top: 16px;
    }

    .hamburger-language-select .language-select {
        min-height: 48px;
        padding: 12px 40px 12px 14px;
    }

    .header-right-item {
        display: none !important;
    }
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Inner page header — show headerBg.png without dark gray wash */
.tj-page-header {
    background-color: transparent;
    background-blend-mode: normal;
}

/* About page hero — 1890×920, blurred + cropped hero-img-2 */
.about-page-hero {
    margin-bottom: 0;
}

.about-page-hero__frame {
    position: relative;
    width: 100%;
    max-width: 1890px;
    margin-inline: auto;
    aspect-ratio: 1890 / 920;
    max-height: 920px;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--tj-color-theme-dark, #0c1e21);
}

.about-page-hero__media {
    position: absolute;
    inset: -8%;
    z-index: 0;
}

.about-page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    filter: blur(14px);
    transform: scale(1.12);
    transform-origin: center center;
}

.about-page-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(12, 30, 33, 0.35) 0%,
        rgba(12, 30, 33, 0.62) 55%,
        rgba(12, 30, 33, 0.78) 100%
    );
}

.about-page-hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
}

.about-page-hero .tj-page-title {
    color: var(--tj-color-common-white, #fff);
}

.about-page-hero .tj-page-link a,
.about-page-hero .tj-page-link span {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .about-page-hero__frame {
        aspect-ratio: 16 / 10;
        max-height: none;
    }

    .about-page-hero__media img {
        filter: blur(10px);
        object-position: center center;
    }

    .about-page-hero__content {
        padding: 32px 16px;
    }
}

@media (max-width: 575px) {
    .about-page-hero__frame {
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }
}
