.waves {
  position: relative;
  width: 100%;
  height: auto;
}

.layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400%;
  height: auto;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.layer svg {
  display: block;
  height: auto;
  width: 100%;
}

.layer1 {
  z-index: 3;
  opacity: 1;
}

.layer2 {
  z-index: 1;
  opacity: 0.8;
  transform: translateX(-150px);
}

.layer3 {
  z-index: 4;
  opacity: 0.6;
  transform: translateX(-300px);
}

.layer4 {
  z-index: 2;
  opacity: 0.4;
  transform: translateX(-450px);
}


#Experience {
  border-width: 6px 0 0 0;
  border-image: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent) 1;
}

.timeline-content {
  gap: 10px;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  overflow: visible;
  position: relative;
  width: 100%;
}

.timeline-item {
  gap: 10px;
  display: flex;
  overflow: visible;
  height: min-content;
  position: sticky;
  width: 100%;
  border-radius: 12px;
  padding: 1rem 1.5rem;
}

.sticky-wrapper {
  position: relative;
  height: 100%;
}

.sticky-date {
  position: sticky;
  bottom: 0;
  padding-bottom: 1em;
  z-index: -1;
}

.timeline-date {
  width: 6em;
  text-align: center;
}

.tech-stack {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25em;
}

.tech-item {
  white-space: nowrap;
  color: inherit;
}


.connector-line {
  position: absolute;
  left: 3em;
  top: 0;
  z-index: -2;
  pointer-events: none;
}

.company-name {
  opacity: 0.75;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.timeline-item p {
  margin: 0;
  padding: 5px;
}

.timeline-item p::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(204, 98, 60, 0.5), transparent);
  margin: 0.6em 0;
}

.timeline-item ul {
  font-family: system-ui, -apple-system, sans-serif;
}

.timeline-item ul li {
  line-height: 1.6;
}
