.intake-progress-bar-wrap {
  background: #e5e7eb;
  border-radius: 99px;
  height: 6px;
  margin-bottom: 0.5rem;
}
.intake-progress-bar {
  background: #83b640;
  height: 6px;
  border-radius: 99px;
  transition: width 0.3s ease;
}
.intake-step-count {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  display: block;
}
.intake-error {
  border-color: #f59e0b !important;
  outline: 2px solid #f59e0b;
}
.intake-error-msg {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
intake-progress-bar-wrap {
  background: #e5e7eb;
  border-radius: 99px;
  height: 6px;
  margin-bottom: 0.5rem;
}
.intake-progress-bar {
  background: #83b640;
  height: 6px;
  border-radius: 99px;
  transition: width 0.3s ease;
}
.intake-step-count {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  display: block;
}
.intake-error {
  border-color: #f59e0b !important;
  outline: 2px solid #f59e0b;
}
.intake-error-msg {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.intake-section-action p {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.wpcf7 label {
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}