/* RTL overrides — loaded automatically when the locale is RTL (Arabic). */
body {
	font-family: "Tajawal", "Segoe UI", Tahoma, sans-serif;
}
h1, h2, h3, h4, h5,
.site-logo__text,
.cta-card .v,
.stat b,
.footer-cta .phone {
	font-family: "Tajawal", "Segoe UI", Tahoma, sans-serif;
}
.practice-item::before {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.header-phone {
	text-align: left;
}
.hero .btn + .btn {
	margin-left: 0;
	margin-right: 14px;
}
.cta-card {
	border-right: 0;
	border-left: 1px solid var(--line);
}
.cta-card:last-child {
	border-left: 0;
}
.entry-content ul {
	padding-left: 0;
	padding-right: 1.2em;
}
