.elementor-944532 .elementor-element.elementor-element-964db68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 01px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:01px;--border-left-width:0px;border-color:#F7F7F7;--border-color:#F7F7F7;--padding-top:30px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-944532 .elementor-element.elementor-element-964db68:not(.elementor-motion-effects-element-type-background), .elementor-944532 .elementor-element.elementor-element-964db68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#32396F;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-944532 .elementor-element.elementor-element-44b6bf7 > .elementor-widget-container{padding:10px 10px 10px 10px;}.elementor-944532 .elementor-element.elementor-element-44b6bf7{text-align:center;}.elementor-944532 .elementor-element.elementor-element-44b6bf7 .elementor-heading-title{font-family:"Ansata Mark pro", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-944532 .elementor-element.elementor-element-32b9ba26{--display:flex;--padding-top:30px;--padding-bottom:150px;--padding-left:30px;--padding-right:30px;}.elementor-944532 .elementor-element.elementor-element-32b9ba26:not(.elementor-motion-effects-element-type-background), .elementor-944532 .elementor-element.elementor-element-32b9ba26 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#32396F;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}@media(max-width:999px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:689px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-944532 .elementor-element.elementor-element-44b6bf7 > .elementor-widget-container{padding:1px 1px 1px 1px;}.elementor-944532 .elementor-element.elementor-element-44b6bf7 .elementor-heading-title{font-size:30px;line-height:1.4em;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-1ac64393 */@font-face {
  font-family: 'Ansata Mark Pro';
  src: url('/wp-content/uploads/fonts/AnsataMarkPro.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/AnsataMarkPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* FORM CONTAINER: background, border, shadow */
#nf-form-31-cont {
  background: linear-gradient(135deg, #f9e79f, #f7dc6f);
 /* dim yellow gradient */
  border: 1px solid #e2aa26 !important;
  border-radius: 15px !important;
  padding: 30px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  font-family: 'Ansata Mark Pro', sans-serif !important;
  color: #32396f !important;
  max-width: 800px;
  margin: 0 auto;
}

/* Apply Ansata font and dark blue text globally inside form */
#nf-form-31-cont *,
#nf-form-31-cont input,
#nf-form-31-cont select,
#nf-form-31-cont textarea {
  font-family: 'Ansata Mark Pro', sans-serif !important;
  color: #32396f !important;
  font-size: 16px !important;
}

/* INPUT FIELDS: white, rounded */
#nf-form-31-cont .nf-element {
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 15px !important;
  padding: 10px 12px !important;
}

/* LABELS: bold, dark blue */
#nf-form-31-cont .nf-field-label label {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #32396f !important;
}

/* REQUIRED ASTERISK (*) */
#nf-form-31-cont .ninja-forms-req-symbol {
  color: red !important;
  font-weight: bold !important;
  margin-left: 2px;
}

/* SPACING TWEAKS */
#nf-form-31-cont .nf-field-container {
  margin-bottom: 12px !important;
}
#nf-form-31-cont .nf-field-container.one-half,
#nf-form-31-cont .nf-field-container.one-third {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* FIELD WRAPPER SPACING */
#nf-form-31-cont .field-wrap {
  margin: 0 !important;
}

/* SUBMIT BUTTON ("Register Now") */
#nf-form-31-cont .nf-form-content input[type="button"],
#nf-form-31-cont .nf-form-content button {
  background-color: #32396f !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 16px !important;
  padding: 12px 22px !important;
  border: none !important;
  border-radius: 15px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#nf-form-31-cont .nf-form-content input[type="button"]:hover,
#nf-form-31-cont .nf-form-content button:hover {
  background-color: #1f2558 !important;
}

/* T&C LINK STYLING (clickable but clean) */
#nf-form-31-cont .nf-field-description a {
  color: #32396f !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
#nf-form-31-cont .nf-field-description a:hover {
  text-decoration: underline !important;
}

/* Link: affiliates terms and conditions */
a[href*="affiliates-terms-of-service"] {
  color: #0000FF !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}

a[href*="affiliates-terms-of-service"]:hover {
  color: #1f2558 !important;
}

/* Active Submit Button */
#nf-form-31-cont input#nf-field-204[type="submit"]:not([disabled]) {
  background-color: #32396f !important;
  color: #ffffff !important;
  font-family: 'Ansata Mark Pro', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 12px 22px !important;
  border: none !important;
  border-radius: 15px !important;
  cursor: pointer !important;
  width: 100% !important;
  max-width: 320px;
  margin: 20px auto 0 !important;
  display: block !important;
  transition: background-color 0.3s ease !important;
}

/* Disabled Submit Button */
#nf-form-31-cont input#nf-field-204[type="submit"][disabled] {
  background-color: #cccccc !important;
  color: #888888 !important;
  cursor: not-allowed !important;
  font-family: 'Ansata Mark Pro', sans-serif !important;
  border-radius: 15px !important;
}


/* RESPONSIVE: Wrap and center form on small screens */
@media screen and (max-width: 768px) {
  #nf-form-31-cont {
    padding: 20px !important;
  }

  .nf-field-container,
  .nf-field-container.one-half,
  .nf-field-container.one-third {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .nf-element,
  input.nf-element,
  textarea.nf-element,
  select.nf-element {
    width: 100% !important;
    box-sizing: border-box;
  }

  #nf-field-204 {
    font-size: 16px !important;
    padding: 14px;
    width: 100%;
  }

  a[href*="affiliates-terms-of-service"] {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
  }
}

/* Enlarge checkbox */
#nf-form-31-cont input[type="checkbox"].nf-element {
  width: 15px !important;
  height: 15px !important;
  transform: scale(1.3); /* optional for smoother zoom */
  margin-right: 10px !important;
  cursor: pointer;
  vertical-align: middle;
}

/* Align checkbox + label on same line */
#nf-field-213-wrap .nf-field-label {
  display: flex !important;
  align-items: center !important;
  font-size: 15px !important;
  line-height: 1.4;
}

/* Make T&C link clear and clickable */
#nf-field-213-wrap .nf-field-label a {
  color: #32396f !important;
  text-decoration: underline;
  font-weight: 600;
}

#nf-field-213-wrap .nf-field-label a:hover {
  color: #1f2558 !important;
}

/* Ensure red asterisk is positioned well */
#nf-field-213-wrap .ninja-forms-req-symbol {
  color: red !important;
  font-weight: bold;
  margin-left: 5px;
}
/* Mobile: Move checkbox below the T&C text for better readability */
@media screen and (max-width: 768px) {
  #nf-field-213-wrap .nf-field-label {
    display: block !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.5;
    position: relative;
  }

  #nf-field-213-wrap .nf-field-label input[type="checkbox"] {
    display: block !important;
    margin: 12px auto 0 !important;
    transform: scale(1.3);
  }

  #nf-field-213-wrap .nf-field-label a {
    display: inline !important;
    text-align: left !important;
    font-size: 15px;
  }
}/* End custom CSS */