.shortcode_section {
  padding: 96px 0;
}
.shortcode_section .title {
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .shortcode_section .title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .shortcode_section {
    padding: 24px 0;
  }
}

.shortcode_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.shortcode_section form input,
.shortcode_section form button,
.shortcode_section form select,
.shortcode_section form optgroup,
.shortcode_section form textarea {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--Base-White, #fff);
  max-width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: var(--Gray-500, #717680);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 14px;
  outline: none;
}

.shortcode_section form .email-field input,
.shortcode_section form .phone-field input {
  min-width: 100%;
  width: 100%;
}

.shortcode_section form .phone-field {
  position: relative;
}

.shortcode_section form .phone-field .wpcf7-form-control-wrap[data-name='country-code'] {
  position: absolute;
  z-index: 1;
  top: 21px;
}

.shortcode_section form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

@media (max-width: 991px) {
  .shortcode_section form .form_row {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shortcode_section form .form_row .form_col {
  width: calc(50% - 16px);
}

@media (max-width: 991px) {
  form .form_row .form_col {
    width: 100%;
  }
}

.shortcode_section form .form_row .form_col input {
  width: 100%;
}

.shortcode_section form br {
  display: none;
}

.shortcode_section form p {
  margin-bottom: 0;
}

.shortcode_section form p label {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}

.shortcode_section form textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.shortcode_section form .phone-field label {
  position: relative;
}

.shortcode_section form .phone-field label .wpcf7-form-control-wrap[data-name='country-code'] {
  color: var(--Gray-700, #414651);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 29px;
  border: none;
  left: 2px;
  outline: none;
  cursor: pointer;
  padding: 0;
}

.shortcode_section form .phone-field label .country-select {
  color: var(--Gray-700, #414651);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px 10px 12px;
  margin: 0;
  z-index: 1;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  top: 1px;
}

.shortcode_section form .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.shortcode_section form .wpcf7-select::-ms-expand {
  display: none;
}

.shortcode_section form .wpcf7-form-control-wrap[data-name='country-code'] {
  position: relative;
  display: block;
}

.shortcode_section form .wpcf7-form-control-wrap[data-name='country-code']::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 24px;
  background-image: url('/wp-content/themes/connectpoint/assets/img/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.shortcode_section form .wpcf7-list-item {
  margin: 0;
}

.shortcode_section form .wpcf7-list-item label {
  gap: 12px;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--Gray-700, #414651);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.shortcode_section form .wpcf7-acceptance {
  color: var(--Gray-600, #535862);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shortcode_section form .wpcf7-acceptance a {
  color: var(--Gray-600, #535862);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.shortcode_section form input[type='checkbox'] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d7da;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 0;
  top: 3px;
}

.shortcode_section form input[type='checkbox']:checked {
  background-color: #374ea2;
  border-color: #374ea2;
  padding: 0;
}

.shortcode_section form input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shortcode_section form .wpcf7-submit {
  color: var(--Base-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  border: 2px solid var(--Gradient-skeuemorphic-gradient-border, rgba(255, 255, 255, 0.12));
  background: #374ea2;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset,
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset,
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}

.shortcode_section form .wpcf7-submit:hover,
.shortcode_section form .wpcf7-submit:focus,
.shortcode_section form .wpcf7-submit:active {
  color: #414651;
  border: 2px solid #d5d7da;
  background: #fff;
}
