/* =============================================
   OJG "OUR IMPACT" STATS SECTION — scoped & unique
   Dark navy background #014392, white/blue accents
   ============================================= */

.ojg-impact-7239-icon i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

#ojg-impact-7239,
#ojg-impact-7239 * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#ojg-impact-7239 {
  background: #014392;
  width: 100%;
  padding: 90px 40px 80px;
  position: relative;
  overflow: hidden;
}

/* ── Decorative dotted texture (premium touch) ── */
#ojg-impact-7239 .ojg-impact-7239-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
}

#ojg-impact-7239 .ojg-impact-7239-glow {
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 120, 239, 0.35), transparent 70%);
  pointer-events: none;
}

#ojg-impact-7239 .ojg-impact-7239-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ── Header ── */
#ojg-impact-7239 .ojg-impact-7239-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

#ojg-impact-7239 .ojg-impact-7239-tag {
  display: inline-block;
  background: rgba(9, 120, 239, 0.12);
  border: 1px solid #2d7ce0;
  color: #5ea7ff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 9px 22px;
  border-radius: 30px;
  margin-bottom: 22px;
}

#ojg-impact-7239 .ojg-impact-7239-heading {
  color: #ffffff;
  margin: 0 0 22px 0;
  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-impact-7239 .ojg-impact-7239-heading {
    font-size: 38px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  #ojg-impact-7239 .ojg-impact-7239-heading {
    font-size: 32px;
  }
}

/* Mobile Large */
@media (max-width: 600px) {
  #ojg-impact-7239 .ojg-impact-7239-heading {
    font-size: 28px;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  #ojg-impact-7239 .ojg-impact-7239-heading {
    font-size: 26px;
  }
}

/* Mobile Extra Small */
@media (max-width: 360px) {
  #ojg-impact-7239 .ojg-impact-7239-heading {
    font-size: 22px;
  }
}

#ojg-impact-7239 .ojg-impact-7239-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 22px;
}

#ojg-impact-7239 .ojg-impact-7239-divider span {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0978ef);
}

#ojg-impact-7239 .ojg-impact-7239-divider span:last-child {
  background: linear-gradient(90deg, #0978ef, transparent);
}

#ojg-impact-7239 .ojg-impact-7239-divider i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0978ef;
  display: inline-block;
}

#ojg-impact-7239 .ojg-impact-7239-desc {
  color: #b7c8e6;
  margin: 0;
}

/* ── Stats row ── */
#ojg-impact-7239 .ojg-impact-7239-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

#ojg-impact-7239 .ojg-impact-7239-stat {
  text-align: center;
  padding: 0 22px;
  position: relative;
}

#ojg-impact-7239 .ojg-impact-7239-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

#ojg-impact-7239 .ojg-impact-7239-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1.5px solid #2d6fc4;
  background: rgba(9, 120, 239, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

#ojg-impact-7239 .ojg-impact-7239-icon i {
  font-size: 30px;
  color: #ffffff;
}

#ojg-impact-7239 .ojg-impact-7239-number {
  color: #2f8dff;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 16px 0;
}

#ojg-impact-7239 .ojg-impact-7239-underline {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 4px;
  margin: 0 auto 24px;
  background: #0978ef;
}

#ojg-impact-7239 .ojg-impact-7239-label {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 12px 0;
}

#ojg-impact-7239 .ojg-impact-7239-text {
  color: #9fb3d6;
  margin: 0;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
  #ojg-impact-7239 .ojg-impact-7239-number {
    font-size: 38px;
  }

  #ojg-impact-7239 .ojg-impact-7239-icon {
    width: 84px;
    height: 84px;
  }
}

/* Tablet → 3 columns, no vertical dividers (messy with wrap) */
@media (max-width: 900px) {
  #ojg-impact-7239 {
    padding: 70px 28px 60px;
  }

  #ojg-impact-7239 .ojg-impact-7239-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 16px;
  }

  #ojg-impact-7239 .ojg-impact-7239-stat:not(:last-child)::after {
    display: none;
  }

  #ojg-impact-7239 .ojg-impact-7239-stat {
    padding: 0 12px;
  }
}

/* Large mobile → 2 columns */
@media (max-width: 680px) {
  #ojg-impact-7239 .ojg-impact-7239-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 14px;
  }

  #ojg-impact-7239 .ojg-impact-7239-icon {
    width: 76px;
    height: 76px;
  }

  #ojg-impact-7239 .ojg-impact-7239-icon i {
    font-size: 26px;
  }

  #ojg-impact-7239 .ojg-impact-7239-number {
    font-size: 32px;
  }
}

/* Small mobile → 2 columns */
@media (max-width: 460px) {
  #ojg-impact-7239 {
    padding: 56px 18px 50px;
  }

  #ojg-impact-7239 .ojg-impact-7239-head {
    margin-bottom: 44px;
  }

  #ojg-impact-7239 .ojg-impact-7239-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 12px;
  }

  #ojg-impact-7239 .ojg-impact-7239-stat {
    padding: 0 8px;
  }

  #ojg-impact-7239 .ojg-impact-7239-icon {
    width: 64px;
    height: 64px;
  }

  #ojg-impact-7239 .ojg-impact-7239-icon i {
    font-size: 22px;
  }

  #ojg-impact-7239 .ojg-impact-7239-number {
    font-size: 26px;
  }

  #ojg-impact-7239 .ojg-impact-7239-label {
    font-size: 13px;
  }

  #ojg-impact-7239 .ojg-impact-7239-text {
    font-size: 12px;
  }

  #ojg-impact-7239 .ojg-impact-7239-dots {
    width: 200px;
  }
}

@media (max-width: 460px) {
  #ojg-impact-7239 .ojg-impact-7239-stat:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}
