.form-section {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media (width <= 768px) {
  .form-section {
    padding: 40px 0;
  }
}
.form-section.dark {
  background-color: #141F29;
}
.form-section.dark .container .wrapper-main .title > * {
  color: var(--default-primary-1, #FEFEFE);
}
.form-section.dark .container .wrapper-main .text {
  color: var(--grey-stroke, #E8EBEF);
  opacity: 0.8;
}
.form-section.light {
  background-color: #FEFEFE;
}
.form-section.light .container .wrapper-main .title > * {
  color: var(--default-primary-2, #030D16);
}
.form-section.light .container .wrapper-main .text {
  color: var(--default-primary-2, #030D16);
}
.form-section.light .container .wrapper-form {
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid var(--grey-stroke, #E8EBEF);
  background: var(--light-fon, #F5FAFF);
}
.form-section.light .container .wrapper-form .row label {
  color: var(--default-primary-2, #030D16);
}
.form-section.light .container .wrapper-form .row input.wpcf7-form-control,
.form-section.light .container .wrapper-form .row textarea.wpcf7-form-control {
  border-radius: 8px;
  border: 1px solid var(--grey-stroke, #E8EBEF);
  background: var(--default-primary-1, #FEFEFE);
  color: var(--greyblue, #687284);
}
.form-section.light .container .wrapper-form .row input.wpcf7-form-control:hover,
.form-section.light .container .wrapper-form .row textarea.wpcf7-form-control:hover {
  border: 1px solid rgba(60, 90, 120, 0.6);
}
.form-section.light .container .wrapper-form .row input.wpcf7-form-control:focus, .form-section.light .container .wrapper-form .row input.wpcf7-form-control:active,
.form-section.light .container .wrapper-form .row textarea.wpcf7-form-control:focus,
.form-section.light .container .wrapper-form .row textarea.wpcf7-form-control:active {
  border: 1px solid var(--blue-accent, #3C5A78);
  color: var(--default-primary-2, #030D16);
}
.form-section.light .container .wrapper-form .wpcf7 form.sent .wpcf7-response-output {
  color: var(--default-primary-2, #030D16);
}
.form-section.light .container .wrapper-form .legal-disclaimer p {
  color: var(--default-primary-2, #030D16);
  text-align: left;
  opacity: 0.8;
}
.form-section.light .container .wrapper-form .legal-disclaimer p a {
  color: var(--default-primary-2, #030D16);
}
.form-section.light .container .wrapper-form .wpcf7 form.invalid .wpcf7-response-output,
.form-section.light .container .wrapper-form .wpcf7 form.payment-required .wpcf7-response-output,
.form-section.light .container .wrapper-form .wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--default-primary-2, #030d16);
}
.form-section.light .container .wrapper-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-section.light .container .wrapper-contacts .media-inquires,
.form-section.light .container .wrapper-contacts .contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-section.light .container .wrapper-contacts .contact-info .info {
  display: block;
  margin-top: -16px;
}
.form-section.light .container .wrapper-contacts .contact-info .info p {
  color: var(--dark-grey-stroke-secondary-text, #303A43);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 16px 0 0;
}
.form-section.light .container .wrapper-contacts .contact-info .info a {
  color: inherit;
  text-decoration: none;
  padding-right: 4px;
}
.form-section.light .container .wrapper-contacts .contact-info .info a:hover {
  text-decoration: underline;
}
.form-section.light .container .wrapper-contacts .line {
  border-bottom: 1px solid var(--grid-bg, #D9D9D9);
  padding-top: 4px;
}
.form-section.light .container .wrapper-contacts .title {
  color: var(--blue-accent, #3C5A78);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin: 0;
}
.form-section.light .container .wrapper-contacts .title:not(:first-child) {
  margin-top: 4px;
}
.form-section.light .container .wrapper-contacts .info {
  color: var(--default-primary-2, #030D16);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
  display: flex;
  gap: 12px;
}
.form-section.light .container .wrapper-contacts .info.w-icon {
  text-decoration: none;
}
.form-section.light .container .wrapper-contacts .info.w-icon:hover {
  text-decoration: underline;
}
.form-section.light .container .wrapper-contacts .linkedin {
  color: var(--default-primary-2, #030D16);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 120px;
}
.form-section.light .container .wrapper-contacts .linkedin span {
  display: inline-block;
  margin-top: 5px;
}
.form-section.light .container .wrapper-contacts .linkedin:hover {
  text-decoration: underline;
}
.form-section.w-blue-inputs .container .column:first-of-type {
  width: 100%;
}
.form-section.w-blue-inputs .container .wrapper-main .text {
  color: var(--dark-grey-stroke-secondary-text, #303A43);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.form-section.w-blue-inputs .container .wrapper-form {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form-section.w-blue-inputs .container .wrapper-form .row input.wpcf7-form-control,
.form-section.w-blue-inputs .container .wrapper-form .row textarea.wpcf7-form-control {
  border-radius: 8px;
  border: 1px solid var(--grey-stroke, #E8EBEF);
  background: var(--light-fon, #F5FAFF);
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap[data-name=resume] {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--grey-stroke, #E8EBEF);
  background: var(--light-fon, #F5FAFF);
  padding: 14px 20px;
  margin-top: 10px;
  cursor: pointer;
  min-height: 54px;
  box-sizing: border-box;
}
.form-section.w-blue-inputs .container .wrapper-form .row input.wpcf7-file.resume {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Makes it invisible but still works when clicked */
  cursor: pointer;
  z-index: 2;
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap[data-name=resume] {
  display: block;
  width: 100%;
  height: 56px;
}
.form-section.w-blue-inputs .container .wrapper-form .row .file-name-display {
  color: var(--grey-placeholder-text, #7a869a);
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  pointer-events: none; /* ensures clicks go through to the input */
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap[data-name=resume]::before {
  content: "Upload the file please";
  color: var(--greyblue, #687284);
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-family: inherit;
  pointer-events: none;
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap[data-name=resume].has-file::before {
  content: "";
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap[data-name=resume]::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 24px;
  margin-left: auto; /* Pushes icon to the right */
  background-image: url(../../img/file.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.form-section.w-blue-inputs .container .wrapper-form .row input[type=file] + .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -26px;
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap:has(.wpcf7-not-valid[type=file]) {
  margin-bottom: 30px;
  border: 1px solid var(--error, #fd4545);
  background: var(--red-light, #ffe9e9);
}
.form-section.w-blue-inputs .container .wrapper-form .row .wpcf7-form-control-wrap:has(.wpcf7-not-valid[type=file])::before {
  color: var(--error, #fd4545) !important;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select :root {
  --border-color: #E0E0E0;
  --text-color: #1A1A1A;
  --focus-border: #000000;
  --bg-hover: #F2F4F7;
  --transition: all 0.2s ease-in-out;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select {
  /* Reset CF7 automatic P margins inside the dropdown */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .custom-select-wrapper p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 24px;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select {
  /* The Box */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid var(--grey-stroke, #E8EBEF);
  background: var(--light-fon, #F5FAFF);
  height: 56px;
  cursor: pointer;
  transition: var(--transition);
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .select-trigger > p > span {
  color: var(--default-primary-2, #030D16);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .custom-select-wrapper.open .select-trigger {
  border: 1px solid var(--blue-accent, #3C5A78);
}
.form-section.w-blue-inputs .container .wrapper-form .row.select {
  /* Arrow Styling */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--default-primary-2, #030D16);
  border-bottom: 2px solid var(--default-primary-2, #030D16);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-bottom: 5px; /* Adjust for rotation alignment */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .open .arrow {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select {
  /* Dropdown Menu */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .custom-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--grey-stroke, #E8EBEF);
  background: var(--default-primary-1, #FEFEFE);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99;
  overflow: hidden;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .open .custom-options {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .option {
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 4px;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .option p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  padding: 12px 16px !important;
  color: var(--default-primary-2, #030D16);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .option:hover {
  background-color: #f4f5f8;
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .option.selected {
  background-color: var(--grey-stroke, #E8EBEF);
}
.form-section.w-blue-inputs .container .wrapper-form .row.select {
  /* Checkmark using the span you provided */
}
.form-section.w-blue-inputs .container .wrapper-form .row.select .option.selected .checkmark::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid var(--default-primary-2, #030D16);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-section.w-blue-inputs .container .wrapper-form .wpcf7 form.sent .wpcf7-response-output {
  color: var(--default-primary-2, #030D16);
}
.form-section .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 124px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (width <= 1200px) {
  .form-section .container {
    max-width: 100%;
    padding: 0 40px;
    gap: 64px;
  }
}
@media (width <= 901px) {
  .form-section .container {
    flex-direction: column;
    gap: 32px;
  }
}
@media (width <= 768px) {
  .form-section .container {
    padding: 0 20px;
  }
}
.form-section .container .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form-section .container .column:first-of-type {
  width: 80%;
}
.form-section .container .wrapper-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.form-section .container .wrapper-main .title > * {
  margin: 0;
}
.form-section .container .wrapper-main .text {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.form-section .container .wrapper-form .wpcf7-form.submitting p:has(.wpcf7-submit) {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.form-section .container .wrapper-form .wpcf7-form.submitting p:has(.wpcf7-submit) .wpcf7-submit {
  pointer-events: none;
}
.form-section .container .wrapper-form .form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-section .container .wrapper-form .row {
  display: flex;
  gap: 24px;
}
.form-section .container .wrapper-form .row label {
  color: var(--default-primary-1, #FEFEFE);
  display: block;
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.form-section .container .wrapper-form .row label .error {
  color: var(--typography-error, #F82B2B);
}
.form-section .container .wrapper-form .row input.wpcf7-form-control,
.form-section .container .wrapper-form .row textarea.wpcf7-form-control {
  border-radius: 12px;
  background: var(--dark-grey-stroke-secondary-text, #303A43);
  padding: 12px;
  border: 1px solid var(--dark-grey-stroke-secondary-text, #303A43);
  width: 100%;
  margin: 6px 0;
  resize: none;
  color: var(--default-primary-1, #FEFEFE);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.form-section .container .wrapper-form .row input.wpcf7-form-control::-moz-placeholder, .form-section .container .wrapper-form .row textarea.wpcf7-form-control::-moz-placeholder {
  color: var(--secondary-dark-text, #98A2B3);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.form-section .container .wrapper-form .row input.wpcf7-form-control::placeholder,
.form-section .container .wrapper-form .row textarea.wpcf7-form-control::placeholder {
  color: var(--secondary-dark-text, #98A2B3);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.form-section .container .wrapper-form .row input.wpcf7-form-control:hover,
.form-section .container .wrapper-form .row textarea.wpcf7-form-control:hover {
  border: 1px solid var(--greyblue, #687284);
  outline: none;
}
.form-section .container .wrapper-form .row input.wpcf7-form-control:focus, .form-section .container .wrapper-form .row input.wpcf7-form-control:active,
.form-section .container .wrapper-form .row textarea.wpcf7-form-control:focus,
.form-section .container .wrapper-form .row textarea.wpcf7-form-control:active {
  border: 1px solid var(--grey-stroke, #E8EBEF);
  outline: none;
}
.form-section .container .wrapper-form .row input.wpcf7-form-control.wpcf7-not-valid,
.form-section .container .wrapper-form .row textarea.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid var(--error, #FD4545);
  background: var(--red-light, #FFE9E9);
  color: var(--error, #FD4545);
}
.form-section .container .wrapper-form .row textarea.wpcf7-form-control {
  height: 120px;
}
.form-section .container .wrapper-form .row .wpcf7-not-valid-tip {
  color: #FD4545;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit) {
  position: relative;
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit):hover::after {
  transition: var(--animation-duration) ease-in-out;
  transform: rotate(-45deg);
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit) .wpcf7-form-control.wpcf7-submit {
  padding: 6px 6px 6px 24px;
  flex-shrink: 0;
  padding-right: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 56px;
  margin: 0;
  color: var(--default-primary-1, #FEFEFE);
  cursor: pointer;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 24px; /* 150% */
  transition: var(--animation-duration) ease-in-out;
  border-radius: var(--number-radius-radius-round, 999px);
  background: var(--blue-accent, #3c5a78);
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit) .wpcf7-form-control.wpcf7-submit:hover, .form-section .container .wrapper-form .row p:has(.wpcf7-submit) .wpcf7-form-control.wpcf7-submit:focus, .form-section .container .wrapper-form .row p:has(.wpcf7-submit) .wpcf7-form-control.wpcf7-submit:active {
  border: 1px solid var(--accent-hover, #537BA2);
  background: var(--accent-hover, #537BA2);
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit):hover .wpcf7-form-control.wpcf7-submit {
  border: 1px solid var(--accent-hover, #537BA2);
  background: var(--accent-hover, #537BA2);
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit) .wpcf7-spinner {
  position: absolute;
  top: 16px;
  right: -8px;
  z-index: 1;
}
.form-section .container .wrapper-form .row p:has(.wpcf7-submit)::after {
  content: "";
  background: url("../../img/Arrow.svg") no-repeat center center;
  background-size: 24px 24px;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 6px;
  right: 6px;
  transition: var(--animation-duration) ease-in-out;
  cursor: pointer;
}
.form-section .container .wrapper-form .row p {
  margin: 0;
  width: 100%;
}
.form-section .container .wrapper-form .wpcf7-form.submitting p:has(.wpcf7-submit)::after {
  background-image: none;
}
.form-section .container .wrapper-form .wpcf7 form.invalid .wpcf7-response-output,
.form-section .container .wrapper-form .wpcf7 form.unaccepted .wpcf7-response-output,
.form-section .container .wrapper-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--error, #FD4545);
  color: var(--default-primary-1, #FEFEFE);
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
}
.form-section .container .wrapper-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  border-radius: 8px;
  text-align: center;
  color: var(--default-primary-1, #FEFEFE);
  font-size: 16px;
}
.form-section .container .wrapper-form .legal-disclaimer p {
  color: var(--default-primary-1, #FEFEFE);
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  margin: 20px 0 0;
}
.form-section .container .wrapper-form .legal-disclaimer p a {
  color: var(--default-primary-1, #FEFEFE);
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.form-section .container .wrapper-form .legal-disclaimer p a:hover {
  text-decoration: none;
}
@media (width <= 480px) {
  .form-section .container .column:first-of-type {
    width: 100%;
  }
  .form-section .container .wrapper-main {
    gap: 16px;
  }
  .form-section .container .wrapper-main .title h1 {
    font-size: 28px;
    min-height: 77px;
  }
  .form-section .container .wrapper-main .title h1 span.typing-effect {
    font-size: 36px;
    margin-left: 10px;
  }
  .form-section .container .wrapper-form .form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .form-section .container .wrapper-form .form .row {
    flex-direction: column;
    gap: 14px;
  }
}