.elementor-2826 .elementor-element.elementor-element-e70045f{--display:flex;--padding-top:28px;--padding-bottom:28px;--padding-left:28px;--padding-right:28px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2826 .elementor-element.elementor-element-571af1c{text-align:center;}.elementor-2826 .elementor-element.elementor-element-571af1c .elementor-heading-title{font-family:"Libre Baskerville", Sans-serif;font-size:32px;font-weight:600;color:#2D2D2D;}#elementor-popup-modal-2826{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2826 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2826 .dialog-close-button{display:flex;}#elementor-popup-modal-2826 .dialog-widget-content{border-radius:8px 8px 8px 8px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-b9b6ff4 *//* Center form and set max width */
.wpcf7 {
  margin: 0 auto;
  padding: 0 !important;
  
}
 
/* Input, select field style */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  background-color: #fff;
  color: #333;
  transition: all 0.2s ease;
}
 
/* Placeholder color */
.wpcf7 input::placeholder {
  color: #999;
}
 
/* Dropdown arrow fix for consistency */
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
 
/* Submit Button Style */
.wpcf7 input[type="submit"] {
  background-color: #ff7a00;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}
 
.wpcf7 input[type="submit"]:hover {
  background-color: #e76600;
}

/* ----------------------------
   FIX: Hide message by default
----------------------------- */

/* Hide empty message by default */
.wpcf7-response-output {
  display: none;
}

/* Show only if message has text AND form was sent */
.wpcf7-form.sent .wpcf7-response-output:not(:empty) {
  display: block !important;
  color: white !important;
  border: 2px solid #ffffff50;
  padding: 10px 15px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 15px;
}/* End custom CSS */