/* MENA RTL corrections layered over fleet.css (loads after it). AR side only where it matters. */
[dir="rtl"] .elementor-widget-text-editor li[style],
[dir="rtl"] .qn-bullet{ padding-left:0; padding-inline-start:1rem; }
[dir="rtl"] .qn-bullet::before{ left:auto; inset-inline-start:.15rem; }
/* directional chevrons point the reading direction */
[dir="rtl"] :is(main,footer,.footer-wrap,.elementor-popup-modal) .fa-chevron-right::before{ transform:scaleX(-1); }

/* + icons on the homepage keep the brand orange in dark mode (request 2026-09-08) */
body.home[data-theme="dark"] .elementor-widget-icon .elementor-icon,
body.home[data-theme="dark"] .elementor-widget-icon .elementor-icon i,
body.home[data-theme="dark"] .elementor-widget-icon .elementor-icon svg{
  color:#ED6125 !important;
  fill:#ED6125 !important;
  border-color:#ED6125 !important;
}
