.scroll-indicator {
display: flex
;
    align-items: center;
    z-index: 10;
    justify-content: center;
}

.line {
  width: 2px;
  height: 500px;
  background: #f0f0f0;
  position: relative;
    margin-left: 15px;
}

.bar {
  position: absolute;
  width: 2px;
  height: 40px; /* Height of orange bar */
  background: orange;
  top: -40px;
  transition: top 0.2s linear;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  height: 80px;
  color: #D3D3D3;
  font-size: 18px;
  line-height: 80px;
}

.steps li.active {
  color: #000;
}

.c-number{    position: sticky;
    top: calc(var(--header-height) + 10vh);padding-top:5%;}
    
    
    #p-container {
 scroll-behavior: smooth;
  overflow-y: auto; /* important! */
  position: relative;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    