my-sticky-btn

.submit-btn {
  background-color: #69c1a9 !important;
  color: white !important;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #5ab29a !important;
}
html {
    scroll-behavior: auto !important;
}
/* Hide all steps except active */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.button-row {
  display: flex;
  justify-content: space-between;
}

button {
  padding: 10px 20px;
  background: #1e73be;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #165a8f;
}


