/**
 * DMC Theme — rtl.css
 * Supplementary RTL overrides for Arabic layout
 */

/* Flip nav layout */
nav { flex-direction: row-reverse; }
.nav-links { flex-direction: row-reverse; }

/* Section tag line before text in RTL */
.stag { flex-direction: row-reverse; }

/* Service arrow direction */
.svc-a { flex-direction: row-reverse; }

/* Align hero content right */
.hero-content { text-align: right; }
.hero-actions { flex-direction: row-reverse; }
.hero-stats { flex-direction: row-reverse; }

/* About grid order */
.about-grid { direction: rtl; }

/* Contact grid direction */
.contact-grid { direction: rtl; }
.form-row { direction: rtl; }

/* Footer */
.ft { direction: rtl; }
.fb { flex-direction: row-reverse; }

/* Results */
.results-inner { direction: rtl; }

/* Cases */
.cmet { flex-direction: row-reverse; }

/* Badges */
.badges { flex-direction: row-reverse; }
