/* ===== HERO RTL FIX (force right in Arabic) ===== */

/* تأكد أن العمود ما يكون مثبت على اليسار */
[dir="rtl"] .home-hero-inner--single {
    justify-content: flex-end !important;
}

[dir="rtl"] .home-hero-col--left {
    margin-left: 0 !important;
    margin-right: 0 !important;

    text-align: right !important;

    /* إذا كان عندك positioning */
    left: auto !important;
    right: 0 !important;
}

/* إذا كان العنوان أو النصوص عليها text-align يسار */
[dir="rtl"] .home-hero-title,
[dir="rtl"] .home-hero-kicker,
[dir="rtl"] .home-hero-sub,
[dir="rtl"] .home-hero-desc {
    text-align: right !important;
}

/* الميتا تحت النص */
[dir="rtl"] .home-hero-meta {
    justify-content: flex-end !important;
}

[dir="rtl"] .home-hero-meta span {
    direction: rtl;
}
