/* ===== Home and Service Page Milestones Section CSS Begin ===== */

/* Milestones Number */
.nectar-milestone span {
    font-weight: 625;
}

/* Milestones Subject */
.nectar-milestone .subject {
    font-weight: bolder !important;
}

/* Home Page - Milestones Container */
.sft-home-test {
    margin-top: -110px !important;
}

/* Home Page - Milestones Number and + Symbol */
.sft-home-test .sft-home-stats .nectar-milestone .number,
.sft-home-stats .nectar-milestone .number .symbol-wrap .symbol {
    font-size: clamp(30px, 4vw, 70px) !important;
    line-height: 0px !important;
}

/* Home Page - Nectar Icon */
.sft-home-test .sft-home-stats .nectar_icon_wrap {
    margin-bottom: 20px;
}

/* For Desktop Devices */
@media screen and (min-width: 999px) {
    .sft-home-test .sft-home-stats .nectar-milestone .number,
    .sft-home-stats .nectar-milestone .number .symbol-wrap .symbol {
        font-size: clamp(55px, 4vw, 70px) !important;
        line-height: 0px !important;
    }
}

/* For Tablet and Smaller Devices */
@media screen and (max-width: 1000px) {
    .sft-home-test .sft-home-stats .wpb_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .sft-home-stats .nectar-milestone .number .symbol-wrap {
        line-height: 0px !important;
    }

    .sft-home-test .sft-home-stats .nectar_icon_wrap {
        flex: 1;
        margin: auto !important;
    }

    .sft-home-test .sft-home-stats .nectar-milestone {
        flex: 2;
        text-align: left;
    }
}

/* Service Pages - Landing Pages Milestones */
.sft-landing-page-test {
    margin-top: -65px !important;
}

.sft-landing-page-test .sft-home-inner-row {
    padding: 10px 0px;
}

.sft-landing-page-test .sft-home-stats .nectar-milestone .number,
.sft-landing-page-test .nectar-milestone .number .symbol-wrap .symbol {
    font-size: clamp(30px, 4vw, 60px) !important;
    line-height: 0px !important;
}

@media screen and (min-width: 999px) {
    .sft-landing-page-test .sft-home-stats .nectar-milestone .number,
    .sft-landing-page-test .nectar-milestone .number .symbol-wrap .symbol {
        font-size: clamp(45px, 4vw, 60px) !important;
        line-height: 0px !important;
    }
}

@media screen and (max-width: 1000px) {
    /* Removing Unnecessary Border from Home and Landing Pages */
    .sft-home-stats>div {
        border: none !important;
    }
}

/* ===== Home and Service Page Milestones Section CSS Ends ===== */