.progress-container {
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1031; /* Higher than navbar's z-index */
}

.progress-bar {
  height: 3px;
  background: #FFB6C1;
  width: 0%;
  transition: width 0.1s ease;
  position: absolute;
  bottom: 0;
  left: 0;
} 