﻿body.rtl {
    font-family: 'Tajawal', 'Cairo', sans-serif;
    letter-spacing: 0; /* Arabic must never be letter-spaced */
}

    body.rtl h1, body.rtl h2, body.rtl h3,
    body.rtl h4, body.rtl h5, body.rtl .brand {
        font-family: 'Cairo', 'Tajawal', sans-serif;
        letter-spacing: 0;
        line-height: 1.7; /* Arabic needs more leading than Sora */
    }

    /* keep Latin/numeric runs LTR inside RTL text */
    body.rtl [dir="ltr"] {
        unicode-bidi: isolate;
    }

.lang-switch {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    padding: .35rem .7rem;
}

body.rtl .field label,
body.rtl .val-error,
body.rtl .contact-info-card .label,
body.rtl .contact-info-card .val {
    text-align: right;
}

body.rtl .form-card input,
body.rtl .form-card textarea,
body.rtl .form-card select {
    text-align: right;
}

    /* keep LTR-marked inputs typing left-to-right */
    body.rtl .form-card input[dir="ltr"] {
        text-align: left;
    }

body.rtl .eyebrow,
body.rtl .page-header .eyebrow,
body.rtl .btn {
    text-transform: none;
    letter-spacing: 0;
}

body.rtl .feature-list h4 {
    line-height: 1.6;
}

body.rtl .stat-cell .label {
    line-height: 1.7;
}

body.rtl .news-link .arrow {
    transform: none;
}

body.rtl .news-link:hover .arrow {
    transform: translateX(-4px);
}

body.rtl .news-card .tag {
    right: auto;
    left: 1rem;
}

body.rtl .svc-num {
    right: auto;
    left: 1.25rem;
}
/* if it uses right: */
body.rtl .svc-card {
    text-align: right;
}

body.rtl .svc-ico {
    transform: scaleX(-1);
}