/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* WPML Language Picker Styles */
.custom-language-dropdown {
    position: relative;
    display: inline-block;
    font-size: 16px;
    z-index: 5;
}

.custom-language-dropdown .current-language {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.custom-language-dropdown .current-language img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.custom-language-dropdown .language-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 150px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-language-dropdown .language-list.show {
    display: block;
}

.custom-language-dropdown .language-list li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.custom-language-dropdown .language-list li a:hover {
    background-color: #f5f5f5;
}

.custom-language-dropdown .language-list li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}