.elementor-kit-6{--e-global-color-primary:#10312C;--e-global-color-secondary:#61CE70;--e-global-color-text:#222222;--e-global-color-accent:#5F7B9C;--e-global-color-c65603a:#272727;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Georgia";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Timeline Spine === */
.timeline-spine {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #c5e9ca;
  transform: translateX(-50%);
  z-index: 1;
}

/* === Timeline Dots === */
.timeline-dot {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #10312C;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* === Dot Positions (Align to Cards) === */
.timeline-dot:nth-child(1) { top: 80px; }
.timeline-dot:nth-child(2) { top: 240px; }
.timeline-dot:nth-child(3) { top: 400px; }
.timeline-dot:nth-child(4) { top: 560px; }
.timeline-dot:nth-child(5) { top: 720px; }
.timeline-dot:nth-child(6) { top: 880px; }

/* === Mobile === */
@media (max-width: 767px) {
  .timeline-spine {
    left: 20px;
  }

  .timeline-dot {
    left: 20px;
    transform: none;
  }
}/* End custom CSS */