/* RTL overrides for Arabic layout */
[dir="rtl"] body {
    font-family: 'Cairo', sans-serif;
}

[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3,
[dir="rtl"] h4, [dir="rtl"] h5 {
    font-family: 'Cairo', sans-serif;
}

[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 28px;
}

[dir="rtl"] .back-to-top {
    right: auto;
    left: 28px;
}

[dir="rtl"] .section-heading::after {
    margin-left: auto;
    margin-right: 0;
}

[dir="rtl"] .section-heading.centered::after {
    margin: 8px auto 0;
}

[dir="rtl"] .course-card .badge-level {
    right: auto;
    left: 12px;
}

/* Navbar RTL */
[dir="rtl"] .oga-brand { flex-direction: row-reverse; }
[dir="rtl"] .oga-brand-text { text-align: right; }
[dir="rtl"] .oga-nav-actions {
    border-left: none !important;
    border-right: 1px solid rgba(0,0,0,.08);
    padding-left: 0 !important;
    padding-right: 16px !important;
    margin-left: 0;
    margin-right: 4px;
}
[dir="rtl"] .oga-navbar .nav-link.oga-nav-link::after {
    left: 13px; right: 13px;
}
[dir="rtl"] .oga-navbar .dropdown-item.oga-drop-item {
    border-left: none;
    border-right: 3px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
}
[dir="rtl"] .oga-navbar .dropdown-item.oga-drop-item:hover,
[dir="rtl"] .oga-navbar .dropdown-item.oga-drop-item:focus {
    border-right-color: var(--oga-secondary);
    padding-right: 24px;
    padding-left: 20px;
}
[dir="rtl"] .oga-btn-arrow { transform: scaleX(-1); }
[dir="rtl"] .oga-enroll-btn:hover .oga-btn-arrow { transform: scaleX(-1) translateX(3px); }
[dir="rtl"] .oga-topbar .topbar-portal-btn .topbar-arrow { transform: scaleX(-1); }
[dir="rtl"] .oga-topbar .topbar-portal-btn:hover .topbar-arrow { transform: scaleX(-1) translateX(3px); }

[dir="rtl"] .ms-auto { margin-right: auto !important; margin-left: 0 !important; }
[dir="rtl"] .me-auto { margin-left: auto !important; margin-right: 0 !important; }
[dir="rtl"] .flash-container { right: auto; left: 20px; }

/* Topbar RTL */
[dir="rtl"] .oga-topbar .topbar-inner { flex-direction: row-reverse; }
[dir="rtl"] .oga-topbar .topbar-left  { flex-direction: row-reverse; }
[dir="rtl"] .oga-topbar .topbar-right { flex-direction: row-reverse; }
[dir="rtl"] .oga-topbar .tb-verify    { border-left: 1px solid rgba(255,255,255,.08); border-right: 1px solid rgba(255,255,255,.08); }
[dir="rtl"] .oga-topbar .tb-arrow     { transform: scaleX(-1); }
[dir="rtl"] .oga-topbar .tb-portal:hover .tb-arrow { transform: scaleX(-1) translateX(3px); }
