.form {
  color: black;
  background: #f8fafc;
  /* button[disabled] {
      opacity: 0;
    } */
}
.form .wrapper {
  padding: 0px 0 40px 0;
}
.form p.error {
  color: #dc2626 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  display: none;
}
.form .other-section {
  display: none;
  width: 100%;
}
.form .close-btn {
  float: right;
  background-color: rgba(211, 211, 211, 0.5607843137);
  margin-bottom: 10px;
  font-weight: 500;
  padding: 0 3.5px;
  cursor: pointer;
}
.form .form-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px;
}
.form .progress-bar {
  width: 100%;
  background: #dfdfdf;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}
.form .progress-bar-inner {
  height: 100%;
  width: 0%;
  background: #0866ff;
  transition: width 0.3s ease;
  border-radius: 4px;
}
.form .title-bar {
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.form .step {
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  /* Styling selected option (Not all browsers support this) */
}
.form .step h2 {
  text-align: center;
  padding-bottom: 16px;
}
.form .step .step-container {
  width: 100%;
}
.form .step .step-container .iti {
  display: flex;
  width: 100%;
}
.form .step .step-container .iti .iti__flag-container {
  flex-shrink: 0;
}
.form .step .step-container .iti input {
  padding-left: 76px;
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.form .step p.w-full {
  margin-bottom: 8px;
}
.form .step option {
  padding: 20px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.form .step option:checked {
  background-color: #0866ff; /* Background color for selected option */
  color: white;
}
.form .step-success {
  align-items: center;
}
.form .step-success h2 {
  margin-top: 0;
}
.form .step-success p {
  color: #4b5563 !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.form .step-success img {
  margin-bottom: -2px;
}
.form .step.active {
  display: flex;
}
.form .radio-group {
  width: 100%;
  margin-bottom: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto;
}
.form .radio-group label {
  font-weight: 500;
}
.form .radio-group .custom-radio div {
  border-radius: var(--8px, 8px);
  background: #dc2626;
  color: #111827;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked),
.form .radio-group .custom-radio:has(input[type=radio]:checked) {
  border: 2px solid #dc2626;
  padding: 3px;
  border-radius: 12px;
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked) div,
.form .radio-group .custom-radio:has(input[type=radio]:checked) div {
  color: #3d424a;
}
.form .radio-group input[type=text],
.form .radio-group input[type=tel],
.form .radio-group input[type=email],
.form .radio-group textarea,
.form .radio-group select {
  color: #4b5563;
  border-radius: 12px;
  border: 1px solid #ced0d4;
  background: #fff;
  padding: 20px;
  font-size: 16px;
}
.form .radio-group textarea {
  min-height: 124px;
}
.form .radio-group select {
  appearance: none;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
}
.form .radio-group select::after {
  content: ""; /* Custom arrow symbol */
  position: absolute;
  right: 10px; /* Space for arrow */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form #other-input {
  width: calc(100% - 43px);
}
.form .step.active#step-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .step.active#step-6 .back-to-home {
  margin-top: 40px;
  cursor: pointer;
}
.form #step-4 .title-bar {
  max-width: 600px;
}
.form #step-5 {
  margin: 40px 0;
}
.form .button-bar .buttons {
  display: none;
}
.form #step-4 .call-rocky {
  margin-top: 40px;
}
.form h2 {
  margin-top: 12px;
  color: #111827;
  text-align: center;
  font-size: 24px;
}
.form .buttons {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin: auto;
  margin-top: 24px;
  max-width: 400px;
}
.form button#prev {
  background: transparent;
  border: none;
  color: rgba(68, 68, 68, 0.6588235294);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 8px;
}
.form button#next {
  border-radius: 6px;
  background: #fcc82c;
  color: #27272a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  border: none;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  max-width: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.form .back-to-home {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-top: 40px;
}
.form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form .custom-radio img {
  width: 100px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s ease;
  border: 1.5px solid lightgray;
}
.form .privacy-policy {
  margin-top: 16.64px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.form .privacy-policy a {
  text-decoration: none;
  color: dodgerblue;
}

@media screen and (max-width: 1300px) {
  .form .form-container {
    max-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    padding: 0 0 40px 0 !important;
  }
  .form .container {
    padding: 0 50px;
  }
  .form .form-container {
    max-width: calc(100% - 32px);
    border-radius: 0;
    padding: 0 16px;
    box-shadow: none;
  }
}
@media screen and (max-width: 567px) {
  .form,
  .form-container {
    width: 100% !important;
  }
  .form-container .ml-100 {
    margin: auto !important;
    justify-content: center;
  }
  .form {
    padding: 40px 0;
  }
  .form .cta-btn-group .cta-btn {
    width: auto;
  }
  .form .container {
    padding: 0;
  }
  .form .progress-bar {
    margin: 0;
    width: 100%;
  }
  .form h2 {
    font-size: 24px;
    text-align: left;
  }
  .form .step p {
    text-align: left;
  }
  .form .mobile-view.buttons {
    margin: 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
}

/*# sourceMappingURL=form.css.map */
