.elementor-9871 .elementor-element.elementor-element-ab5d7d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d9197a0 */.mega-menu-pro {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  padding: 20px;
}
.mega-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  background: 
#f2f7f0;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mega-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 8px;
}
.mega-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.shri-submenu {
  position: fixed;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 650px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.shri-submenu.shri-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.shri-submenu .mega-card {
  font-size: 13px;
  height: auto;
}
.shri-submenu .mega-card img {
  height: 120px;
}
@media (max-width: 1024px) {
  .mega-menu-pro { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .mega-menu-pro { grid-template-columns: repeat(2, 1fr); }
  .shri-submenu {
    width: 95vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Keep Neve theme megamenu open when hovering submenu */
.ct-nav-menu .menu-item-has-children:hover > .sub-menu,
.ct-nav-menu .megamenu:hover > .sub-menu,
.ct-nav-menu .menu-item-has-children.focus > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
  display: block !important;
}
.ct-nav-menu .sub-menu {
  overflow: visible !important;
}
.ct-nav-menu .megamenu > .sub-menu {
  overflow: visible !important;
}
/* Fix the sub-menu that contains mega-menu-pro */
.ct-nav-menu .menu-item-has-children > .sub-menu {
  overflow: visible !important;
}/* End custom CSS */