/* Site-wide RTL directional icons. Keep controls in their original clickable
   positions and mirror only the glyph, so previous/next behavior is unchanged. */
body.rtl rs-arrow.tparrows::before,
body.rtl .themetechmount-boxes-row-wrapper .slick-arrow::before,
body.rtl .tm-iocnbox-btn a::after,
body.rtl .themetechmount-blogbox-footer-readmore a::after,
body.rtl i.flaticon-right-arrow-2::before,
body.rtl i.flaticon-up-right-arrow-1::before,
body.rtl .woocommerce-pagination a.next::before,
body.rtl .woocommerce-pagination a.prev::before {
  display: inline-block;
  transform: scaleX(-1);
}

body.rtl .elementor-swiper-button i,
body.rtl .swiper-button-prev::after,
body.rtl .swiper-button-next::after,
body.rtl .themetechmount-pagination a.next i,
body.rtl .themetechmount-pagination a.prev i {
  transform: scaleX(-1);
}
