/* RTL refinements for Arabic */

.itik-rtl body { direction: rtl; }

/* Display fonts: tighter line-height for Arabic glyphs */
.itik-rtl .itik-hero__title,
.itik-rtl .itik-section__title,
.itik-rtl .itik-cta__title {
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.itik-rtl .itik-hero__title { line-height: 1.3; }
.itik-rtl .itik-line { padding-bottom: 0.28em; padding-top: 0.1em; }

/* Marquee — reverse direction handled in main.css */

/* Logo arrow direction — already flipped via [data-magnetic] in main */

/* Decorative arrows in eyebrow rotator */
.itik-rtl .itik-hero__rotator-prefix { transform: scaleX(-1); }

/* Service card "more" arrow already handled */
