.process-card {
    &-area {
        position: relative;

        .process-line {
            position: absolute;
            left: 0;
            bottom: 20px;
            width: 100%;
            text-align: center;
        }

        .position-top {
            top: 42px;
            bottom: unset;
        }
    }

    &-wrap {
        padding: 30px 0 0 30px;

        &:has(.pulse) {
            padding: 0 12px;

            &:nth-child(even) {
                padding-top: 60px;
            }
        }
    }

    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: $white-color;
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;

    &:has(.pulse) {
        margin-top: 52px;
    }

    .box-title {
        font-weight: 600;
        margin-bottom: 14px;
    }

    &_number,
    .pulse {
        height: 60px;
        width: 60px;
        line-height: 60px;
        background-color: $theme-color;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        top: -30px;
        left: -30px;
        z-index: 2;
        font-size: 36px;
        font-weight: 700;
        color: $white-color;

        &:after,
        &:before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: $theme-color;
            @extend .ripple-animation;
            z-index: -1;
            border-radius: 50%;
            transition: all ease 0.4s;
        }

        &:after {
            animation-delay: 2s;
        }
    }

    .pulse {
        width: 16px;
        height: 16px;
        position: absolute;
        top: -52px;
        left: calc(50% - 8px);

        &:before,
        &:after {
            animation-name: ripple2;
        }
    }

    &_icon {
        margin-bottom: 24px;
    }

    &_text {
        margin-bottom: -0.53em;
        font-size: 14px;
    }
}

@include lg {
    .process-card {
        &-area {
            .process-line {
                display: none;
            }
        }

        &-wrap {
            &:has(.pulse) {
                &:nth-child(even) {
                    padding-top: 30px;
                }
            }
        }

        &:has(.pulse) {
            margin-top: 8px;
        }

        .pulse {
            top: -8px;
        }
    }
}

@include xs {
    .process-card {
        &-wrap {
            &:has(.pulse) {
                &:nth-child(even) {
                    padding-top: 0;
                }
            }
        }
    }
}

/*process area 3*********************/
.process-area-3 {
    .sec-text {
        max-width: 430px;

        @include lg {
            margin-left: auto;
            margin-right: auto;
        }
    }
}

.process-card-area3 {
    position: relative;

    .process-line {
        margin: -268px -25px 0;
        position: absolute;
        z-index: -1;

        @include ml {
            max-width: 1100px;
        }

        @include xl {
            max-width: 900px;
            margin: -208px -25px 0;
        }

        @include lg {
            display: none;
        }
    }

    .process-card-wrap {
        padding-top: 0;
        padding-left: 80px;
        position: relative;
        z-index: 2;

        @include xl {
            padding-left: 20px;
        }

        @include xs {
            padding-left: 15px;
            padding-right: 15px;
        }

        &:first-child {
            padding-top: 40px;

            @include ml {
                padding-top: 30px;
            }

            @include xl {
                padding-top: 0px;
            }
        }

        &:nth-child(2) {
            margin-top: -40px;

            @include lg {
                margin-top: 40px;
            }
        }

        &:nth-child(3) {
            margin-top: -280px;

            @include xl {
                margin-top: -240px;
            }

            @include lg {
                margin-top: 40px;
            }
        }
    }
}

.process-card.style3 {
    text-align: start;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 326px;
    background: transparent;
    margin-bottom: -0.3em;

    .process-card_icon {
        height: 64px;
        width: 64px;
        line-height: 64px;
        text-align: center;
        border-radius: 20px;
        background: $white-color;
        margin-bottom: 30px;

        img {
            transition: 0.4s;
        }
    }

    .process-card_number {
        background: transparent;
        width: auto;
        height: auto;
        left: auto;
        right: 0;
        color: $title-color;
        opacity: 0.06;
        font-size: 230px;
        font-weight: 800;
        line-height: 1;
        top: -50px;

        &:after,
        &:before {
            display: none;
        }
    }

    .process-card_text {
        font-size: 16px;
        margin-bottom: 13px;
    }

    &:hover {
        .process-card_icon {
            img {
                transform: rotateY(180deg);
            }
        }
    }
}

/*process-item start ----------------------------------*/
.process-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 60px;
    z-index: 2;

    &.wp-process {
        .process-item_content {
            max-width: 370px;
        }
    }

    @include xl {
        gap: 20px;
    }

    &:not(:last-child) {
        margin-bottom: 55px;
    }

    &_number {
        position: relative;
        color: $white-color;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        padding: 5px 15px;
        background: linear-gradient(180deg, $theme-color 0%, $theme-color2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        z-index: 2;

        &:after {
            content: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='39' rx='12.5' stroke='url(%23paint0_linear_418_444)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_418_444' x1='18' y1='0' x2='18' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
            position: absolute;
            inset: 0px;
            z-index: -1;
        }

        &:before {
            content: url("data:image/svg+xml,%3Csvg width='1' height='100' viewBox='0 0 1 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='2.18557e-08' x2='0.499996' y2='100' stroke='url(%23paint0_linear_418_455)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_418_455' x1='0' y1='0' x2='3.57637e-06' y2='100' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80' stop-opacity='0'/%3E%3Cstop offset='0.475' stop-color='%231BD067'/%3E%3Cstop offset='1' stop-color='%237BD706' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
            position: absolute;
            width: 2px;
            height: 100px;
            top: 45%;
            left: 50%;
            transform: translate(-50%, 50%);

            &:last-child {
                display: none;
            }
        }
    }

    .box-title {
        font-size: 22px;
        color: $white-color;
        font-weight: 500;

    }

    &_content {
        max-width: 232px;
    }

    &_text {
        color: #8D929C;

        &:last-child {
            margin-bottom: -0.3rem;
        }
    }

    &:last-child {
        .process-item {
            &_number {
                &:before {
                    display: none;
                }
            }
        }
    }
}

.process-image {
    border-radius: 20px;

    img {
        border-radius: 20px;
    }
}

.checklist-wrapper {
    position: relative;
    min-width: 645px;
    min-height: 300px;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 25px;

    @include lg {
        margin: 0;
    }


    @include sm {
        background: none;
        min-width: 100%;
        min-height: 100%;
    }

    @media(max-width: 352px) {
        background-image: none !important;
    }
}

.checklist {
    &.style5 {
        ul {


            li {
                position: relative;
                font-family: $title-font;
                font-weight: 500;
                font-size: 20px;
                line-height: 20px;
                color: $white-color;
                padding: 31px 35px 34px 75px;
                margin-bottom: 0px;

                @include md {
                    padding: 33px 29px 40px 75px;
                }

                @include sm {
                    padding: 30px 29px 35px 75px;
                }

                @media(max-width: 352px) {
                    padding: 15px 20px 15px 40px;
                    font-size: 18px;


                }

                &:before {
                    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_417_424)'%3E%3Cpath d='M6.75 9.00002L10.044 13.611C10.1796 13.8009 10.3569 13.9571 10.5623 14.0677C10.7677 14.1783 10.9958 14.2403 11.2289 14.249C11.462 14.2577 11.694 14.2128 11.9071 14.1178C12.1202 14.0228 12.3086 13.8802 12.458 13.701L23.25 0.749023' stroke='url(%23paint0_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 10.5V20.25C21.75 21.0456 21.4339 21.8087 20.8713 22.3713C20.3087 22.9339 19.5456 23.25 18.75 23.25H3.75C2.95435 23.25 2.19129 22.9339 1.62868 22.3713C1.06607 21.8087 0.75 21.0456 0.75 20.25V5.25C0.75 4.45435 1.06607 3.69129 1.62868 3.12868C2.19129 2.56607 2.95435 2.25 3.75 2.25H16.5' stroke='url(%23paint1_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_417_424' x1='15' y1='0.749023' x2='15' y2='14.2501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_417_424' x1='11.25' y1='2.25' x2='11.25' y2='23.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_417_424'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
                    position: absolute;
                    top: 30px;
                    left: 30px;

                    @media(max-width: 352px) {
                        top: 10px;
                        left: 0;
                    }
                }

                &:not(:last-child) {
                    margin-bottom: 22px;

                    @media(max-width: 352px) {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}

/*process-item end ----------------------------------*/

/*process start ----------------------------------*/
.process-tabs-wrapper {
    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    filter: drop-shadow(0px 16px 48px rgba(18, 20, 26, 0.06));
    z-index: 3;
    overflow: hidden;

    @media(max-width: 990px) {
        display: block;
    }

    &:before {
        content: "";
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: cover;
        background-size: cover;
        background-position: center center;
        mask-image: url(../img/shape/process-shape.png);
        background-color: $white-color;
        z-index: -1;
        overflow: hidden;

        @include xl {}
    }

    @include lg {
        gap: 30px;
    }

    @include md {}

    .process-image {
        min-width: 344px;
        border-radius: 30px;

        @include lg {
            min-width: 230px;
        }

        @include sm {
            min-width: 100%;
            margin-top: 40px;
        }
    }

    .box-text {
        font-size: 14px;
        margin-bottom: 0;
    }

    .checklist li {
        font-size: 14px;

        &:not(:last-child) {
            margin-bottom: 5px;
        }
    }

    .th-btn {
        margin-top: 30px;
    }
}

.process-tabs-tabs {
    &.nav-tabs {
        border-bottom: none;
        padding: 60px 40px 60px 60px;
        display: block;

        @include xl {
            padding: 40px 40px 40px 40px;
        }

        @include md {
            padding: 40px 20px 40px 40px;
            margin-bottom: 0;
        }

        @include vxs {
            max-width: 100%;
            padding: 60px 20px 20px 20px;
        }

        .nav-link:focus,
        .nav-link:hover {
            color: $title-color;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-item.show .nav-link,
        .nav-link.active {
            color: $white-color;
            background-color: transparent;
            border-color: transparent;

            .step {
                color: $white-color;
                background-color: $theme-color;
            }

            .title {
                color: $white-color;
                background-color: $theme-color;
            }
        }
    }

    .nav-link {
        position: relative;
        display: flex;
        gap: 10px;
        background-color: transparent;
        box-shadow: none;
        padding: 0;

        &:not(:last-child) {
            margin-bottom: 18px;
        }

        @media(max-width: 520px) {
            display: block;
            width: 100%;
        }

        .step {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: $title-color;
            background-color: $white-color;
            border: 1px solid #E3E7F0;
            border-radius: 100px;
            display: block;
            padding: 19.5px 28px;
            min-width: 124px;
            transition: all 0.4s ease-in-out;

            @include lg {
                font-size: 14px;
                padding: 16px 20px;
            }

            @media(max-width: 520px) {
                margin-bottom: 20px;
            }

            @include vxs {
                min-width: 100%;
                padding: 14px 30px;
            }


        }

        .title {
            font-weight: 600;
            font-size: 20px;
            line-height: 30px;
            color: $title-color;
            background-color: $white-color;
            border: 1px solid #E3E7F0;
            border-radius: 100px;
            display: block;
            padding: 14px 28px;
            min-width: 300px;
            transition: all 0.4s ease-in-out;

            @include xl {
                min-width: 200px;
            }

            @include lg {
                font-size: 16px;
                padding: 14px 20px;
                min-width: 150px;
            }

            @media(max-width: 990px) {
                min-width: 300px;
            }

            @include vxs {
                min-width: 100%;
                padding: 14px 30px;
            }

        }
    }

    @include md {
        margin-bottom: 30px;
    }
}

.process-wrapper {
    position: relative;
    display: flex;
    gap: 30px;
    border-left: 1px solid #E3E7F0;
    padding: 60px 60px 60px 40px;
    z-index: 2;

    @include xl {
        padding: 40px 40px 40px 40px;
    }

    @include lg {
        padding: 60px 40px 40px 0;
        margin: 0;
        border: none;
    }

    @include md {
        padding: 40px 40px 40px 0;
    }

    @media(max-width: 990px) {
        padding: 0px 40px 40px 60px;
    }

    @include sm {
        display: block;
        padding: 0 40px 40px 40px;
    }

    &:before {
        content: "";
        position: absolute;
        top: 60px;
        left: -2px;
        width: 9px;
        height: 35px;
        background-color: $white-color;
        z-index: 1;

    }
}

.process-area5 {
    position: relative;
    padding: 400px 0 240px 0;
    clip-path: path("M0 0L270 128.559H1920V1192L1650 1068.58H0V0Z");

    @media(min-width: 1930px) {
        clip-path: path("M0 0L468.703 128.559H3333V1192L2864.3 1068.58H0V0Z");
    }

    // @include xl {
    //     padding: 200px 0 120px 0;
    //     clip-path: none;
    // }
    @media(max-width: 990px) {
        clip-path: none;
        padding: 515px 0 80px 0;
        margin-bottom: 80px;
    }

    @include lg {
        .container {
            max-width: 100%;
        }
    }
}

/*process end ----------------------------------*/

/* process area start ----------------------*/
.process-area4 {
    max-width: 1760px;
    display: block;
    margin: auto;
}

.process-card2 {
    &-wrap {
        position: relative;

        &:after {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg width='154' height='31' viewBox='0 0 154 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01514 21.3442C22.6268 8.46921 79.5758 -10.9353 134.479 14.4469' stroke='white' stroke-width='3' stroke-dasharray='5 5'/%3E%3Cpath d='M134.055 13.9293L134.078 14.2636L133.777 14.4113L124.484 18.9803L146.959 21.7007L133.365 3.59837L134.055 13.9293Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            height: 30px;
            width: 153px;
            position: absolute;
            top: 75px;
            right: -75px;

            @include md {
                display: none;
            }
        }



        &:last-child {
            &:after {
                display: none;
            }
        }
    }

    text-align: center;

    &_icon {
        @include equal-size-lineHeight(134px);
        background-color: #EFF1F9;
        text-align: center;
        border: 5px solid rgba(28, 28, 37, 0.2);
        border-radius: 100px;
        margin: 0 auto 25px auto;
        transition: 0.4s ease-in-out;

        @include lg {
            @include equal-size-lineHeight(100px);
        }

        img {
            transition: 0.6s ease-in-out;
        }
    }

    .box-title {
        font-weight: 600;
        color: $white-color;
        margin-bottom: 8px;
    }

    &_text {
        max-width: 285px;
        color: $white-color;
        margin: 0 auto -0.5em auto;
    }

    &_number {
        font-family: $title-font;
        font-weight: 600;
        font-size: 60px;
        line-height: 36px;
        background: linear-gradient(180deg, #FFFFFF 0%, #466EF9 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;

    }

    &:hover {
        .process-card2 {
            &_icon {

                img {
                    transform: rotateY(180deg);
                }
            }
        }
    }
}

/* process area end ----------------------*/

/* process area start --------------------*/
.process-area6 {
    background-color: #16181D;
    mask-repeat: repeat-x;
    mask-size: cover;

    @include md {
        mask-image: none !important;
    }
}

.process-shape {
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;

}

.process-card3 {
    position: relative;

    &_icon {
        position: relative;
        margin-bottom: 30px;

        &:before {
            content: "";
            position: absolute;
            top: -15px;
            left: -15px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: rgba(64, 115, 96, 0.3);
            border-radius: 999px;
            z-index: -1;
        }

        img {
            transition: all 0.4s ease-in-out;
        }
    }

    .box-title {
        color: $white-color;
        font-size: 30px;
        font-weight: 600;
    }

    &_text {
        color: #A1A6B0;
    }

    &:hover {
        .process-card3 {
            &_icon {
                img {
                    transform: rotateY(360deg);
                }
            }
        }
    }
}

.process-area8 {
    border-radius: 80px 80px 0 0;

    @include sm {
        border-radius: 0;
    }
}

.process-image2 {
    img {
        border-radius: 40px;
    }
}

.process-card4 {
    background: #FFFFFF;
    padding: 42px;
    border-radius: 16px;
    display: flex;
    gap: 24px;

    @include xs {
        padding: 30px;
    }

    @include vxs {
        display: block;
        text-align: center;
    }

    &_icon {
        min-width: 72px;
        height: 72px;
        line-height: 72px;
        text-align: center;
        background: linear-gradient(89.96deg, #5484FF 17.55%, #642CDC 87.6%);
        border-radius: 16px;
        margin-bottom: 0;

        @include vxs {
            max-width: 72px;
            display: block;
            margin: auto auto 20px auto;
        }

        img {
            transition: all 0.4s ease-in-out;
        }
    }

    .box-title {
        color: $title-color;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    &_text {
        font-size: 20px;
        color: $body-color;
        margin-bottom: 0;
    }

    &:hover {
        .process-card4 {
            &_icon {
                img {
                    transform: rotateY(360deg);
                }
            }
        }
    }
}

.processSlide {
    position: relative;
    z-index: 3;

    .autoplay-progress {
        position: absolute;
        bottom: 100px;
        left: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;

        @include xl {
            position: relative;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .progress-circle {
        transform: rotate(-90deg);
    }

    .progress-bar {
        transition: stroke-dashoffset 0.3s linear;
    }

    .progress-text {
        position: absolute;
        color: #356EDB;
        font-size: 16px;
    }
}

.process-area-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 32px 32px 62px;
    background: #F3F7FE;
    box-shadow: 6px 6px 12px 6px rgba(93, 103, 122, 0.07);
    border-radius: 24px;
    margin: 48px 48px 58px 48px;
    z-index: 4;

    @include sm {
        box-shadow: none;
    }

    @include xl {
        display: block;
        text-align: center;
        padding: 32px;
    }

    @include sm {
        margin: 10px;
    }


    &:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #F3F7FE;
        box-shadow: 6px 6px 12px 6px rgba(93, 103, 122, 0.07);
        border-radius: 24px;
        z-index: 1;

        @include sm {
            display: none;
        }
    }

    .process-overlay {
        content: "";
        position: absolute;
        inset: 0;
        top: 37px;
        left: 57px;
        right: 57px;
        bottom: -28px;
        background: #F3F7FE;
        box-shadow: 10px 10px 15px 10px rgba(93, 103, 122, 0.2);
        border-radius: 24px;
        z-index: -1;

        @include sm {
            display: none;
        }
    }

    .process-content {
        .sub-title {
            background: #FFFFFF;
            border-radius: 30px;
        }

        .box-title {
            font-weight: 600;
            font-size: 40px;
            color: #1C1C25;
        }

        .box-text {
            max-width: 265px;
            margin-bottom: 32px;

            @include xl {
                max-width: 100%;

            }
        }

        .th-btn {
            margin-bottom: 72px;
        }
    }

    .process-image {
        position: relative;
        min-width: 707px;
        height: 444px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9;

        @include md {
            min-width: 100%;
        }

        @include sm {
            height: 100%;
        }
    }
}

.process-tabs {
    gap: 24px;
    border: none;
    justify-content: center;
    margin-bottom: 20px;

    @include sm {
        gap: 10px;
    }

    .nav-item.show .nav-link,
    .nav-link.active {
        color: $white-color;
        background-color: $theme-color;
        border-color: $theme-color;
    }

    .nav-link {
        background-color: transparent;
        border: 1px solid #E3E7F0;
        border-radius: 500px;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #656A74;
        padding: 20px 30px;
        min-width: 210px;

        @include xl {
            min-width: 160px;
        }

        @include lg {
            min-width: 22%;
        }
    }
}

.process9-area {
    position: relative;
    z-index: 2;
}

.autoplay-progress {
    position: absolute;
    bottom: 17%;
    left: 10%;
    z-index: 3;

    @include md {
        display: none;
    }

    .progress-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: $title-color;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

.process-card5 {
    text-align: center;

    &_img {
        position: relative;
        margin-bottom: 50px;
        z-index: 2;

        .shape1 {
            content: "";
            position: absolute;
            inset: 0px;
            background-image: url('../img/shape/process-shape3.png');
            background-size: 100% 100%;
            background-position: center center;
            bottom: -20%;
            z-index: 2;
        }
    }

    .box-title {
        color: $white-color;
    }

    .box-content {
        max-width: 350px;
        display: block;
        text-align: center;
        margin: auto;
    }

    &_text {
        color: #A1A6B0;
    }
}