.timeline-container-1d2df35a {
    position: relative;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background-color: transparent;
}

.timeline-line-1d2df35a {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: linear-gradient(to bottom, transparent, #c05621 15%, #c05621 85%, transparent);
    z-index: 1;
}

.timeline-item-1d2df35a {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
    z-index: 2;
}

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

.timeline-left-1d2df35a {
    left: 0;
    padding-right: 60px;
}

.timeline-right-1d2df35a {
    left: 50%;
    padding-left: 60px;
}

.timeline-node-1d2df35a {
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c05621;
    box-shadow: 0 0 0 4px rgba(192, 86, 33, 0.2);
    z-index: 3;
}

.timeline-left-1d2df35a .timeline-node-1d2df35a {
    right: -10px;
}

.timeline-right-1d2df35a .timeline-node-1d2df35a {
    left: -10px;
}

.timeline-card-1d2df35a {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.timeline-title-1d2df35a {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #2d3748;
}

.timeline-subtitle-1d2df35a {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: #718096;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.timeline-desc-1d2df35a {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 24px;
}

/* Force everything inline inside the description wrapper */
.timeline-desc-1d2df35a p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Inline Read More CSS Setup */
.timeline-desc-visible-1d2df35a {
    display: inline;
}

.timeline-desc-visible-1d2df35a p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.timeline-desc-expanded-1d2df35a {
    display: inline;
    margin-left: 0px !important;
    padding-left: 0 !important;
    transition: opacity 0.3s ease;
}

.timeline-desc-expanded-1d2df35a p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.timeline-toggle-trigger-1d2df35a {
    display: inline-block;
    color: #c05621;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s ease;
}

.timeline-toggle-trigger-1d2df35a:hover {
    color: #7b341e;
}

/* Slider Style overrides */
.timeline-gallery-wrapper-1d2df35a {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
}

.timeline-gallery-wrapper-1d2df35a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-gallery-wrapper-1d2df35a .swiper-button-next,
.timeline-gallery-wrapper-1d2df35a .swiper-button-prev {
    color: #ffffff;
    width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 0;
}
.timeline-gallery-wrapper-1d2df35a .swiper-button-next::after,
.timeline-gallery-wrapper-1d2df35a .swiper-button-prev::after {
    font-size: 16px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.timeline-gallery-wrapper-1d2df35a .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.timeline-gallery-wrapper-1d2df35a .swiper-pagination-bullet-active {
    background: #c05621;
}

@media (max-width: 767px) {
    .timeline-line-1d2df35a {
        left: 20px;
    }
    .timeline-item-1d2df35a {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 45px !important;
        padding-right: 0 !important;
        left: 0 !important;
    }
    .timeline-node-1d2df35a {
        left: 10px !important;
    }
    .timeline-title-1d2df35a {
        font-size: 1.8rem;
    }
}
