/* HOME ONLY: remove "current" underline styling from the Contact section link */
body.home #mega-menu-wrap a[href*="#contact"],
body.home #mega-menu-wrap a[href$="#contact"] {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* If the underline is a pseudo-element (very common) */
body.home #mega-menu-wrap a[href*="#contact"]::after,
body.home #mega-menu-wrap a[href*="#contact"]::before {
  display: none !important;
  content: none !important;
}

/* Max Mega Menu "current" classes sometimes live on the  */
body.home #mega-menu-wrap li.mega-current-menu-item > a[href*="#contact"],
body.home #mega-menu-wrap li.mega-current-page-item > a[href*="#contact"],
body.home #mega-menu-wrap li.mega-current-menu-ancestor > a[href*="#contact"],
body.home #mega-menu-wrap li.mega-current-page-ancestor > a[href*="#contact"] {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}