.elementor-25241 .elementor-element.elementor-element-6681b92{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}#elementor-popup-modal-25241 .dialog-widget-content{animation-duration:0.5s;background-color:#ECE6DA;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-25241{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-25241 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-25241 .dialog-close-button{display:flex;font-size:25px;}@media(max-width:767px){.elementor-25241 .elementor-element.elementor-element-6681b92{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-5387345 *//* Form container */
.custom-lead-form {
  width: 100%;
  max-width: 450px;
}

/* Label */
.custom-lead-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

/* Input fields */
.custom-lead-form input,
.custom-lead-form select {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0px;
  background: transparent;
  outline: none;
  color: #000;
  margin-bottom: 23px;
}



.custom-lead-form input::placeholder,
.custom-lead-form select::placeholder {
  color: rgba(0, 0, 0, 0.2);
}


.custom-lead-form select {
  background: transparent;
}


.custom-lead-form button {
  background: #B14136;   /* Match your screenshot color */
  color: #fff;
  padding: 14px 31px;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.custom-lead-form button:hover {
  background: #C44A3E;
}/* End custom CSS */