.elementor-2741 .elementor-element.elementor-element-e74f29c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-6853bec *//* 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 */