.elementor-8466 .elementor-element.elementor-element-f2f01b8 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(90deg, #13714D 0%, #05060C 100%);opacity:0.7;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8466 .elementor-element.elementor-element-f2f01b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}@media(max-width:767px){.elementor-8466 .elementor-element.elementor-element-f2f01b8{padding:20px 20px 20px 20px;}}/* Start custom CSS for html, class: .elementor-element-04d6916 */.hex-sections{
  display: grid;
  gap: 10px;
  width: 100%;
}


.hex-cont{
  display: flex;
  flex-direction: column;
}
.hex-cont h5{
  font-family: "Encode Sans", Sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 51px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 0;
}
.text-md{
    font-family: "Encode Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}
.hex-divider-separator{
  display: block;
  margin: 15px 0;
  width: 100px;
  height: 4px;
  background-color: #3cc385;
}

.hex-card {
  position: relative;
}

.hex-card a {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px; /* prevents text from touching hex edges */
}

.hex-card .hex-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hex-card .hex-subtitle{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  opacity: 0.9;
  font-style: italic;
  max-width: 220px; /* helps balance on desktop hex */
}

.hex-card a:hover {
  color: #14e3c2;
  text-decoration: none;
}

@media (min-width: 1024px) {
   .hex-sections{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hex-cont{
  justify-content: center;
}

 
  .hex-wrap {
    display: flex;
    justify-content: center;
  }
  .hex-card {
    width: 285px;
    height: 285px;
    background-image: url("http://www.wiznucleus.com/wp-content/uploads/2025/12/hex-card.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 50px;
  }
  .hex-center {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: -50px;
  }
  .hex-card::before {
    content: "";
    position: absolute;
    inset: 1.5px;
    clip-path: inherit;
    background-color: rgba(255, 255, 255, 0);
    z-index: -1;
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 92% 24%, 93% 74%, 49% 98%, 7% 75%, 6% 25%);
  }
}

@media (max-width: 1023.99px) {
    .hex-sections{
            padding: 0 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hex-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hex-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hex-card {
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 11%);
    backdrop-filter: blur(4px);
    border: 1px solid #02d1ae;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  
    .hex-sections{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.hex-card span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}/* End custom CSS */