/* Add your custom styles here */

/*
.elementor-nav-menu--dropdown {
    min-width: 280px !important;
    background-color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    border-top: 2px solid #1a7fd4 !important;
}

.elementor-nav-menu--dropdown .menu-item {
    overflow: visible !important;
}


.elementor-nav-menu--dropdown .menu-item > a.elementor-sub-item {
    font-size: 13px !important;
    padding: 10px 20px 4px 20px !important;
}

.menu-item-description {
    display: block !important;
    font-size: 11px;
    font-style: italic;
    color: #6b7280;
    line-height: 1.3;
    text-align: inherit;
    padding: 0 20px 10px 20px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.elementor-nav-menu--dropdown .menu-item:hover .menu-item-description {
    color: #1a7fd4 !important;
    background-color: #72C6FF52 !important;
}

.menu-item.current-menu-item > a.elementor-sub-item {
    background-color: #1a7fd4 !important;
    color: #ffffff !important;
}

.menu-item.current-menu-item .menu-item-description {
    color: #ffffff !important;
    background-color: #1a7fd4 !important;
    padding-bottom: 10px !important;
}
*/