.elementor-11695 .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 */.t2-timeline {
    position: relative;
    padding-left: 40px;
}

.t2-timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #4f46e5 0%, #818cf8 100%);
}

.t2-item {
    position: relative;
    margin-bottom: 32px;
}

.t2-item::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    border: 3px solid #4f46e5;
    transition: all 0.3s ease;
}

.t2-item:hover::before {
    transform: scale(1.3);
    background: #4f46e5;
}

.t2-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.t2-item:hover .t2-card {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(79, 70, 229, 0.1);
}

.t2-label {
    font-size: 12px;
    color: #4f46e5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.t2-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-top: 8px;
}

.t2-desc {
    font-size: 15px;
    color: #6b7280;
    margin-top: 8px;
    line-height: 1.6;
}/* End custom CSS */