/* إصلاح موضع dropdown اللغات في الموقع الأمامي */

/* ضمان ظهور dropdown اللغات في المقدمة */
.language-switcher {
    position: relative;
    z-index: 99999 !important;
}

.language-switcher .dropdown-menu,
.language-dropdown {
    z-index: 99999 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    display: none;
}

.language-switcher .dropdown-menu.show,
.language-dropdown.show {
    display: block !important;
}

/* إصلاح موضع dropdown للغة العربية */
[dir="rtl"] .language-switcher .dropdown-menu,
[dir="rtl"] .language-dropdown {
    left: auto !important;
    right: 0 !important;
}

/* إصلاح موضع dropdown للغة العربية */
[dir="rtl"] .language-switcher .dropdown-menu,
[dir="rtl"] .language-dropdown {
    left: auto !important;
    right: 0 !important;
}

/* ضمان عدم تداخل مع شريط البحث */
.search-bar,
.search-section,
.search-container {
    position: relative;
    z-index: 100;
}

/* تحسين مظهر dropdown اللغات */
.language-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 2px 8px;
}

.language-item:hover {
    background: #667eea;
    color: #fff;
    text-decoration: none;
    transform: translateX(5px);
}

.language-item.active {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    font-weight: 600;
}

.language-item.active:hover {
    background: #667eea;
    color: #fff;
}

.language-flag {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.language-name {
    flex: 1;
    font-size: 14px;
}

/* إصلاح موضع dropdown للغة العربية */
[dir="rtl"] .language-item:hover {
    transform: translateX(-5px);
}

[dir="rtl"] .language-item i.fa-check {
    margin-left: 0;
    margin-right: auto;
}

/* إصلاح موضع dropdown اللغات - CSS إضافي */
.language-switcher {
    position: relative;
    z-index: 99999 !important;
}

.language-switcher .dropdown-menu,
.language-dropdown {
    z-index: 99999 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    display: none;
}

.language-switcher .dropdown-menu.show,
.language-dropdown.show {
    display: block !important;
}

/* إصلاح موضع dropdown للغة العربية */
[dir="rtl"] .language-switcher .dropdown-menu,
[dir="rtl"] .language-dropdown {
    left: auto !important;
    right: 0 !important;
}

/* ضمان عدم تداخل dropdown اللغات مع شريط البحث */
.search-bar,
.search-section,
.search-container,
.search-form,
.search-input,
.search-filters {
    position: relative;
    z-index: 100 !important;
}

/* إصلاح موضع header */
.header,
.header-section,
.header-container {
    position: relative;
    z-index: 1000 !important;
}

/* إصلاح موضع header-right */
.header-right {
    position: relative;
    z-index: 10000 !important;
}
