/* capability section starts */
.capabilities-section.pt-0{

}
/* capability section starts */

/* your partner tabs */
.your-partner-tabs{
    margin: 40px 0;
    justify-content: center;
    border: 0;
    column-gap: 20px;
    row-gap: 10px;
}

.your-partner-tabs .nav-link{
    border: 1px solid #DBDBDB;
    background-color: #fff;
    color: #313131;
    border-radius: 12px;
    font-size: 30px;
    line-height: 40px;
    padding: 24px;
}

.your-partner-tabs .nav-link.active{
    background: linear-gradient(90deg, #333B80 0%, #9A48B1 100%);
    border: 1px solid #DBDBDB;
    color: #fff;
}

.your-partner-tabs-content .tab-pane{
    color: #666666;
    text-align: center;
}
/* */

/* software process */
.software-development-process{
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    column-gap: 50px;
}

.software-process-image{
    max-width: 395px;
}

.software-process-stepper{
    display: flex;
    flex-direction: column;
}

.software-process{
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
}

.software-process:not(:last-child){
    padding-bottom: 50px;
    position: relative;
}

.software-process:not(:last-child):before{
    content: '';
    position: absolute;
    left: 19px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgba(237, 238, 254, 1);
}

.software-process-number{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(77, 82, 242, 1);
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.software-process-details{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: calc(100% - 65px);
}

.software-process-title{
    font-size: 22px;
    line-height: 32px;
    color: rgba(69, 69, 69, 1);
    font-weight: 500;
    margin: 0;
}
/* */

@media (max-width: 1600px){

    .your-partner-tabs .nav-link {
        font-size: 26px;
        line-height: 36px;
        padding: 18px;
    }
}

@media (max-width: 1399px){
    .your-partner-tabs .nav-link {
        font-size: 22px;
        line-height: 32px;
        padding: 14px;
    }

    .software-process:not(:last-child) {
        padding-bottom: 40px;
        position: relative;
    }
}

@media (max-width: 1199px){
    .your-partner-tabs .nav-link {
        font-size: 20px;
        line-height: 30px;
    }

    .software-process-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px){
    .your-partner-tabs{
        margin: 30px 0;
    }

    .software-development-process{
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
    }
}

@media (max-width: 767px){
    .your-partner-tabs .nav-link {
        font-size: 18px;
        line-height: 28px;
        padding: 10px;
    }

    .software-process-number {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .software-process-details {
        width: calc(100% - 45px);
    }

    .software-process:not(:last-child):before{
        left: 13px;
    }

    .software-process{
        column-gap: 15px;
    }

    .software-process-title {
        font-size: 18px;
        line-height: 28px;
    }

    .software-process:not(:last-child) {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px){

    .your-partner-tabs{
        column-gap: 10px;
    }

    .your-partner-tabs .nav-link {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 479px){
    .software-process-title {
        font-size: 16px;
        line-height: 26px;
    }

    .software-process-details p{
        font-size: 14px;
        line-height: 22px;
    }

    .software-process-number {
        width: 26px;
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }

    .software-process:not(:last-child):before {
        left: 11px;
    }

    .software-process {
        column-gap: 10px;
    }

    .software-process-details {
        width: calc(100% - 35px);
    }
}