/* RTL layout for Arabic */
html[dir="rtl"] body {
    font-family: 'Noto Sans Arabic', 'Inter', 'Segoe UI', system-ui, sans-serif;
}

html[dir="rtl"] .top-bar__inner,
html[dir="rtl"] .header__main,
html[dir="rtl"] .nav__inner,
html[dir="rtl"] .cookie-banner__inner,
html[dir="rtl"] .footer__bottom,
html[dir="rtl"] .footer__contact-block,
html[dir="rtl"] .hero-premium__layout,
html[dir="rtl"] .about__grid,
html[dir="rtl"] .forms-grid,
html[dir="rtl"] .products-filters__form,
html[dir="rtl"] .suppliers-intro__inner,
html[dir="rtl"] .suppliers-jump__inner,
html[dir="rtl"] .eurap-page-hero__inner,
html[dir="rtl"] .contact-info__grid {
    direction: rtl;
}

html[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 24px;
}

html[dir="rtl"] .header__phone span,
html[dir="rtl"] .nav__link,
html[dir="rtl"] .section-header,
html[dir="rtl"] .page-lead,
html[dir="rtl"] .about__text,
html[dir="rtl"] .form-card,
html[dir="rtl"] .footer__credit {
    text-align: right;
}

html[dir="rtl"] .section-header--center,
html[dir="rtl"] .footer__credit {
    text-align: center;
}

html[dir="rtl"] .nav__icon {
    margin-inline-end: 6px;
    margin-inline-start: 0;
}

html[dir="rtl"] .product-detail__back,
html[dir="rtl"] .service-card__link,
html[dir="rtl"] .eurap-range__link,
html[dir="rtl"] .products-pagination__link {
    direction: rtl;
}

html[dir="rtl"] .heritage__timeline,
html[dir="rtl"] .process-premium__steps,
html[dir="rtl"] .home-explore__grid {
    direction: rtl;
}

html[dir="rtl"] .top-bar__lang {
    font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
    html[dir="rtl"] .whatsapp-float {
        left: 16px;
    }

    html[dir="rtl"] .whatsapp-float.is-raised {
        bottom: 140px;
    }
}

html[dir="rtl"] .category-hero__layout {
    flex-direction: row-reverse;
}

html[dir="rtl"] .top-categories__card {
    text-align: center;
}
