/* ===== RTL OVERRIDES FOR ARABIC ===== */

body {
    font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
}

/* Timeline */
.timeline::before {
    left: auto;
    right: 24px;
}

.timeline-content p i {
    margin-right: 0;
    margin-left: 6px;
}

/* Experience */
.experience-card {
    border-left: none;
    border-right: 4px solid var(--primary);
}

.exp-tasks li {
    padding-left: 0;
    padding-right: 20px;
}

.exp-tasks li::before {
    left: auto;
    right: 0;
}

/* Project features */
.project-pro-features li {
    flex-direction: row;
}

.project-pro-features li i {
    margin-top: 5px;
}

/* Language switcher */
.lang-switcher {
    margin-left: 0;
    margin-right: 8px;
}

/* Contact items */
.contact-item {
    flex-direction: row;
}

/* Skill category indicator */
.skill-category h3::before {
    order: 1;
    margin-right: 0;
    margin-left: 8px;
}

/* Nav links spacing */
.nav-links {
    gap: 24px;
}
