/* RTL overrides — WordPress loads this automatically for RTL locales */

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

.navbar .container,
.topbar .container { flex-direction: row-reverse; }

/* Arrow directions fix */
.service-link i.fa-arrow-left { transform: scaleX(-1); }
.footer-col ul li a i { transform: scaleX(-1); }
