.elementor-322 .elementor-element.elementor-element-8c7f251{--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;box-shadow:0px 20px 60px -15px rgba(0, 0, 0, 0.12);}/* Start custom CSS for html, class: .elementor-element-d0cd106 *//* WRAPPER */
.custom-mega-menu {
  background: #ffffff;
  padding: 40px 0;
}

/* GRID */
.custom-mega-menu .mega-inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  padding: 0 40px;
}

/* COLUMN IMAGE */
.custom-mega-menu .mega-col img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 10px;
  transition: 0.4s ease;
}

.custom-mega-menu .mega-col img:hover {
  transform: scale(1.05);
}

/* HEADING FIX */
.custom-mega-menu .mega-col h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0A4C36;
  margin-bottom: 12px;
  white-space: nowrap;   /* Prevent wrap */
}

/* LIST RESET */
.custom-mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LIST ITEM */
.custom-mega-menu ul li {
  margin-bottom: 8px;
}

/* LINK FIX */
.custom-mega-menu ul li a {
  text-decoration: none !important;  /* Remove underline */
  color: #555;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.custom-mega-menu ul li a:hover {
  color: #0A4C36;
  transform: translateX(4px);
}

/* MAX 7 ITEMS PERFECT HEIGHT */
.custom-mega-menu .mega-col ul {
  min-height: 190px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .custom-mega-menu .mega-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-mega-menu .mega-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */