.elementor-631 .elementor-element.elementor-element-16b5827{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:50px;--padding-bottom:40px;--padding-left:50px;--padding-right:50px;}.elementor-631 .elementor-element.elementor-element-421b588{width:100%;max-width:100%;text-align:center;}.elementor-631 .elementor-element.elementor-element-421b588 .elementor-heading-title{font-size:30px;line-height:1.3em;color:#242B26;}#elementor-popup-modal-631{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-631 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-631 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-631 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-631 .dialog-close-button i{color:var( --e-global-color-text );}#elementor-popup-modal-631 .dialog-close-button svg{fill:var( --e-global-color-text );}#elementor-popup-modal-631 .dialog-close-button:hover i{color:var( --e-global-color-accent );}@media(max-width:1536px){.elementor-631 .elementor-element.elementor-element-421b588 .elementor-heading-title{font-size:32px;}}@media(max-width:1280px){.elementor-631 .elementor-element.elementor-element-421b588 .elementor-heading-title{font-size:32px;}}@media(max-width:1024px){.elementor-631 .elementor-element.elementor-element-16b5827{--padding-top:40px;--padding-bottom:30px;--padding-left:40px;--padding-right:40px;}.elementor-631 .elementor-element.elementor-element-421b588{text-align:center;}.elementor-631 .elementor-element.elementor-element-421b588 .elementor-heading-title{font-size:28px;}}@media(max-width:767px){.elementor-631 .elementor-element.elementor-element-16b5827{--padding-top:25px;--padding-bottom:15px;--padding-left:25px;--padding-right:25px;}.elementor-631 .elementor-element.elementor-element-421b588 .elementor-heading-title{font-size:20px;}#elementor-popup-modal-631 .dialog-widget-content{border-radius:10px 10px 10px 10px;}#elementor-popup-modal-631 .dialog-close-button{top:1%;}body:not(.rtl) #elementor-popup-modal-631 .dialog-close-button{right:2%;}body.rtl #elementor-popup-modal-631 .dialog-close-button{left:2%;}}/* Start custom CSS for shortcode, class: .elementor-element-ed3a118 *//* ===== Form Base ===== */
.custom-quote-form2 .wpcf7,
.custom-quote-form2 .wpcf7 form {
  width: 100%;
}

.custom-quote-form2 .wpcf7-form p {
  margin: 0;
}

.custom-quote-form2 .wpcf7-form br {
  display: none !important;
}

/* ===== Grid Layout ===== */
.custom-quote-form2 .cf7-grid2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.custom-quote-form2 .cf7-grid2 > div {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 16px;
}

.custom-quote-form2 .cf72-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.custom-quote-form2 .cf72-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* ===== Field Wrapper ===== */
.custom-quote-form2 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* ===== Fields ===== */
.custom-quote-form2 .wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px 16px;
  border: 1px solid #d9ddd8;
  border-radius: 5px;
  background: #fff;
  color: #242b26;
  font: 15px/1.5 Poppins, sans-serif;
  outline: none;
  box-shadow: none;
  appearance: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Single-line Inputs */
.custom-quote-form2 input[type="text"],
.custom-quote-form2 input[type="tel"],
.custom-quote-form2 input[type="email"],
.custom-quote-form2 .wpcf7-quiz {
  min-height: 48px;
}

/* Textarea */
.custom-quote-form2 textarea.wpcf7-textarea {
  height: 110px !important;
  min-height: 140px !important;
  resize: vertical;
  line-height: 1.5;
}

/* Placeholder */
.custom-quote-form2 input::placeholder,
.custom-quote-form2 textarea::placeholder {
  color: rgba(36, 43, 38, 0.6);
  font-family: Poppins, sans-serif;
}

/* ===== Focus State ===== */
.custom-quote-form2 input[type="text"]:focus,
.custom-quote-form2 input[type="tel"]:focus,
.custom-quote-form2 input[type="email"]:focus,
.custom-quote-form2 textarea:focus,
.custom-quote-form2 .wpcf7-quiz:focus {
  border-color: #819265 !important;
  background-color: #81926520 !important;
  color: #242b26;
  outline: none !important;
  box-shadow: none !important;
}

/* ===== Autofill Fix ===== */
.custom-quote-form2 input:-webkit-autofill,
.custom-quote-form2 textarea:-webkit-autofill,
.custom-quote-form2 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #81926520 inset !important;
  box-shadow: 0 0 0 1000px #81926520 inset !important;
  -webkit-text-fill-color: #242b26 !important;
}

/* ===== File Field ===== */
.custom-quote-form2 input[type="file"] {
  padding: 12px 14px;
  background: #f7f8f6;
  cursor: pointer;
}

.custom-quote-form2 input[type="file"]::file-.elementor-631 .elementor-element.elementor-element-ed3a118-button {
  margin-right: 12px;
  padding: 9px 16px;
  border: 0;
  border-radius: 5px;
  background: #819265;
  color: #fff;
  font: 14px Poppins, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-quote-form2 input[type="file"]::file-.elementor-631 .elementor-element.elementor-element-ed3a118-button:hover {
  background: #819265;
}

/* ===== Quiz Label ===== */
.custom-quote-form2 .wpcf7-quiz-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #242b26;
  font: 15px Poppins, sans-serif;
}

/* ===== Submit Button ===== */
.custom-quote-form2 .cf72-col-12:last-child {
  text-align: center;
}

.custom-quote-form2 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 50px;
  margin: 0 auto;
  padding: 0 30px;
  border: 0;
  border-radius: 5px;
  background: #242b26;
  color: #fff;
  font: 15px Poppins, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-quote-form2 .wpcf7-submit:hover {
  background: #819265;
  color: #fff;
  transform: translateY(-1px);
}

/* ===== Validation / Messages ===== */
.custom-quote-form2 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #d63638;
}

.custom-quote-form2 .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 5px;
  font: 14px/1.5 Poppins, sans-serif;
}

.custom-quote-form2 .wpcf7-spinner {
  margin: 12px 0 0 12px;
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
  .custom-quote-form2 .cf72-col-6,
  .custom-quote-form2 .cf72-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-quote-form2 .wpcf7-submit {
    width: 100%;
  }
}/* End custom CSS */