/* =========================================================
   GOUDA MEDIA — RTL SPECIFIC OVERRIDES
   Direction: Right-to-Left (Arabic)
   ========================================================= */

/* Text alignment defaults */
body,
p,
h1, h2, h3, h4, h5, h6 {
    text-align: right;
}

/* Hero content */
.gm-hero-content {
    text-align: right;
}

/* Accent line — align right */
.gm-accent-line {
    margin-right: 0;
    margin-left: auto;
}

/* Service features list — RTL bullets */
.gm-service-features li::before {
    margin-left: 10px;
    margin-right: 0;
}

/* Footer grid RTL */
.gm-footer-grid {
    direction: rtl;
}

/* Contact items RTL */
.gm-contact-card {
    flex-direction: row-reverse;
    text-align: right;
}

/* Filter tabs RTL */
.gm-filter-tabs {
    justify-content: flex-start;
}

/* News featured RTL */
.gm-news-featured {
    direction: rtl;
}

/* Testimonial author RTL */
.gm-testimonial-author {
    flex-direction: row-reverse;
    text-align: right;
}

/* Portfolio overlay text */
.gm-portfolio-overlay {
    text-align: right;
}

/* Nav RTL */
.gm-nav {
    flex-direction: row-reverse;
}

/* Elementor containers RTL */
.elementor-element {
    direction: rtl;
}

/* WPForms RTL */
.wpforms-container .wpforms-form {
    direction: rtl;
    text-align: right;
}

/* Polylang language switcher position */
.gm-lang-switcher-wrap {
    margin-right: auto;
    margin-left: 0;
}
