.elementor-37557 .elementor-element.elementor-element-c3327ec{--display:flex;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form.style-1.plus-cf7-label form.wpcf7-form  label,.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form.style-1.plus-cf7-custom form.wpcf7-form .tp-cf7-outer{background-color:var( --e-global-color-c621816 );padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;font-size:14px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-primary );box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form input.wpcf7-form-control.wpcf7-submit{background-color:var( --e-global-color-8d23659 );max-width:150px;font-size:14px;font-weight:700;text-transform:uppercase;line-height:14px;border-radius:5px 5px 5px 5px !important;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form input.wpcf7-form-control.wpcf7-submit:hover{background-color:var( --e-global-color-primary );}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-file){border-radius:10px 10px 10px 10px;}.elementor-37557 .elementor-element.elementor-element-62035d9 .input__checkbox_btn .toggle-button__icon {width:25px;height:25px;}.elementor-37557 .elementor-element.elementor-element-62035d9 .input__radio_btn .toggle-button__icon {width:25px;height:25px;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn span{color:#212121;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn svg *{fill:#212121;stroke:none;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file span{text-align:center;}.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn svg,.elementor-37557 .elementor-element.elementor-element-62035d9 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file span{display:center;margin:0 auto;text-align:center;}@media(min-width:768px){.elementor-37557 .elementor-element.elementor-element-c3327ec{--content-width:90%;}}/* Start custom CSS *//* CSS to hide the chatbot open button on a specific page */
.mwai-chatbot-container .mwai-open-button {
    display: none; /* Hides the button */
}
/* 1) Base style (applies whether inside or outside the form) */
.wpcf7 .wpcf7-response-output {
  margin: 16px 0;
  padding: 12px 16px;
  border-radius: 8px;
}

/* 2) Hide when empty or during initial state */
.wpcf7 .wpcf7-response-output:empty,
.wpcf7 .wpcf7-form.init ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.init .wpcf7-response-output {
  display: none !important;
}

/* 3) Show on any result states (inside OR outside) */
.wpcf7 .wpcf7-form.sent  ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.invalid ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.sent  .wpcf7-response-output,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  display: block !important;
}

/* 4) Success styling */
.wpcf7 .wpcf7-form.sent ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  background: #f1f8f4;
  color: #1f4d2c;
}

/* 5) Error / spam / validation styling */
.wpcf7 .wpcf7-form.invalid ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted ~ .wpcf7-response-output,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border: 1px solid #dc3232;
  background: #fff5f5;
  color: #7a1f1f;
}/* End custom CSS */