/* ========================================
   RTL (Right-to-Left) CSS
   Alhelali Real Estate
   Arabic Language Support
   ======================================== */

/* The original CSS is already RTL-compatible via dir="rtl" in HTML.
   This file is intentionally minimal to avoid breaking existing RTL behavior.
   Only add overrides here if specific RTL issues are identified. */

/* Ensure RTL direction is applied */
[dir="rtl"] {
   direction: rtl;
}

/* Footer RTL Specifics */
[dir="rtl"] .footer-certificates-wrapper {
   direction: rtl;
   /* Ensures flex flow starts from right */
}

/* Placeholder for future RTL-specific fixes if needed */