.elementor-11683 .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 */.t1-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
        }

        .t1-container::before {
            content: '';
            position: absolute;
            top: 24px;
            left: 60px;
            right: 60px;
            height: 1px;
            background: linear-gradient(90deg, #e5e7eb 0%, #4f46e5 50%, #e5e7eb 100%);
        }

        .t1-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 1;
            flex: 1;
        }

        .t1-number {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: white;
            border: 2px solid #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
            color: #6b7280;
            transition: all 0.3s ease;
        }

        .t1-step:hover .t1-number {
            border-color: #4f46e5;
            color: #4f46e5;
            transform: scale(1.1);
        }

        .t1-title {
            margin-top: 16px;
            font-size: 16px;
            font-weight: 500;
            color: #111827;
        }

        .t1-desc {
            margin-top: 8px;
            font-size: 14px;
            color: #6b7280;
            text-align: center;
            max-width: 160px;
            line-height: 1.5;
        }/* End custom CSS */