/* ========================================= */
/* INTENTWISE MAIN FORM (SCOPED + ISOLATED) */
/* ========================================= */

/* ---------- Base Form Wrapper ---------- */

.embed-form-super-wrapper-new .hbspt-form {
  height: 100% !important;
  display: block !important;
}

/* ---------- Inputs ---------- */

.embed-form-super-wrapper-new .hs-input {
  border-radius: 4px !important;
  border: 1px solid #e0e0e0 !important;
  padding: 0 16px !important;
  min-height: 40px !important;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f6f6f6 !important;
  margin-bottom: 1.5em !important;
}

/* ---------- Required Asterisk ---------- */

.embed-form-super-wrapper-new .hs-form-required {
  color: #ea4146 !important;
}

/* ---------- Labels ---------- */

.embed-form-super-wrapper-new
  .hs-form
  .hs-form-field
  > label
  > span:not(.hs-form-required) {
  font-family: "IBM Plex Mono", monospace !important;
  color: #212121 !important;
  font-size: 0.875em !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.0625em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.5em !important;
  display: inline-block;
}

/* ---------- Field Spacing Reset ---------- */

.embed-form-super-wrapper-new .hs-form fieldset .hs-form-field {
  padding: 0 !important;
  box-sizing: border-box;
}

.embed-form-super-wrapper-new .hs-form .hs-form-field {
  margin-bottom: 0 !important;
}

.embed-form-super-wrapper-new .hs-form ul {
  margin: 0 !important;
}

/* ---------- Placeholder Styling ---------- */

.embed-form-super-wrapper-new .hs-form input::placeholder,
.embed-form-super-wrapper-new .hs-form select::placeholder {
  color: #616161 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875em !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* ---------- Select Dropdown Styling ---------- */

.embed-form-super-wrapper-new .hs-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 4px !important;
  padding-right: 40px !important;
  cursor: pointer !important;

  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23424242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
}

/* ---------- Checkbox Styling ---------- */

.embed-form-super-wrapper-new .hs-form-booleancheckbox-display {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.embed-form-super-wrapper-new .hs-form-booleancheckbox-display > input {
  min-height: 0 !important;
  border-radius: 4px !important;
  border: 1px solid #424242 !important;
  margin-right: 0.5em !important;
  margin-bottom: 0 !important;
}

.embed-form-super-wrapper-new .hs-form-booleancheckbox-display > span {
  color: #616161 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

.embed-form-super-wrapper-new .hs-form-booleancheckbox {
  margin-top: 0 !important;
}

/* ---------- Error Message ---------- */

.embed-form-super-wrapper-new .no-list .hs-error-msgs > li {
  margin-top: -14px !important;
}

/* ---------- Submit Button ---------- */

.embed-form-super-wrapper-new .hs-form .hs_submit.hs-submit input.hs-button,
.embed-form-super-wrapper-new .hs-form input[type="submit"] {
  height: 3em !important;
  padding: 0.75em 1.5em !important;
  border-radius: 0.25em !important;
  border: none !important;
  background-color: #ea4146 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1em !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
  min-width: 8.75em !important;
  background-image: none !important;
  margin-top: 0.5em !important;
}

/* ---------- Submit Alignment ---------- */

.embed-form-super-wrapper-new .hs-form .hs-submit .actions {
  text-align: left !important;
}
/book-a-demo