.timeline-wrapper {
        position: relative;
        /* background: #FFFCF9; */
        margin: 0;
        padding: 100px 0;
        min-height: 100vh;
    }

    .timeline-wrapper * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .timeline-container {
        position: relative;
        display: flex;
        align-items: flex-start;
        overflow: visible;
    }

    .timeline-content-wrapper {
        /* max-width: 1440px; */
        width: 100%;
        margin: 0 auto;
        /* padding-left: 130px;
        padding-right: 50px; */
        display: flex;
        gap: 100px;
        align-items: flex-start;
    }

    /* Video/Image Section - Left Side */
    .timeline-media {
        width: 580px;
        max-width: 580px;
        flex-shrink: 1;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: sticky;
        top: 100px;
        align-self: flex-start;
        height: auto;
        aspect-ratio: 1 / 1;
		    padding: 20px;
    background: #2576AE;
    border-radius: 12px;
    }

    .timeline-media-sticky {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        flex-shrink: 0;
    }

    .timeline-media img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        display: block;
        object-fit: contain;
        transition: opacity 0.5s ease-in-out;
		max-width: 400px;
    margin: 0 auto;
    }

    /* Timeline Content - Right Side */
    .timeline-content {
        width: 100%;
        max-width: 575px;
        flex-shrink: 1;
        flex-grow: 0;
        position: relative;
        padding-top: 0;
        min-width: 0;
    }

    .timeline-title {
        font-weight: 700;
        font-style: normal;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -1px;
        color: #1a1a1a;
        margin-bottom: 80px;
        padding-top: 0;
    }

    .timeline-items {
        position: relative;
    }

    /* Timeline Item */
    .timeline-item {
        position: relative;
        padding-left: 60px;
        margin-bottom: 100px;
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Animated Vertical Line Container */
    .timeline-line-container {
        position: absolute;
        left: 11px;
        top: 0;
        width: 1px;
        height: 100%;
    }

    /* Animated Vertical Line */
    .timeline-line {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 0%;
        background: none;
        opacity: 1;
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: height;
    }

    .timeline-line::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1.5px;
        height: 100%;
        background-image:
            repeating-linear-gradient(
                to bottom,
                #2D2D2D 1px,
                #2D2D2D 2px,
                transparent 0px,
                transparent 0px
            );
        -webkit-mask-image: var(--gradient-fade, linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%));
        mask-image: var(--gradient-fade, linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%));
    }

    /* Timeline Dot */
    .timeline-dot {
        position: absolute;
        left: 1px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #2D2D2D;
        z-index: 2;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .timeline-dot.visible {
        opacity: 1;
    }

    /* Timeline Period Badge */
    .timeline-period {
        display: inline-flex;
        min-width: 128px;
        width: auto;
        padding: 12px 20px;
        color: #fff;
        background: #000;
        border: none;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-family: "CircularXX";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    /* Timeline Heading */
    .timeline-heading {
        color: #000;
        margin-bottom: 20px;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "CircularXX";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 105%;
        letter-spacing: -0.32px;
    }

    /* Timeline Description */
    .timeline-description {
        color: #000;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "CircularXX";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    /* Timeline Item Images - Hidden on Desktop */
    .timeline-item-image {
        display: none;
    }

    /* Desktop Responsive Styles */
    @media (max-width: 1440px) and (min-width: 1200px) {
        /* .timeline-content-wrapper {
            max-width: 1200px;
            padding-left: 80px;
            padding-right: 50px;
            gap: 80px;
        } */

        .timeline-media {
            width: 480px;
            max-width: 480px;
        }

        .timeline-media-sticky {
            width: 100%;
        }

        .timeline-content {
            width: 460px;
            max-width: 460px;
        }

        .timeline-title {
            font-size: 40px;
            line-height: 50px;
        }

        /* .timeline-heading {
            font-size: 22px;
            line-height: 28px;
        } */
    }

    @media (max-width: 1199px) and (min-width: 992px) {
        .timeline-content-wrapper {
            max-width: 1000px;
            padding-left: 60px;
            padding-right: 40px;
            gap: 60px;
        }

        .timeline-media {
            width: 420px;
            height: 420px;
        }

        .timeline-media-sticky {
            width: 420px;
            height: 420px;
        }

        .timeline-content {
            width: 400px;
            max-width: 400px;
        }

        .timeline-title {
            font-size: 36px;
            line-height: 45px;
        }

        /* .timeline-heading {
            font-size: 20px;
            line-height: 26px;
        } */
    }

    @media (max-width: 991px) and (min-width: 769px) {
        .timeline-content-wrapper {
            max-width: 900px;
            padding-left: 50px;
            padding-right: 40px;
            gap: 50px;
        }

        .timeline-media {
            width: 380px;
            height: 380px;
        }

        .timeline-media-sticky {
            width: 380px;
            height: 380px;
        }

        .timeline-content {
            width: 360px;
            max-width: 360px;
        }

        .timeline-title {
            font-size: 36px;
            line-height: 45px;
        }

        /* .timeline-heading {
            font-size: 20px;
            line-height: 26px;
        } */

        .timeline-description {
            font-size: 15px;
            line-height: 22px;
        }
    }

    /* Mobile Styles */
    @media (max-width: 768px) {
        .timeline-wrapper {
            position: relative;
            /* Dynamic height will be set via JS */
            padding: 40px 0;
        }

        .timeline-container {
            position: relative;
            display: flex;
            flex-direction: column;
            padding: 0;
        }

        .timeline-content-wrapper {
            flex-direction: column;
            width: 100%;
            max-width: 100%;
            padding: 0;
            gap: 0;
            justify-content: flex-start;
        }

        /* Hide sticky media image on mobile */
        .timeline-media {
            display: none;
        }

        .timeline-media-sticky {
            display: none;
        }

        .timeline-media img {
            display: none;
        }

        .timeline-content {
            order: 2;
            width: 100%;
            padding: 0 25px;
            height: auto;
            overflow: visible;
            position: relative;
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .timeline-content::-webkit-scrollbar {
            display: none;
        }

        .timeline-content {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .timeline-title {
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 24px;
        }

        .timeline-items {
            padding: 0;
            margin: 0;
        }

        .timeline-item {
            padding-left: 48px;
            margin-bottom: 60px;
        }

        .timeline-item:first-child {
            margin-bottom: 32px;
        }

        .timeline-item:last-child {
            margin-bottom: 0;
        }

        .timeline-line-container {
            left: 8px;
        }

        .timeline-dot {
            width: 16px;
            height: 16px;
            transform: translateX(-50%);
        }

        .timeline-period {
            font-size: 10px;
            margin-bottom: 25px;
        }

        .timeline-heading {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        .timeline-description {
            font-size: 16px;
            line-height: 24px;
        }

        /* Show images on mobile */
        .timeline-item-image {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            border-radius: 12px !important;
            margin-top: 24px;
            object-fit: contain;
			background: #2576AE;
			padding:20px;
        }
    }
    .timeline-media img{
        transition: opacity .4s ease, transform .6s cubic-bezier(.22,.61,.36,1);
        }