.elementor-686 .elementor-element.elementor-element-cb7d060 > .elementor-container{max-width:1000px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-686 .elementor-element.elementor-element-44fcbd9{width:9.998%;}.elementor-686 .elementor-element.elementor-element-995f579{width:79.49%;}.elementor-686 .elementor-element.elementor-element-8ea92b9{width:10.026%;}}/* Start custom CSS for shortcode, class: .elementor-element-22c7434 */.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form input[type="date"] { /* Add this line */
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.wpcf7-form label {
  position: relative;
  top: 12px;
  color: black; /* Set the font color to black */
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  font-weight: bold; /* Set the font weight to bold */
}

.wpcf7-form input[type="text"]:focus + label,
.wpcf7-form input[type="email"]:focus + label,
.wpcf7-form input[type="tel"]:focus + label,
.wpcf7-form textarea:focus + label {
  top: -45px;
  font-size: 10px;
  color: #D3B574;
}

.wpcf7-form select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 10px;
}

.wpcf7-form input[type="file"] {
  border: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  background-color: transparent;
}

/* Form columns */
.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4),
.wpcf7-form p:nth-of-type(5),
.wpcf7-form p:nth-of-type(6) {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.wpcf7-form p:nth-of-type(7),
.wpcf7-form p:nth-of-type(8),
.wpcf7-form p:nth-of-type(9),
.wpcf7-form p:nth-of-type(10),
.wpcf7-form p:nth-of-type(11),
.wpcf7-form p:nth-of-type(12) {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding: 0 10px;
}

.wpcf7-form input[type="submit"] {
  display: none;
}/* End custom CSS */