/* Language Switcher */
.lang-switcher {
    position: relative;
    margin-right: 15px;
}

.lang-btn {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* [dir="rtl"] .highlight-right { */
/* Adjust if there are specific positioning styles */
/* } */

[dir="rtl"] .faq-question {
    flex-direction: row-reverse;
    justify-content: space-between;
}

[dir="rtl"] .faq-question span:first-child {
    text-align: right;
}

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

[dir="rtl"] .saas-solutions-grid {
    direction: ltr;
}

[dir="rtl"] .local-hero {
    direction: ltr;
}

[dir="rtl"] .pricing-header {
    direction: rtl;
}

[dir="rtl"] .pricing-section {
    direction: ltr;
}

[dir="rtl"] .industries-bg {
    direction: ltr;
}