﻿.counter-sec .section-title h2 {
    font-size: 22px;
    font-weight: 800
}

.counter-content {
    padding-left: 100px
}

    .counter-content h3 {
        font-weight: 700;
        font-size: 50px;
        line-height: 48px;
        padding-right: 20px;
        position: relative;
        color: var(--ts-dark)
    }

    .counter-content .counter {
        display: flex;
        align-items: center
    }

    .counter-content h3:after {
        content: "";
        position: absolute;
        top: -23px;
        left: -22px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: linear-gradient(145.27deg,rgba(133,117,224,.2) 15.55%,rgba(185,173,255,0) 86.81%);
        border-radius: 100px
    }

    .counter-content .counter p {
        margin-bottom: 0;
        padding-left: 10px;
        font-weight: 600;
        opacity: .9
    }

.counter-sec {
    padding: 0 0 50px;
}

.extra-keypoints {
    padding: 80px 0 40px;
}

.dev-collab-wrap .top-content {
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
    color: var(--PrimaryBlue);
    text-decoration: underline;
}

.collabration-card .top-content h3 {
    width: 100%;
}

.web-services-dev-collab .dev-collab-item .collabration-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-tech-card {
    color: inherit;
}

@media (max-width:576px) {
}

@media (max-width:767px) {
    .left-image.pe-5 {
        padding-right:0px !important;
    }
    .why-choose-tech-card h3 {
        font-size: 16px;
    }

    .tech-expert-tab-list ul li {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px 20px;
        min-width: 230px;
    }
    .counter-content-wrap {
        row-gap: 40px;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 0
    }
    .counter-content {
        padding-left: 0px;
    }

    .counter-content .counter {
        justify-content: center
    }

    .counter-content h3:after {
        width: 50px;
        height: 50px;
        top: -8px
    }

    .counter-content h3 {
        font-size: 28px;
        line-height: 32px
    }


    .custom-erp-benefits-section {
        margin-top: 0px;
        border: none;
    }
}

@media (max-width:991px) {
    .counter-sec {
        padding: 50px 0
    }

    .counter-content h3:after {
        width: 70px;
        height: 70px;
        top: -15px
    }
    .counter-content {
        padding-left: 20px;
    }
    .left-image.pe-5 {
        padding-right: 0px !important;
    }

    .counter-content h3 {
        font-size: 38px;
        line-height: 40px;
        padding-right: 0
    }

    .counter-content .counter p {
        font-size: 14px
    }
}

@media (max-width:1199px) {
    .why-choose-tech-card h3 {
        font-size: 15px;
    }
    .counter-content {
        padding-left: 0px;
    }
}