.mega-menu-content {
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40px;
}

.mega-menu-content:after {
    position: absolute;
    content: '';
    top: -10px;
    right: 0;
    left: 0;
    height: 32px;
}

.menu-item.open .mega-menu-content {
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 40px;
}

.mega-menu-content .elementor-section-wrap .elementor-section {
    width: 100%;
}