.circle-process-section {
  text-align: center;
  padding: 12% 0%;
}

.process-circle {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  border: 12px solid rgba(255, 106, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle {
  position: absolute;
  width: 372px;
  height: 372px;
  border: 2px dashed rgba(255, 106, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step {
  position: absolute;
  width: 140px;
}

.step .circle {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  width: 72px;
  height: 72px;
  background: #fff9f5;
  border: 2px solid #ff6a00;
  color: #ff6a00;
  border-radius: 50%;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 38px;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  margin: 0 auto 10px;
}

.process-circle h4 {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -2%;
  color: #1e1e1e;
}
.step p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  color: #1e1e1e;
}

/* Positioning each step */

.step1 {
  top: -170px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
}
.step2 {
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.step3 {
    bottom: -178px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.step.step4 .circle {
  flex: 0 0 72px;
}

.step4 {
  left: -72%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.circle-text4 {
  flex: 0 0 210px;
}

.step.step4 {
  display: flex;
  gap: 25px;
}
.step.step2 {
  display: flex;
  gap: 25px;
}
.circle-text2 {
  flex: 1;
  flex: 0 0 216px;
}
.step.step2 .circle {
  flex: 0 0 72px;
}
.step.step1 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: anchor-center;
}
.step.step3 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: anchor-center;
}
.circle-text1 {
    width: 280px;
}
.circle-text3 {
  width: 230px;
}
