.elementor-2144 .elementor-element.elementor-element-2995079{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e68a9dc */.mega-menu {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
}

.mega-left {
  width: 30%;
}

.mega-left h3 {
  color: #1F3D2B;
  font-size: 22px;
}

.mega-right {
  width: 70%;
  display: flex;
  gap: 20px;
}

.mega-card {
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.mega-card img {
  width: 100%;
  border-radius: 10px;
}

.mega-card:hover {
  transform: translateY(-5px);
}

.mega-card h4 {
  margin-top: 10px;
}

.mega-card:hover h4 {
  color: #86BB46;
}/* End custom CSS */