/* ===== Arabic RTL overrides ===== */
body, .entry-content, .widget, .woocommerce, .site-content, .main-header-menu, .ast-container {
    direction: rtl;
    text-align: right;
}
body, .entry-content, h1, h2, h3, h4, h5, h6, .site-title, .menu-item a, .ast-header-custom-item a {
    font-family: 'Tajawal', 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}
/* specs and numbers stay LTR-embedded */
.woocommerce-product-attributes, .woocommerce-product-attributes td, .woocommerce-product-attributes th,
table, table td, table th, .tech-specs, .numeric, .spec-line {
    unicode-bidi: embed;
    direction: ltr;
    text-align: left;
}
/* mirror layout pieces */
.main-header-menu, .ast-builder-menu, .ast-nav-menu { text-align: right; }
.ast-builder-layout-element, .ast-site-header-section { text-align: right; }
.breadcrumb, .woocommerce-breadcrumb { direction: rtl; }
.segsteel-hero, .segsteel-cta, .segsteel-section { text-align: right; }
.wa-float { right: auto !important; left: 20px; }
@media (max-width: 768px) { .wa-float { left: 12px; right: auto !important; } }
/* table overflow protection */
table { display: block; overflow-x: auto; white-space: nowrap; }
@media (max-width: 768px) { table { -webkit-overflow-scrolling: touch; } }
