.elementor-498 .elementor-element.elementor-element-cfb5b69{--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;--border-radius:5px 5px 5px 5px;box-shadow:0px 0px 10px 0px rgba(137.6716735839844, 136.17524234937585, 136.17524234937585, 0.5);}.elementor-498 .elementor-element.elementor-element-cfb5b69:not(.elementor-motion-effects-element-type-background), .elementor-498 .elementor-element.elementor-element-cfb5b69 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-cfb5b69 *//* ========================= MEGA MENU WRAPPER ========================= */
.mega-menu-v2 {
  width: 100%;
  background: #ffffff;
  padding: 20px 35px;
  box-sizing: border-box;
}

/* ========================= GRID LAYOUT (DESKTOP: STRICT 4 COLUMNS) ========================= */
.mega-menu-v2 .mega-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 40px;
}

.mega-menu-v2 .mega-col {
  width: 100% !important;
}

/* ========================= MENU GROUP ========================= */
.menu-group {
  margin-bottom: 20px;
}

/* TITLE STYLE WITH SQUARE BULLET */
.menu-heading {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  padding-left: 14px;
  color: #111111;
}

.menu-heading:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 6px;
}

/* ========================= LIST STYLE (COMPACT) ========================= */
.menu-group ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.menu-group ul li {
  margin-bottom: 2px; /* Very tight spacing */
}

.menu-group ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
  display: inline-block;
}

.menu-group ul li a:hover {
  color: #1b3a2f !important; /* Dark Green */
}

/* ========================= TABLET (2 COLUMNS) ========================= */
@media (max-width: 1024px) {
  .mega-menu-v2 .mega-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
  }
  .mega-menu-v2 {
    padding: 20px 25px;
  }
}

/* ========================= MOBILE (STRICT 1 COLUMN) ========================= */
@media (max-width: 768px) {
  .mega-menu-v2 .mega-row {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .mega-menu-v2 {
    padding: 15px 18px;
  }
  .menu-heading {
    font-size: 13px;
  }
  .menu-group ul li a {
    font-size: 13px;
  }
  .menu-group {
    margin-bottom: 15px;
  }
}/* End custom CSS */