body {position: relative;}
.component-heading {
  font-size: 12px;
  font-weight: 600;
}
.hex-container {
  padding-top: 140px;
  --s: 220px;
  --m: 4px;
}
.hex-container:has(.hex-item.active) .hex-overlay {
  height: 100%;
  width: 100%;
  z-index: 1021;
  position: absolute;
  background: rgb(0 0 0 / 24%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.w187 {width: 87px;height: 87px;}
.w98 {width: 98px;height: 98px;}
.w100 {width: 100px;height: 100px;}
.w92 {width: 92px;height: 92px;}
.w72 {width: 72px;height: 72px;}
.w110 {width: 110px;height: 110px;}
.w82 {width: 82px;height: 82px;}
.w96 {width: 96px;height: 96px;}
.w76 {width: 76px;height: 76px;}
.w65 {width: 65px;height: 65px;}
.w114 {width: 114px;height: 114px;}
.w104 {width: 104px;height: 104px;}
.w124 {width: 124px;height: 124px;}
.w142 {width: 142px;height: 142px;}
.w108 {width: 108px;height: 108px;}
.w102 {width: 102px;height: 102px;}
.f1 p{width: 45px;margin: 0 auto;}
.f2 p{width: 45px;margin: 0 auto;}
.f3 p{width: 55px;margin: 0 auto;}
.f4 p{width: 50px;margin: 0 auto;}
.f6 p span{display: block;}
.f7 p{width: 50px;margin: 0 auto;}
.f8 p{width: 65px;margin: 0 auto;}
.f9 p{width: 45px;margin: 0 auto;}
.f10 p{width: 30px;margin: 0 auto;}
.f11 p{width: 70px;margin: 0 auto;}
.f12 p{width: 65px;margin: 0 auto;}
.f13 p{width: 75px;margin: 0 auto;}
.f14 p{width: 70px;margin: 0 auto;}
.f15 p{width: 70px;margin: 0 auto;}
.f17 p{width: 82px;margin: 0 auto;}
.f18 p{width: 70px;margin: 0 auto;}
.f19 p{width: 90px;margin: 0 auto;}
.f20 p{width: 80px;margin: 0 auto;}
.f21 p{width: 65px;margin: 0 auto;}

.f1 {left: -60px;top: -22px;}
.f2 {left: -50px;top: 20px;}
.f3 {left: -60px;top: 28px;}
.f4 {left: -85px;top: 0px;}
.f5 {left: -110px;top: 30px;}
.f6 {left: -164px;top: -63px;}
.f7 {left: -160px;top: -20px;}
.f8 {left: -92px;top: -60px;}
.f9 {left: -90px;top: -30px;}
.f10 {left: -20px;top: 15px;}
.f11 {left: 20px;top: -5px;}
.f12 {left: 24px;top: 0;}
.f13 {left: -5px;top: -50px;}
.f14 {left: 12px;top: -35px;}
.f15 {left: 0;top: 0;}
.f16 {left: -100px;top: -70px;}
.f17 {left: -106px;top: -70px;}
.f18 {left: -106px;top: -40px;}
.f19 {left: -100px;top: -28px;}
.f20 {left: -110px;top: -28px;}
.f21 {left: -110px;top: -28px;}
.hex-row {
  display: flex;
  justify-content: center;
}
/* .hex-row {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 48px;
} */
.hex-item {
  position: relative;
  font-size: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 20px;
  cursor: pointer;
  border-radius: 100%;
  background: rgb(237,245,255);
  /* background: linear-gradient(301deg, rgba(237,245,255,1) 0%, rgba(242,248,255,1) 100%); */
  background: linear-gradient(131deg, #DDEDFA 24.01%, #D7E9FF 86.27%);
  border: 2px solid #fff;
  transition: 0.3s;
}
.hex-item:hover{
  background: #fff;
  box-shadow: 0px 2px 18px rgba(111, 166, 220, 0.41);
  transition: 0.3s;
}
/* :not(.active).hex-item:before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
    background-color: #ccc;
  z-index: 0;
   transition: 3.5s;
  backdrop-filter: blur(5px); 
}
:not(.active).hex-item.shine:before {

  left: 0px;
   opacity: 1;
} */

/* :not(.active).hex-item:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 0;
   transition: 0.9s;
}
:not(.active).hex-item:hover:after {
    left: 0px;
   opacity: 1;
   z-index: -1;
}
:not(.active).hex-item .hex-item-body img{
  transition: transform .2s;
}
:not(.active).hex-item:hover .hex-item-body img{
  transform: scale(1.1);
  transition: transform .2s;
} */

.hex-item-body {
  /* backdrop-filter: opacity(0);
  background-color: #c1c1c1;
  width: 123px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative; */
}
.hex-item-body img {display: none;}
.hex-item.active .hex-item-body {
  /* --as: 280px; */
  --as: 340px;
  width: var(--as);
  /* height: var(--as); */
  height: auto;
  position: absolute;
  z-index: 1022; 
  background-color: #ffffff;
  backdrop-filter: opacity(1);
  filter: drop-shadow(0px 11px 26px #698bbe47);
  cursor: pointer;
  transition: all ease-out 0.2s;
  border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.hex-item.active .hex-item-body img{display: block !important;}
.hex-item.active .hex-item-body .closePopup {
  display: block !important;
  position: absolute;
  right: 10px;
  top: 4px;
  color: #e3e3e3;
  z-index: 1023;
}

.content {
  font-size: 15px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  transition: opacity ease-in 0.1s;
}
/* .hex-item.active .hex-item-body img {display: block !important;} */
.hex-item.active .content {
  opacity: 1;
  display: block;
  width: auto;
  height: auto;
  transition-delay: 0.1s;
  margin-top: 5px;
}
.hex-item.active .component-heading {
  width: 100%;
  font-size: 18px;
}
.hex-item.active .component-heading span{display: inline-block;}


/* 
.component-heading {width: 115px;} */
/* .hex-item.active .hex-item-body img {transition-delay: 0.3s;} */

/* :not(.active).hex-item:hover {
  background-image: url("../../images/feature-components/HexagonBlue.svg");
   z-index: 1;
} */


/*--- Responsive CSS ---*/
@media (min-width: 320px) and (max-width: 767px) {
  .FeaturesModalForMobile{display: block !important;}
  .hex-container{display: none;}
  .modules-item{
     text-align: center;
      padding: 15px;
      background-color: #f7f9ff;
      border-radius: 12px;
      height: 100%;
      width: 100%;
      cursor: pointer;
    transition: all ease-out 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modules-item.active .modules-item-body{
    text-align: center;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 18px;
    height: fit-content;
    width: 96%;
    position: fixed;
    z-index: 1022;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
  }
  .modules-item-body img{width: 30px;height: auto;}
  .modules-item-body p {font-size: 14px;font-weight: 500;}
  .description{
    font-size: 14px;
    display: none;
  }
  .modules-item.active .modules-item-body .closePopup {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #e3e3e3;
    z-index: 1023;
  }
  .modules-item.active .modules-item-body p{font-size: 16px;}
  .modules-item.active .modules-item-body img{width: auto;height: auto;}
  .modules-item.active .description {
    opacity: 1;
    display: block;
    margin-top: 4px;
  }
  .FeaturesModalForMobile:has(.modules-item.active) .overlay-bg {
    height: 100%;
    width: 100%;
    z-index: 1021;
    position: absolute;
    background: rgb(0 0 0 / 24%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
    .modules-item.active .modules-item-body{padding: 30px !important;}

  .description {font-size: 18px;}
}
@media (min-width: 425px) and (max-width: 767px) {
  .modules-item-body p {font-size: 15px !important;}
}

@media (min-width: 768px) and (max-width: 1023px) {
  .modules-item.active .modules-item-body .closePopup {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #e3e3e3;
    z-index: 1023;
  }
  .FeaturesModalForMobile{display: block !important;}
  .hex-container{display: none;}
  .modules-item{
     text-align: center;
      padding: 20px;
      background-color: #f7f9ff;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    transition: all ease-out 0.2s;
    width: 100%;
    height: 100%;
  }
  .modules-item.active .modules-item-body{
    text-align: center;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 18px;
    height: auto;
    width: 350px;
    position: absolute;
    z-index: 1022;
    cursor: pointer;
    transition: all ease-out 0.2s;
    right: 20px;
    left: 20px;
    margin: 0 auto;
  }

  .modules-item-body img{width: 40px;height: auto;}
  .modules-item-body p {font-weight: 500;}
  .description{
    font-size: 16px;
    display: none;
  }
  .modules-item.active .modules-item-body p{font-size: 18px;}
  .modules-item.active .modules-item-body img{width: auto;height: auto;}
  .modules-item.active .description {
    opacity: 1;
    display: block;
    margin-top: 4px;
  }
  .FeaturesModalForMobile:has(.modules-item.active) .overlay-bg {
    height: 100%;
    width: 100%;
    z-index: 1021;
    position: absolute;
    background: rgb(0 0 0 / 24%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .FeaturesModalForMobile{display: block !important;}
  .modules-item.active .modules-item-body .closePopup {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #e3e3e3;
    z-index: 1023;
  }
  .hex-container{display: none;}
  .modules-item{
     text-align: center;
      padding: 20px 30px;
      background-color: #f4f9ff;
      border-radius: 18px;
      height: 148px;
      margin-bottom: 12px;
      cursor: pointer;
    transition: all ease-out 0.2s;
  }
  .modules-item.active .modules-item-body{
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 18px;
    height: auto;
    width: 350px;
    position: absolute;
    z-index: 1022;
    cursor: pointer;
    transition: all ease-out 0.2s;
    right: 20px;
    left: 20px;
    margin: 0 auto;
  }
  .modules-item-body p {font-size: 16px;font-weight: 500;}
  .description{
    font-size: 16px;
    display: none;
  }
  .modules-item.active .modules-item-body p{font-size: 18px;}
  .modules-item.active .modules-item-body img{width: auto;}
  .modules-item.active .description {
    opacity: 1;
    display: block;
    margin-top: 4px;
  }
  .FeaturesModalForMobile:has(.modules-item.active) .overlay-bg {
    height: 100%;
    width: 100%;
    z-index: 1021;
    position: absolute;
    background: rgb(0 0 0 / 24%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hex-item {margin: 10px 15px 0;}
  /* .hex-container {  padding-top: 80px;}
.hex-item {
    background-image: none; 
    background: #fff;
    background-size: cover;
    filter: none;
    width: 160px;
    height: 160px;
    border-radius: 20%;
    margin: 0 65px;
    margin-top: -50px;
    clip-path: unset;
    box-shadow: 0px 0px 10px 1px #e4f1fb;
    transform: rotate(45deg);
}
.hex-item-body {
    background-image: none;
    backdrop-filter: unset;
    background-size: unset;
    transform: rotate(-45deg);
}
.hex-row {padding-left: 0;}
#centerLogo {background-color: transparent;box-shadow: none;}

:not(.active).hex-item:after {
  background: none;
  backdrop-filter: unset;
}

.active .hex-item-body {
    transform: rotate(0deg);
    transition:none !important;
}
.hex-item.active{transform: none;} */

}