.elementor-9740 .elementor-element.elementor-element-246861d{--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;}.elementor-9740 .elementor-element.elementor-element-e595704{width:100%;max-width:100%;}.elementor-9740 .elementor-element.elementor-element-e595704 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9740 .elementor-element.elementor-element-e595704.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-e595704 */.form {
  margin: auto;
}

.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-field {
  flex: 1;
}

.label {
  color: #000;
  font-size: 13px;
}

.label-required {
  color: #e01b22;
}

.checkbox-label {
  display: flex;
  align-items: center;
  color: #FFF;
  margin-bottom: 20px;
}

.checkbox-label input[type="checkbox"] {
  margin-right: 10px;
}

.submit {
  text-align: center;
}

.button {
  padding: 12px 30px;
  background-color: #e01b22;
  color: white;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
}

.client-info {
  margin-top: 20px;
}

#survey-options-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
}

#survey-options {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.survey-column {
  margin: 2rem;
  flex: 1 1 300px;
}

.survey-column h4 {
  margin-bottom: 4px;
  font-size: 1.1em;
}

.survey-column p {
  margin-top: 0;
  font-style: italic;
  font-size: 0.9em;
}

#survey-options label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.95em;
}

#survey-options input[type="checkbox"] {
  margin-right: 6px;
}

@media (max-width: 900px) {
  .form-group {
    flex-direction: column;
  }

  .form {
    width: 100%;
    padding: 10px;
  }
  
  #survey-options {
    gap: 0px;
  }

  .survey-column {
    margin: 0;
    flex: 1 1 400px;
  }
  
  .survey-row {
    margin-top: 1rem;
  }
}/* End custom CSS */