.tech-stack-stripe {
    padding: 100px 0;
}

.tech-stack-stripe:has(+ .hire-slider ){
    padding-bottom: 0;
}
.skills-tab-section +.tech-stack-stripe {
    padding-top: 75px;
}

.tech-stack-stripe .section-inner {
    position: relative;
    z-index: 1;
    padding: 70px;
    overflow: hidden;
    border-radius: 28px;
    background-color: var(--new-theme-gray-50);
    border: 1px solid var(--LightGrey);
}

.tech-stack-stripe-item .inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 28px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
    border: 1px solid var(--LightGrey2);
}

.tech-stack-stripe-title {
    width: 260px;
    background-color: var(--BluePrimary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 20px 30px;
    border-radius: 12px 0 0 12px;
}

.tech-stack-stripe-tech-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-stack-stripe-tech-list {
    max-width: calc(100% - 260px);
    width: 100%;
    background-color: var(--white);
    padding: 24px 20px;
    border-radius: 0 12px 12px 0;
}

.tech-stack-stripe-tech-list ul li {
    display: block;
    width: fit-content;
    background-color: var(--new-theme-gray-50);
    padding: 2px 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
}

.tech-stack-stripe-tech-list ul li a {
    color: var(--bodyColor);
}

.tech-stack-stripe-title span {
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.tech-stack-stripe-wrapper {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.tech-stack-stripe-wrapper {
    /* height: 450px; */
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 50px;
}

.tech-stack-stripe-item:nth-child(n + 5) {
    display: none;
}

.tech-stack-stripe .load-more-faq a {
    all: unset;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    text-underline-offset: 5px;
    padding: 0 !important;
    cursor: pointer;
}

.tech-stack-stripe .load-more-faq a:hover {
    background-color: transparent;
    color: var(--BluePrimary);
}

/* .tech-stack-stripe-wrapper::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 200px;
     background-image: linear-gradient(0deg, var(--OffWhite), transparent);
     left: 0;
     bottom: 0;
     z-index: 1;
     backdrop-filter: blur(1px);
 } */

.tech-stack-stripe .load-more-faq {
    margin-bottom: 60px;
    text-align: center;
    /* display: none; */
}

.tech-stack-stripe-wrapper.active {
    /* height: unset; */
    /* overflow: unset; */
    margin-bottom: 80px;
}

.tech-stack-stripe-wrapper.active + .load-more-faq {
    display: none;
}

.tech-stack-stripe-wrapper.active::before {
    opacity: 0;
}

@media screen and (max-width: 1570px) {
    .tech-stack-stripe .section-inner {
        padding: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .skills-tab-section +.tech-stack-stripe {
        padding-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .tech-stack-stripe .section-inner {
        padding: 20px;
    }

    .tech-stack-stripe-item .inner {
        flex-direction: column;
    }

    .tech-stack-stripe-tech-list,
    .tech-stack-stripe-title {
        max-width: 100%;
        width: 100%;
    }

    .tech-stack-stripe-title {
        padding: 15px;
        border-radius: 12px 12px 0 0;
    }

    .tech-stack-stripe-tech-list {
        padding: 15px;
        border-radius: 0 0 12px 12px;
    }

    .tech-stack-stripe-tech-list ul li {
        padding: 4px 16px;
    }

    .tech-stack-stripe {
        padding: 70px 0;
    }
   
}

@media screen and (max-width: 767px) {
    .tech-stack-stripe {
        padding: 50px 0;
    }
    .skills-tab-section +.tech-stack-stripe {
        padding-top: 35px;
    }
}
