/* RTL Overrides */
html[dir="rtl"] {
  /* Flip text alignment where needed */
}

html[dir="rtl"] .header-container {
  flex-direction: row-reverse;
}

html[dir="rtl"] .header-actions {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-contact {
  flex-direction: row-reverse;
}
