.techstack_new {
    background: linear-gradient(-74.49deg, rgba(12, 126, 232, 0.35) 0%, rgba(3, 27, 53, 0) 48%), linear-gradient(115.59deg, rgba(12, 126, 232, 0.35) 0%, rgba(3, 27, 53, 0) 42%), #031B35;
    ;
    /* background: var(--darkBlue3); */
    color: var(--white);
    position: relative;
}

.techstack_new .partners-logos {
    display: flex;
    align-items: start;
    gap: 48px;
    flex-wrap: wrap;
}

.services-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 24px 0px;
    border: 0px;
    background: transparent;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #ffffff38;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE4TDIwIDEyTDE0IDYiIHN0cm9rZT0iIzAwNThiZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQgMTJMMjAgMTIiIHN0cm9rZT0iIzAwNThiZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 0;
    transition: all 0.3s;
    padding-right: 52px;
}

.techstack_new .section-title h2,
.techstack_new .section-title .h2 {
    color: var(--whi);
}

.services-tab-content .inner h3,
.services-tab-content .inner .h3 {
    color: var(--white);
}

.services-tab-list .services-item.active {
    background-size: 24px;
    /* padding-left: 48px; */
}

.services-tab-list .services-item.active::after {
    width: 100%;
    transform: scaleX(1);
}

.services-tab-list .services-item:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 2px;
    width: 0%;
    background: #0c7ee8;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
}

.services-tab-list .services-item:hover:after {
    width: 100%;
    transform: scaleX(1);
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.services-tab-list .services-item .text {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    opacity: 0.4;
}

.services-tab-list .services-item.active .text {
    opacity: 1;
}

.services-tab-wrapper {
    display: grid;
    grid-template-columns: 600px 1fr;

}



.services-tab-wrapper .services-tab-list {
    max-height: 450px;
    overflow: auto;
    position: relative;
    padding-right: 33px;
}

.techstack_new::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://images.esparkinfo.com/wp-media-folder-esparkbiz/wp-content/uploads/2026/07/noice-texture.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    pointer-events: none;
}

.services-tab-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://images.esparkinfo.com/wp-media-folder-esparkbiz/wp-content/uploads/2026/07/noice-texture-card.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
}

.services-tab-content .inner .link-wrap {
    margin-top: auto;
}

.services-tab-content-list {
    padding-left: 30px;
}

.services-tab-content {
    position: relative;
    overflow: hidden;
    background-color: var(--darkBlue3);
    background-size: cover;
    background-position: center center;
    /* border: 1px solid var(--border); */
    height: 100%;
    border-radius: 12px;
    /* background: linear-gradient(1.25deg, #00AAFF -47.86%, rgba(1, 42, 73, 0) 69.62%), #01264c; */
    background-color: #012A49;
    min-height: 450px;
}

.services-tab-content .inner {
    position: relative;
    z-index: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    box-sizing: border-box;
    max-width: 90%;
}

.technologies-list-li .technologies-text {
    font-size: 18px;
    color: var(--white) !important;
}

.technologies-list-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.technologies-list-li {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #00000026;
    border: 1px solid #4f4f4f;
    border-radius: 8px;
    transition: all 0.3s;
}

.technologies-list-li a {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.technologies-list-li:hover {
    background: #0000002e;
}

.technologies-list-li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}


.services-item-right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.services-item-right .services-item-number {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border: 1px solid #a9a9a94f;
    border-radius: 4px;
    background: #a9a9a924;
    color: var(--white);
    line-height: 1.1;
    font-size: 18px;
}

.services-item-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c7ee8;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s, transform 0.25s;
}

.services-item:hover .services-item-icon {
    opacity: 1;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform: translateX(0px);
}

.services-item-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media screen and (min-width: 2160px) {
    .services-tab-list .services-item .text {
        font-size: 24px;
    }

    .services-tab-list .services-item.active {
        background-size: 28px;
        /* padding-right: 52px; */
    }
}

@media (max-width: 1024px) {
    .services-tab-wrapper {
        grid-template-columns: 0.7fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .services-tab-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .selected-label+ul li.services-item {
        padding: 15px 30px 15px 20px;
    }

    .technologies-list-li {
        padding: 8px 12px;
    }

    .technologies-list-ul {
        gap: 10px;
    }

    .services-item-right .services-item-number {
        color: var(--inkNavy);
    }

    .services-tab-list .services-item .text {
        font-size: 16px;
        color: var(--inkNavy);
    }

    .services-tab-content .inner {
        padding: 20px;
    }

    .technologies-list-li .technologies-text {
        font-size: 16px;
    }

    .services-tab-list .services-item:after {
        display: none;
    }

    .services-tab-wrapper .services-tab-list {
        padding-right: 0;
        max-height: 100%;
        overflow: unset;
    }

    .services-tab-content-list {
        padding-left: 0px;
    }
}