.elementor-484 .elementor-element.elementor-element-f2270d0{--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;--margin-top:0vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;--padding-top:0vw;--padding-bottom:0vw;--padding-left:0vw;--padding-right:0vw;}.elementor-484 .elementor-element.elementor-element-a655ea8{margin:0vw 0vw calc(var(--kit-widget-spacing, 0px) + 0vw) 0vw;padding:0vw 0vw 0vw 0vw;}.elementor-484 .elementor-element.elementor-element-6639277{--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;}.elementor-484 .elementor-element.elementor-element-6639277:not(.elementor-motion-effects-element-type-background), .elementor-484 .elementor-element.elementor-element-6639277 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F2937;}/* Start custom CSS for shortcode, class: .elementor-element-8ff1557 *//* ================================================
   SCALOZ DEMO FORM — Additional CSS
   Paste into Appearance → Additional CSS
   ================================================ */

/* ── Wrapper ── */
.sdform-wrap {
  background: #1F2937;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 36px 32px 32px;
  max-width: 860px;
  margin: 0 auto;
  font-family: 'Wix Madefor Display', sans-serif;
}

/* ── Title & sub ── */
.sdform-title {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.sdform-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 28px;
  line-height: 1.55;
}

/* ── Field spacing ── */
.sdform-field {
  margin-bottom: 14px;
  position: relative;
}

/* ── Labels ── */
.sdform-label {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
  font-family: 'Wix Madefor Display', sans-serif;
}
.sdform-req {
  color: #f87171;
}
.sdform-required-note {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-bottom: 4px;
}

/* ── Row (two columns) ── */
.sdform-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: -14px;
}

/* ══════════════════════════════════════════════════════
   PHONE ROW
══════════════════════════════════════════════════════ */

.sdform-phone {
  position: relative !important;
  width: 100% !important;
  height: 48px !important;
  background: #F5F7FA !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.sdform-phone:focus-within {
  border-color: #0B3D91 !important;
  box-shadow: 0 0 0 3px rgba(11,61,145,0.15) !important;
}

/* Country code select */
.sdform-phone .sdform-cc-select {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 130px !important;
  height: 100% !important;
  border: none !important;
  border-right: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 10px 0 0 10px !important;
  background-color: #EAECF0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236B7280' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  padding: 0 28px 0 10px !important;
  font-family: 'Wix Madefor Display', sans-serif !important;
  font-size: 13px !important;
  color: #1F2937 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  box-sizing: border-box !important;
  z-index: 2 !important;
}
.sdform-phone .sdform-cc-select option {
  background: #F5F7FA !important;
  color: #1F2937 !important;
}

/* CF7 span wrapper */
.sdform-phone .wpcf7-form-control-wrap {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  padding-left: 130px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Phone input — must override global input styles */
.sdform-phone .wpcf7-form-control-wrap input[type="tel"],
.sdform-phone .wpcf7-tel,
.sdform-phone input[type="tel"],
.sdform-wrap .wpcf7-form .sdform-phone input[type="tel"],
.sdform-wrap .sdform-phone input[type="tel"] {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  font-family: 'Wix Madefor Display', sans-serif !important;
  font-size: 14px !important;
  color: #1F2937 !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  cursor: text !important;
  pointer-events: auto !important;
  position: static !important;
  z-index: auto !important;
}

/* Phone placeholder */
.sdform-phone input[type="tel"]::placeholder,
.sdform-phone .wpcf7-tel::placeholder,
.sdform-wrap .sdform-phone input[type="tel"]::placeholder {
  color: #1F2937 !important;
  line-height: 48px !important;
}

/* ══════════════════════════════════════════════
   ALL INPUTS
══════════════════════════════════════════════ */

.sdform-wrap .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

.sdform-wrap .wpcf7-form input[type="text"],
.sdform-wrap .wpcf7-form input[type="email"],
.sdform-wrap .wpcf7-form input[type="tel"],
.sdform-wrap input[type="text"],
.sdform-wrap input[type="email"],
.sdform-wrap input[type="tel"] {
  width: 100% !important;
  height: 48px !important;
  background: #F5F7FA !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 10px !important;
  padding: 0 16px !important;
  font-family: 'Wix Madefor Display', sans-serif !important;
  font-size: 14px !important;
  color: #1F2937 !important;
  outline: none !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s !important;
}

/* Placeholder */
.sdform-wrap input::placeholder {
  color: #1F2937 !important;
}

/* Focus — text + email only (phone is handled by .sdform-phone:focus-within) */
.sdform-wrap .wpcf7-form input[type="text"]:focus,
.sdform-wrap .wpcf7-form input[type="email"]:focus,
.sdform-wrap input[type="text"]:focus,
.sdform-wrap input[type="email"]:focus {
  border-color: #0B3D91 !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(11,61,145,0.15) !important;
}

/* Phone input focus — neutralise global focus styles, wrapper handles the highlight */
.sdform-phone input[type="tel"]:focus,
.sdform-phone .wpcf7-tel:focus,
.sdform-wrap .sdform-phone input[type="tel"]:focus,
.sdform-wrap .wpcf7-form .sdform-phone input[type="tel"]:focus {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ══════════════════════════════════════════════
   ALL SELECTS
══════════════════════════════════════════════ */

.sdform-wrap .wpcf7-form select,
.sdform-wrap select {
  width: 100% !important;
  height: 48px !important;
  background-color: #F5F7FA !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236B7280' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 10px !important;
  padding: 0 40px 0 16px !important;
  font-family: 'Wix Madefor Display', sans-serif !important;
  font-size: 14px !important;
  color: #1F2937 !important;
  outline: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s !important;
}
.sdform-wrap .wpcf7-form select:focus,
.sdform-wrap select:focus {
  border-color: #0B3D91 !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(11,61,145,0.15) !important;
}
.sdform-wrap select option {
  background: #F5F7FA;
  color: #1F2937;
}

/* Highlight field */
.sdform-field--highlight .wpcf7-form-control-wrap select,
.sdform-field--highlight select {
  border-color: rgba(0,179,164,0.4) !important;
}

/* ══════════════════════════════════════════════
   SUBMIT BUTTON
══════════════════════════════════════════════ */

.sdform-wrap .wpcf7-form input[type="submit"],
.sdform-wrap .wpcf7-submit {
  width: 100% !important;
  margin-top: 22px !important;
  height: 52px !important;
  padding: 0 !important;
  background: #00B3A4 !important;
  color: #FFFFFF !important;
  font-family: 'Wix Madefor Display', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  border: none !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s !important;
  box-shadow: 0 4px 24px rgba(0,179,164,0.35) !important;
  display: block !important;
  box-sizing: border-box !important;
}
.sdform-wrap .wpcf7-form input[type="submit"]:hover,
.sdform-wrap .wpcf7-submit:hover {
  background: #00CFC0 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 32px rgba(0,179,164,0.4) !important;
}

/* ── Disclaimer ── */
.sdform-disclaimer {
  font-size: 12px !important;
  color: rgba(255,255,255,0.3) !important;
  text-align: center !important;
  margin-top: 20px !important;
  line-height: 1.6 !important;
}
.sdform-disclaimer a {
  color: #00B3A4 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0,179,164,0.3) !important;
}
.sdform-disclaimer a:hover {
  color: #FFFFFF !important;
  border-bottom-color: rgba(255,255,255,0.3) !important;
}

/* ── Validation messages ── */
.sdform-wrap .wpcf7-not-valid-tip {
  color: #f87171 !important;
  font-size: 12px !important;
  margin-top: 4px !important;
  display: block !important;
}
.sdform-wrap .wpcf7-validation-errors,
.sdform-wrap .wpcf7-acceptance-missing {
  border: 1px solid rgba(248,113,113,0.3) !important;
  border-left: 3px solid #f87171 !important;
  background: rgba(248,113,113,0.08) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  color: #F9FAFB !important;
  font-size: 13px !important;
  margin-top: 12px !important;
}
.sdform-wrap .wpcf7-mail-sent-ok {
  border: 1px solid rgba(0,179,164,0.3) !important;
  border-left: 3px solid #00B3A4 !important;
  background: rgba(0,179,164,0.08) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  color: #F9FAFB !important;
  font-size: 13px !important;
  margin-top: 12px !important;
}

/* ── Responsive ── */
@media (max-width: 540px) {
  .sdform-row { grid-template-columns: 1fr; }
  .sdform-wrap { padding: 28px 20px 24px; }
  .sdform-phone .sdform-cc-select {
    width: 120px !important;
    min-width: 120px !important;
    font-size: 12px !important;
  }
}/* End custom CSS */