.elementor-912 .elementor-element.elementor-element-0bd867b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-912 .elementor-element.elementor-element-0d6b583{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}:root{--page-title-display:none;}/* Start custom CSS */#dynamic-toc {
  max-width: 320px;
  height: 220px;
  overflow-y: auto;
  position: sticky;
  padding: 0;
}
#dynamic-toc::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
#dynamic-toc::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 3px;
}

.toc-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  transition: color 0.3s;
  cursor: pointer;
}
.toc-circle {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  flex-shrink: 0;
}
.toc-circle svg {
  display: block;
  width: 36px;
  height: 36px;
  transform: rotate(-90deg);
}
.toc-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1rem;
}
.toc-title {
  font-size: 1rem;
  transition: color 0.3s;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toc-item.past .toc-circle .bg {
  stroke: #bbb;
}
.toc-item.past .toc-number,
.toc-item.past .toc-title {
  color: #bbb;
}
.toc-item.past .toc-circle .progress {
  stroke: #bbb;
  opacity: 1;
}

.toc-item.active .toc-circle .bg {
  stroke: #D0F23D;
  opacity: 0.3;
}
.toc-item.active .toc-number,
.toc-item.active .toc-title {
  color: #D0F23D;
}
.toc-item.active .toc-circle .progress {
  stroke: #D0F23D;
  opacity: 1;
}

.toc-item.upcoming .toc-circle .bg {
  stroke: #222;
  opacity: 0.2;
}
.toc-item.upcoming .toc-number,
.toc-item.upcoming .toc-title {
  color: #222;
}
.toc-item.upcoming .toc-circle .progress {
  stroke: transparent;
  opacity: 0;
}

/* Thinner circle line for upcoming sections */
.toc-item.upcoming .toc-circle .bg,
.toc-item.upcoming .toc-circle .progress {
  stroke-width: 1.5px !important;
}/* End custom CSS */