/* ===== ARAPÇA RTL DESTEĞI ===== */

body {
    font-family: 'Cairo', 'Poppins', sans-serif;
    direction: rtl;
    text-align: right;
}

.top-bar-content,
.top-contact,
.top-actions,
.nav-content,
.nav-menu,
.hero-center,
.welcome-content,
.welcome-author,
.stats-row,
.contact-content,
.contact-item,
.footer-content,
.about-content {
    direction: rtl;
}

.top-contact {
    flex-direction: row-reverse;
}

.top-actions {
    flex-direction: row-reverse;
}

.nav-menu {
    flex-direction: row-reverse;
}

.footer-content {
    text-align: right;
}

.section-header {
    text-align: center;
}

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

.contact-item i {
    margin-left: 15px;
    margin-right: 0;
}

.hero-title,
.hero-sub {
    text-align: center;
    font-family: 'Cairo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
}

.service-card {
    text-align: right;
}

.service-card .btn-outline {
    float: right;
}

.service-card .btn-outline i {
    transform: rotate(180deg);
    display: inline-block;
}

.welcome-text {
    text-align: right;
}

.welcome-author {
    flex-direction: row-reverse;
}

.stat-box {
    text-align: right;
}

/* موبایل منو */
@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        text-align: right;
    }
}
