/* ===== RTL Direction ===== */
body {
  direction: rtl;
}

/* ===== Default text alignment (SAFE) ===== */
p,
li,
ul,
ol {
  text-align: right;
}

/* ===== Keep center aligned elements untouched ===== */
.text-center,
.aligncenter,
.has-text-align-center,
[class*="center"] {
  text-align: center !important;
}

/* ===== Footer must stay centered ===== */
footer,
footer p,
footer div,
.ast-footer,
.ast-footer-widget-area {
  text-align: center !important;
}

/* ===== Headings direction only ===== */
h1, h2, h3, h4, h5, h6 {
  direction: rtl;
}
