.detail-hero {
  height: 470px;
  background-color: #e2f3fd;
}

.detail-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;

  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
}

.breadcrum {
  z-index: 1;
  font-size: 16px;
}

.details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;

  h2 {
    font-size: 64px;
    font-weight: bold;
    max-width: 600px;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 992px) {
      font-size: 32px;
    }
  }
}

.detail-info {
  display: flex;
  gap: 32px;
  @media screen and (max-width: 992px) {
    flex-direction: column;
    gap: 16px;
  }
}

.content-container {
  display: flex;
  flex-direction: row;
  @media screen and (max-width: 992px) {
    flex-direction: column;
    margin-left: 32px;
    margin-right: 32px;
  }
}

.content-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 2;
  @media screen and (max-width: 992px) {    
    flex: 1;
    max-width: calc(100% - 32px);
  }
}

.content-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 320px;
  flex: 1;
  @media screen and (max-width: 992px) {
    max-width: calc(100% - 64px);
  }
}

.professional-promo-card {
  position: relative;
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 80%, #e42fb0 100%);
  padding: 24px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;

  @media screen and (max-width: 992px) {
    max-width: 100%;
  }

  h2 {
    font-size: 32px;
    z-index: 2;
    padding: 0;
    margin: 0;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
  }
}

.card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  @media screen and (max-width: 992px) {
    height: 100%;
  }
}

.contact-card-image-wrapper {
  background-color: #374ba3;
  border-radius: 40px;
  z-index: 1;
  img {
    max-width: 320px;
  }
}

.vacature-contact-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  @media screen and (max-width: 992px) {
    max-width: 100%;
  }
}

.contact-card-content {
  background-color: #e2f3fd;
  border-radius: 40px;
  transform: translateY(-56px);
  z-index: 3;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  h2 {
    font-size: 30px;
    padding: 0;
    margin: 0;
  }

  p {
    font-size: 16px;
  }
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;

  li {
    font-size: 16px;
    font-weight: 400;
    color: #374ba3;
    list-style-type: none;
    margin: 0 -4px;
    display: flex;
    align-items: center;
    gap: 8px;

    img {
      width: 16px;
      height: 16px;
    }

    a {
      text-decoration: none;
      color: inherit;
      padding-left: 4px;
      font-size: 16px;
    }
  }
}

@media screen and (max-width: 992px) {
  .job-section {
    overflow-x: hidden;
  }
}

.contact-content {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  @media screen and (max-width: 992px) {
    max-width: calc(100% - 32px);
  }
}

.contact-content > h2 {
  font-size: 48px;
  text-transform: uppercase;
  @media screen and (max-width: 992px) {
    font-size: 32px;
  }
}
.contact-content > p {
  font-size: 16px;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 80%, #e42fb0 100%);
  flex: 1;
  padding: 48px 32px 24px 32px;
  border-radius: 40px;
}

.fada-recruitment-container.reverse {
  flex-direction: row-reverse;
  @media screen and (max-width: 992px) {
    flex-direction: column;
  }
}

.vacatures-sectionlogo {
  position: absolute;
  right: -32px;
  bottom: 56px;
  transform: rotate(180deg);
  @media screen and (max-width: 992px) {
    position: absolute;
    object-fit: contain !important;
    right: 180px;
    top: 32px;
    transform: rotate(180deg);
    width: 100%;
    height: 80px;
  }
}

.shortage-section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  @media screen and (max-width: 992px) {
    max-width: 100%;
    padding: 32px 16px;
  }
}

.shortage-container {
  display: flex;
  gap: 16px;
  z-index: 2;

  @media screen and (max-width: 992px) {
    flex-direction: column;
  }

  img {
    z-index: 2;
  }
}

.shortage-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;

  h2 {
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
  }

  p {
    font-size: 16px;
  }
}

.shortage-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  z-index: 1;
  @media screen and (max-width: 992px) {
    max-width: 100%;
  }
}

.news-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  h2 {
    font-size: 48px;
    text-transform: uppercase;
    @media screen and (max-width: 992px) {
      margin-left: 32px;
    }
  }
}

.news-list {
  display: flex;
  gap: 32px;

  @media screen and (max-width: 992px) {
    flex-direction: column;
    margin-left: 32px;
    margin-right: 32px;
  }
}

.news-item {
  img {
    max-width: 100%;
    border-radius: 40px;
  }
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #e2f3fd;
  padding: 32px;
  border-radius: 40px;
  transform: translateY(-64px);
  h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  p {
    font-size: 16px;
  }
}

.cv-upload-group {
  display: flex;
  align-items: center;
  @media screen and (max-width: 992px) {
    align-items: flex-start;
  }
}

.cv-upload-filename {
  color: #374BA3;
  font-size: 16px;
  opacity: 0.8;
}

.checkbox-label {
  display: flex;
  gap: 4px;
  input {
    width: 16px;
    height: 12px;
  }
}

.cv-upload-label {
  border: 2px solid #374BA3;
  padding: 8px 12px;
  border-radius: 99px 99px 0 99px;
}