

.feature-icon-box-wrapper {
    padding: 80px 50px;
    background-color: $white;
    box-shadow: $shadow;
    position: relative;
    z-index: 9;
    margin-top: -120px;

    @include breakpoint (max-sm){
        padding: 50px 30px;
    }

    .icon-box-items {
        @include flex;
        gap: 30px;
        position: relative;

        &::before {
            position: absolute;
            bottom: -75%;
            left: 0;
            height: 2px;
            width: 100%;
            content: "";
            background: $theme-color;
            transition: 0.3s;
            opacity: 0;

            @include breakpoint (max-xxl){
                display: none;
            }
        }

        @include breakpoint (max-sm){
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .icon {
            font-size: 42px;
            width: 107px;
            height: 107px;
            line-height: 115px;
            border-radius: 50%;
            text-align: center;
            background-color: $bg-color-3;
            color: $theme-color;

            @include breakpoint (max-sm){
               width: 80px;
               height: 80px;
               line-height: 90px;
               font-size: 32px;
            }
        }

        .content {
            flex-basis: 62%;

            @include breakpoint (max-xl){
                flex-basis: 50%;
            }
            
            h3 {
                margin-bottom: 10px;
            }
        }

        &:hover {
            &::before {
                opacity: 1;
            }
        }

        &.active {
            &::before {
                opacity: 1;
            }
        }
    }
}

.feature-icon-box-area-2 {
    position: relative;

    &::before {
        @include before;
        background-color: $bg-color-5;
        top: 45%;
    }
}

.woeking-process {
    position: relative;

    .left-shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .right-shape {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.process-items {
    text-align: center;
    width: 290px;
    height: 290px;
    position: relative;
    text-align: center;
    margin: 30px auto;

    @include breakpoint (max-xxl){
        width: 260px;
        height: 260px;
    }

    @include breakpoint (max-md){
        width: 240px;
        height: 240px;
    }

    @include breakpoint (max-sm){
        width: 190px;
        height: 190px;
    }

    &::before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 2px dotted rgba(255, 255, 255, 0.16);
        content: "";
        border-radius: 50%;
        position: absolute;
        animation: rotate 20s linear infinite;
    }

    .icon {
        font-size: 60px;
        color: $theme-color;

        @include breakpoint (max-sm){
            font-size: 48px;
        }
    }

    .content {
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        width: 100%;

        h3 {
            color: $white;
            margin-top: 20px;

            @include breakpoint (max-xl){
                font-size: 20px;
            }

            @include breakpoint (max-sm){
                font-size: 16px;
            }
        }
    }

    .process-number {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        background-color: $theme-color;
        color: $white;
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 30px;
        z-index: 1;
    }
}


.choose-us-wrapper {
    margin-top: -30px;

    .choose-us-content {
        .icon-box-items {
            display: flex;
            gap: 20px;
            margin-top: 30px;

            .icon {
                color: $theme-color;
                font-size: 55px;
            }
        }
    }

    .choose-us-image-items {
        margin-left: 40px;
        position: relative;

        @include breakpoint (max-lg){
            margin-left: 0;
        }

        .choose-box {
            background-color: $theme-color;
            padding: 40px;
            position: absolute;
            bottom: 0;
            left: 90px;

            h3 {
                color: $white;
                margin-bottom: 20px;
            }
        }

        .choose-image-1 {
            img {
                @include imgw;
            }
        }

        .choose-image-2 {
            height: 245px;
            margin-bottom: 25px;
        }

        .choose-image-3 {
            img {
                @include imgw;
            }
        }
    }
}

.process-work-wrapper {
    position: relative;

    .line-shape {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 880px;

        img {
            @include imgw;
        }

        @include breakpoint (max-xxl){
            display: none;
        }
    }

    .work-process-items {
        margin-top: 30px;
    
        .icon {
            width: 100px;
            height: 100px;
            line-height: 110px;
            text-align: center;
            border-radius: 50%;
            background-color: $white;
            box-shadow: $shadow;
            position: relative;
            margin: 0 auto;
            color: $theme-color;
            font-size: 46px;
    
            .number {
                width: 34px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                border-radius: 50%;
                background-color: $theme-color;
                color: $white;
                position: absolute;
                top: 0;
                left: 0;
                font-weight: 400;
            }
        }
    
        .content {
            margin-top: 30px;
    
            h4 {
                margin-bottom: 5px;
                font-weight: 700;
            }
    
            &.style-2 {
                margin-top: 0;
                margin-bottom: 30px;
            }
        }
    }
}

.choose-us-section {
    position: relative;

    .shape-image {
        position: absolute;
        right: 0;
        top: 10%;

        @include breakpoint (max-xl){
            display: none;
        }
    }
}

.choose-wrapper {
    @include breakpoint (max-lg){
        margin-bottom: 80px;
    }

    @include breakpoint (max-sm){
        margin-bottom: -80px;
    }

    .choose-content {
        ul {
            margin-top: 30px;

            li {
                font-weight: 500;
                color: $header-color;

                &:not(:last-child){
                    margin-bottom: 10px;
                }

                i {
                    color: $theme-color;
                    margin-right: 5px;
                }
            }
        }

        .icon-area {
            margin-top: 40px;

            .icon-items {
                @include flex;
                gap: 30px;

                &:not(:last-child){
                    margin-bottom: 30px;
                }

                .icon {
                    width: 90px;
                    height: 90px;
                    border-radius: 50%;
                    font-size: 42px;
                    color: $white;
                    background-color: $header-color;
                    text-align: center;
                    padding: 25px;
                }

                .content {
                    border-left: 2px solid $header-color;
                    padding-left: 30px;

                    h5 {
                        margin-bottom: 5px;
                    }
                }

                &.style-2 {
                    .icon {
                        background-color: $theme-color;
                    }

                    .content {
                        border-left: 2px solid $border-color;
                    }
                }
            }
        }
    }

    .choose-image-items {
        position: relative;

        .choose-image {
            height: 390px;
            max-width: 370px;
            position: relative;
            z-index: 9;
            
            @include breakpoint (max-sm){
                max-width: 490px;
            }
        }

        .choose-image-2 {
            max-width: 370px;
            position: absolute;
            bottom: -44%;
            right: 0;

            @include breakpoint (max-lg){
               bottom: -21%;
            }

            img {
                width: 100%;
            }

            @include breakpoint (max-sm){
                width: 210px;
                height: 210px;
                bottom: 0;
                z-index: 99;
            }
        }

        .circle-shape {
            position: absolute;
            left: 5%;
            bottom: -40%;
            z-index: -1;
            .text-circle {
                animation: cir36 10s linear infinite;
            }

            @include breakpoint (max-xl){
                display: none;
            }
        }
    }

}

.single-simple-process-items {
    margin-top: 30px;
    text-align: center;
    background-color: $white;
    box-shadow: $shadow;
    padding: 50px 30px;

    .icon {
        width: 100px;
        height: 100px;
        line-height: 115px;
        text-align: center;
        border-radius: 50%;
        background-color: $bg-color;
        font-size: 52px;
        color: $theme-color;
        @include transition;
    }

    .content {
        margin-top: 20px;

        span {
            font-size: 16px;
            font-weight: 600;
            color: $theme-color;
            display: inline-block;
            margin-bottom: 5px;
        }

        h3 {
            margin-bottom: 10px;
        }
    }

    &:hover {
        .icon {
            background-color: $theme-color;
            color: $white;
            transform: scaleX(-1);
        }
    }
}

.choose-us-wrapper-2 {
    .choose-us-image {
        position: relative;

        img {
            @include imgw;
            object-fit: cover;
        }

        .thumb-2 {
            margin-top: 80px;

            @include breakpoint (max-lg){
                margin-top: 0;
                height: 650px;
            }

            @include breakpoint (max-md){
                height: 500px;
            }

            @include breakpoint (max-sm){
                height: 420px;
            }
        }

        .thumb-1 {
            @include breakpoint (max-lg){
                height: 650px;
            }

            @include breakpoint (max-md){
                height: 500px;
            }

            @include breakpoint (max-sm){
                height: 420px;
            }
        }

        .choose-box {
            background-color: $theme-color;
            padding: 40px;
            position: absolute;
            bottom: 130px;
            left: 180px;
            z-index: 9;

            h3 {
                color: $white;
                margin-bottom: 20px;
            }
        }
    }

    .choose-us-content {
        margin-left: 50px;

        @include breakpoint (max-xl){
            margin-left: 25px;
        }

        @include breakpoint (max-lg){
            margin-left: 0;
        }
    }

    .icon-items {
        margin-top: 40px;
        display: block;

        li {
            border: 1px solid $border-color;
            @include flex;
            gap: 20px;
            padding: 25px 30px;

            &:not(:last-child){
                margin-bottom: 15px;
            }

            .icon {
                font-size: 50px;
                color: $theme-color;
            }

            .content {
                p {
                    margin-bottom: 5px;
                }
            }
        }
    }
}