.elementor-1736 .elementor-element.elementor-element-42407aa{--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-1736 .elementor-element.elementor-element-1b9e447{text-align:center;}.elementor-1736 .elementor-element.elementor-element-955c198{--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-1736 .elementor-element.elementor-element-3dcd2e5e{--display:flex;}@media(max-width:1024px){.elementor-1736 .elementor-element.elementor-element-3fbe390{width:var( --container-widget-width, 1000px );max-width:1000px;--container-widget-width:1000px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-1736 .elementor-element.elementor-element-3fbe390{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-eb629a4 *//* ================================
   HAMMERED HANDYMAN – SENDFOX FORM
   ================================ */

/* Main container */
form#m4xx6n.sendfox-form {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 26px;
  border-radius: 18px;
  background: #0b0b0b;
  border: 2px solid #ffd400;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

/* Remove default spacing */
form#m4xx6n.sendfox-form p {
  margin: 0 0 16px 0;
}

/* Hide visible email label (keep accessibility) */
form#m4xx6n.sendfox-form label[for="sendfox_form_email"] {
  position: absolute;
  left: -9999px;
}

/* Email input */
form#m4xx6n.sendfox-form input[type="email"] {
  width: 100%;
  padding: 16px 16px;
  border-radius: 14px;
  border: 2px solid rgba(255, 212, 0, 0.35);
  background: #121212;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

form#m4xx6n.sendfox-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

/* Input focus */
form#m4xx6n.sendfox-form input[type="email"]:focus {
  border-color: #ffd400;
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.18);
}

/* GDPR checkbox */
form#m4xx6n.sendfox-form input[type="checkbox"] {
  transform: scale(1.15);
  margin-right: 10px;
  accent-color: #ffd400;
}

form#m4xx6n.sendfox-form p label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.4;
}

/* Submit button */
form#m4xx6n.sendfox-form button[type="submit"] {
  width: 100%;
  padding: 16px 18px;
  border: none;
  border-radius: 14px;
  background: #ffd400;
  color: #0b0b0b;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 0 10px 20px rgba(255, 212, 0, 0.18);
}

/* Hover effect */
form#m4xx6n.sendfox-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255, 212, 0, 0.32);
}

/* Active click */
form#m4xx6n.sendfox-form button[type="submit"]:active {
  transform: translateY(0px);
}

/* Focus accessibility */
form#m4xx6n.sendfox-form button[type="submit"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.22), 
              0 16px 30px rgba(255, 212, 0, 0.32);
}


/* ================================
   RESPONSIVE OPTIMIZATION
   ================================ */

@media (max-width: 768px) {
  form#m4xx6n.sendfox-form {
    max-width: 92vw;
    padding: 20px;
  }
}

@media (max-width: 420px) {

  form#m4xx6n.sendfox-form input[type="email"] {
    padding: 18px 16px;
    font-size: 16px; /* prevents iOS zoom */
  }

  form#m4xx6n.sendfox-form button[type="submit"] {
    padding: 18px 16px;
    font-size: 16px;
  }

  form#m4xx6n.sendfox-form p label {
    font-size: 12px;
  }
}/* End custom CSS */