/* Language Switcher - Always Visible */
.language-switcher {
    display: inline-flex !important;
    align-items: center;
    position: relative;
    z-index: 10000 !important;
    margin: 0 15px;
    visibility: visible !important;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Fix language button visibility - ORANGE THEME */
.lang-btn {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 10px 20px !important;
    background: #ffa500 !important;
    border: 2px solid #ff8c00 !important;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: white !important;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.lang-btn:hover {
    background: #ff8c00 !important;
    border-color: #ffa500 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.lang-icon {
    font-size: 18px !important;
}

.lang-text {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: white !important;
}

.lang-menu {
    background: white !important;
    border: 2px solid #ffa500 !important;
}
