/* Force LTR direction globally */
html, body, * {
    direction: ltr !important;
    text-align: left !important;
    unicode-bidi: embed !important;
}
.text-center, .text-md-center, .justify-content-center, .justify-content-md-center {
    text-align: center !important;
}
.text-right, .text-md-right {
    text-align: right !important;
}
.copyRightInfo p, .footer p, footer p {
    direction: ltr !important;
    unicode-bidi: bidi-override !important;
}
