.service-card.style-44 {
    padding: 25px;
    background-color: #fff;
    border-radius: 12px;
    height: 100%;
    border-top: 9px solid #ff6c1a;
    border-bottom: 2px solid #ff6c1a;
    -webkit-box-shadow: 0 9px 37px rgb(13 38 76 / 7%);
    -webkit-transition: all .3s ease-out;
    
}
.service-card.style-44:hover {
    /* margin: -10px; */
    color: #fff;
    border-color: #ff6c1a;
    background: #ff6c1a;
}
.service-card.style-44 p {
    padding-bottom: 0px;
}
.service-card.style-44:hover p {
   color: #fff; 
}
.service-card.style-44 .info h5 {
    font-size: 22px;
    color: #192a44;
    line-height: 30px;
    margin: 0 0 10px;
}
.solution-common .solutions-card {
    border-top: 3px solid #ff6c1a; 
}
.solution-common .solutions-card:hover {
    border-top: 3px solid #ff6c1a !important;
}
.approach-view {
    position: relative;
    height: 100%;
    background: #fbfbfb;
}
.approach-view .image-card {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.image-card.purple-bg {
    background: #9424d7;
    box-shadow: 0 7px 15px rgb(148 36 215/30%);
}
.image-card.blue-bg {
    background: #0084fe;
    box-shadow: 0 7px 15px rgb(0 132 254/30%);
}
.image-card.orange-bg {
    background: #f54245;
    box-shadow: 0 7px 15px rgb(245 66 69/30%);
}
.image-card.green-bg {
    background: #2abb52;
    box-shadow: 0 7px 15px rgb(43 186 84/30%);
}
.image-card.lightblue-bg {
    background: #0be9;
    box-shadow: 0 7px 15px rgb(12 203 233/30%);
}
.image-card.pink-bg {
    background: #ff0e9f;
    box-shadow: 0 7px 15px rgb(255 14 159/30%);
}
.approach-view:after {
    transition: .7s;
    background: #fff;
    width: 298px;
    height: 277px;
    position: absolute;
    bottom: -25px;
    left: 25px;
    content: "";
    border-radius: 38px;
    transform: rotate(6deg);
    z-index: -1;
}
.approach-view.view-1:after {
    background: #9424d7;
}
.approach-view.view-2:after {
    background: #0084fe;
}
.approach-view.view-3:after {
    background: #f54245;
}
.approach-view.view-4:after {
    background: #2abb52;
}
.approach-view.view-5:after {
    background: #0be9;
}
.approach-view.view-6:after {
    background: #ff0e9f;
}
.approach-view.view-7:after {
    background: #f54245;
}
.approach-view.view-8:after {
    background: #9424d7;
}
.approach-view.view-9:after {
    background: #0084fe;
}
.sets-apart .approach-view {
    margin: 0;
    padding: 24px;
    border-radius: 20px;
}
.sets-apart .approach-view h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 0;
    position: relative;
    color: #192a44;
    margin: 0;
}
.sets-apart .approach-view p {
    color: #4c596d;
}
.solutions-card {
    padding: 38px 40px;
    border: 1px solid #e5e7eb;
    height: 100%;
    background: #fff;
}
.solutions-card h3 {
    color: #192a44;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 34px;
}
.solutions-card ul {
    margin: 0;
    padding: 0;
}
.solutions-card li {
    color: #4c596d;
    font-size: 16px;
    font-weight: 400;
    line-height: 168%;
    padding-bottom: 12px;
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    margin: 0;
}
.solutions-card li:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ff6c1a;
}
.solution-common .solutions-card:hover {
    border: 1px solid #ff6c1a !important;
    border-top: 3px solid #ff6c1a !important;
}
.solutions-card:hover h3 {
    color: #ff6c1a !important;
}
.technology-alt-card>.industries-card>.content p {
    visibility: hidden;
    opacity: 0;
    min-height: 46px;
}
.technology-alt-card .industries-card .content p {
    -webkit-line-clamp: 3;
    margin-bottom: 0;
}
.technology-alt-card .industries-card .content {
    z-index: 11;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s all ease-in-out;
}
.technology-alt-card>.industries-card {
    position: absolute;
    transition: .3s ease-in-out;
    bottom: -36px;
    left: 20px;
    right: 20px;
}
.technology-alt-card:hover .industries-card {
    bottom: 20px;
}
.technology-alt-card:hover>.industries-card>.content>p {
    color: #fff;
    visibility: visible;
    opacity: 1;
}
.technology-alt-card {
    position: relative;
    transition: .3s ease-in-out;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
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 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;
}
.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;
}
.tech-stack-details img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 15px !important;
    object-fit: contain !important;
}
.tech-stack-details p, .tech-stack-wrap p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.tech-stack-details {
    margin: 0 auto !important;
    text-align: center;
}
.technology-alt-card:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    transition: height .5s ease-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 33.33%, #192a44 92.58%);
}

@media (max-width: 1199px) {
    .approach-view:after {
        width: 260px;
    }
    .solutions-card {
        padding: 25px 30px;
    }
    .solutions-card h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .industries-card .content h3 {
        font-size: 18px;
        margin: 0;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 18px;
    }
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .tech-stack-details img {
        height: 70px !important;
        width: 70px !important;
        margin-bottom: 10px !important;
    }
}
@media (max-width: 991px) {
    .approach-view:after {
        width: 290px;
    }
    .solutions-card {
        padding: 20px 25px;
    }
    .solutions-card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .approach-view:after {
        width: 340px;
    }
    .approach-view .image-card {
        width: 65px;
        height: 65px;
    }
    .solutions-card li {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 6px 15px;
        font-size: 16px;
    }
    .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;
    }
}
@media (max-width: 480px) {
    .approach-view:after {
        width: 250px;
        bottom: -15px;
    }
}