/* =============================================
   OJG RECRUITMENT PROCESS SECTION — scoped & unique
   White background, theme colors (#0978EF / #014392 / #07242F)
   ============================================= */

.ojg-process-5821-icon i,
.ojg-process-5821-commit-icon i,
.ojg-process-5821-commit-icon-main i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

#ojg-process-5821,
#ojg-process-5821 * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#ojg-process-5821 {
  background: #ffffff;
  width: 100%;
  padding: 90px 40px;
  overflow: hidden;
}

#ojg-process-5821 .ojg-process-5821-inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* ── Header ── */
#ojg-process-5821 .ojg-process-5821-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 70px;
}

#ojg-process-5821 .ojg-process-5821-tag {
  display: inline-block;
  background: #eaf3ff;
  color: #0978ef;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 30px;
  margin-bottom: 22px;
}

#ojg-process-5821 .ojg-process-5821-heading {
  color: #07242f;
  margin: 0 auto 20px;
  max-width: 850px;
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0px;
}

/* Large Tablet */
@media (max-width: 1024px) {
  #ojg-process-5821 .ojg-process-5821-heading {
    font-size: 38px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  #ojg-process-5821 .ojg-process-5821-heading {
    font-size: 32px;
  }
}

/* Mobile Large */
@media (max-width: 600px) {
  #ojg-process-5821 .ojg-process-5821-heading {
    font-size: 28px;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  #ojg-process-5821 .ojg-process-5821-heading {
    font-size: 26px;
  }
}

/* Mobile Extra Small */
@media (max-width: 360px) {
  #ojg-process-5821 .ojg-process-5821-heading {
    font-size: 22px;
  }
}

#ojg-process-5821 .ojg-process-5821-desc {
  color: #5b6b78;
  margin: 0;
}

/* ── Numbers / connector row (desktop & tablet only) ── */
#ojg-process-5821 .ojg-process-5821-numbers {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 0 30px;
}

#ojg-process-5821 .ojg-process-5821-num-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cfe3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #0978ef;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(9, 120, 239, 0.12);
  position: relative;
  z-index: 2;
}

#ojg-process-5821 .ojg-process-5821-connector {
  flex: 1;
  height: 2px;
  margin: 0 2px;
  background-image: linear-gradient(to right, #aed1fb 50%, transparent 50%);
  background-size: 10px 2px;
  position: relative;
}

#ojg-process-5821 .ojg-process-5821-connector::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0978ef;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px #ffffff;
}

/* ── Cards grid ── */
#ojg-process-5821 .ojg-process-5821-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 26px;
}

#ojg-process-5821 .ojg-process-5821-card {
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 30px 22px 28px;
  position: relative;
  box-shadow:
    0 6px 16px rgba(7, 36, 47, 0.04),
    0 20px 40px rgba(7, 36, 47, 0.05);
  transition: 0.35s ease;
}

#ojg-process-5821 .ojg-process-5821-card:hover {
  transform: translateY(-8px);
  border-color: #cfe3fb;
  box-shadow:
    0 14px 28px rgba(9, 120, 239, 0.12),
    0 30px 55px rgba(7, 36, 47, 0.08);
}

#ojg-process-5821 .ojg-process-5821-badge {
  display: none;
  position: absolute;
  top: -16px;
  left: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0978ef, #014392);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(9, 120, 239, 0.3);
}

#ojg-process-5821 .ojg-process-5821-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #eaf3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

#ojg-process-5821 .ojg-process-5821-icon i {
  font-size: 24px;
  color: #0978ef;
}

#ojg-process-5821 .ojg-process-5821-card h3 {
  color: #07242f;
  margin: 0 0 10px 0;
}

#ojg-process-5821 .ojg-process-5821-card p {
  color: #5b6b78;
  margin: 0;
}

#ojg-process-5821 .ojg-process-5821-underline {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 4px;
  margin-top: 20px;
  background: linear-gradient(90deg, #0978ef, #014392);
}

/* ── Commitment strip ── */
#ojg-process-5821 .ojg-process-5821-commit {
  margin-top: 56px;
  background: #f4f8fe;
  border: 1px solid #e7eefb;
  border-radius: 22px;
  padding: 30px 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

#ojg-process-5821 .ojg-process-5821-commit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 200px;
}

#ojg-process-5821 .ojg-process-5821-commit-item.ojg-process-5821-commit-main {
  flex: 1.3;
  min-width: 240px;
  padding-right: 24px;
  border-right: 1px solid #dfe9fa;
}

#ojg-process-5821 .ojg-process-5821-commit-icon-main {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0978ef, #014392);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 22px rgba(9, 120, 239, 0.3);
}

#ojg-process-5821 .ojg-process-5821-commit-icon-main i {
  font-size: 20px;
  color: #ffffff;
}

#ojg-process-5821 .ojg-process-5821-commit-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #dfe9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#ojg-process-5821 .ojg-process-5821-commit-icon i {
  font-size: 16px;
  color: #0978ef;
}

#ojg-process-5821 .ojg-process-5821-commit-item h4 {
  color: #07242f;
  margin: 0 0 5px 0;
  font-size: 15px;
}

#ojg-process-5821 .ojg-process-5821-commit-item p {
  color: #5b6b78;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
}

/* ── Responsive ── */

/* Large laptops → tighten gaps a touch */
@media (max-width: 1200px) {
  #ojg-process-5821 .ojg-process-5821-cards {
    gap: 14px;
  }
}

/* Tablets → 3 columns, hide numbers row, show in-card badges */
@media (max-width: 900px) {
  #ojg-process-5821 {
    padding: 64px 28px;
  }

  #ojg-process-5821 .ojg-process-5821-numbers {
    display: none;
  }

  #ojg-process-5821 .ojg-process-5821-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0;
  }

  #ojg-process-5821 .ojg-process-5821-badge {
    display: flex;
  }

  #ojg-process-5821 .ojg-process-5821-card {
    margin-top: 16px;
  }

  #ojg-process-5821 .ojg-process-5821-commit-item.ojg-process-5821-commit-main {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #dfe9fa;
    padding-right: 0;
    padding-bottom: 24px;
  }
}

/* Large mobile → 2 columns */
@media (max-width: 680px) {
  #ojg-process-5821 .ojg-process-5821-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  #ojg-process-5821 .ojg-process-5821-commit-item {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

/* Small mobile → 1 column */
@media (max-width: 480px) {
  #ojg-process-5821 {
    padding: 48px 18px;
  }

  #ojg-process-5821 .ojg-process-5821-head {
    margin-bottom: 44px;
  }

  #ojg-process-5821 .ojg-process-5821-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #ojg-process-5821 .ojg-process-5821-card {
    padding: 26px 20px 24px;
  }

  #ojg-process-5821 .ojg-process-5821-commit {
    padding: 24px 22px;
    gap: 22px;
  }
}
