/* ============================================================
   ThinkPartners — RTL Support (Arabic)
   Applied when html[dir="rtl"]
   ============================================================ */

[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* ── Header ───────────────────────────────────────────────── */
[dir="rtl"] .tp-header__inner {
    flex-direction: row-reverse;
}

[dir="rtl"] .tp-header__actions {
    flex-direction: row-reverse;
}

[dir="rtl"] .tp-nav__link {
    flex-direction: row-reverse;
}

[dir="rtl"] .tp-nav__dropdown {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

[dir="rtl"] .tp-lang-selector__menu {
    right: auto;
    left: 0;
}

/* ── Content ──────────────────────────────────────────────── */
[dir="rtl"] .tp-hero__content {
    text-align: right;
}

[dir="rtl"] .tp-hero__actions {
    justify-content: flex-end;
}

[dir="rtl"] .tp-btn {
    flex-direction: row-reverse;
}

[dir="rtl"] .tp-programs__header {
    text-align: right;
}

[dir="rtl"] .tp-process {
    flex-direction: row-reverse;
}

[dir="rtl"] .tp-process__connector {
    transform: scaleX(-1);
}

/* ── Footer ───────────────────────────────────────────────── */
[dir="rtl"] .tp-footer__links {
    text-align: right;
}

[dir="rtl"] .tp-footer__heading {
    text-align: right;
}

/* ── Forms ────────────────────────────────────────────────── */
[dir="rtl"] .tp-input {
    text-align: right;
}

[dir="rtl"] .tp-form__label {
    text-align: right;
}

/* ── Calculator ───────────────────────────────────────────── */
[dir="rtl"] .tp-calculator__row {
    flex-direction: row-reverse;
}

[dir="rtl"] .tp-calculator__label {
    text-align: right;
}

/* ── Compare Table ────────────────────────────────────────── */
[dir="rtl"] .tp-compare-table th:first-child,
[dir="rtl"] .tp-compare-table td:first-child {
    text-align: right;
}
