/* HERFA Arabic typography + minimal RTL fixes for the Martex components
   used across the site. The Martex framework itself (Bootstrap, menu.css,
   crocus-theme.css) ships LTR-only, so this file only overrides the handful
   of rules that read the wrong way once the page runs dir="rtl" — it does
   not attempt a full RTL port of the framework. */

body,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cairo', sans-serif;
}

body,
p, li, a, span, .btn {
	font-family: 'IBM Plex Sans Arabic', sans-serif;
}

/* bullet lists: indent from the right in RTL instead of the left */
ul.simple-list {
	margin-left: 0;
	margin-right: 15px;
}

/* process-step icon: gap should fall between icon and text, not on the outer edge */
.cbox-2 .ico-wrap {
	margin-right: 0;
	margin-left: 1.625rem;
}

/* button groups: gap between the first and second button, mirrored for RTL */
.btns-group .btn:first-child {
	margin-right: 0;
	margin-left: 15px;
}

/* statistic-5: divider spacing and text gutter, mirrored for RTL */
#statistic-5 .statistic-digit {
	margin: 0 0 20px 100px;
}

#statistic-5 .statistic-txt p {
	padding-right: 0;
	padding-left: 3%;
}
