/*
Theme Name: Almalki Educational Group
Description: تنسيقات RTL لقالب مجموعة المالكي التعليمية
*/

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', 'Tajawal', sans-serif;
}

html[dir="rtl"] .float-left { float: right !important; }
html[dir="rtl"] .float-right { float: left !important; }
html[dir="rtl"] .text-left { text-align: right !important; }
html[dir="rtl"] .text-right { text-align: left !important; }
html[dir="rtl"] .me-auto { margin-right: 0 !important; margin-left: auto !important; }
html[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
html[dir="rtl"] .border-start { border-left: 0 !important; border-right: 4px solid !important; }
html[dir="rtl"] .border-end { border-right: 0 !important; border-left: 4px solid !important; }
html[dir="rtl"] .ps-3, html[dir="rtl"] .ps-4 { padding-left: 0 !important; padding-right: 1rem !important; }
html[dir="rtl"] .pe-3, html[dir="rtl"] .pe-4 { padding-right: 0 !important; padding-left: 1rem !important; }
html[dir="rtl"] .ms-2, html[dir="rtl"] .ms-3 { margin-left: 0 !important; margin-right: 0.5rem !important; }
html[dir="rtl"] .me-2, html[dir="rtl"] .me-3 { margin-right: 0 !important; margin-left: 0.5rem !important; }

html[dir="rtl"] .dropdown-menu { text-align: right; }
html[dir="rtl"] .navbar-nav { padding-right: 0; }
html[dir="rtl"] .swiper-button-next { right: auto; left: 10px; }
html[dir="rtl"] .swiper-button-prev { left: auto; right: 10px; }
