.elementor-105 .elementor-element.elementor-element-dc8fe9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-105 .elementor-element.elementor-element-4bdfe173 > .elementor-widget-container{margin:0px 0px -20px 0px;padding:48px 48px 48px 48px;}.elementor-105 .elementor-element.elementor-element-97a5564 > .elementor-widget-container{margin:-17px 0px 0px 0px;}/* Start custom CSS for column, class: .elementor-element-dc8fe9 */.wpcf7 form {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  max-width: 700px;
  margin: auto;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 12px;
  font-size: 15px;
  transition: 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #00bcd4;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
}

.wpcf7 input[type="submit"] {
  background-color: #00bcd4;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #0097a7;
}
@media (max-width: 480px) {
  .wpcf7 input[type="submit"] {
    font-size: 18px;
    padding: 1px 20px;
  }
}/* End custom CSS */