.timeline-section {
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.section-header {
  margin-bottom: 3rem;
}

.section-title-sm {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.1em;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, #6dd5ed 0%, #2193b0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timeline-svg-container {
  position: relative;
  width: 100%;
  min-height: 800px;
}
.timeline-svg-container svg {
  width: 100%;
  height: 100%;
}

.timeline-slides-container {
  height: 384px;
  background-color: #1F2937;
}
.timeline-slides-container img {
  display: block;
}

.str,
.dot {
  stroke-width: 2px;
}

.anim-branch {
  stroke-dasharray: 186;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }
  .timeline-svg-container {
    min-height: 600px;
  }
}
.line-anim {
  transform-origin: top;
}

.branch-anim {
  stroke-dashoffset: 186;
}

.slide-anim {
  opacity: 0;
}

.timeline-content p {
  margin: 0;
  padding: 0;
}
.timeline-content .title-large {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.timeline-content .title-small {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.timeline-content .subtitle {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.timeline-content img {
  height: 2rem;
  margin-bottom: 0.5rem;
}

timeline-dot rect {
  fill: #111827;
}
timeline-dot circle {
  stroke: #9CA3AF;
}

foreignObject .timeline-content {
  padding: 1rem;
}
foreignObject .timeline-content p {
  color: #203891;
}/*# sourceMappingURL=ihp.css.map */