/* RTL Overrides for Arabic */
/* This file is loaded when the site language is Arabic */
/* Since the site is RTL-first, minimal overrides needed here */

body {
    direction: rtl;
    text-align: right;
}

.hero-info {
    align-items: flex-start;
}

.hero-desc {
    text-align: justify;
}

.input-pill input {
    text-align: right;
}

.textarea-box textarea {
    text-align: right;
}

.footer-col-header {
    align-items: flex-start;
}

.footer-links-list li a {
    justify-content: flex-start;
}

.solution-card {
    align-items: flex-start;
}

.solution-card-body {
    text-align: right;
}

.footer-label {
    justify-content: flex-start;
}
footer .mid-foot ul li a:before {
    content: "\f100";
}