.hr-journey-body-copy {
  white-space: pre-line;
  opacity: 0;
  transform: translateY(8px);
  text-align: center;
  color: #16466c;
  max-width: 980px;
  margin: 26px auto 0;
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: 0;
}

.hr-journey-panel {
  background: transparent;
}

.hr-journey-main-heading {
  color: #19ba5d;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  font-size: 1.85rem;
}

.hr-journey-subheading {
  color: #16466c;
  text-align: center;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  font-size: 1.45rem;
  margin-top: 12px;
}

.hr-journey-timeline {
  position: relative;
  margin-top: 22px;
  padding-top: 4px;
}

.hr-journey-track {
  position: absolute;
  top: 53px;
  left: 12.5%;
  right: 12.5%;
  width: auto;
  height: 6px;
  border-radius: 9999px;
  background: #f1f1f1;
  z-index: 1;
  overflow: hidden;
}

.hr-journey-track-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 9999px;
  background: #19ba5d;
  transition: none;
  will-change: width;
}

.hr-journey-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  column-gap: 18px;
}

.hr-journey-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: 0;
  padding: 0;
  min-width: 0;
  cursor: pointer;
}

.hr-journey-step-label {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 400;
  color: #cfcfcf;
  letter-spacing: 0;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.hr-journey-step-dot-wrap {
  margin-top: 14px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-journey-step-dot {
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #fff;
  border: 6px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.05);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.hr-journey-step-dot-inner {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #e7e7e7;
  transition: background 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.hr-journey-step[data-state="idle"] .hr-journey-step-label {
  color: #cfcfcf;
}

.hr-journey-step[data-state="idle"] .hr-journey-step-dot-inner {
  background: #e7e7e7;
}

.hr-journey-step[data-state="completed"] .hr-journey-step-label {
  color: rgba(22, 70, 108, 0.68);
  font-weight: 600;
}

.hr-journey-step[data-state="active"] .hr-journey-step-label {
  color: #16466c;
  font-weight: 700;
}

.hr-journey-step[data-state="completed"] .hr-journey-step-dot-inner,
.hr-journey-step[data-state="active"] .hr-journey-step-dot-inner {
  background: #19ba5d;
}

.hr-journey-step[data-state="active"] .hr-journey-step-dot {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.96),
    0 0 0 6px rgba(25, 186, 93, 0.07);
}

.hr-journey-body-copy.hr-journey-body-in {
  animation: hr-journey-body-in 0.24s ease-out forwards;
}

.certificatesSwiper-pagination.swiper-pagination {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 10px;
}

.certificatesSwiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  opacity: 1;
  margin: 0 !important;
  background: #d0d0d0;
  transition: width 0.2s ease;
}

.certificatesSwiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  background: #d0d0d0;
}

.certificatesSwiper .swiper-slide {
  width: auto !important;
}

@keyframes hr-journey-body-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-journey-track-fill,
  .hr-journey-body-copy {
    transition: none;
    animation: none;
  }

  .hr-journey-body-copy {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .hr-journey-main-heading {
    font-size: 1.5rem;
  }

  .hr-journey-subheading {
    font-size: 1.1rem;
    margin-top: 10px;
  }

  .hr-journey-timeline {
    margin-top: 20px;
  }

  .hr-journey-track {
    top: 46px;
    height: 6px;
  }

  .hr-journey-step-label {
    font-size: 13px;
  }

  .hr-journey-step-dot-wrap {
    height: 32px;
  }

  .hr-journey-step-dot {
    width: 30px;
    height: 30px;
    border-width: 5px;
  }

  .hr-journey-step-dot-inner {
    width: 12px;
    height: 12px;
  }

  .hr-journey-body-copy {
    margin-top: 22px;
    font-size: 0.98rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .certificatesSwiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .certificatesSwiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hr-journey-step-label {
    font-size: 16px;
  }
}
