
/* 


*/

.timeline-container {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #ccc;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-marker {
  position: absolute;
  left: -35px;
  top: 4px;
  background: #3273dc;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.timeline-content {
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.timeline-title {
  font-weight: 600;
  margin-bottom: 4px;
}

/* 

*/

.qa-slider-container {
  position: relative;
  overflow: hidden;
  max-width: 420px;
  margin: 0 auto 2em;
}

.qa-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.qa-slide {
  min-width: 100%;
  flex-shrink: 0;
  text-align: center;
}

.qa-text {
  margin-top: 1em;
  font-size: 1.05em;
}

.qa-arrow {
  position: absolute;
  top: 45%;
  background-color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transform: translateY(-50%);
  z-index: 1;
}

.qa-arrow.left {
  left: -20px;
}

.qa-arrow.right {
  right: -20px;
}
