.elementor-85942 .elementor-element.elementor-element-457b5b4:not(.elementor-motion-effects-element-type-background), .elementor-85942 .elementor-element.elementor-element-457b5b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-85942 .elementor-element.elementor-element-457b5b4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-85942 .elementor-element.elementor-element-457b5b4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-85942 .elementor-element.elementor-element-ff3e313 > .elementor-element-populated{padding:40px 40px 40px 40px;}.elementor-85942 .elementor-element.elementor-element-e8791af{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}@media(max-width:1024px){.elementor-85942 .elementor-element.elementor-element-e8791af{width:100%;max-width:100%;align-self:center;}}/* Start custom CSS for shortcode, class: .elementor-element-e8791af *//* Form container */
.wpcf7-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Form labels */
.wpcf7-form label {
  display: inline;
  margin-bottom: 2px; /* Reduce margin-bottom to decrease space */
  color: #000; /* Black color */
}

/* Required labels */
.wpcf7-form label.required::after {
  content: '*';
  color: #ff0000; /* Red color */
  margin-left: 5px;
}

/* Form input fields, textareas, and select elements */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px; /* Reduce margin-bottom to decrease space */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

/* Form input fields focus effect */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #036270;
  color: #fff;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  cursor: pointer;
  margin-top: 15px;
}

/* Grouping headers */
.wpcf7-form h3 {
  margin-top: 20px;
}

/* Styling acceptance checkboxes */
.wpcf7-form span.wpcf7-list-item {
  display: block;
}

/* Adjusting radio and checkbox labels */
.wpcf7-form span.wpcf7-list-item-label {
  margin-left: 5px;
}

/* Adjusting checkbox labels */
.wpcf7-form span.wpcf7-list-item-label {
  margin-left: 5px;
}

/* Adjusting radio and checkbox labels within labels */
.wpcf7-form span.wpcf7-list-item-label {
  display: inline;
}

/* Adjusting radio and checkbox inputs */
.wpcf7-form span.wpcf7-list-item-control input[type="checkbox"],
.wpcf7-form span.wpcf7-list-item-control input[type="radio"] {
  margin-right: 5px;
}

/* Styling the submission button */
.wpcf7-form input[type="submit"] {
  background-color: #036270;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

/* Styling the checkboxes */
.wpcf7-form span.wpcf7-list-item-control {
  display: inline-block;
  margin-right: 10px;
}

/* Styling the checkboxes and radio buttons label */
.wpcf7-form span.wpcf7-list-item-label {
  display: inline;
  margin-left: 5px;
}/* End custom CSS */