.elementor-kit-6{--e-global-color-primary:#1B75BB;--e-global-color-secondary:#FACD11;--e-global-color-text:#373643;--e-global-color-accent:#EF9621;--e-global-color-9017f5b:#03A9F4;--e-global-color-2367d8b:#FFED00;--e-global-color-4bcd308:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"League Spartan";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:4px;--e-global-typography-eb88b30-font-family:"Montserrat";--e-global-typography-eb88b30-font-size:70px;--e-global-typography-eb88b30-font-weight:700;--e-global-typography-eb88b30-text-transform:uppercase;--e-global-typography-72bbc15-font-family:"Montserrat";--e-global-typography-72bbc15-font-size:50px;--e-global-typography-72bbc15-font-weight:700;--e-global-typography-72bbc15-text-transform:uppercase;--e-global-typography-49a68f5-font-family:"Montserrat";--e-global-typography-49a68f5-font-size:40px;--e-global-typography-49a68f5-font-weight:700;--e-global-typography-71c624c-font-family:"Poppins";--e-global-typography-71c624c-font-size:18px;--e-global-typography-71c624c-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 img{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.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 *//* Left pinned label */
.year-sticky-label {
  position: sticky; /* works even without Elementor Pro's Sticky */
  top: clamp(72px, 10vh, 120px); /* adjust for header height */
  z-index: 3;
  display: inline-block;
  font-size: clamp(32px, 6vw, 80px);
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  transition: transform .22s ease, opacity .22s ease;
}

/* Subtle swap animation */
.year-sticky-label.swap {
  transform: translateY(10px);
  opacity: .25;
}

/* Optional: right column rhythm */
.year-anchor {
  margin: 0 0 16px 0;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  color: #666; /* subdued, the pinned label is the star */
}

/* Space each year section */
.elementor-container .year-section,
.year-section {
  padding: 56px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* Mobile: collapse the pinned label into normal flow */
@media (max-width: 767px) {
  .year-sticky-label {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    margin-bottom: 8px;
  }
}/* End custom CSS */