.elementor-11717 .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-11717 .elementor-element.elementor-element-666d518 .text-4xl {
    font-size: 3.25rem;
    font-weight: 500;
}

.t4-timeline {
    position: relative;
}

.t4-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #4f46e5, #8b5cf6, #4f46e5);
    transform: translateX(-50%);
}

.t4-item {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    position: relative;
}

.t4-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.t4-content {
    width: 45%;
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.t4-item:hover .t4-content {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.02);
    border-color: rgba(79, 70, 229, 0.3);
}

.t4-dot {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #4f46e5;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 4px solid #1e293b;
    transition: all 0.3s ease;
}

.t4-item:hover .t4-dot {
    transform: translateX(-50%) scale(1.3);
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.5);
}

.t4-num {
    font-size: 48px;
    font-weight: 700;
    color: rgba(79, 70, 229, 0.3);
    line-height: 1;
}

.t4-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-top: 8px;
}

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

@media (max-width: 768px) {
    .t4-timeline::before {
        left: 20px;
    }

    .t4-item,
    .t4-item:nth-child(odd) {
        flex-direction: row;
    }

    .t4-content {
        width: calc(100% - 60px);
        margin-left: 40px;
    }

    .t4-dot {
        left: 20px;
    }
}/* End custom CSS */