.security-testing-banner {
  background-image: url(./../assets/images/security-testing-bg.png);
}
.security-testing-banner .left-details h1 span {
  animation: typingErase 8s steps(8) infinite;
}
@keyframes typingErase {
  0% {
    width: 0ch;
  }
  30% {
    width: 8ch;
  }
  60% {
    width: 8ch;
  }
  90% {
    width: 0ch;
  }
  100% {
    width: 0ch;
  }
}

.service-common-heading {
  margin-top: 5rem;
}
.service-common-heading h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1B1717;
  margin-bottom: 16px;
}
.service-common-heading h3 .icon-bg {
  background: rgba(230, 0, 37, 0.1019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
}
.service-common-heading h3 .highlight {
  color: var(--primary);
}
.service-common-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.main-common-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.main-common-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}

.testing-service-wrapper .left-details .common-list-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
}
.testing-service-wrapper .left-details .common-list-card .icon-wrapper svg {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testing-service-wrapper .left-details .common-list-card .content h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px;
  color: var(--primary);
}
.testing-service-wrapper .left-details .common-list-card .content p {
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  color: #515151;
  margin-bottom: 0px;
}
.testing-service-wrapper .left-details .testing-top-cards {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing .icon-wrapper {
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  filter: drop-shadow(0px 0px 12.2px rgba(0, 0, 0, 0.06));
  border: 8px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing .icon-wrapper svg {
  width: 50px;
  height: auto;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing .text-content {
  background-image: url(./../assets/images/testing-shade.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 165px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateY(-10px);
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing .text-content p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing .text-content.black-shade {
  background-image: url(./../assets/images/testinh-shade-black.svg);
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing:nth-child(2) .text-content {
  transform: translateY(10px);
  align-items: flex-start;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing:nth-child(2) .text-content p {
  margin-bottom: 0px;
  margin-top: 25px;
}
.testing-service-wrapper .left-details .testing-top-cards .card-testing:nth-child(5) .text-content {
  background-image: url(./../assets/images/testing-shade-black-round.svg);
}
.testing-service-wrapper .left-details .testing-top-cards .left-shade {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 2rem;
  left: 20px;
}
.testing-service-wrapper .left-details .testing-top-cards .left-shade img {
  width: 85px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.testing-service-wrapper .left-details .testing-top-cards .right-shade {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 2rem;
  right: 20px;
}
.testing-service-wrapper .left-details .testing-top-cards .right-shade img {
  width: 85px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=securitytesting.css.map */