.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}

.cs-section {
  scroll-snap-align: start;
  position: relative;
}

/* Countdown */
.elementor-countdown-item {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 24px !important;
}
.elementor-countdown-digits { color: #ffffff !important; }
.elementor-countdown-label { color: #00C8C8 !important; letter-spacing: 2px; }

/* Formidable Forms — dark theme to match Adonai Coming Soon */

/* Hide labels */
#frm_field_8_container .frm_primary_label,
#frm_field_7_container .frm_primary_label {
  display: none !important;
}

/* Container layout */
.frm_fields_container {
  display: block !important;
  font-size: 0 !important;
}

#frm_field_8_container,
#frm_field_7_container,
#frm_field_10_container {
  font-size: 15px !important;
}

#frm_field_8_container,
#frm_field_7_container {
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

#frm_field_8_container {
  width: calc(100% - 62px) !important;
}

#frm_field_7_container {
  width: 62px !important;
}

#frm_field_10_container {
  display: block !important;
  width: 100% !important;
  margin-top: 14px !important;
  clear: both !important;
}

/* Email input */
#frm_field_8_container input[type="email"] {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-right: none !important;
  border-radius: 4px 0 0 4px !important;
  color: #ffffff !important;
  padding: 18px 20px !important;
  font-size: 15px !important;
  font-family: Inter, sans-serif !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
}

#frm_field_8_container input[type="email"]::placeholder {
  color: rgba(255,255,255,0.4) !important;
}

#frm_field_8_container input[type="email"]:focus {
  border-color: rgba(255,255,255,0.6) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Submit button */
#frm_field_7_container .frm_submit,
#frm_field_7_container .form-group {
  margin: 0 !important;
  padding: 0 !important;
}

.frm_button_submit.btn.btn-secondary {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-left: none !important;
  border-radius: 0 4px 4px 0 !important;
  color: #ffffff !important;
  width: 62px !important;
  height: 59px !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  transition: background 0.2s !important;
}

.frm_button_submit.btn.btn-secondary:hover {
  background: rgba(255,255,255,0.1) !important;
}

/* Checkbox */
.frm_checkbox label {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px !important;
  font-family: Inter, sans-serif !important;
  font-weight: 300 !important;
}

input[type="checkbox"] {
  accent-color: #00C8C8 !important;
}

/* Other inputs (contact form) */
.frm_forms input[type="text"],
.frm_forms textarea {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  color: #ffffff !important;
  padding: 18px 20px !important;
  font-size: 15px !important;
  font-family: Inter, sans-serif !important;
  border-radius: 4px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.frm_forms input[type="text"]::placeholder,
.frm_forms textarea::placeholder {
  color: rgba(255,255,255,0.4) !important;
}

.frm_forms input[type="text"]:focus,
.frm_forms textarea:focus {
  border-color: rgba(255,255,255,0.6) !important;
  outline: none !important;
  box-shadow: none !important;
}

.frm_forms label {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px !important;
  font-family: Inter, sans-serif !important;
  font-weight: 300 !important;
}

.frm_forms .frm_error {
  color: #ff6b6b !important;
  font-size: 12px !important;
}

.frm_forms .frm_message {
  color: #00C8C8 !important;
  font-size: 14px !important;
}

#frm_field_8_container input[type="email"] {
  margin-right: -1px !important;
  position: relative !important;
  z-index: 1 !important;
}
#frm_field_7_container .form-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#frm_field_7_container .frm_submit {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  margin-top: 0 !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  margin-top: 0 !important;
  background: #ffffff !important;
  color: #0d1a0d !important;
  border-color: #ffffff !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: rgba(255,255,255,0.85) !important;
  color: #0d1a0d !important;
}

/* Contact form (Slide 3) — fix email field white background */
.frm_forms input[type="email"] {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  padding: 18px 20px !important;
  font-size: 15px !important;
  font-family: Inter, sans-serif !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.frm_forms input[type="email"]::placeholder { color: rgba(255,255,255,0.4) !important; }
.frm_forms input[type="email"]:focus {
  border-color: rgba(255,255,255,0.6) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Contact form submit button — full width, dark style */
.cs-slide-3 .frm_style_formidable-style.with_frm_style .frm_submit button {
  width: 100% !important;
  height: 58px !important;
  background: #ffffff !important;
  color: #0d1a0d !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
}
.cs-slide-3 .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: rgba(255,255,255,0.85) !important;
}/* End custom CSS */