.elementor-kit-11{--e-global-color-primary:#000000;--e-global-color-secondary:#181818;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E4AD01;--e-global-color-85ea155:#F9FAFB;--e-global-color-5f1a4c9:#FFF8E5;--e-global-color-f5b7069:#4B5563;--e-global-color-24d1edb:#FCBF00;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#F9FAFB;font-family:"Inter", Sans-serif;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:8px;}.elementor-element{--widgets-spacing:8px 8px;--widgets-spacing-row:8px;--widgets-spacing-column:8px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-dot {
  position: absolute;
  left: 50%;
    transform: translateX(-50%);
  width: 2px;
  height: 1rem;
  background-color: #FFD700; 
  border-radius: 9999px; 
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.timeline-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 9999px;
  box-shadow: 0 0 0 2px #FFD700;
}

@media screen and (max-width: 768px) {
    .timeline-dot {
    display: none;
  }
  .timeline-dot::after {
    display: none;
  }
}/* End custom CSS */