 @media only screen and (min-width: 0rem) {#timeline {padding: var(--sectionPadding);position: relative;overflow: hidden;}#timeline .cs-container {width: 100%;max-width: 69rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#timeline .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#timeline .cs-timeline {width: 100%;position: relative;display: flex;flex-direction: column;gap: 3rem;}#timeline .cs-timeline::before {content: '';position: absolute;left: 1.5rem;top: 0;bottom: 0;width: 2px;background: linear-gradient(to bottom, var(--primary), rgba(229, 87, 44, 0.3));display: none;}#timeline .cs-timeline-item {width: 100%;display: flex;flex-direction: column;gap: 1.5rem;text-decoration: none;color: inherit;position: relative;transition: all 0.3s ease;}#timeline .cs-timeline-item:hover {transform: translateX(0.5rem);}#timeline .cs-timeline-marker {display: none;}#timeline .cs-marker-dot {width: 1rem;height: 1rem;background-color: var(--primary);border-radius: 50%;flex-shrink: 0;box-shadow: 0 0 0 4px rgba(229, 87, 44, 0.2);transition: all 0.3s ease;}#timeline .cs-timeline-item:hover .cs-marker-dot {width: 1.25rem;height: 1.25rem;box-shadow: 0 0 0 6px rgba(229, 87, 44, 0.3);}#timeline .cs-timeline-content {flex: 1;}#timeline .cs-h3 {font-size: clamp(1.25rem, 2vw, 1.5625rem);line-height: 1.2em;font-weight: 700;margin: 0 0 0.75rem 0;color: var(--headerColor);}#timeline .cs-timeline-text {font-size: clamp(0.8125rem, 1vw, 1rem);line-height: 1.6em;margin: 0;color: var(--bodyTextColor);opacity: 0.9;}#timeline .cs-timeline-image {width: 100%;height: auto;display: block;border-radius: 0.5rem;overflow: hidden;}#timeline .cs-timeline-image img {width: 100%;height: auto;display: block;object-fit: cover;transition: transform 0.3s ease;}#timeline .cs-timeline-image svg {width: 100%;height: auto;max-width: 100%;max-height: 100%;display: block;padding: 2rem;box-sizing: border-box;}#timeline .cs-timeline-item:hover .cs-timeline-image img {transform: scale(1.05);}}@media only screen and (min-width: 48rem) {#timeline .cs-timeline::before {display: none;}#timeline .cs-timeline-item {display: grid;grid-template-columns: 1fr 1fr;align-items: center;gap: 3rem;padding: 2rem 0;position: relative;}#timeline .cs-timeline-item:nth-child(odd) {direction: rtl;}#timeline .cs-timeline-item:nth-child(odd) > * {direction: ltr;}#timeline .cs-timeline-marker {display: none;}#timeline .cs-marker-dot {width: 1.25rem;height: 1.25rem;}#timeline .cs-timeline-item:hover .cs-marker-dot {width: 1.5rem;height: 1.5rem;}#timeline .cs-timeline-content {padding: 1.5rem;background: rgba(229, 87, 44, 0.05);border-radius: 0.5rem;border-left: 3px solid var(--primary);transition: all 0.3s ease;position: relative;z-index: 1;}#timeline .cs-timeline-item:hover .cs-timeline-content {background: rgba(229, 87, 44, 0.1);border-left-width: 4px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}#timeline .cs-timeline-image {height: 300px;position: relative;z-index: 1;}#timeline .cs-timeline-image img {height: 100%;object-fit: cover;}}@media only screen and (min-width: 64rem) {#timeline .cs-timeline-item {gap: 4rem;}#timeline .cs-timeline-content {padding: 2rem;}#timeline .cs-h3 {font-size: clamp(1.5rem, 2.5vw, 1.875rem);}#timeline .cs-timeline-image {height: 350px;}}@media only screen and (min-width: 0rem) {body.dark-mode #timeline .cs-title, body.dark-mode #timeline .cs-text {color: var(--bodyTextColorWhite);}body.dark-mode #timeline .cs-text {opacity: 0.8;}body.dark-mode #timeline .cs-h3 {color: var(--bodyTextColorWhite);}body.dark-mode #timeline .cs-timeline-text {color: var(--bodyTextColorWhite);opacity: 0.9;}body.dark-mode #timeline .cs-timeline-content {background: rgba(229, 87, 44, 0.08);border-left-color: var(--primary);}body.dark-mode #timeline .cs-timeline-item:hover .cs-timeline-content {background: rgba(229, 87, 44, 0.15);}body.dark-mode #timeline .cs-timeline::before {background: linear-gradient(to bottom, var(--primary), rgba(229, 87, 44, 0.2));}}