/**
 * RTL Additional Styles — Pazhoumand Theme
 * Loaded automatically for RTL languages (Farsi/Arabic)
 */

/* Ensure proper RTL for all elements */
html[dir="rtl"] body { direction: rtl; text-align: right; }

/* Fix Elementor RTL issues */
html[dir="rtl"] .elementor-column { float: right; }
html[dir="rtl"] .elementor-nav-menu--layout-horizontal .elementor-nav-menu { direction: rtl; }

/* Pagination RTL */
html[dir="rtl"] .page-numbers { direction: rtl; }

/* Form RTL */
html[dir="rtl"] .pz-form-group input,
html[dir="rtl"] .pz-form-group textarea,
html[dir="rtl"] .pz-form-group select { direction: rtl; text-align: right; }

/* Nav RTL */
html[dir="rtl"] .pz-nav-links { flex-direction: row-reverse; }

/* Blog grid RTL */
html[dir="rtl"] .pz-blog-card__category { right: auto; left: 12px; }

/* Timeline RTL */
html[dir="rtl"] .pz-timeline-item::before { right: auto; left: 160px; transform: translateX(-50%); }
html[dir="rtl"] .pz-t-dot { right: auto; left: 160px; transform: translateX(-50%); }
html[dir="rtl"] .pz-t-date { text-align: right; }
