.cpb-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.cpb-bar {
  width: 100%;
  height: 75px;
  background: #e6d6cc;
  border-radius: 25px;
  overflow: hidden;
}

.cpb-fill {
  height: 100%;
  width: 0;
  background: #f39c7b;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: width 1.5s ease;
}

.cpb-number {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
}

/* Optional section-based colors */
.bg-red {
  --bar-color: #ff4d4d;
}

.bg-blue {
  --bar-color: #4d79ff;
}

.bg-dark {
  --bar-color: #111;
}