/* 
   LAGUNA M S M FACILITIES MANAGEMENT SERVICES L.L.C
   RTL Stylesheet for Arabic
*/

/* RTL Base Styles */
html[dir="rtl"] body {
    font-family: 'Tajawal', 'Arial', sans-serif;
    text-align: right;
}

/* RTL Header and Navigation */
html[dir="rtl"] nav ul li {
    margin-right: 30px;
    margin-left: 0;
}

html[dir="rtl"] .language-toggle {
    margin-right: 20px;
    margin-left: 0;
}

html[dir="rtl"] nav ul li a.active::after {
    right: 0;
    left: auto;
}

/* RTL Features Section */
html[dir="rtl"] .features h2::after,
html[dir="rtl"] .about-intro h2::after,
html[dir="rtl"] .what-we-do h2::after,
html[dir="rtl"] .values h2::after,
html[dir="rtl"] .services-intro h2::after,
html[dir="rtl"] .specialized-services h2::after,
html[dir="rtl"] .contact-intro h2::after,
html[dir="rtl"] .map-container h3::after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
}

/* RTL Footer */
html[dir="rtl"] .footer-contact i {
    margin-left: 10px;
    margin-right: 0;
}

html[dir="rtl"] .footer-links ul li a:hover {
    padding-right: 5px;
    padding-left: 0;
}

/* RTL Services Page */
html[dir="rtl"] .service-header i,
html[dir="rtl"] .specialized-header i {
    margin-left: 15px;
    margin-right: 0;
}

html[dir="rtl"] .service-details ul,
html[dir="rtl"] .specialized-details ul,
html[dir="rtl"] .policy-section ul {
    padding-right: 20px;
    padding-left: 0;
}

/* RTL Contact Page */
html[dir="rtl"] .info-item i {
    margin-left: 15px;
    margin-right: 0;
}

html[dir="rtl"] .contact-info h3::after,
html[dir="rtl"] .contact-form h3::after,
html[dir="rtl"] .policy-section h3::after {
    right: 0;
    left: auto;
}

/* RTL Form Elements */
html[dir="rtl"] .form-group label {
    text-align: right;
}

/* RTL Policy Pages */
html[dir="rtl"] .policy-section {
    text-align: right;
}

/* RTL Mobile Adjustments */
@media (max-width: 768px) {
    html[dir="rtl"] nav ul.show {
        right: 0;
        left: 0;
    }
    
    html[dir="rtl"] .language-toggle {
        margin-right: 0;
    }
}
