.apc-wrapper {
  width: 100%;
  margin: 15px 0;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.apc-title {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-bottom: 8px;
}

.apc-container {
  width: 100%;
  background: #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  height: 25px;
}

.apc-bar {
  background: linear-gradient(90deg, #4caf50, #81c784);
  height: 100%;
  width: 0%;
  transition: width 0.5s ease;
}
