.sifency-timeline-wrapper {
    position: relative;
    width: 100%;
    --tl-bg: #ffffff;
    --tl-border: #e5e7eb;
    --tl-text: #111827;
    --tl-muted: #6b7280
}

.sifency-tl-item {
    transition: transform .35s, box-shadow .35s
}

.sifency-tl-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--tl-text)
}

.sifency-tl-desc {
    font-size: 14px;
    color: var(--tl-muted);
    line-height: 1.7
}

.sifency-tl-navigation {
    display: flex;
    align-items: center;
    gap: 14px
}

.sifency-tl-line-bg {
    flex: 1;
    height: 6px;
    border-radius: 20px;
    background: linear-gradient(90deg, #eef2ff, #e5e7eb);
    overflow: hidden
}

.sifency-tl-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #6366f1, #22d3ee);
    transition: width .4s
}

.sifency-tl-arrow:hover,
.sifency-tl-dot {
    background: var(--e-global-color-primary)
}

.sifency-tl-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--tl-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.sifency-tl-arrow:hover {
    color: #fff;
    box-shadow: 0 10px 25px rgba(99, 102, 241, .35)
}

.sifency-tl-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 18px
}

.sifency-tl-dot-marker {
    text-align: center;
    position: relative
}

.sifency-tl-dot-marker:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    width: 2px;
    height: 18px;
    background: var(--tl-border);
    transform: translateX(-50%)
}

.sifency-tl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(99, 102, 241, .15);
    margin: 0 auto
}

.sifency-tl-date {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tl-muted)
}

.sifency-tl-layout-horizontal-slider .sifency-tl-content {
    border-left: 3px solid var(--e-global-color-primary);
    padding-left: 18px
}

.sifency-tl-layout-horizontal-cards .sifency-tl-content {
    padding: 22px;
    border-radius: 18px;
    border: 1px solid var(--tl-border);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06)
}

.sifency-tl-layout-horizontal-cards .sifency-tl-item:hover {
    transform: translateY(-8px)
}

.sifency-tl-layout-step-process .sifency-tl-dot {
    display: none
}

.sifency-tl-step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #22d3ee);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 12px 30px rgba(99, 102, 241, .35)
}

.sifency-tl-layout-image-focus .sifency-tl-img img {
    object-fit: cover
}

.sifency-tl-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.sifency-tl-layout-image-focus .sifency-tl-content {
    text-align: center
}

.sifency-tl-static-container {
    margin: auto
}

.sifency-tl-layout-vertical-center .sifency-tl-center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #000
}

.sifency-tl-layout-vertical-center .sifency-tl-item {
    display: flex;
    margin-bottom: 80px;
    align-items: center;
    justify-content: center
}

.sifency-tl-layout-vertical-center .sifency-tl-marker-col {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.sifency-tl-layout-vertical-center .sifency-tl-content-col {
    width: 46%
}

.sifency-tl-layout-vertical-center .sifency-tl-item:nth-child(odd) .sifency-tl-content-col {
    margin-right: auto;
    text-align: right;
    padding-right: 70px
}

.sifency-tl-layout-vertical-center .sifency-tl-item:nth-child(2n) .sifency-tl-content-col {
    margin-left: auto;
    padding-left: 70px
}

.sifency-tl-layout-vertical-right .sifency-tl-center-line {
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--tl-border)
}

.sifency-tl-layout-vertical-right .sifency-tl-item {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-left: 80px;
    margin-bottom: 50px
}

.sifency-tl-layout-vertical-right .sifency-tl-marker-col .sifency-tl-date {
    margin-left: 15px;
    margin-top: 0
}

.sifency-tl-layout-vertical-right .sifency-tl-marker-col {
    position: absolute;
    left: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse
}

.sifency-tl-layout-vertical-cards .sifency-tl-content {
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    border: 1px solid var(--tl-border)
}

.sifency-tl-layout-minimal-list .sifency-tl-item {
    padding-left: 40px;
    border-left: 3px solid var(--tl-border);
    margin-bottom: 32px
}

.sifency-tl-layout-minimal-list .sifency-tl-dot {
    background: var(--e-global-color-primary)
}

.sifency-tl-layout-hover-expand .sifency-tl-content {
    max-height: 90px;
    overflow: hidden;
    border-radius: 14px;
    background: #f8fafc;
    transition: .5s;
    padding: 22px
}

.sifency-tl-layout-hover-expand .sifency-tl-content:hover {
    max-height: 600px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12)
}

.sifency-tl-layout-dark-neon {
    --tl-bg: #111827;
    --tl-text: #e5e7eb;
    --tl-muted: #9ca3af
}

.sifency-tl-layout-dark-neon .sifency-tl-static-container {
    background: linear-gradient(145deg, #020617, #111827);
    border-radius: 24px;
    padding: 50px
}

.sifency-tl-layout-dark-neon .sifency-tl-content {
    background: #020617;
    border: 1px solid #1f2933;
    box-shadow: 0 0 25px rgba(34, 211, 238, .15)
}

.sifency-tl-layout-dark-neon .sifency-tl-dot {
    background: #22d3ee;
    box-shadow: 0 0 12px #22d3ee
}

@media(max-width:768px) {
    .sifency-tl-layout-vertical-center .sifency-tl-center-line {
        left: 24px
    }

    .sifency-tl-layout-vertical-center .sifency-tl-item {
        padding-left: 60px
    }

    .sifency-tl-layout-vertical-center .sifency-tl-marker-col {
        left: 24px;
        transform: none
    }

    .sifency-tl-layout-vertical-center .sifency-tl-content-col {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important
    }
}