/*
RTL Stylesheet for Bilingual Corporate Theme
Additional adjustments for right-to-left languages
*/

/* Typography adjustments for RTL */
body {
    text-align: right;
}

/* Alignment fixes */
.hero-content,
.section-title,
.section-subtitle {
    text-align: center;
}

.about-text,
.contact-info,
.service-card {
    text-align: right;
}

/* Spacing adjustments */
.site-logo {
    margin-left: 0;
    margin-right: auto;
}

/* Navigation RTL */
.nav-menu {
    padding-right: 0;
}

/* Service cards */
.service-icon {
    margin: 0 auto 25px;
}

/* Contact form alignment */
.contact-form input,
.contact-form textarea {
    text-align: right;
}

/* Footer alignment */
.footer-section {
    text-align: right;
}

.footer-bottom {
    text-align: center;
}

/* Form elements */
input[type="text"],
input[type="email"],
textarea {
    direction: rtl;
}

/* Adjustments for icons and buttons */
.cta-button,
.submit-button {
    direction: rtl;
}

/* Ensure proper rendering of mixed content */
.contact-item-text {
    text-align: right;
}

/* List alignment */
.footer-links {
    padding-right: 0;
}

/* Social links in footer */
.social-links {
    justify-content: flex-start;
}

@media (max-width: 968px) {
    .main-navigation {
        text-align: right;
    }
}
