.uprera-stats {
  text-align: center;
  margin: 40px 0;
}

.uprera-stats .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.uprera-stats .subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.stats-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.stat-item {
  width: 250px;
  text-align: center;
}

.icon.red-circle {
  background: #a10000;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  color: #111;
}

.stat-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.stat-subtitle {
  font-size: 14px;
  color: #555;
}
