/* ================================
   Arabic RTL overrides for Mintstint
   Loaded AFTER ../style.css (and after any page inline <style>)
   ================================ */

body {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, sans-serif;
}

/* Keep intentionally-centered blocks centered */
.hero-content,
.section-header,
.stats-grid,
.why-us h3,
.footer-bottom,
.product-hero,
.cta-section {
    text-align: center;
}

/* Product "featured" badge sits top-left in RTL */
.product-badge {
    right: auto;
    left: 1rem;
}

/* Checkmark list bullets flip to the right side */
.detail-card li {
    padding-left: 0;
    padding-right: 1.5rem;
}

.detail-card li:before {
    left: auto;
    right: 0;
}

/* Language switch link */
.lang-switch a {
    color: var(--brand-blue);
    font-weight: 600;
    text-decoration: none;
}
