/* Moaleman public site — RTL overrides */
html[dir="rtl"] {
  scroll-behavior: smooth;
}

html[dir="rtl"] body.page-moaleman,
html[dir="rtl"] body.page-light {
  font-family: 'Vazirmatn', 'Plus Jakarta Sans', Tahoma, sans-serif;
  direction: rtl;
  text-align: right;
}

/* Search & form icons */
html[dir="rtl"] .home-search-icon {
  left: auto;
  right: 14px;
}
html[dir="rtl"] .home-search-input {
  padding: 0 38px 0 16px;
}

/* Hero */
html[dir="rtl"] .home-hero-badge {
  right: auto;
  left: 0;
}
html[dir="rtl"] .home-hero-inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .home-watermark-sm {
  left: auto;
  right: 0;
}

/* Category carousel */
html[dir="rtl"] .home-carousel-btn svg {
  transform: scaleX(-1);
}
html[dir="rtl"] .home-cat-count svg {
  transform: scaleX(-1);
}
html[dir="rtl"] .home-cat-accent {
  left: 20px;
  right: 20px;
}
html[dir="rtl"] .home-blog-tag {
  left: auto;
  right: 14px;
}

/* Blog listing */
html[dir="rtl"] .blog-featured-img {
  order: 2;
}
html[dir="rtl"] .blog-featured-body {
  order: 1;
}
html[dir="rtl"] .blog-post-card.list-mode {
  flex-direction: row-reverse;
}
html[dir="rtl"] .blog-tag-btn {
  margin: 0 0 8px 8px;
}
html[dir="rtl"] .blog-card-cat-badge {
  left: auto !important;
  right: 12px;
}
html[dir="rtl"] .blog-featured-cat-badge {
  left: auto !important;
  right: 16px;
}

/* Single post */
html[dir="rtl"] #progress-bar,
html[dir="rtl"] #progress-bar.post-progress-bar {
  left: auto;
  right: 0;
  transform-origin: right;
}
html[dir="rtl"] .post-share-row {
  margin-left: 0;
  margin-right: auto;
}
html[dir="rtl"] .page-moaleman .article-body ul {
  padding-left: 0;
  padding-right: 22px;
}
html[dir="rtl"] .page-moaleman .article-body blockquote {
  border-left: none;
  border-right: 4px solid #7c5cbf;
  border-radius: 14px 0 0 14px;
}
html[dir="rtl"] .post-toc-box ol {
  padding: 0 18px 0 0;
}
html[dir="rtl"] .post-back-top {
  right: auto;
  left: 24px;
}
html[dir="rtl"] .post-search-icon {
  left: auto !important;
  right: 13px;
}

/* Contact */
html[dir="rtl"] .contact-stat-item {
  border-right: none;
  border-left: 1px solid #f1f5f9;
}
html[dir="rtl"] .contact-stat-item:last-child {
  border-left: none;
}
html[dir="rtl"] .contact-faq-trigger {
  text-align: right;
}
html[dir="rtl"] .contact-social-link:hover {
  transform: translateX(-4px);
}

/* About */
html[dir="rtl"] .about-stat-cell {
  border-right: none;
  border-left: 1px solid #f1f5f9;
}
html[dir="rtl"] .about-stat-cell:last-child {
  border-left: none;
}
html[dir="rtl"] .about-value-tab {
  text-align: right;
}
html[dir="rtl"] .about-timeline {
  padding-left: 0;
  padding-right: 48px;
}
html[dir="rtl"] .about-timeline-line {
  left: auto;
  right: 19px;
}
html[dir="rtl"] .about-timeline-dot {
  left: auto;
  right: -40px;
}
html[dir="rtl"] .about-story-float {
  right: auto;
  left: -20px;
}
html[dir="rtl"] .about-hero-grid {
  direction: rtl;
}

/* Footer chevrons point left in RTL */
html[dir="rtl"] .home-footer-links a svg,
html[dir="rtl"] .home-view-all svg,
html[dir="rtl"] .home-blog-read svg {
  transform: scaleX(-1);
}

/* Breadcrumb separators */
html[dir="rtl"] .blog-breadcrumb svg,
html[dir="rtl"] .post-breadcrumb svg {
  transform: scaleX(-1);
}

/* Legal / legacy */
html[dir="rtl"] .article-body ul li::before,
html[dir="rtl"] .prose-legal ul li::before {
  left: auto;
  right: 0;
}
html[dir="rtl"] .prose-legal ul li {
  padding: 0.3rem 1.4rem 0.3rem 0;
}
html[dir="rtl"] .article-body ul li {
  padding: 0.35rem 1.5rem 0.35rem 0;
}
html[dir="rtl"] .toc-link.active {
  border-left-color: transparent !important;
  border-right-color: #0ea5e9 !important;
}

/* Error page */
html[dir="rtl"] .error-search-input {
  padding: 0 16px 0 42px;
}
html[dir="rtl"] .error-suggestion-link svg {
  transform: scaleX(-1);
}

/* Utility: flip directional icons */
html[dir="rtl"] .icon-flip-rtl {
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  html[dir="rtl"] .home-hero-inner {
    flex-direction: column;
  }
}
