.techwe .heading-text h2 {
    margin-bottom: 30px;
}

.common-typography h2 {
    margin: 0;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}

.techwe .heading-text p {
    color: #666666;
    text-align: center;
}

.common-typography p:last-of-type {
    margin: 0 0 30px;
}

.techwe-tabs {
    display: flex;
    align-items: center;
    border: none;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 20px;
}

.techwe-tabs .nav-item {
    margin: 10px 0;
}

.techwe-tabs .nav-item button {
    text-align: start !important;
    width: 100%;
    border: 1px solid var(--dark-blue-clr);
    border-radius: 20px;
    padding: 0px 30px !important;
    height: 70px;
    min-width: 250px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--dark-blue-clr);
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.techwe-tabs .nav-item button.active,
.techwe-tabs .nav-item button:hover {
    background: var(--dark-blue-clr);
    color: #fff;
    border: 1px solid var(--dark-blue-clr);
}

.techwe-tabs-cn {
    overflow: hidden;
    padding: 50px 0;
}

.swiper-pointer-events {
    touch-action: pan-y;
    height: 100%;
}

.techwe-slider {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

/* .techwe-slider {
    max-width: calc(100% - ((100% - 1420px) / 2) - 0px);
    margin-right: 0;
    margin-left: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
} */

.techwe-slider .swiper-slide {
    background: #F4FAFF;
    border-radius: 15px;
    padding: 40px;
    height: auto;
}

.techwe-slider .swiper-slide .techwe-sl-img {
    margin-bottom: 50px;
}

.techwe-sl-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    max-width: 80px;
    height: 80px;
}

.techwe-slider .swiper-slide .techwe-sl-txt .h6-fw-25 {
    margin-bottom: 20px;
}

.techwe-slider .swiper-slide .techwe-sl-txt p {
    margin-bottom: 0;
    color: #666666;
}

.sldier-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sldier-btn div {
    width: 67px;
    height: 67px;
    background: #fff;
    box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sldier-btn svg {
    fill: #4792C2;
    width: 30px;
    height: 30px;
}

@media (max-width: 1199px) {
    .techwe-slider .swiper-slide {
        padding: 20px;
    }
}


@media (max-width: 991px) {
    .techwe-slider {
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }

    .techwe-sl-img img {
        max-width: 60px;
        max-height: 60px;
    }

    .techwe-slider .swiper-slide .techwe-sl-img {
        margin-bottom: 30px;
    }

    .sldier-btn div {
        width: 50px;
        height: 50px;
    }

    .techwe-tabs .nav-item button {
        width: auto;
        min-width: auto;
        white-space: nowrap;
        height: 55px;
    }
}

@media (max-width: 767px) {
    .techwe-slider .swiper-slide .techwe-sl-img {
        margin-bottom: 20px;
    }

    .techwe-slider {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 475px) {
    .techwe-slider {
        grid-template-columns: repeat(1, 1fr);
    }
}