/* RTL (Right-to-Left) specific styles for Arabic version */
body {
  font-family: 'Cairo', sans-serif;
  text-align: right;
}

/* RTL direction overrides */
.section-header {
  padding-right: 0;
  border-right: none;
  border-left: none;
}

/* RTL margin adjustments */
.mr-auto { margin-left: auto !important; margin-right: 0 !important; }
.ml-auto { margin-right: auto !important; margin-left: 0 !important; }
.mr-2 { margin-left: 0.5rem !important; margin-right: 0 !important; }
.mr-3 { margin-left: 0.75rem !important; margin-right: 0 !important; }
.mr-4 { margin-left: 1rem !important; margin-right: 0 !important; }
.ml-2 { margin-right: 0.5rem !important; margin-left: 0 !important; }
.ml-3 { margin-right: 0.75rem !important; margin-left: 0 !important; }
.ml-4 { margin-right: 1rem !important; margin-left: 0 !important; }

/* RTL padding adjustments */
.pr-10 { padding-left: 2.5rem !important; padding-right: 0 !important; }
.pl-10 { padding-right: 2.5rem !important; padding-left: 0 !important; }

/* RTL flex direction adjustments */
.flex-row { flex-direction: row-reverse !important; }
.sm\:flex-row { flex-direction: row-reverse !important; }
.md\:flex-row { flex-direction: row-reverse !important; }

/* RTL text alignment */
.text-left { text-align: right !important; }
.text-right { text-align: left !important; }

/* Arabic text optimizations */
p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  letter-spacing: 0;
}

/* RTL spacing adjustments for service cards */
.service-card .fas.fa-arrow-right {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
  transform: rotate(180deg);
}

/* RTL border radius adjustments */
.rounded-tr-lg { border-top-left-radius: 0.5rem !important; border-top-right-radius: 0 !important; }
.rounded-tl-lg { border-top-right-radius: 0.5rem !important; border-top-left-radius: 0 !important; }

/* Override any Tailwind RTL/LTR utilities that might conflict */
[dir="rtl"] .ltr\:text-left { text-align: right !important; }
[dir="rtl"] .ltr\:mr-2 { margin-left: 0.5rem !important; margin-right: 0 !important; }
[dir="rtl"] .ltr\:ml-2 { margin-right: 0.5rem !important; margin-left: 0 !important; }