/* Start custom CSS for html, class: .elementor-element-609b312 *//* =========================================
   PROCESS DIAGRAM
========================================= */

.process-diagram {
    --green: #70b34f;
    --line: #cfcfcf;

    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================
   TOP GREEN BOX
========================================= */

.process-main {
    position: relative;
    z-index: 5;

    width: 170px;
    height: 170px;

    margin: 0 auto;

    background: var(--green);
    border-radius: 13px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}

.main-bulb {
    width: 105px;
    height: 105px;

    display: block;
}


/* =========================================
   CARDS
========================================= */

.process-cards {
    position: relative;
    z-index: 5;

    width: 100%;

    margin-top: 142px;

    display: grid;
    grid-template-columns: repeat(6, 1fr);

    box-sizing: border-box;
}

.process-card {
    width: 152px;
    height: 154px;

    margin: 0 auto;

    background: #ffffff;

    border-radius: 13px;

    color: #858585;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.process-card svg {
    width: 92px;
    height: 92px;

    display: block;

    overflow: visible;
}

.process-card:hover {
    transform: translateY(-3px);
}


/* =========================================
   CONNECTOR SVG
========================================= */

.process-lines {
    position: absolute;

    z-index: 2;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    overflow: visible;

    pointer-events: none;
}

.process-line-group path {
    fill: none;

    stroke: var(--line);

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-line-group .arrow-line {
    marker-end: url(#process-arrow);
}

#process-arrow path {
    fill: var(--line);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .process-main {
        width: 155px;
        height: 155px;
    }

    .main-bulb {
        width: 96px;
        height: 96px;
    }

    .process-cards {
        margin-top: 125px;
    }

    .process-card {
        width: 135px;
        height: 137px;
    }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 800px) {

    .process-diagram {
        padding: 0 20px;
    }

    .process-main {
        width: 140px;
        height: 140px;
    }

    .main-bulb {
        width: 88px;
        height: 88px;
    }

    .process-cards {
        grid-template-columns: repeat(3, 1fr);

        row-gap: 70px;

        margin-top: 115px;
    }

    .process-card {
        width: 135px;
        height: 137px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 560px) {

    .process-diagram {
        padding: 0 12px 20px;
    }

    .process-main {
        width: 125px;
        height: 125px;

        border-radius: 12px;
    }

    .main-bulb {
        width: 78px;
        height: 78px;
    }

    .process-cards {
        grid-template-columns: repeat(2, 1fr);

        row-gap: 45px;

        margin-top: 100px;
    }

    .process-card {
        width: min(140px, 100%);
        height: 140px;

        border-radius: 12px;
    }

    .process-card svg {
        width: 82px;
        height: 82px;
    }

}


/* =========================================
   SMALL PHONES
========================================= */

@media (max-width: 380px) {

    .process-main {
        width: 115px;
        height: 115px;
    }

    .main-bulb {
        width: 72px;
        height: 72px;
    }

    .process-cards {
        row-gap: 35px;
        margin-top: 90px;
    }

    .process-card {
        width: 125px;
        height: 125px;
    }

    .process-card svg {
        width: 75px;
        height: 75px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fecb050 */.process-line-group path {
    fill: none;
    stroke: #cfcfcf;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-line-group .arrow-line {
    marker-end: url(#process-arrow);
}/* End custom CSS */