/* MAX TV PRO - RTL CSS (Arabic) */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');

/* Override base styles for RTL */
[dir="rtl"] {
  font-family: "Tajawal", "Cairo", "Noto Sans Arabic", "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  unicode-bidi: plaintext;
}

[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

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

[dir="rtl"] .nav-menu {
  flex-direction: row-reverse;
}

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

[dir="rtl"] .lang-switch {
  flex-direction: row-reverse;
}

/* Breadcrumbs RTL */
[dir="rtl"] .breadcrumb-list {
  flex-direction: row-reverse;
}

[dir="rtl"] .breadcrumb-list li:not(:last-child)::after {
  content: '/';
  margin-right: 0.5rem;
  margin-left: 0;
}

/* Features Grid RTL */
[dir="rtl"] .feature-card {
  text-align: center;
}

[dir="rtl"] .plan-features {
  text-align: right;
}

[dir="rtl"] .plan-features li {
  flex-direction: row-reverse;
}

[dir="rtl"] .plan-features li::before {
  margin-left: 0.75rem;
  margin-right: 0;
}

/* FAQ RTL */
[dir="rtl"] .faq-question {
  flex-direction: row-reverse;
}

/* Footer RTL */
[dir="rtl"] .footer-content {
  text-align: right;
}

/* WhatsApp Button RTL */
[dir="rtl"] .whatsapp-float {
  left: 20px;
  right: auto;
}

/* Hero Features RTL */
[dir="rtl"] .hero-feature {
  flex-direction: row-reverse;
}

/* Mobile Menu RTL */
@media (max-width: 768px) {
  [dir="rtl"] .nav-menu {
    text-align: right;
  }
  
  [dir="rtl"] .whatsapp-float {
    left: 20px;
    right: auto;
  }
}

/* Text alignment for RTL */
[dir="rtl"] .hero-content,
[dir="rtl"] .section-header {
  text-align: center;
}

[dir="rtl"] .footer-section {
  text-align: right;
}

[dir="rtl"] .footer-bottom {
  text-align: center;
}

/* Country Pages RTL Styles */
[dir="rtl"] .country-hero {
  text-align: center;
}

[dir="rtl"] .hero-buttons {
  flex-direction: row-reverse;
}

[dir="rtl"] .intro-content {
  text-align: center;
}

[dir="rtl"] .download-grid {
  direction: rtl;
}

[dir="rtl"] .download-card {
  text-align: center;
}

[dir="rtl"] .plans-grid {
  direction: rtl;
}

[dir="rtl"] .plan-card {
  text-align: center;
}

[dir="rtl"] .plan-header {
  text-align: center;
}

[dir="rtl"] .plan-price {
  direction: ltr;
  text-align: center;
}

[dir="rtl"] .local-price {
  text-align: center;
}

[dir="rtl"] .cta-content {
  text-align: center;
}

/* Arabic Badge Text */
[dir="rtl"] .plan-badge {
  font-family: "Tajawal", "Cairo", "Noto Sans Arabic", "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

[dir="rtl"] .plan-card.popular::before {
  content: 'الأكثر شعبية';
  font-family: "Tajawal", "Cairo", "Noto Sans Arabic", "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
