.what-we-do {
    padding: 150px 0 100px;
    position: relative;
}
.what-we-do .title-wrap:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 428px;
    height: 391px;
    background-image: url(../images/left-pattern1.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 0;
}
.what-we-do .techstack h2 {
    color: #ff6c1a !important;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
}
.tech-stack-details {
    margin: 0 auto !important;
    text-align: center;
}
.tech-stack-details p, .tech-stack-wrap p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.tech-stack-details img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 15px !important;
    object-fit: contain !important;
}
.what-we-work {
    background: #f3f6f9;
    padding: 100px 0;
}
.bg-blue .what-we-do-app {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.pt-100 {
    padding-top: 100px;
}
ul.techstack {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border: none;
}
.techstack li.tech-list {
    margin: 0 10px 20px;
    display: inline-block;
}
.techstack li.tech-list .actives,.techstack li.tech-list .active, .techstack .actives-tech, .techstack .tech-list a:hover, .techstack li.tech-list .a:hover, .techstack .tech-list a:focus, .techstack li.tech-list .a:focus {
    background: #ffe1d1 !important;
    color: #ff6c1a !important;
    border: 1px solid #ffe1d1 !important;
}
.techstack li.tech-list a, .techstack li.tech-list .a {
    display: block;
}
.techstack .tech-list a, .techstack .tech-list .a {
    border: 1px solid #f3f6f9;
    padding: 12px 30px;
    font-weight: 500 !important;
    font-size: 20px;
    color: #777;
    background: #f3f6f9;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.tech-stack-details .common-service img {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.tech-stack-details .mobileapps-text-wrap p {
    color: var(--secondrytextcolor);
    font-size: 16px;
    font-weight: 400;
    line-height: 168%;
    padding-bottom: 25px;
    z-index: 9;
    position: relative;
}
.mobileapps-text-wrap h4 {
    color: #ff6c1a !important;
}



@media screen and (max-width: 1199px) {
    .what-we-do .techstack h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .tech-stack-details img {
        height: 70px !important;
        width: 70px !important;
        margin-bottom: 10px !important;
    }
    .what-we-work {
        padding: 60px 0;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 18px;
    }
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
}
@media screen and (max-width: 991px) {
    .what-we-do .title-wrap:before {
        top: -35px;
        left: -40px;
        width: 300px;
        height: 240px;
    }
    .what-we-do {
        padding: 60px 0 !important;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 17px;
    }
    
}
@media screen and (max-width: 767px) {
    .what-we-do .title-wrap:before {
        content: unset;
    }
    .what-we-do {
        padding: 40px 0 !important;
    }
    .tech-stack-details img {
        height: 50px !important;
        width: 50px !important;
        margin-bottom: 10px !important;
    }
    .tech-stack-details p, .tech-stack-wrap p {
        font-size: 13px;
        padding: 0;
    }
    .bg-blue .what-we-do-app {
        padding: 20px;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 6px 15px;
        font-size: 16px;
    }
    .what-we-work {
        padding: 50px 0;
    }
}
@media screen and (max-width: 576px) {
    .what-we-do {
        padding: 30px 0 !important;
    }
    .what-we-do .techstack h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .what-we-do.wwd-sticky hr {
        margin: 5px 0 20px !important;
    }
}
@media screen and (max-width: 480px) {
    .what-we-do .techstack h2 {
        font-size: 17px;
        line-height: 28px;
    }
    .what-we-work {
        padding: 30px 0;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 4px 8px;
        font-size: 14px;
        color: var(--secondrycolor);
    }
    .tech-stack-details p, .tech-stack-wrap p, .tech-stack-details .mobileapps-text-wrap p {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
}