/* RTL refinements for Arsam site (Persian only) */
html[dir="rtl"] body.arsam-site,
body.arsam-lang-fa,
body.rtl {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .arsam-site .elementor-widget-button .elementor-button-content-wrapper,
body.arsam-lang-fa .elementor-widget-button .elementor-button-content-wrapper,
body.rtl .elementor-widget-button .elementor-button-content-wrapper {
  flex-direction: row-reverse;
}

html[dir="rtl"] .arsam-nav,
html[dir="rtl"] .arsam-header__actions,
html[dir="rtl"] .arsam-footer__grid,
html[dir="rtl"] .arsam-usp-grid,
html[dir="rtl"] .arsam-stats__card,
body.arsam-lang-fa .arsam-nav,
body.arsam-lang-fa .arsam-header__actions,
body.arsam-lang-fa .arsam-footer__grid,
body.arsam-lang-fa .arsam-usp-grid,
body.arsam-lang-fa .arsam-stats__card,
body.rtl .arsam-nav,
body.rtl .arsam-header__actions,
body.rtl .arsam-footer__grid,
body.rtl .arsam-usp-grid,
body.rtl .arsam-stats__card {
  direction: rtl;
}

html[dir="rtl"] .arsam-breadcrumb span.sep,
body.arsam-lang-fa .arsam-breadcrumb span.sep,
body.rtl .arsam-breadcrumb span.sep {
  transform: scaleX(-1);
  display: inline-block;
}
