.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */.elementor{
  transition: background-color 500ms ease;
}

body.in-themed-range .elementor{
  background-color: #000000 !important; /* your special color */
}


.timeline{
  display:grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items:start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 20px;
}

.timeline__rail{
  position: sticky;
  top: 120px;
  display:flex;
  flex-direction:column;
  gap: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(0,0,0,.12);
}

.timeline__progress{
  position:absolute;
  left:0;
  top:0;
  width:2px;
  height:0%;
  background:#b98b5a; /* your warm accent */
  transform: translateX(-1px);
  transition: height .2s ease;
}

.timeline__year{
  background:transparent;
  border:0;
  text-align:left;
  font-size: 18px;
  letter-spacing: .02em;
  opacity:.45;
  padding: 6px 0;
  cursor:pointer;
}

.timeline__year.is-active{
  opacity:1;
  font-weight:600;
}

.timeline__cards{
  display:flex;
  flex-direction:column;
  gap: 26px;
}

.tcard{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 26px 26px 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  transform: rotate(var(--tilt, -0.6deg));
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.tcard:nth-child(2){ --tilt: 0.4deg; }
.tcard:nth-child(3){ --tilt: -0.2deg; }
.tcard:nth-child(4){ --tilt: 0.6deg; }
.tcard:nth-child(5){ --tilt: -0.4deg; }

.tcard__meta{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity:.6;
  margin-bottom: 10px;
}

.tcard__title{
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 10px;
}

.tcard__desc{
  font-size: 16px;
  line-height: 1.6;
  opacity:.75;
  margin: 0;
}

.tcard.is-active{
  transform: rotate(0deg) translateY(-2px);
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 24px 60px rgba(0,0,0,.10);
}

@media (max-width: 900px){
  .timeline{ grid-template-columns: 1fr; gap: 30px; }
  .timeline__rail{ position: relative; top: 0; border-left:0; padding-left:0; flex-direction:row; overflow:auto; }
}/* End custom CSS */