/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.kreativeu-footer-nav {
    list-style:none;
    margin:0;
    padding:0;
}
.kreativeu-footer-nav li {
    display:inline-block;
    margin:0 8px;
}
.kreativeu-footer-nav a {
    color:#000;
    text-decoration:none;
    font-size:15px;
}
.kreativeu-footer-nav a:hover {
    text-decoration:underline;
}

@media(max-width:768px) {
    .kreativeu-footer-bottom {
        flex-direction:column;
        text-align:center;
    }
    .kreativeu-footer-text {
        max-width:100%;
    }
}









/* ===== HEADER GENERAL ===== */
.kreativeu-header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ===== LOGO DIMENSIONARE ===== */
.kreativeu-logo img,
.custom-logo {
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
}

/* ===== MENIU ===== */
.kreativeu-menu .menu-item a {
    color: #2d3748; /* gri inchis */
    font-size: 17px;
    font-weight: 500;
    padding: 10px 18px;
}

.kreativeu-menu .menu-item a:hover {
    color: #1a202c;
}

.kreativeu-menu {
    display: flex;
    gap: 10px;
}

/* ===== BURGER MENU ===== */
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.k-inst-advisors{
color:#04349b;
}

/* Ascundem limba curentă și submeniul WPML */
/* Ascundem intrarea WPML pentru a o înlocui cu select */
.kreativeu-menu li.wpml-ls-item {
    display: none !important;
}
.lang-dropdown {
    position: relative;
    margin-left: 15px;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.lang-btn img {
    width: 22px;
    height: 16px;
}

.lang-list {
    display: none;
    position: absolute;
    right: 0;
    top: 38px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

.lang-list.open {
    display: block;
}

.lang-row {
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}

.lang-row img {
    width: 22px;
    height: 16px;
}

.lang-row:hover {
    background: #f3f3f3;
}