/* ═══════════════════════════════════════════════════════════════
   RTL Specific Styles for Arabic Pages
   ═══════════════════════════════════════════════════════════════ */

body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl .logo {
    align-items: flex-start;
}

body.rtl .logo-ar {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-gold);
}

body.rtl .logo-en {
    font-size: 0.9rem;
    color: var(--color-sand);
}

body.rtl .step-item {
    border-left: none;
    border-right: 3px solid var(--color-gold);
}

body.rtl .step-item:hover {
    transform: translateX(-5px);
}

body.rtl .footer-links a:hover {
    padding-left: 0;
    padding-right: 5px;
}

body.rtl .do-card h3,
body.rtl .dont-card h3 {
    flex-direction: row-reverse;
}

body.rtl .notice-box h3 {
    flex-direction: row-reverse;
}

body.rtl .contact-item {
    flex-direction: row-reverse;
    text-align: right;
}
