.elementor-7118 .elementor-element.elementor-element-4d0d6cf{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7118 .elementor-element.elementor-element-6d3216e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-7118 .elementor-element.elementor-element-6d3216e{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-c62c7ce */.career-form-unique .career-form-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
border: 1px solid #ccc
    
}

.career-form-unique .career-form-wrap h2,
.career-form-unique .career-form-wrap h3 {
  text-align: center;
  margin-bottom: 20px;
}

.career-form-unique .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.career-form-unique .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;

}
.form-group p {
    margin: 5px;
}

.career-form-unique .form-group label {
  font-weight: 600;
  margin-bottom: 5px;
}

.career-form-unique .wpcf7 input,
.career-form-unique .wpcf7 select,
.career-form-unique .wpcf7 textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.career-form-unique .wpcf7-submit {
  background-color:#2EB96E;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.career-form-unique .wpcf7-submit:hover {
  background-color:#2EB96E;
}

@media (max-width: 768px) {
  .career-form-unique .form-row {
    flex-direction: column;
  }
}/* End custom CSS */