.elementor-8986 .elementor-element.elementor-element-3b4bb3e{--display:flex;--min-height:119px;}.elementor-8986 .elementor-element.elementor-element-3b4bb3e:not(.elementor-motion-effects-element-type-background), .elementor-8986 .elementor-element.elementor-element-3b4bb3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lords-dojo.com/wp-content/uploads/2025/08/top-menucolour1.png");}.elementor-8986 .elementor-element.elementor-element-dca34b5{--display:flex;--min-height:100vh;--justify-content:center;}.elementor-8986 .elementor-element.elementor-element-dca34b5:not(.elementor-motion-effects-element-type-background), .elementor-8986 .elementor-element.elementor-element-dca34b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lords-dojo.com/wp-content/uploads/2025/12/2.2-scaled.jpg");}.elementor-8986 .elementor-element.elementor-element-0f1170a{width:100%;max-width:100%;text-align:center;}.elementor-8986 .elementor-element.elementor-element-0f1170a > .elementor-widget-container{margin:60px 0px 0px 0px;}.elementor-8986 .elementor-element.elementor-element-0f1170a .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:76px;text-transform:uppercase;font-style:italic;letter-spacing:-2.6px;color:#E7E7E7;}.elementor-8986 .elementor-element.elementor-element-1fef6c8{width:100%;max-width:100%;text-align:center;}.elementor-8986 .elementor-element.elementor-element-1fef6c8 > .elementor-widget-container{margin:-33px 0px 0px 0px;}.elementor-8986 .elementor-element.elementor-element-1fef6c8 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:27px;font-weight:200;text-transform:uppercase;font-style:italic;letter-spacing:0.1px;color:#E7E7E7;}.elementor-8986 .elementor-element.elementor-element-94eece6{width:var( --container-widget-width, 30% );max-width:30%;--container-widget-width:30%;--container-widget-flex-grow:0;}.elementor-8986 .elementor-element.elementor-element-94eece6.elementor-element{--align-self:center;}body.elementor-page-8986:not(.elementor-motion-effects-element-type-background), body.elementor-page-8986 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-8986 .elementor-element.elementor-element-94eece6{--container-widget-width:449px;--container-widget-flex-grow:0;width:var( --container-widget-width, 449px );max-width:449px;}}@media(max-width:767px){.elementor-8986 .elementor-element.elementor-element-94eece6{--container-widget-width:299px;--container-widget-flex-grow:0;width:var( --container-widget-width, 299px );max-width:299px;}}/* Start custom CSS for shortcode, class: .elementor-element-94eece6 *//* =========================================================
   Ninja Forms – Clean Glass Style (scoped to .nf-style-one)
   Fixes: date labels, filled/auto-fill blue, submit hover gold
   ========================================================= */

/* Container */
.nf-style-one{
  max-width: 860px;
  margin: 0 auto;
}

/* Keep shortcode/section from shrinking after submit (adjust height if needed) */
.nf-style-one{
  min-height: 720px;
}
.nf-style-one .nf-form-content,
.nf-style-one .nf-response-msg{
  min-height: 720px;
}

/* “Fields marked with an * …” */
.nf-style-one .nf-form-fields-required{
  color:#fff !important;
  font-size:14px;
  margin: 0 0 18px 0;
  display:block;
}

/* Field spacing */
.nf-style-one .nf-field-container{
  margin-bottom: 22px !important;
}

/* =======================
   LABELS (force white)
   ======================= */
.nf-style-one .nf-field-label,
.nf-style-one .nf-field-label *{
  color:#fff !important;
}

.nf-style-one .nf-field-label label{
  color:#fff !important;
  font-weight:600;
  font-size:16px;
  line-height:1.2;
  margin-bottom:10px !important;
  display:block;
}

/* Required symbol */
.nf-style-one .nf-required{
  color:#fff !important;
}

/* Some themes specifically target date field labels — force again */
.nf-style-one .nf-field-container.date-container .nf-field-label label,
.nf-style-one .nf-field-container .nf-field-label label[for*="date"],
.nf-style-one .nf-field-container .nf-field-label label[for*="dob"],
.nf-style-one .nf-field-container .nf-field-label label[for*="birth"]{
  color:#fff !important;
}

/* =======================
   INPUTS – glass + shadow
   ======================= */
.nf-style-one input.nf-element:not([type="submit"]):not([type="button"]),
.nf-style-one textarea.nf-element,
.nf-style-one select.nf-element,
.nf-style-one input:not([type="submit"]):not([type="button"]),
.nf-style-one textarea,
.nf-style-one select{
  width:100% !important;
  background: rgba(255,255,255,0.35) !important;   /* stay semi-transparent */
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;         /* iPhone/Safari */
  opacity:1 !important;

  border:0 !important;
  border-radius:6px !important;
  padding:18px 18px !important;
  font-size:16px !important;
  line-height:1.2 !important;

  box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  outline:none !important;
}

/* Keep same background on focus/active (don’t “turn blue”) */
.nf-style-one input.nf-element:not([type="submit"]):focus,
.nf-style-one textarea.nf-element:focus,
.nf-style-one select.nf-element:focus,
.nf-style-one input:not([type="submit"]):focus,
.nf-style-one textarea:focus,
.nf-style-one select:focus{
  background: rgba(255,255,255,0.35) !important;
  box-shadow:
    0 10px 26px rgba(0,0,0,0.35),
    0 0 0 2px rgba(255,255,255,0.40) !important;
}

/* Placeholders */
.nf-style-one input::placeholder,
.nf-style-one textarea::placeholder{
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
  opacity:1 !important;
}

/* =======================
   FIX: Browser autofill “blue” background
   (Chrome/Safari)
   ======================= */
.nf-style-one input:-webkit-autofill,
.nf-style-one textarea:-webkit-autofill,
.nf-style-one select:-webkit-autofill{
  -webkit-text-fill-color:#fff !important;
  transition: background-color 9999s ease-out 0s;
  box-shadow: 0 0 0 1000px rgba(255,255,255,0.35) inset !important;
  border-radius:6px !important;
}

/* =======================
   DATE INPUTS (DOB + session date)
   ======================= */
.nf-style-one input[type="date"],
.nf-style-one input.flatpickr-input,
.nf-style-one .flatpickr-input{
  background: rgba(255,255,255,0.35) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  opacity:1 !important;
}

/* =======================
   SUBMIT BUTTON – hover gold + grow
   ======================= */
.nf-style-one .submit-container{
  text-align:center !important;
  margin-top: 10px !important;
}

/* Target ALL common Ninja submit variants */
.nf-style-one input[type="submit"],
.nf-style-one button[type="submit"],
.nf-style-one .submit-container .nf-element{
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 14px 18px !important;
  cursor: pointer !important;
  display: inline-block !important;
  transition: transform .25s ease, color .25s ease, filter .25s ease !important;
}

/* Hover + keyboard focus */
.nf-style-one input[type="submit"]:hover,
.nf-style-one button[type="submit"]:hover,
.nf-style-one .submit-container .nf-element:hover,
.nf-style-one input[type="submit"]:focus,
.nf-style-one button[type="submit"]:focus,
.nf-style-one .submit-container .nf-element:focus{
  color: red !important;
  transform: scale(1.12) !important;
}

/* Tap feedback */
.nf-style-one input[type="submit"]:active,
.nf-style-one button[type="submit"]:active,
.nf-style-one .submit-container .nf-element:active{
  transform: scale(1.05) !important;
}

/* Errors readable */
.nf-style-one .nf-error-msg,
.nf-style-one .nf-error-wrap{
  color:#fff !important;
}
.nf-style-one .nf-error input,
.nf-style-one .nf-error textarea,
.nf-style-one .nf-error select{
  outline: 2px solid rgba(255,255,255,0.65) !important;
}
/* =========================================================
   Success message styling
   ========================================================= */

.nf-style-one .nf-response-msg,
.nf-style-one .nf-response-msg * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;     /* bold */
  color: #fff !important;
  line-height: 1.2 !important;     /* compact */
  text-align: center;
}/* End custom CSS */