.elementor-11731 .elementor-element.elementor-element-69eb9f9{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11731 .elementor-element.elementor-element-69eb9f9:not(.elementor-motion-effects-element-type-background), .elementor-11731 .elementor-element.elementor-element-69eb9f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6FE;}/* Start custom CSS for html, class: .elementor-element-666d518 */.elementor-11731 .elementor-element.elementor-element-666d518 .text-4xl {
    font-size: 2.5rem;
    font-weight: 500;
}

.t13-roadmap {
    position: relative;
    padding: 40px 0;
}

.t13-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-50%);
    border-radius: 2px;
}

.t13-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.t13-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
}

.t13-item:nth-child(even) {
    flex-direction: column-reverse;
}

.t13-content {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.4s ease;
}

.t13-item:hover .t13-content {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(79, 70, 229, 0.15);
}

.t13-date {
    font-size: 11px;
    color: #4f46e5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.t13-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-top: 6px;
}

.t13-connector {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, #4f46e5 0%, transparent 100%);
}

.t13-item:nth-child(even) .t13-connector {
    background: linear-gradient(0deg, #4f46e5 0%, transparent 100%);
}

.t13-dot {
    width: 16px;
    height: 16px;
    background: #4f46e5;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

@media (max-width: 768px) {
    .t13-items {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .t13-item,
    .t13-item:nth-child(even) {
        flex-direction: row;
        width: 100%;
    }

    .t13-line {
        display: none;
    }

    .t13-connector {
        width: 40px;
        height: 2px;
        background: linear-gradient(90deg, #4f46e5 0%, transparent 100%) !important;
    }
}/* End custom CSS */