/* Manual rotation */
.methodology-section {
  position: relative;
  padding: 4rem 0;
  background: var(--lightbg);
  overflow: hidden;
}
.methodology-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://staticdev.locowiz.com/locomedia/website-builder/image/world-map.png");
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.6;
}
.methodology-section input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.methodology-section .cards-container {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 0 auto;
  margin-bottom: -450px;
}
@media screen and (max-width: 767px) {
  .methodology-section .cards-container {
    width: 400px;
    height: 400px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 475px) {
  .methodology-section .cards-container {
    width: 320px;
    height: 320px;
  }
}
.methodology-section .cards {
  position: relative;
  width: 100%;
  height: 100%;
  border: 3px dashed var(--themesecondaryclr);
  box-shadow: 0 0 0 4px var(--themeprimaryclr);
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.methodology-section .card-item {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform-origin: center;
  pointer-events: none;
}
.methodology-section .card-item:nth-child(1) {
  transform: rotate(0deg);
}
.methodology-section .card-item:nth-child(2) {
  transform: rotate(72deg);
}
.methodology-section .card-item:nth-child(3) {
  transform: rotate(144deg);
}
.methodology-section .card-item:nth-child(4) {
  transform: rotate(216deg);
}
.methodology-section .card-item:nth-child(5) {
  transform: rotate(288deg);
}
.methodology-section .card-item input {
  display: none;
}
.methodology-section .card-item label {
  position: absolute;
  top: -50px;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.3s;
  background: var(--gradientone);
  width: 80px;
  height: 80px;
  border-radius: 10px 10px 60px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  font-size: 40px;
  color: var(--plainclr);
}
.methodology-section .card-item label:hover {
  background: var(--gradientsix);
}
.methodology-section .card-item label img {
  width: 45px;
  margin-bottom: 5px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 475px) {
  .methodology-section .card-item label img {
    width: 35px;
  }
}
@media screen and (max-width: 475px) {
  .methodology-section .card-item label {
    top: -40px;
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.methodology-section .card-item .content-section {
  position: absolute;
  top: 70px;
  left: 50%;
  opacity: 0;
  transition: 0.3s ease;
  transform: translate(-50%);
  width: 70%;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 475px) {
  .methodology-section .card-item .content-section {
    width: 80%;
  }
}
.methodology-section .card-item .content-section .brand-icon {
  width: 150px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 475px) {
  .methodology-section .card-item .content-section .brand-icon {
    display: none;
  }
}
.methodology-section .card-item.active .content-section {
  opacity: 1;
}
.methodology-section .card-item.active label::after {
  content: "";
  width: 2px;
  height: 35px;
  background: var(--themesecondaryclr);
  position: absolute;
  top: 100%;
}
.methodology-section .card-item.active label::before {
  content: "";
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  bottom: -38px;
  position: absolute;
  background: var(--themesecondaryclr);
}

.sub-heading-two {
  font-size: 14px !important;
}/*# sourceMappingURL=impact-faq.css.map */