.elementor-684 .elementor-element.elementor-element-a8b9107{border-style:solid;border-width:10px 10px 10px 10px;border-color:#D9D9D9;padding:20px 20px 20px 20px;}.elementor-684 .elementor-element.elementor-element-d1aa3b3{padding:0px 0px 0px 15px;border-style:none;text-align:center;}.elementor-684 .elementor-element.elementor-element-d1aa3b3 .elementor-heading-title{font-family:"Instrument Sans", Sans-serif;font-size:25px;font-weight:600;text-transform:capitalize;letter-spacing:0px;color:#001c31;}.elementor-684 .elementor-element.elementor-element-c4fe104{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}#elementor-popup-modal-684{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-684 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-684 .dialog-close-button{display:flex;}#elementor-popup-modal-684 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-684 .elementor-element.elementor-element-d1aa3b3 .elementor-heading-title{font-size:1.5em;}}@media(max-width:767px){.elementor-684 .elementor-element.elementor-element-d1aa3b3 .elementor-heading-title{font-size:1.5em;}}/* Start custom CSS for shortcode, class: .elementor-element-c4fe104 */<style>
/* Basic styling for the whole form */
.wpcf7 form {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 700px;
  margin: auto;
}

/* Headings */
.wpcf7 form h3 {
  font-size: 21px;
  margin-bottom: 15px;
  color: #333;
}

/* Label styling */
.wpcf7 form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 1px;
  color: #444;
}

/* Text and Email fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

/* Adjust spacing between field groups */
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}

/* Checkbox scroll container */
#company-checkboxes {
  max-height: 150px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  margin-top: 8px;
}

/* Space between checkbox and label text */
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.wpcf7-list-item input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #005bb5;
  /* Align submit button to the right */
.wpcf7 form .wpcf7-submit {
  display: inline-block;
  margin-left: auto;
  margin-top: 20px;
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
}
}
</style>/* End custom CSS */