﻿/* Minimal RTL overrides for Arabic pages */

html[dir="rtl"] body {
    text-align: right;
}

html[dir="rtl"] .navbar .navbar-nav {
    margin-left: 0 !important;
    margin-right: auto !important;
}

html[dir="rtl"] .dropdown-menu-end {
    right: auto !important;
    left: 0 !important;
}

html[dir="rtl"] .me-2, html[dir="rtl"] .me-3, html[dir="rtl"] .me-4, html[dir="rtl"] .me-5 {
    margin-right: 0 !important;
}

html[dir="rtl"] .ms-2, html[dir="rtl"] .ms-3, html[dir="rtl"] .ms-4, html[dir="rtl"] .ms-5 {
    margin-left: 0 !important;
}

/* Optional: cards & lists feel more natural in RTL */
html[dir="rtl"] ul, html[dir="rtl"] ol {
    padding-right: 1.2rem;
    padding-left: 0;
}

/* Keep numbers (phones, stats) readable */
html[dir="rtl"] .fw-bold,
html[dir="rtl"] .store-address,
html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"] {
    direction: ltr;
    unicode-bidi: plaintext;
}
