.steering-interview-wrapper {
  font-family: Roboto, Arial, sans-serif;
}
p:last-child {
  display: block;
}
.st-steps-container {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  width: fit-content;
}

.st-step {
  height: 43px;
  flex: 1;
  background-size: contain;
  text-align: center;
  color: #066fac;
  background-repeat: no-repeat;
  align-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 166px;
}

.st-step.st-default {
  background-image: url("../img/bg.png");
}

.st-step.st-done {
  background-image: url("../img/bg-done.png");
  color: white;
}

.st-step.st-selected {
  background-image: url("../img/selected-bg.png");
}

.st-step.st-first {
  background-image: url("../img/1-bg.png");
}

.st-step.st-first.st-done {
  background-image: url("../img/1-bg-done.png");
  color: white;
}

.st-step.st-last {
  background-image: url("../img/end-bg.png");
}

.st-step.st-last.st-done {
  background-image: url("../img/end-bg-end.png");
}

.st-content-container {
  margin-top: 20px;
}

.st-step-content {
  display: none;
}

.st-step-content.st-active {
  display: block;
}

.st-step-content h3 {
  color: #066fac;
  margin-bottom: 10px;
}

.st-step-content .st-card-primary {
  min-width: 250px;
  max-width: 250px;
  border-radius: 4px;
  justify-content: space-between;
  padding: 24px;
  background-color: #1a4470;
  display: flex;
  flex-direction: column;
}

.st-step-content .st-card-primary .st-card-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #fff;
}

.st-step-content .st-card-primary .st-card-p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}

.st-step-content .st-card-white {
  min-width: 250px;
  max-width: 250px;
  border-radius: 4px;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #d4d4d8, #d4d4d8),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
}

.st-step-content .st-card-white .st-card-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #093350;
}

.st-step-content .st-card-white .st-card-p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #093350;
}

.st-step-content .st-card-gray {
  min-width: 250px;
  max-width: 250px;
  border-radius: 4px;
  justify-content: space-between;
  padding: 24px;
  background-color: #edf5fe;
  display: flex;
  flex-direction: column;
}

.st-step-content .st-card-gray .st-card-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #093350;
}

.st-step-content .st-card-gray .st-card-p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #093350;
}

.st-step-content .st-card-secondary {
  min-width: 250px;
  max-width: 250px;
  border-radius: 4px;
  justify-content: space-between;
  padding: 24px;
  background-color: #239ae7;
  display: flex;
  flex-direction: column;
}

.st-step-content .st-card-secondary .st-card-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #fff;
}

.st-step-content .st-card-secondary .st-card-p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}

.st-step-content .st-card-secondary-gradian {
  min-width: 250px;
  max-width: 250px;
  border-radius: 4px;
  justify-content: space-between;
  padding: 24px;
  background-color: #1a4470;
  display: flex;
  flex-direction: column;
}

.st-step-content .st-card-secondary-gradian .st-card-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #fff;
}

.st-step-content .st-card-secondary-gradian .st-card-p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}

.st-carousel {
  position: relative;
  overflow: hidden;
  width: 948px; /* 3 cards * 308px + 2 gaps * 20px */
}

.st-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
}

.st-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 67px;
  height: 67px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.st-carousel-arrow-next {
  right: 10px;
  background-image: url("/wp-content/uploads/2025/09/arrowcircle-1.svg");
}

.st-carousel-arrow-prev {
  left: 10px;
  background-image: url("/wp-content/uploads/2025/09/arrowcircle-1.svg");
  transform: translateY(-50%) scaleX(-1);
}

.st-carousel-arrow:hover {
  opacity: 0.7;
}

.st-carousel-arrow.st-hidden {
  display: none;
}

.st-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.st-carousel-btn {
  background: #066fac;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.st-carousel-btn:hover {
  background: #054a7a;
}

.st-carousel-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Mobile navigation arrows */
.st-mobile-nav {
  display: none;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-right: 15px;
}

.st-mobile-arrow {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: opacity 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 40px;
}

.st-mobile-arrow:hover {
  opacity: 1;
}

.st-mobile-arrow.st-hidden {
  color: hsl(0deg 0% 93% / 90%);
}

/* Responsive design */
@media (max-width: 768px) {
  .st-steps-container {
  }

  .st-step {
    min-height: 50px;
    width: 100%;
    margin-bottom: 5px;
  }

  .st-step {
    text-align: left;
    padding-left: 30px;
  }
  .st-carousel {
    width: 100%;
    max-width: 328px;
  }

  .st-carousel-track {
    gap: 10px;
  }

  /* Hide existing carousel arrows on mobile */
  .st-carousel-arrow {
    display: none !important;
  }

  /* Show mobile navigation */
  .st-mobile-nav {
    display: flex;
  }

  .st-step-content .st-card-primary,
  .st-step-content .st-card-white,
  .st-step-content .st-card-gray,
  .st-step-content .st-card-secondary,
  .st-step-content .st-card-secondary-gradian {
    min-width: 280px;
    max-width: 100%;
    min-height: 340px;
  }
}
