/* ==========================================================================
   Home Schooling Academy — Arabic stylesheet (RTL)
   Home Schooling Academy — التنسيق العربي (يمين ← يسار)
   ========================================================================== */
@import url("core.css");

:root {
  --ls-font: "Cairo", "Tajawal", "Segoe UI", system-ui, sans-serif;
}

html { direction: rtl; }
body { font-family: var(--ls-font); text-align: right; letter-spacing: 0; }

/* Arabic headings tuned line-height */
h1, h2, h3, h4, h5, h6 { line-height: 1.4; letter-spacing: 0; }

/* keep numeric strips LTR where needed */
.ltr-nums, .price, .stat-value, .stat-strip .num, .countdown .cd-box .n { direction: ltr; unicode-bidi: isolate; }

/* Bootstrap Icons that imply direction — flip chevrons in RTL */
.rtl-flip { transform: scaleX(-1); }

/* dropdown menus align to start in RTL */
.dropdown-menu { text-align: right; }
