.elementor-1657 .elementor-element.elementor-element-616445f{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:150px;--padding-right:150px;}@media(max-width:767px){.elementor-1657 .elementor-element.elementor-element-616445f{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-ed9432c *//* Basic form styling */
form#customOfferForm {
  max-width: 600px;
  margin: 0 auto;
  background: #f9fafa;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Labels and inputs */
form#customOfferForm label {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}

form#customOfferForm input[type="text"],
form#customOfferForm input[type="email"],
form#customOfferForm input[type="tel"],
form#customOfferForm input[type="number"],
form#customOfferForm select {
  width: 100%;
  padding: 9px 12px;
  margin-top: 5px;
  border: 1.8px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

form#customOfferForm input[type="text"]:focus,
form#customOfferForm input[type="email"]:focus,
form#customOfferForm input[type="tel"]:focus,
form#customOfferForm input[type="number"]:focus,
form#customOfferForm select:focus {
  border-color: #4caf50;
  outline: none;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.4);
}

/* Checkbox styling */
form#customOfferForm input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.15);
  vertical-align: middle;
}

form#customOfferForm p {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #2f6627;
}

/* Headings in form */
form#customOfferForm h4 {
  margin-top: 25px;
  color: #3b7a2f;
  font-weight: 700;
  font-size: 17px;
}

/* Submit button */
form#customOfferForm button[type="submit"] {
  margin-top: 25px;
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

form#customOfferForm button[type="submit"]:hover {
  background-color: #45a047;
}

/* Top explanation message */
div.topExplanation {
  max-width: 600px;
  margin: 0 auto 25px auto;
  background: #e6ffe6;
  padding: 18px 25px;
  border: 1px solid #b2ffb2;
  border-radius: 7px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2f6627;
  line-height: 1.4;
}

/* Success message */
#successMessage {
  max-width: 600px;
  margin: 25px auto 0 auto;
  background:#e6ffe6;
  padding: 18px 25px;
  border:1px solid #b2ffb2;
  border-radius: 7px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2f6627;
  line-height: 1.4;
  box-shadow: 0 0 8px #a8e6a1;
  font-weight: 600;
}/* End custom CSS */