/* Global RTL support for Arabic pages */
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl input,
body.rtl textarea,
body.rtl select,
body.rtl .form-control,
body.rtl .form-select {
    text-align: right;
}

body.rtl .dropdown-menu,
body.rtl .offcanvas,
body.rtl .modal-content,
body.rtl .tooltip,
body.rtl .popover {
    direction: rtl;
    text-align: right;
}

body.rtl .breadcrumb,
body.rtl .nav,
body.rtl .navbar-nav,
body.rtl .list-unstyled,
body.rtl ul,
body.rtl ol {
    direction: rtl;
}

/* Keep numeric and media-heavy blocks readable */
body.rtl .owl-carousel,
body.rtl video,
body.rtl iframe {
    direction: ltr;
}

body.rtl .text-start {
    text-align: right !important;
}

body.rtl .text-end {
    text-align: left !important;
}

body.rtl nav#menu {
    float: end !important;
}

body.rtl #logo {
    float: right !important;
}