.elementor-11724 .elementor-element.elementor-element-69eb9f9{--display:flex;--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;}/* Start custom CSS for html, class: .elementor-element-666d518 */.elementor-11724 .elementor-element.elementor-element-666d518 .text-4xl {
    font-size: 2.25rem;
    font-weight: 500;
}

.t9-timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.t9-card {
    display: flex;
    align-items: stretch;
    gap: 32px;
}

.t9-card:nth-child(even) {
    flex-direction: row-reverse;
}

.t9-time {
    flex-shrink: 0;
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.t9-card:nth-child(even) .t9-time {
    text-align: left;
}

.t9-phase {
    font-size: 12px;
    color: #818cf8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.t9-duration {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
}

.t9-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.4s ease;
}

.t9-card:hover .t9-content {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(129, 140, 248, 0.2);
    transform: translateY(-4px);
}

.t9-title {
    font-size: 22px;
    font-weight: 600;
    color: white;
}

.t9-desc {
    font-size: 15px;
    color: #94a3b8;
    margin-top: 12px;
    line-height: 1.7;
}

.t9-tags {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.t9-tag {
    padding: 6px 12px;
    background: rgba(79, 70, 229, 0.15);
    border-radius: 20px;
    font-size: 12px;
    color: #a5b4fc;
}

@media (max-width: 768px) {

    .t9-card,
    .t9-card:nth-child(even) {
        flex-direction: column;
    }

    .t9-time {
        width: 100%;
        text-align: left !important;
    }
}/* End custom CSS */