.elementor-331 .elementor-element.elementor-element-2629115{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-7444dcf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-331 .elementor-element.elementor-element-7444dcf{--width:60%;}}@media(max-width:767px){.elementor-331 .elementor-element.elementor-element-2629115{--padding-top:30px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-cc5a8f3 */.clean-contact-form {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", Roboto, sans-serif;
}

.clean-contact-form p {
  margin-bottom: 0rem;
}

.clean-contact-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 1.1rem;
  color: #333;
}

.clean-contact-form input,
.clean-contact-form textarea {
  width: 100%;
  padding: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background: #f9f9f9;
  transition: border 0.3s, box-shadow 0.3s;
}

.clean-contact-form input:focus,
.clean-contact-form textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
  background: #fff;
  outline: none;
}
.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    margin-top: 10px;
}
.clean-contact-form input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    resize: vertical;
}
.clean-contact-form input[type="submit"]:hover {
  background-color: #000;
}
.clean-contact-form p br {
    display: none;
}/* End custom CSS */