
/* RTL adjustments for ITRI Luxe */
body{ direction: rtl; }
.header-inner{ flex-direction: row-reverse; }
.brand{ flex-direction: row-reverse; }
.lang-switcher{ flex-direction: row-reverse; }
.hero-grid{ direction: rtl; }
.section-title, .h1{ letter-spacing: .10em; } /* looks better in Arabic */
.nav a, .btn{ letter-spacing: .10em; }

body.rtl{ direction: rtl; }

/* Arabic typography */
body.rtl, body:lang(ar){
  font-family: "Tajawal", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
