/*====================================================*
*WORK PROCESS SECTION*
*====================================================*/

.work-process-section {

    position: relative;

    width: 100%;

    padding: 80px 0 105px;

    background: #ffffff;

    color: #111111;

    overflow: hidden;

}


/*====================================================*
*WORK PROCESS HEADING*
*====================================================*/

.work-process-heading {

    width: 100%;

    text-align: center;

    margin-bottom: 68px;

}


/*====================================================*
*WORK PROCESS LABEL*
*====================================================*/

.work-process-label {

    display: block;

    margin-bottom: 13px;

    color: #f47700;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 400;

}


/*====================================================*
*WORK PROCESS TITLE*
*====================================================*/

.work-process-heading h2 {

    margin: 0;

    color: #2947b9;

    font-size: 48px;

    line-height: 1.35;

    font-weight: 700;

    letter-spacing: -1px;

}


/*====================================================*
*WORK PROCESS CONTAINER*
*====================================================*/

.work-process-container {

    position: relative;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    padding: 0 25px;

    display: grid;

    grid-template-columns:
        1fr 150px 1fr 150px 1fr 150px 1fr;

    align-items: start;

}


/*====================================================*
*PROCESS ITEM*
*====================================================*/

.process-item {

    position: relative;

    min-width: 0;

    text-align: center;

}


/*====================================================*
*PROCESS ICON AREA*
*====================================================*/

.process-icon-area {

    position: relative;

    width: 150px;

    height: 150px;

    margin: 0 auto 58px;

}


/*====================================================*
*PROCESS CIRCLE*
*====================================================*/

.process-circle {

    position: absolute;

    top: 0;

    left: 0;

    width: 150px;

    height: 150px;

    border: 1px dashed #c9c9c9;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #ffffff;

}


/*====================================================*
*PROCESS ICON IMAGE*
*====================================================*/

.process-circle img {

    width: 82px;

    height: 82px;

    object-fit: contain;

    display: block;

}


/*====================================================*
*PROCESS NUMBER*
*====================================================*/

.process-number {

    position: absolute;

    top: 0;

    left: 0;

    width: 46px;

    height: 46px;

    border: 1px dashed #c9c9c9;

    border-radius: 50%;

    background: #ffffff;

    color: #f47700;

    font-size: 17px;

    line-height: 44px;

    font-weight: 600;

    text-align: center;

    z-index: 5;

}


/*====================================================*
*PROCESS CONTENT*
*====================================================*/

.process-content {

    width: 100%;

    padding: 0 5px;

}


/*====================================================*
*PROCESS TITLE*
*====================================================*/

.process-content h3 {

    margin: 0 0 12px;

    color: #2947b9;

    font-size: 26px;

    line-height: 1.35;

    font-weight: 700;

    white-space: nowrap;

}


/*====================================================*
*PROCESS DESCRIPTION*
*====================================================*/

.process-content p {

    max-width: 315px;

    margin: 0 auto;

    color: #111111;

    font-size: 16px;

    line-height: 1.8;

    font-weight: 400;

}


/*====================================================*
*PROCESS CONNECTOR*
*====================================================*/

.process-connector {

    position: relative;

    height: 170px;

    margin-top: 45px;

}


/*====================================================*
*WAVY CONNECTOR*
*====================================================*/

.process-connector::before {

    content: "";

    position: absolute;

    top: 33px;

    left: 0;

    width: 100%;

    height: 45px;

    background-image: url("data:image/svg+xml,%3Csvg width='200' height='45' viewBox='0 0 160 45' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25 C20 5 35 5 55 25 C75 45 90 45 110 25 C130 5 145 5 160 20' fill='none' stroke='%23c9c9c9' stroke-width='1' stroke-dasharray='4 4'/%3E%3C/svg%3E");

    background-repeat: no-repeat;

    background-position: center;

    background-size: 100% 45px;

}


/*====================================================*
*1200px*
*====================================================*/

@media (max-width: 1200px) {

    .work-process-section {

        padding: 75px 0 95px;

    }


    .work-process-heading {

        margin-bottom: 60px;

    }


    .work-process-heading h2 {

        font-size: 46px;

    }


    .work-process-container {

        grid-template-columns:
            1fr 100px 1fr 100px 1fr 100px 1fr;

        padding: 0 20px;

    }


    .process-icon-area {

        width: 155px;

        height: 155px;

    }


    .process-circle {

        width: 155px;

        height: 155px;

    }


    .process-circle img {

        width: 75px;

        height: 75px;

    }


    .process-content h3 {

        font-size: 22px;

    }


    .process-content p {

        font-size: 14px;

    }

}


/*====================================================*
*992px TABLET*
*====================================================*/

@media (max-width: 992px) {

    .work-process-heading {

        margin-bottom: 55px;

    }


    .work-process-heading h2 {

        font-size: 40px;

    }


    .work-process-container {

        grid-template-columns: repeat(2, 1fr);

        row-gap: 65px;

        column-gap: 35px;

    }


    .process-connector {

        display: none;

    }


    .process-icon-area {

        margin-bottom: 35px;

    }


    .process-content h3 {

        font-size: 23px;

        white-space: normal;

    }


    .process-content p {

        max-width: 330px;

        font-size: 15px;

    }

}


/*====================================================*
*768px MOBILE*
*====================================================*/

@media (max-width: 768px) {

    .work-process-section {

        padding: 65px 0 80px;

    }


    .work-process-heading {

        padding: 0 20px;

        margin-bottom: 50px;

    }


    .work-process-label {

        font-size: 21px;

    }


    .work-process-heading h2 {

        font-size: 34px;

        line-height: 1.3;

    }


    .work-process-container {

        grid-template-columns: 1fr;

        row-gap: 55px;

        padding: 0 25px;

    }


    .process-icon-area {

        width: 150px;

        height: 150px;

        margin-bottom: 30px;

    }


    .process-circle {

        width: 150px;

        height: 150px;

    }


    .process-circle img {

        width: 70px;

        height: 70px;

    }


    .process-number {

        width: 43px;

        height: 43px;

        line-height: 41px;

        font-size: 16px;

    }


    .process-content h3 {

        font-size: 23px;

    }


    .process-content p {

        max-width: 430px;

        font-size: 15px;

        line-height: 1.7;

    }

}


/*====================================================*
*480px SMALL MOBILE*
*====================================================*/

@media (max-width: 480px) {

    .work-process-section {

        padding: 55px 0 70px;

    }


    .work-process-heading {

        margin-bottom: 40px;

    }


    .work-process-label {

        font-size: 20px;

    }


    .work-process-heading h2 {

        font-size: 29px;

    }


    .work-process-container {

        padding: 0 20px;

        row-gap: 50px;

    }


    .process-icon-area {

        width: 140px;

        height: 140px;

    }


    .process-circle {

        width: 140px;

        height: 140px;

    }


    .process-circle img {

        width: 65px;

        height: 65px;

    }


    .process-content h3 {

        font-size: 21px;

    }


    .process-content p {

        font-size: 14px;

    }

}