/* RTL overrides — loaded automatically by WordPress when site language is RTL (fa_IR). */

body {
	direction: rtl;
	text-align: right;
}

.site-header .nav-primary ul {
	flex-direction: row-reverse;
}

.site-header .nav-toggle {
	right: auto;
	left: var(--space-4);
}

.story-card {
	border-inline-start: none;
	border-inline-end: 3px solid var(--c-orange);
}

.story-card .story-card__cta svg {
	transform: scaleX(-1);
}

.hero__cta-group,
.cta-final__buttons,
.footer__cols {
	flex-direction: row-reverse;
}

.breadcrumb svg {
	transform: scaleX(-1);
}

.services-grid,
.process-list,
.portfolio-grid {
	direction: rtl;
}

input,
textarea,
select {
	text-align: right;
}
