/* new services features */
.page-template-new-services .features-wrapper{
    margin-top: 50px;
}

.page-template-new-services .features-listing ul li{
    background: linear-gradient(90deg, #F6F7FF 0%, #FDF5FA 100%);
}

.page-template-new-services .feature-grid-item{
    background: linear-gradient(90deg, #F6F7FF 0%, #FDF5FA 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
}

.page-template-new-services .feature-grid-content{
    padding: 40px 0 0;
    background-color: transparent;
    row-gap: 0px;
    align-items: flex-start;
}

.page-template-new-services .main-section-title.feature-section-title{
    margin-bottom: 12px;
}

.feature-description h4{
    font-size: 16px;
    line-height: 26px;
    color: rgba(96, 96, 96, 1);
    margin-bottom: 24px;
    font-weight: 600;
}

.page-template-new-services .feature-description ul{
    margin-top: 40px;
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
    row-gap: 5px;
}

.page-template-new-services .feature-description ul li{
    width: calc(50% - 20px);
    line-height: normal;
}

.page-template-new-services .features-section{
    background: transparent;
}

.page-template-new-services .feature-grid-content .cmn-btn-style{
    margin-top: 40px;
}
/* new services features */

/* web development section starts */
.services-web-development{
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-top: 40px;
}

.services-counter-section {
    background-color: rgba(252, 227, 224, 0.6);
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    min-width: 250px;
    padding: 35px;
}

.services-counter-icon {
    margin-bottom: 32px;
}

.stat-item{
    color: rgba(0, 0, 0, 1);
}

.services-description {
    display: flex;
    width: calc(100% - 290px);
    color: #666666;
    font-weight: 500;
}
/* web development section ends */

/* features listing section starts */
.features-wrapper{
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}

.features-listing ul{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-height: calc(4 * 140px);
    overflow-y: auto;
}

.features-listing ul li{
    border-radius: 8px;
    background-color: #fff;
    font-size: 18px;
    line-height: 28px;
    color: rgb(0, 0, 0,0.6);
    font-weight: 500;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 1px #C0C0C0;
}

.features-listing ul li.active::before{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #4D52F21A;
}

.features-listing ul li.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        113.48deg,
        #2C53F8 15.51%,
        #9650E3 50.37%,
        #DD227B 85.23%
    );
    z-index: 1;
}

.features-listing ul li.active{
    background: linear-gradient(113.48deg, #2C53F8 15.51%, #9650E3 50.37%, #DD227B 85.23%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: none;
}

.feature-grid-item{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
}

.feature-grid-item .feature-grid-image{
    width: 100%;
    height: 368px;
    object-fit: cover;
}

.feature-grid-content{
    background-color: #fff;
    padding: 40px;
    row-gap: 24px;
    display: flex;
    flex-direction: column;
}

.feature-description ul{
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 20px;
}

/* features listing section ends */

@media(max-width:992px){
    .page-template-new-services .feature-grid-item{
        padding: 30px;
    }

    .feature-grid-item .feature-grid-image{
        height: 340px;
    }

    .page-template-new-services .feature-grid-content{
        padding: 30px 0 0;
    }

    .page-template-new-services .feature-description ul{
        margin-top: 30px;
        padding-left: 15px;
    }
}

@media(max-width:991px){
    .services-web-development{
        column-gap: 30px;
    }

    .services-counter-section{
        min-width: 220px;
        padding: 25px;
    }

    .services-counter-icon {
        margin-bottom: 26px;
        width: 52px;
        height: 52px;
    }

    .tick-counter{
        font-size: 44px;
        line-height: 44px;
        min-height: 44px;
    }

    .digit {
        width: 30px;
        height: 48px;
    }

    .services-description {
        width: calc(100% - 250px);
    }

    .page-template-new-services .features-listing{
        display: none;
    }

    .page-template-new-services .features-grid{
        max-width: 100%;
    }

    .page-template-new-services .features-wrapper{
        margin-top: 30px;
    }
}

@media(max-width:767px){
    .services-web-development{
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }

    .services-counter-section{
        border-radius: 16px;
    }

    .services-description {
        width: 100%;
    }

    .page-template-new-services .feature-grid-content .cmn-btn-style{
        margin-top: 30px;
    }

    .feature-grid-item .feature-grid-image {
        height: 280px;
    }
}

@media(max-width:575px){
    .services-counter-section{
        padding: 20px;
    }

    .services-counter-icon {
        margin-bottom: 22px;
        width: 46px;
        height: 46px;
    }

    .tick-counter {
        font-size: 38px;
        line-height: 38px;
        min-height: 38px;
    }

    .suffix {
        font-size: 38px;
        line-height: 38px;
    }

    .services-web-development{
        margin-top: 30px;
    }

    .services-counter-icon {
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
    }

    .tick-counter {
        font-size: 32px;
        line-height: 32px;
        min-height: 32px;
    }

    .suffix{
        font-size: 32px;
        line-height: 32px;
    }

    .digit {
        width: 24px;
    }

    .page-template-new-services .feature-grid-item {
        padding: 20px;
    }

    .page-template-new-services .feature-description ul {
        margin-top: 20px;
    }

    .page-template-new-services .feature-description ul li{
        width: 100%;
    }

    .page-template-new-services .feature-grid-content .cmn-btn-style {
        margin-top: 20px;
    }

    .services-description{
        font-size: 14px;
        line-height: 22px;
    }

    .feature-grid-item .feature-grid-image {
        height: 240px;
    }
}

@media(max-width:479px){

    .services-counter-section{
        min-width: 180px;
    }

    .services-counter-icon {
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
    }

    .feature-grid-item .feature-grid-image {
        height: 180px;
    }
}