.ss-contact-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  padding: 20px;
}

.ss-contact-modal.is-open {
  display: flex;
}

.ss-contact-modal__dialog {
  width: min(1100px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.ss-contact-modal__header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #dbe4ee;
  background: #0e3052;
}

.ss-contact-modal__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.ss-contact-modal__close {
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.ss-contact-modal__body {
  padding: 20px;
}

.ss-contact-modal__switch {
  max-width: 360px;
}

.ss-contact-modal__switch .form-label {
  font-weight: 700;
  margin-bottom: 8px;
  color: #0e3052;
}

#contactFormModalBox #requestType {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  min-height: 46px;
  padding: 10px 12px;
  color: #1f2937;
}

#contactFormModalBox #requestType:focus {
  border-color: #0e3052;
  box-shadow: 0 0 0 3px rgba(14, 48, 82, 0.12);
  outline: none;
}

#contactFormModalBox .ss-contact-pane {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  padding: 18px;
}

#contactFormModalBox #ssiframecontainerwidget1 {
  min-height: 600px;
}

#contactFormModalBox .wpforms-container {
  margin: 0;
}

#contactFormModalBox .wpforms-field-container {
  display: block;
}

#contactFormModalBox .wpforms-field {
  padding: 0 0 16px !important;
}

#contactFormModalBox .wpforms-field-label {
  display: block;
  margin: 0 0 8px !important;
  color: #0e3052;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

#contactFormModalBox .wpforms-field input[type=text],
#contactFormModalBox .wpforms-field input[type=email],
#contactFormModalBox .wpforms-field input[type=tel],
#contactFormModalBox .wpforms-field input[type=number],
#contactFormModalBox .wpforms-field input[type=url],
#contactFormModalBox .wpforms-field input[type=password],
#contactFormModalBox .wpforms-field select,
#contactFormModalBox .wpforms-field textarea {
  width: 100% !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #1f2937 !important;
  min-height: 48px;
  padding: 12px 14px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#contactFormModalBox .wpforms-field textarea {
  min-height: 130px;
}

#contactFormModalBox .wpforms-field-phone .iti {
  width: 100%;
}

#contactFormModalBox .wpforms-field-phone .iti input[type=tel] {
  padding-left: 50px !important;
}

#contactFormModalBox .wpforms-field-phone .iti--separate-dial-code input[type=tel] {
  padding-left: 92px !important;
}

#contactFormModalBox .wpforms-field-phone .iti__flag-container {
  z-index: 2;
}

#contactFormModalBox .wpforms-field-phone .iti__selected-flag {
  padding-left: 10px;
  padding-right: 8px;
}

#contactFormModalBox .wpforms-field input::-moz-placeholder, #contactFormModalBox .wpforms-field textarea::-moz-placeholder {
  color: #8b96a7;
}

#contactFormModalBox .wpforms-field input::placeholder,
#contactFormModalBox .wpforms-field textarea::placeholder {
  color: #8b96a7;
}

#contactFormModalBox .wpforms-field input:focus,
#contactFormModalBox .wpforms-field select:focus,
#contactFormModalBox .wpforms-field textarea:focus {
  border-color: #0e3052 !important;
  box-shadow: 0 0 0 3px rgba(14, 48, 82, 0.12) !important;
  outline: none !important;
}

#contactFormModalBox .wpforms-field-checkbox ul,
#contactFormModalBox .wpforms-field-radio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contactFormModalBox .wpforms-field-checkbox li,
#contactFormModalBox .wpforms-field-radio li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

#contactFormModalBox .wpforms-field-checkbox input[type=checkbox],
#contactFormModalBox .wpforms-field-radio input[type=radio] {
  width: 18px !important;
  min-width: 18px;
  height: 18px !important;
  margin-top: 3px !important;
}

#contactFormModalBox .wpforms-field-checkbox label,
#contactFormModalBox .wpforms-field-radio label {
  margin: 0 !important;
  color: #334155 !important;
  font-size: 15px !important;
}

#contactFormModalBox .wpforms-submit-container {
  padding-top: 6px !important;
}

#contactFormModalBox .wpforms-submit {
  border: 0 !important;
  border-radius: 999px !important;
  min-height: auto !important;
  background: #c2a305 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 14px 28px !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#contactFormModalBox .wpforms-submit:hover,
#contactFormModalBox .wpforms-submit:focus,
#contactFormModalBox .wpforms-submit:active {
  background: #0e3052 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

#contactFormModalBox .wpforms-error {
  color: #b42318 !important;
  font-size: 13px !important;
  margin-top: 6px !important;
}

#contactFormModalBox .wpforms-required-label {
  color: #b42318 !important;
}

body.ss-modal-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .ss-contact-modal {
    padding: 10px;
  }
  .ss-contact-modal__header {
    padding: 14px 16px;
  }
  .ss-contact-modal__title {
    font-size: 18px;
  }
  .ss-contact-modal__body {
    padding: 14px;
  }
  #contactFormModalBox .ss-contact-pane {
    padding: 12px;
  }
  #contactFormModalBox .wpforms-submit {
    width: 100% !important;
  }
}/*# sourceMappingURL=css_part_contact_modal_forms.css.map */