/* RTL — Arabic */
body { font-family: 'Rajdhani', 'Segoe UI', Tahoma, sans-serif; }

.navbar        { flex-direction: row-reverse; }
.nav-links     { flex-direction: row-reverse; }
.nav-auth      { flex-direction: row-reverse; }

.lang-dropdown { right: auto; left: 0; }

.hero          { flex-direction: row-reverse; }
.hero-content  { text-align: right; }
.hero-cta      { justify-content: flex-end; }

.feature-card  { text-align: right; }
.prize-table-section { direction: rtl; }

.auth-card     { direction: rtl; text-align: right; }
.auth-footer   { text-align: right; }

.contact-container { direction: rtl; }
.info-item         { flex-direction: row-reverse; }

.deposit-grid  { direction: rtl; }
.rate-row      { flex-direction: row-reverse; }
.deposit-row   { flex-direction: row-reverse; }

.game-header   { direction: rtl; }
.result-numbers{ flex-direction: row-reverse; }
.result-group  { text-align: right; }
.number-row    { flex-direction: row-reverse; }
.history-table { direction: rtl; }

.footer-content { direction: rtl; }
.footer-links ul { align-items: flex-end; }
