/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.3.0
*/
.process-steps-row .col {
    position: relative;
}

.process-steps-row .col:last-child .process-item.process-item-line::after, .process-steps-row .col:last-child .process-item.process-item-arrow::after {
    display: none;
}

.process-item {
    position: relative;
    display: flex;
}

.process-item.process-item-line::after {
    content: "";
    position: absolute;
    left: 2.25rem;
    top: 0;
    width: 1px;
    height: calc(100% + var(--bs-gutter-x) + var(--bs-gutter-x)/2);
    background-color: var(--border-color);
}

.process-item.process-item-arrow::after {
    content: "\e5cc";
    font-family: 'Material Icons';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1.5rem;
    bottom: calc(0px - (var(--bs-gutter-x) + var(--bs-gutter-x)/2)/2);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: var(--accent-color);
    transform: rotate(90deg);
}

.process-item.process-item-arrow .process-item-counter {
    background: transparent;
    border: 0.25rem solid var(--accent-color);
    color: var(--accent-color);
}

.process-item.process-item-minimal {
    align-items: center;
}

.process-item.process-item-minimal::after {
    display: none;
    left: 0.5rem;
}

.process-item.process-item-minimal .process-item-counter {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    border-width: 0.125rem;
}

.process-item-row {
    display: flex;
    align-items: center;
}

.process-item-counter {
    position: relative;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 4.5rem;
    height: 4.5rem;
    min-width: 4.5rem;
    margin-right: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    color: var(--background-color);
    z-index: 1;
}

.process-item-details {
    position: relative;
    padding-top: 0.125rem;
    z-index: 1;
}

.process-item-heading {
    margin: 0;
}

.process-item-desc {
    color: var(--text-secondary);
    margin: 0.75rem 0 0 0;
}

@media (min-width: 576px) {
    .process-steps-row .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row .col:nth-child(even) .process-item.process-item-arrow::after {
        display: none;
    }

    .process-item {
        position: static;
        display: block;
        text-align: center;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .process-item.process-item-line::after {
        left: 50%;
        top: 2.25rem;
        width: 100%;
        height: 1px;
        background-color: transparent;
        border-bottom: 1px dashed var(--border-color);
    }

    .process-item.process-item-arrow::after {
        left: calc(100% - 0.75rem);
        top: 1.5rem;
        bottom: initial;
        transform: none;
    }

    .process-item.process-item-minimal {
        position: relative;
        display: flex;
        text-align: left;
        max-width: 100%;
    }

    .process-item.process-item-minimal::after {
        position: relative;
        display: flex;
        top: initial;
        left: calc(var(--bs-gutter-x)/2);
        height: 2.5rem;
        width: auto;
        flex: 1 0 0%;
    }

    .process-item.process-item-minimal .process-item-counter {
        margin: 0 1.25rem 0 0;
    }

    .process-item.process-item-minimal .process-item-heading {
        display: inline-flex;
    }

    .process-item-counter {
        margin: 0 auto 1.25rem;
    }

    .process-item-details {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .process-item.process-item-line::after {
        top: 2.75rem;
    }

    .process-item.process-item-arrow::after {
        top: 2rem;
    }

    .process-item.process-item-minimal::after {
        top: initial;
    }

    .process-item-counter {
        font-size: 1.75rem;
        width: 5.5rem;
        height: 5.5rem;
        min-width: 5.5rem;
        margin-bottom: 1.5rem;
    }

    .process-item-desc {
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .process-steps-row.row-cols-lg-3 .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row.row-cols-lg-3 .col:nth-child(even) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-lg-3 .col:nth-child(3n) .process-item.process-item-line::after, .process-steps-row.row-cols-lg-3 .col:nth-child(3n) .process-item.process-item-arrow::after, .process-steps-row.row-cols-lg-3 .col:last-child .process-item.process-item-line::after, .process-steps-row.row-cols-lg-3 .col:last-child .process-item.process-item-arrow::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .process-steps-row.row-cols-xl-4 .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-4 .col:nth-child(even) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-xl-4 .col:nth-child(4n) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-4 .col:nth-child(4n) .process-item.process-item-arrow::after {
        display: none;
    }

    .process-steps-row.row-cols-xl-5 .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:nth-child(even) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-xl-5 .col:nth-child(3n) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:nth-child(3n) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-xl-5 .col:nth-child(5n) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:nth-child(5n) .process-item.process-item-arrow::after, .process-steps-row.row-cols-xl-5 .col:last-child .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:last-child .process-item.process-item-arrow::after {
        display: none;
    }
}
