.elementor-8899 .elementor-element.elementor-element-9ca7e40{--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;}.elementor-8899 .elementor-element.elementor-element-1f1e541{padding:50px 50px 50px 50px;}#elementor-popup-modal-8899{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8899 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-8899 .dialog-close-button{display:flex;}#elementor-popup-modal-8899 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-1f1e541 *//* Contact Form 7 Custom Styling */
.wpcf7 form {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: #000;
}

/* Labels */
.wpcf7 form label {
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

/* Input, Select, and Textarea Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
  color: #000;
}

/* Placeholder Text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: #666;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #555;
}/* End custom CSS */