/* ============================================
   AAMEA 2026 - Styles RTL (Arabe)
   ============================================ */

body.rtl {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', var(--font-family);
}

body.rtl .top-bar-left i,
body.rtl .top-bar-left i {
    margin-right: 0;
    margin-left: 6px;
}

body.rtl .nav-menu li a.btn-register {
    margin-left: 0;
    margin-right: 10px;
}

body.rtl .news-link i {
    transform: rotate(180deg);
}

body.rtl .program-item {
    border-left: none;
    border-right: 4px solid var(--color-accent);
}

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

body.rtl .nav-menu {
    right: auto;
    left: -100%;
    box-shadow: 5px 0 30px rgba(0,0,0,0.15);
    transition: left 0.3s ease;
}

body.rtl .nav-menu.active {
    left: 0;
    right: auto;
}

body.rtl .scroll-top {
    right: auto;
    left: 30px;
}

body.rtl .flash-message {
    right: auto;
    left: 30px;
}

body.rtl .contact-list li {
    flex-direction: row-reverse;
}

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