.elementor-30137 .elementor-element.elementor-element-32adcb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7801a40 */.custom-mega-menu{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:60px;
  padding:48px 56px;
  background:#141414;
  border-radius:0 0 26px 26px;
}

.custom-mega-left{
  width:45%;
}

.custom-mega-left h3{
  color:#fff;
  font-size:24px;
  font-weight:700;
  margin:0 0 24px;
}

.custom-mega-left ul{
  margin:0;
  padding-left:20px;
}

.custom-mega-left li{
  margin-bottom:18px;
  color:#fff;
}

.custom-mega-left a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
}

.custom-mega-left a:hover{
  color:#b9ff00;
}

.custom-mega-right{
  width:48%;
}

.custom-mega-right img{
  width:100%;
  display:block;
  border-radius:4px;
}

@media (max-width: 991px){
  .custom-mega-menu{
    flex-direction:column;
    padding:24px;
    gap:24px;
  }

  .custom-mega-left,
  .custom-mega-right{
    width:100%;
  }

  .custom-mega-left h3{
    font-size:20px;
  }

  .custom-mega-left a{
    font-size:16px;
  }
}/* End custom CSS */