
.header-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.header-lang-switcher .lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #d9d9d9;
    background: #f8f9fa;
    color: #2b2b2b;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: .02em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: all .18s ease-in-out;
}

.header-lang-switcher .lang-btn:hover {
    background: #ffffff;
    color: #c9302c;
    border-color: #c9302c;
    transform: translateY(-1px);
}

.header-lang-switcher .lang-btn.active {
    background: #c9302c;
    border-color: #c9302c;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(201, 48, 44, .22);
}

.header-nav-right {
    gap: 12px;
    flex-wrap: wrap;
}

.mobile-lang-cta {
    display: none;
    margin-top: 14px;
    padding: 0 15px 15px;
}

.mobile-lang-cta .lang-switcher-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.mobile-lang-cta .lang-switcher-wrap .lang-btn,
.mobile-lang-cta .join-us-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #d9d9d9;
    background: #f8f9fa;
    color: #2b2b2b;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.mobile-lang-cta .lang-switcher-wrap .lang-btn.active {
    background: #c9302c;
    border-color: #c9302c;
    color: #fff;
}

.mobile-lang-cta .join-us-btn {
    width: 100%;
    min-width: 0;
    background: #c9302c;
    border-color: #c9302c;
    color: #fff;
}

.mobile-lang-cta .join-us-btn i {
    margin-left: 8px;
}

@media (max-width: 991px) {
    .header-nav-right {
        margin-top: 14px;
        justify-content: flex-start;
    }

    .header-lang-switcher {
        width: 100%;
        justify-content: flex-start;
    }

    .header-lang-switcher .lang-btn {
        min-width: 58px;
        height: 40px;
    }

    .mobile-lang-cta {
        display: block;
    }
}

.unit-address {
    white-space: nowrap;
}





.article-head-row {
    align-items: stretch;
}

.article-cover-wrap {
    height: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
}

.article-cover-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    display: block;
}

.article-info-box {
    height: 100%;
    padding: 1rem 1.1rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
}

.article-info-item {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.article-info-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.article-share-box {
    padding-top: 0.5rem;
}

.article-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-share-links--compact {
    gap: 8px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: all .18s ease-in-out;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}

.share-btn--sm {
    width: 34px;
    height: 34px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    flex: 0 0 34px;
}

.share-btn i {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-btn--sm i {
    font-size: 14px;
}

.share-btn:hover {
    transform: translateY(-1px);
}

.share-facebook {
    background: #f5f8ff;
    color: #1877f2;
    border-color: rgba(24, 119, 242, 0.18);
}

.share-facebook:hover {
    background: #1877f2;
    color: #fff;
}

.share-x {
    background: #f6f7f8;
    color: #111827;
    border-color: rgba(17, 24, 39, 0.14);
}

.share-x:hover {
    background: #111827;
    color: #fff;
}

.share-linkedin {
    background: #f4f8fb;
    color: #0a66c2;
    border-color: rgba(10, 102, 194, 0.18);
}

.share-linkedin:hover {
    background: #0a66c2;
    color: #fff;
}

.share-whatsapp {
    background: #f2fbf5;
    color: #25d366;
    border-color: rgba(37, 211, 102, 0.18);
}

.share-whatsapp:hover {
    background: #25d366;
    color: #fff;
}


.blog-item--modern {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.blog-item--modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.blog-item-img--modern {
    position: relative;
}

.blog-item-img--modern img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.blog-item-categories {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.blog-cat-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 12px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14);
}

.blog-item-info--modern {
    padding: 1.1rem 1.15rem 1.2rem;
}

.theme-btn--sm {
    padding: 10px 14px;
}



.footer-unit-description p:last-child {
    margin-bottom: 0;
}

.footer-modal-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.footer-modal-link:hover {
    color: inherit;
}

.footer-menu-btn {
    font-size: inherit;
    line-height: inherit;
}

.footer-area .modal-content {
    border-radius: 14px;
    border: 0;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

.footer-area .modal-header {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-area .modal-body {
    line-height: 1.75;
}