section.polygon-section {
  width: 100%;
  padding: 112px 30px;
  background: url("/wp-content/uploads/2025/09/Solutions.png") no-repeat left 0%,
    linear-gradient(180deg, #010520 17.38%, #050b32 77.01%);
  background-size: 100% 100%;
}
div.poly-wrap {
  max-width: 1308px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: 0 auto;
}
div.poly-wrap div.content-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
div.content-part h2.poly-title {
  margin: 0;
  font-family: "Geist", sans-serif;
  font-size: 54px;
  line-height: 125%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
}
div.content-part div.poly-subtitle {
  display: block;
  max-width: 535px;
  width: 100%;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
div.poly-wrap div.poly-part {
  position: relative;
  max-width: 936.56px;
  width: 100%;
  margin: 0 auto;
  min-height: 890px;
  cursor: pointer;
}
div.polygon-image {
  opacity: 0;
  position: absolute;
  width: 936.56px;
  height: 890px;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
div.polygon-image.visible {
  opacity: 1;
}
div.poly-part div.polygon-image img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
div.polygon-image::before {
  opacity: 0;
  position: absolute;
  max-width: 491px;
  padding: 28px;
  background-color: #01052066;
  border: 1px solid #ffffff26;
  backdrop-filter: blur(100px);
  content: "";
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
  transition: all 0.6s ease-in-out;
}
div.poly-part div.polygon-image.visible::before {
  opacity: 1;
}
/* div.poly-wrap div.poly-part-mob
{
	display:none;
}
div.poly-part-mob div.poly-accordian
{
	display:flex;
	flex-direction:column;
	gap:8px;
} */
@media (max-width: 767px) {
  section.polygon-section {
    padding: 60px 20px;
  }
  div.content-part h2.poly-title {
    font-size: 40px;
  }
  div.content-part div.poly-subtitle {
    font-size: 16px;
  }
  div.poly-wrap {
    gap: 15px;
  }
  div.poly-wrap div.poly-part {
    min-height: 400px;
/* 	  display:none; */
  }
  div.polygon-image {
    max-width: 335px;
    max-height: 325.8px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  div.polygon-image::before {
    max-width: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 125%;
    text-align: center;
    width: 100%;
    right: unset !important;
    top: unset !important;
    left: 0 !important;
    bottom: -120px !important;
  }
/*   div.poly-wrap div.poly-part-mob
  {
	display:block;
  } */
}
