/* Basmat Waey — LTR (English) overrides. Loaded only when locale != ar, on top of site.css. */

body { text-align: left; }

.service-card { text-align: left; }

/* Reading-progress bar fills in the reading direction (left-to-right in English) */
.read-progress { right: auto; left: 0; }

/* Decorative underline under footer headings sits under the start of the (left-aligned) text */
footer h4::after { right: auto; left: 0; }

/* Large corner index number sits in the far corner from the (now left-aligned) text */
.service-card .s-num { left: auto; right: 14px; }

/* Mobile nav open animation direction */
@media (max-width: 640px) {
    nav.menu { text-align: left; }
}
