@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.ff-inter {
  font-family: "Inter", sans-serif !important;
}

.page-ai-hiring {
  font-family: "Inter", sans-serif !important;
  color: #3d3d3d;
}

.hero-ai-hiring .badge {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
.hero-ai-hiring .badge.badge-success {
  color: #74b743;
  background-color: #f5faf2;
}
.hero-ai-hiring h1 {
  font-size: 65px;
  font-weight: 900;
  color: #1e1e1e;
  line-height: 1.1;
}
.hero-ai-hiring h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.page-ai-hiring .badge-default {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  padding: 5px 15px;
  white-space: normal;
  line-height: 1.2;
}

.card-aimatching {
  border-radius: 40px;
}

.aimatching-steps {
  position: relative;
}
.aimatching-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background-color: #e0e0e0;
  z-index: 1;
}
.aimatching-step-no {
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #74b743;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-aimatching-step {
  border: 1px solid #d7d7d7;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  z-index: 2;
}

.card-traditional-hiring {
  border-radius: 36px;
  background-color: #fafafa;
}
.card-traditional-hiring h5 {
  color: #a2a2ab;
  letter-spacing: 2px;
}

.card-oj-ai {
  border-radius: 36px;
  background-color: #fafafa;
  border-color: #74b743;
  box-shadow: 2px 4px 4px rgba(116, 183, 67, 0.25);
}
.card-oj-ai h5 {
  color: #74b743;
  letter-spacing: 2px;
}
.card-oj-ai .badge-success {
  background: #74b743;
  box-shadow: 2px 4px 4px rgba(116, 183, 67, 0.47);
  border-radius: 24px;
}

.card-aimatching-why {
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  border: 0;
}

.footer-aimatching {
  background:
    radial-gradient(
      circle at 25% 30%,
      rgba(120, 160, 90, 0.18),
      rgba(120, 160, 90, 0.1) 25%,
      rgba(120, 160, 90, 0.05) 40%,
      transparent 60%
    ),
    radial-gradient(
      circle at 65% 70%,
      rgba(120, 160, 90, 0.16),
      rgba(120, 160, 90, 0.08) 30%,
      rgba(120, 160, 90, 0.04) 45%,
      transparent 65%
    ),
    #0f1113;
}
.footer-aimatching .video-wrapper video {
  border-radius: 34px;
}
.card-aimatching-cta {
  border: 1px solid #636565;
  background-color: #303032;
  border-radius: 34px;
}

.bg-alt {
  background-color: #fafafa !important;
}
.btn-success-shadow {
  box-shadow: 0px 4px 4px rgba(116, 183, 67, 0.25);
}
.text-dark {
  color: #1e1e1e !important;
}
.fw-900 {
  font-weight: 900;
}
.bg-dark {
  background-color: #18181b !important;
}
.page-ai-hiring .text-success {
  color: #74b743 !important;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
  .hero-ai-hiring h1 {
    font-size: 50px;
  }
  .hero-ai-hiring h5 {
    font-size: 18px;
  }
  .aimatching-steps::before {
    content: none;
  }
}
