.elementor-41 .elementor-element.elementor-element-184333b{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-028d111 */.fa-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fa-links a {
    text-decoration: none;
    color: #fff; /* Change if needed */
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dropdown:hover .arrow {
    transform: rotate(180deg);
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    z-index: 999;
}

.submenu li {
    margin: 0;
}

.submenu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.submenu a:hover {
    background: #f5f5f5;
}

.dropdown:hover .submenu {
    display: block;
}/* End custom CSS */