/* Direction-aware tweaks */
html[dir="ltr"] .site-navigation { text-align: left !important; }
html[dir="ltr"] .site-navbar .site-logo { text-align: left; }
html[dir="ltr"] .site-navbar-top .d-flex { justify-content: flex-end; }

/* Optional flipping for icon arrows in LTR if needed can be handled by owl rtl option */

/* Ensure dropdown alignment works in LTR */
html[dir="ltr"] .site-menu .dropdown { left: 0; right: auto; }
html[dir="rtl"] .site-menu .dropdown { right: 0; left: auto; }

/* Utility for RTL body */
body.rtl .ml-auto { margin-left: auto !important; }
body.rtl .mr-auto { margin-right: auto !important; }