.course-progress {
  margin: 15px 0;
}

.course-progress .progress-bar {
  width: 100%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}

.course-progress .progress-fill {
  height: 100%;
  width: 0;
  background: green;
  transition: width 0.5s ease, background 0.5s ease;
}

.course-progress .progress-text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
