/*
 * RTL Stylesheet for Nazzr Theme
 * Loaded automatically by WordPress when language is RTL (Arabic)
 */

body {
  direction: rtl;
  text-align: right;
}

/* Flip inline directions */
.hero-title .highlight::after {
  left: auto;
  right: 0;
}

.feature-showcase.reverse {
  direction: rtl;
}

.brand-stat-fill {
  background: linear-gradient(270deg, var(--color-primary-light), var(--color-accent));
}

.survey-fill {
  background: linear-gradient(270deg, var(--color-primary), var(--color-accent));
}

/* Footer newsletter form — input on right, button on left */
.footer-newsletter-form {
  flex-direction: row-reverse;
}

.footer-newsletter-form .btn { order: -1; }

/* Post blockquote flip */
.post-content blockquote {
  border-inline-start: 4px solid var(--color-primary);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

/* Sidebar widget sections */
.sidebar-widget {
  text-align: right;
}

/* Steps — numbers on the opposite corner */
.step-number {
  inset-inline-end: 1rem;
}

/* Pricing card label on RTL */
.pricing-card.featured::after {
  inset-inline-end: -30px;
  transform: rotate(-35deg);
}

/* Blog card read more arrow */
.blog-read-more::after {
  content: '←';
}

body.lang-ar .blog-read-more::after {
  content: '←';
}

/* Section label line */
.section-label::before {
  order: 1;
}

/* Alignments */
.alignleft  { float: right; margin-right: 0; margin-left: 1.5rem; }
.alignright { float: left;  margin-left: 0;  margin-right: 1.5rem; }

/* Form inputs */
.form-control,
.footer-newsletter-input,
.newsletter-input {
  text-align: right;
}

/* Nav */
@media (max-width: 768px) {
  .primary-nav {
    text-align: right;
  }
}
