/* RTL/LTR Support for Arabic Language */

/* RTL Base Styles */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

/* Language Switcher Button */
.language-switcher {
    background: var(--main-color);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.language-switcher:hover {
    background: var(--color-two);
    transform: translateY(-2px);
}

[dir="rtl"] .language-switcher {
    margin-left: 0;
    margin-right: 15px;
}

/* RTL Navigation */
[dir="rtl"] .navigation {
    text-align: right;
}

[dir="rtl"] .navigation li {
    float: right;
}

[dir="rtl"] .dropdown ul {
    right: 0;
    left: auto;
}

/* RTL Flexbox adjustments */
[dir="rtl"] .d-flex.justify-content-between {
    flex-direction: row-reverse;
}

[dir="rtl"] .d-flex.justify-content-between.align-items-center {
    flex-direction: row-reverse;
}

/* RTL Text alignment */
[dir="rtl"] .banner-one_text,
[dir="rtl"] .banner-one_text-two,
[dir="rtl"] .footer-text,
[dir="rtl"] .contact-one_heading,
[dir="rtl"] .title-box h2 {
    text-align: right;
}

/* RTL Service blocks */
[dir="rtl"] .service-block_one-inner {
    flex-direction: row-reverse;
}

[dir="rtl"] .service-block_one-icon {
    margin-left: 0;
    margin-right: 15px;
}

/* RTL Team section name alignment */
[dir="rtl"] .team-block_one-heading {
    text-align: right;
}

[dir="rtl"] .team-block_one-heading span {
    display: inline-block;
    padding-right: 10px; /* Nudge Arabic names slightly left visually */
}

/* RTL Team position/role alignment */
[dir="rtl"] .team-block_one-designation {
    text-align: right;
}

[dir="rtl"] .team-block_one-designation {
    display: block;
    padding-right: 12px; /* Slight nudge to visually align with the name */
}

/* RTL Gallery */
[dir="rtl"] .gallery-block_one-content {
    text-align: right;
}

[dir="rtl"] .service-block_one-more {
    text-align: right;
}

/* RTL Journal */
[dir="rtl"] .journal-block_one-inner {
    text-align: right;
}

[dir="rtl"] .journal-block_one-arrow {
    left: 0;
    right: auto;
}

/* RTL Testimonials */
[dir="rtl"] .testimonial-block_one-lower {
    text-align: right;
}

/* RTL Stats */
[dir="rtl"] .counter-block_one-text {
    text-align: center;
}

[dir="rtl"] .stats-one_contact-content {
    text-align: right;
}

/* RTL Awards */
[dir="rtl"] .awards-block_one-content {
    text-align: right;
}

[dir="rtl"] .awards-block_one-arrow {
    left: 0;
    right: auto;
}

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

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

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

/* RTL Contact Form */
[dir="rtl"] .contact-one_info-outer {
    text-align: right;
}

[dir="rtl"] .contact-one_list {
    text-align: right;
}

[dir="rtl"] .contact-one_socials {
    text-align: right;
}

[dir="rtl"] .contact-one_form-outer h3 {
    text-align: right;
}

/* RTL Form inputs */
[dir="rtl"] .form-group input,
[dir="rtl"] .form-group textarea {
    text-align: right;
}

/* RTL Team */
[dir="rtl"] .team-block_one-inner {
    text-align: right;
}

[dir="rtl"] .team-block_one-socials {
    text-align: right;
}

/* RTL Team Image Positioning */
[dir="rtl"] .team-block_one-image {
    right: auto;
    left: 30px;
}

/* RTL Page Title */
[dir="rtl"] .page-title_heading,
[dir="rtl"] .page-title_text {
    text-align: center;
}

/* RTL Section Titles */
[dir="rtl"] .sec-title_heading {
    text-align: center;
}

/* RTL Arrow Icons */
[dir="rtl"] .fa-arrow-right::before {
    content: "\f060"; /* left arrow */
}

[dir="rtl"] .fa-arrow-left::before {
    content: "\f061"; /* right arrow */
}

/* RTL Mobile Menu */
[dir="rtl"] .mobile-menu {
    right: -100%;
    left: auto;
}

[dir="rtl"] .mobile-menu.active {
    right: 0;
    left: auto;
}

[dir="rtl"] .close-btn {
    left: 20px;
    right: auto;
}

/* RTL Logo positioning */
[dir="rtl"] .logo-box {
    order: 2;
}

[dir="rtl"] .nav-outer {
    order: 1;
}

/* RTL Back to top button */
[dir="rtl"] .backtop {
    left: 0;
    right: auto;
}

/* RTL Responsive adjustments */
@media (max-width: 768px) {
    [dir="rtl"] .language-switcher {
        margin: 10px 0;
        width: 100%;
    }
    
    [dir="rtl"] .d-flex.justify-content-between {
        flex-direction: column;
    }
    
    [dir="rtl"] .logo-box {
        order: 1;
    }
    
    [dir="rtl"] .nav-outer {
        order: 2;
    }
}

/* RTL Animation adjustments */
[dir="rtl"] .wow.fadeInLeft {
    animation-name: fadeInRight;
}

[dir="rtl"] .wow.fadeInRight {
    animation-name: fadeInLeft;
}

/* RTL Swiper adjustments */
[dir="rtl"] .swiper-container {
    direction: ltr;
}

[dir="rtl"] .swiper-slide {
    direction: rtl;
}

/* RTL Counter animations */
[dir="rtl"] .counter-block_one-counter {
    text-align: center;
}

/* RTL Odometer fix */
[dir="rtl"] .odometer {
    direction: ltr;
    unicode-bidi: bidi-override;
}

[dir="ltr"] .odometer {
    direction: ltr;
}

/* RTL Quote icon positioning */
[dir="rtl"] .quote_icon {
    left: 0;
    right: auto;
}

/* RTL Social icons */
[dir="rtl"] .footer_socials li,
[dir="rtl"] .contact-one_socials li {
    text-align: right;
}

/* RTL Copyright */
[dir="rtl"] .footer_copyright {
    text-align: right;
}

/* RTL Button positioning */
[dir="rtl"] .theme-btn {
    text-align: center;
}

/* RTL Form validation messages */
[dir="rtl"] .form-group .error-message {
    text-align: right;
}

/* RTL Loading states */
[dir="rtl"] .loading {
    text-align: center;
}

/* RTL Error messages */
[dir="rtl"] .error-message {
    text-align: right;
}

/* RTL Success messages */
[dir="rtl"] .success-message {
    text-align: right;
}
