.elementor-1 .elementor-element.elementor-element-7fa5d1b6{--display:flex;}/* Start custom CSS *//* ===== FORCE HERO SECTION ===== */
#justicehub-hero {
  background: radial-gradient(circle at top, #1e3a8a, #020617) !important;
  padding: 120px 20px !important;
  text-align: center !important;
  color: #ffffff !important;
}

/* Small tagline */
#justicehub-hero h5 {
  color: #facc15 !important;
  letter-spacing: 2px !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

/* Main heading */
#justicehub-hero h1 {
  font-size: 60px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  max-width: 1100px !important;
  margin: auto !important;
}

/* Highlight words */
#justicehub-hero .truth {
  color: #facc15 !important;
  text-shadow: 0 0 15px #facc15 !important;
}

#justicehub-hero .action {
  color: #22c55e !important;
  text-shadow: 0 0 15px #22c55e !important;
}

#justicehub-hero .corruption {
  color: #fb7185 !important;
  text-shadow: 0 0 15px #fb7185 !important;
}

/* Paragraph */
#justicehub-hero p {
  font-size: 20px !important;
  max-width: 900px !important;
  margin: 30px auto !important;
  line-height: 1.8 !important;
}

/* Stats */
#justicehub-hero .stats {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  gap: 30px !important;
  max-width: 1100px !important;
  margin: 70px auto 0 !important;
}

#justicehub-hero .stats div b {
  font-size: 40px !important;
  color: #facc15 !important;
  display: block !important;
}

#justicehub-hero .stats div span {
  color: #c7d2fe !important;
  font-size: 15px !important;
}

/* Mobile fix */
@media (max-width: 768px) {
  #justicehub-hero h1 {
    font-size: 34px !important;
  }
}/* End custom CSS */