.language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.language-selector label {
    margin-right: 10px;
    font-weight: 600;
    color: #333;
}

.language-selector select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: white;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

/* Styles pour la direction RTL (arabe) */
.rtl {
    text-align: right;
    direction: rtl;
}

.rtl .language-selector {
    left: 20px;
    right: auto;
}

.rtl .language-selector label {
    margin-right: 0;
    margin-left: 10px;
}

.rtl nav ul {
    flex-direction: row-reverse;
}

.rtl .hero-buttons {
    flex-direction: row-reverse;
}

.rtl .feature, 
.rtl .category, 
.rtl .process-step,
.rtl .step,
.rtl .stat,
.rtl .location {
    text-align: right;
}

.rtl .footer-content {
    flex-direction: row-reverse;
}

/* Ajustements de police pour l'arabe */
html[dir="rtl"] body {
    font-family: 'Tajawal', 'Raleway', sans-serif;
}

html[dir="rtl"] h1, 
html[dir="rtl"] h2, 
html[dir="rtl"] h3, 
html[dir="rtl"] h4 {
    font-family: 'Tajawal', 'Playfair Display', serif;
}
