/* RTL Specific Overrides for Sndian Theme */
body { direction: rtl; text-align: right; }
.main-nav { flex-direction: row-reverse; }
.header-inner { flex-direction: row; }
.site-logo { flex-direction: row-reverse; }
.hero-actions { flex-direction: row-reverse; }
.btn { flex-direction: row-reverse; }
.footer-grid { direction: rtl; }
.pricing-features li::before { order: 1; margin-right: 0; margin-left: 0.5rem; }
.mobile-nav a { text-align: right; }

/* Arabic number styling */
.price, .stat-number { font-feature-settings: "ss01"; }

/* Card RTL */
.card { text-align: right; }
.feature-card { text-align: center; }

/* Form RTL */
input, textarea, select {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', 'Tajawal', sans-serif;
}

/* List direction */
ul, ol { padding-right: 0; padding-left: 0; }
.pricing-features li { flex-direction: row-reverse; justify-content: flex-end; }
