/* RTL Styles for Arabic */
body {
    font-family: 'Cairo', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.hero-content-wrapper {
    direction: rtl;
}

.hero-download-buttons {
    direction: rtl;
}

.mac-dropdown-hero {
    direction: rtl;
}

.mac-item-content {
    text-align: right;
}

.features-grid {
    direction: rtl;
}

.sdk-features-grid {
    direction: rtl;
}

.download-platforms {
    direction: rtl;
}

.platform-buttons {
    direction: rtl;
}

.footer-links {
    direction: rtl;
}

.install-command {
    direction: ltr;
}

.btn-hero-download svg,
.btn-platform-download svg,
.btn-nav-download svg {
    margin-right: 0;
    margin-left: 8px;
}

[dir="rtl"] .hero-text-section {
    text-align: right;
}

[dir="rtl"] .description-content {
    text-align: center;
}

[dir="rtl"] .feature-card {
    text-align: center;
}
