/**
 * RTL layout helpers (Arabic). Loaded only when CURRENT_LOCALE === 'ar'.
 * Complements html[dir="rtl"] from header; extend as more pages are translated.
 *
 * Not: .softomi-ltr (telefon numaraları) ana style.css / style.min.css içinde tanımlıdır.
 *
 * Üst çubuk (navbar): mobilde html dir=rtl flex sırasını ters çevirir; logo ile
 * absolute konumlu dil anahtarı üst üste biner. Navbar satırını LTR tutup sadece
 * açık menü içeriğini RTL bırakıyoruz.
 */
[dir="rtl"] .hero-buttons,
[dir="rtl"] .home-cta-content,
[dir="rtl"] .trust-item,
[dir="rtl"] .leader-reason {
    direction: rtl;
}

@media (max-width: 768px) {
    [dir="rtl"] .header .navbar {
        direction: ltr;
        unicode-bidi: isolate;
    }

    [dir="rtl"] .nav-menu.active,
    [dir="rtl"] .nav-menu.active .dropdown-menu {
        direction: rtl;
        text-align: right;
    }
}

[dir="rtl"] .hero-container-new,
[dir="rtl"] .shop-layout,
[dir="rtl"] .latest-posts-grid {
    direction: rtl;
}

[dir="rtl"] .category-menu a .count {
    margin-left: 0;
    margin-right: auto;
}

[dir="rtl"] .demo-float {
    left: auto;
    right: 20px;
}

[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 20px;
}
