
/* rtl-fixes.css */
/* تحسينات لدعم اللغة العربية ومتصفح Safari */
html, body {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Tajawal', 'Arial', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

 @supports (-webkit-touch-callout: none) {
  html, body, h1, h2, h3, h4, h5, h6, p, span, a, li, label, input, textarea, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  }
}

.header_area,
.breadcrumbs_area,
.account_form,
.footer_widgets,
.call_to_action,
.modal_body,
.footer_contact,
.search-container,
.login_submit,
input,
label,
ul,
li,
h2,
h3,
p {
  direction: rtl !important;
  text-align: right !important;
}
