.elementor-18469 .elementor-element.elementor-element-c96231f > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-18469 .elementor-element.elementor-element-c96231f .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-18469 .elementor-element.elementor-element-c96231f .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-18469 .elementor-element.elementor-element-c96231f .eael-contact-form-7-wrapper{text-align:default;}.elementor-18469 .elementor-element.elementor-element-c96231f .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}#elementor-popup-modal-18469 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-18469{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-18469 .dialog-message{width:624px;height:706px;align-items:flex-start;}#elementor-popup-modal-18469 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-18469 .elementor-element.elementor-element-c96231f .eael-contact-form-7 .wpcf7-form input[type="submit"]{padding:012px 0px 12px 0px;}}/* Start custom CSS for eael-contact-form-7, class: .elementor-element-c96231f *//* Resume form container */
.wpcf7 {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins';
}

/* Label and input styling */
.wpcf7-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
  font-family: 'Poppins';
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="file"] {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-family: 'Poppins';
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  transition: border 0.3s ease;
}

.wpcf7-form input:focus {
  border-color: #0073e6;
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.2);
}

/* File input styling */
.wpcf7-form input[type="file"] {
  padding: 10px;
  background: #fff;
  border: 1px dashed #ccc;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, #0073e6, #00bfff);
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Poppins';
}

.wpcf7-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #005bb5, #0099cc);
}

/* Response messages */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  font-family: 'Poppins';
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}/* End custom CSS */