.the-path-thre-cards-otr {
    background: #111827;
    padding: 80px 0;
}

.the-path-thre-cards-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.the-path-thre-cards-inr {
    flex: 0 31%;
    text-align: center;
}

.timeline-title {
    font-size: 20px;
    line-height: 1.4;
    color: #ffff;
}

.the-path-thre-cards-smal-card-hdg>p {
    color: #ff3600;
    text-transform: uppercase;
}

.the-path-thre-cards-card-cont>p {
    color: #9ca3af;
}
.timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

/* Grey base line */
.timeline-line {
    position: absolute;
    top: 40px;

    height: 2px;
    background: #2d3748;
  width: 100%;
    left: 0;
}
/* Red progress line */
.timeline-progress {
    position: absolute;
    top: 40px;
    left: 0;
    width: 72.33%;
    height: 2px;
    background: #ff3600;
    z-index: 2;
}

/* Each column */
.timeline-item {
    width: 31.33%;
    text-align: center;
    position: relative;
}

/* Content */
.timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Circle */
.timeline-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1f2937;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
    border: 3px solid #2d3748;
}

/* Active circles */
.timeline-item.active .timeline-circle {
    background: #ff3600;
    color: #fff;
    box-shadow: 0 0 20px rgba(255,54,0,0.5);
    border-color: #ff3600;
  border: 2px solid #111827;
}

/* Step text */
.timeline-step {
    color: #ff3600;
/*     font-size: 12px; */
    text-transform: uppercase;
    margin-top: 20px;
}

/* Inactive step */
.timeline-item:last-child .timeline-step {
    //color: #6b7280;
}

/* Title */
.timeline-title {
    color: #fff;
    margin: 10px 0;
}

/* Description */
.timeline-desc p {
    color: #9ca3af;
}
.timeline-line {
    z-index: 1;
}
.timeline-progress {
    z-index: 1;
}
.timeline-circle {
    position: relative;
    z-index: 3;
}
@media (max-width: 1024px) {

    .timeline-wrapper {
        margin-top: 60px;
    }

    .timeline-circle {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }

    .timeline-line,
    .timeline-progress {
        top: 35px;
    }

    .timeline-title {
        font-size: 18px;
    }

    .timeline-step {
        font-size: 11px;
    }

    .timeline-desc p {
        font-size: 14px;
    }

    .timeline-item {
        width: 32%;
    }
}
@media (max-width: 767px) {

    .timeline-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
        position: relative;
    }

    /* Vertical line on left */
    .timeline-line {
        width: 2px;
        height: 100%;
        left: 30px;
        top: 0;
    }

    .timeline-progress {
        width: 2px;
        height: 60%;
        left: 30px;
        top: 0;
    }

    .timeline-item {
        width: 100%;
        position: relative;
/*         padding-left: 80px; /* space for circle */ */
        text-align: left;
    }

    /* Circle positioned on the line */
    .timeline-circle {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
    }

    /* Content stacked properly */
    .timeline-content {
        align-items: flex-start;
    }

    .timeline-step,
    .timeline-title,
    .timeline-desc p {
        text-align: left;
    }

    .timeline-step {
        margin-top: 5px;
    }
  .the-path-thre-cards-otr {
    padding: 50px 0;
}
}
