.case-study-banner {
    padding: 50px 0;
    min-height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.case-study-banner .bottom,
.case-study-banner .top {
    z-index: -1;
    width: auto;
    height: auto;
    position: absolute;
}
.case-study-banner .top {
    top: 0;
    right: 0;
}
.case-study-banner .bottom {
    bottom: 0;
    left: 0;
}
.case-study-banner .casestudy-heading span.topBadge {
    background-color: #F6FAFF;
    padding: 5px 10px;
    border-radius: 20px;
    color: #193C6D;
    font-weight: 550;
    margin-bottom: 10px;
    border: 2px solid #B0C2FD;
    display: inline-block;
    animation: 0.6s 0.1s both rotateBadge;
}
.case-study-banner .casestudy-heading span.topBadge i {
    color: #193C6D;
}
.case-study-banner .casestudy-heading h1 {
    font-size: 57px;
    font-weight: 650;
    line-height: 70px;
    animation: 0.7s 0.2s both fadeInUp;
    color: #0F172A;
}
.case-study-banner .casestudy-heading p {
    font-size: 22px;
    line-height: 40px;
    width: 100%;
    padding: 15px 0;
    animation: 0.7s 0.35s both fadeInUp;
    color: #475569;
}
.case-study-banner .casestudy-heading button {
    background-color: #fff;
    color: #193C6D;
    border: 2px solid #193C6D;
    padding: 18px 30px;
    font-size: 23px;
    border-radius: 7px;
    animation: 0.7s 0.5s both fadeInUp;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-study-banner .casestudy-heading button:hover{
    background-color: #193C6D;
    color: #fff;
}
.case-study-banner .casestudy-heading button i{
    font-size: 26px;
    margin-top: 5px;
    margin-left: 10px;
    line-height: 30px;
}
.case-study-banner .hero-image{
    display: flex;
    justify-content: center;
}
.case-study-banner .hero-image img{
    width: 72%;
    height: auto;
}
.case-box-row {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.case-box-row .case-box {
    margin: 50px 0 0;
    border-top: 2px solid #193C6D;
    padding: 20px 40px 0 0;
}
.case-box-row .case-box p {
    color: #000;
    margin: 6px 0;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 20px !important;
    font-weight: 600;
    width: 100%;
}
.case-box-row .case-box span {
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 0;
}
.about-clients{
    background-image: url(https://static.gmtasoftware.com/img/portfolio/link-case-study/about-us-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0px;
}
.about-clients .heading p{
    font-size: 20px;
    line-height: 35px;
    word-spacing: 3px;
    width: 85%;
}
.about-img img{
    width: auto;
    height: auto;
}
.slider-section .gallery-slide {
    display: block;
    height: 720px;
    overflow: hidden;
    padding: 0;
    border-radius: 12px;
}
.dating-services .services-Box:hover .image1,
.features .hide,
.flex-row-benafit:last-child::after,
.hiring-development .card img.image-2,
.hiring-development .card.active .vertical-text,
.hiring-development .card.active img.image-1,
.hiring-development .card:hover .vertical-text,
.hiring-development .card:hover img.image-1,
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.slider-section .gallery-slider .swiper-btn i {
    font-size: 34px;
    color: #000;
}
.slider-section .gallery-slider .swiper-btn i:hover {
    color: #193C6D;
}
.slider-section .swiper {
    margin: 0 190px;
}
.slider-section .gallery-slide img {
    width: 100%;
    height: 690px;
    aspect-ratio: 3/3;
    object-fit: contain;
}
.slider-section .swiper-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.slider-section .gallery-slider .swiper-btn {
    position: static;
    height: 46px;
    margin: 0;
}
.slider-section .gallery-slider .swiper-btn:after {
    font-size: 22px;
    color: #000;
}
.slider-section .swiper-slide {
    transition: transform 0.4s;
    transform: translateY(0);
}
.slider-section .swiper-slide-active {
    transform: translateY(0) !important;
}
.Journey-clean-fresh {
    background-color: #193C6D;
    padding: 60px 0;
}
.Journey-clean-fresh img {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    border-radius: 30px;
    margin: 20px auto 50px;
    width: 90%;
    height: auto;
    animation: 0.8s 0.2s both scaleIn;
}
.Journey-clean-fresh p {
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    word-spacing: 1px;
    letter-spacing: 0.3px;
    animation: 0.7s 0.3s both fadeInUp;
}
.heading h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 650;
    color: #fff;
}
.heading h2 span {
    color: #193C6D;
    font-size: 70px;
}
.section-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}
.progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 0 4px;
    position: absolute;
    bottom: 5px;
}
.dots-group,
.industry-item {
    align-items: center;
    display: flex;
}
.section-wrapper .industry-item:last-child{
    margin-bottom: 0px;
}
.dots-group {
    gap: 6px;
}
.dot {
    width: 28px;
    height: 6px;
    border-radius: 3px; 
    background: #6e84a3;
    transition: 0.5s;
}
.dot.active {
    transition: 0.5s;
    width: 46px;
    background: #193C6D;
}
.slide-counter {
    font-size: 1rem;
    color: #8fa0c0;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.slide-counter span.current {
    color: #193C6D;
    font-weight: 700;
}
.section-wrapper .rowmain {
    width: 95%;
    margin: auto;
    display: flex;
}
.cards-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.list-card {
    background: transparent;
    border-radius: 20px;
    padding: 6px 16px;
    width: 40%;
    flex-shrink: 0;
}
.industry-item {
    gap: 14px;
    padding: 21px 16px;
    border-radius: 12px;
    margin-bottom: 30px;
    align-items: center;
    border: 2px solid #E2F0EA;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
.industry-item::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(255, 255, 255, 40%);
    content: "";
    
}
.icon-wrap {
    font-weight: 750 !important;
    font-size: 20px;
    color: #193C6D;
}
.industry-item:last-child {
    margin-bottom: 0;
}
.industry-item:hover {
    background: #f4f6fc;
}
.industry-item.active,
.industry-item.active .icon-wrap {
    background: #193C6D;
    color: #fff;
    box-shadow: #193C6D 0 25px 20px -20px;
}
.industry-item.active .label {
    color: #fff;
}
.industry-item .label {
    font-size: 21px;
    font-weight: 500;
    color: #1a2a50;
    transition: color 0.2s;
}
.industry-item .arrow {
    margin-left: auto;
    color: #000;
    font-size: 30px;
    opacity: 1;
    transition: opacity 0.2s;
}
.industry-item.active .arrow {
    opacity: 1;
    color: #fff;
    font-size: 30px;
}
.detail-card {
    flex: 1;
    background: #F6FAFF;
    border: 1px solid #193C6D;
    width: 57%;
    border-radius: 20px;
    padding: 20px 30px 40px 30px;
    position: relative;
    height: 100%;
}
.detail-bg-num {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 20rem;
    font-weight: 600;
    color: rgba(43, 93, 245, 0.07);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px;
}
.detail-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}
.detail-title {
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
    color: #0d1b3e;
}
.capabilities-list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 0px;
    list-style: disc;
}
.capabilities-list li {
    font-size: 22px;
    list-style-type: disc !important;
    line-height: 35px;
    margin: 7px 0;
    color: #000;
    font-weight: 500;
}
.detail-inner {
    animation: 0.35s forwards fadeSlide;
}
.detail-inner .approach-title{
    font-weight: 600;
}
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.approach-desc, .detail-desc{
    color: #5C5C5C;
    line-height: 34px;
    font-size: 19px;
}
.cta-bg {
    background: #000920;
    background: linear-gradient(0deg, rgba(0, 9, 32, 1) 48%, rgba(1, 8, 27, 1) 100%);  
    padding: 0px 0px 0 50px;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
}
.cta-bg .cta-img{
    display: flex;
    justify-content: end;
    align-items: end;
}
.cta-bg .heading h2{
    font-size: 50px;
    line-height: 63px;
}
.cta-bg .heading h2 span{
    font-size: 71px;
    line-height: 80px;
    
}
.cta.cta2 .cta-bg.cta-bg2{
    background: #000D23;
    background: linear-gradient(0deg, rgba(0, 13, 35, 1) 0%, rgba(0, 22, 57, 1) 50%, rgba(0, 13, 36, 1) 100%);
}
.cta-bg img {
    width: 100%;
}
.cta-bg h1{
    color: #fff;
}
.cta-bg p{
    color: #fff;
    font-size: 21px;
    line-height: 34px;
    padding: 20px 0px;
}
.cta-bg button, .cta-bg .caseStudy {
    background: #fff;
    color: #193C6D;
    padding: 15px 30px;
    font-size: 19px;
    border: 2px solid #193C6D;
    border-radius: 7px;
    margin: 0px 20px 0px 0px;
    font-weight: 550;
}
.cta-bg .caseStudy{
    border-radius: 40px;
    color: #193C6D;
    border: 2px solid #193C6D;
    padding: 14px 30px;
    background: #fff;
    transition: 0.5s;
}
.cta-bg .caseStudy:hover, .cta-bg button:hover{
    background: #193C6D;
    color: #fff;
}
.cta-bg .caseStudy img{
    width: 30px;
    height: 30px;
}
.client-success {
    padding: 40px 0;
    background-color: #EEF9FF;
}
.client-box {
    background-color: #F5F8FF;
    border-radius: 18px;
    position: relative;
    padding: 30px 40px;
}
.client-box-4{
    background-color: #193C6D;
}
.client-box-1 {
    background-color: #F5F8FF;
    border: 2px solid #193C6D;
    color: #000;
}
.client-box h3,
.client-box p {
    width: 80%;
}
.client-box h3 {
    font-weight: 550;
    font-size: 30px;
    padding: 10px 0;
    color: rgb(90, 101, 125, 12%);
}
.client-box p {
    font-size: 19px;
    line-height: 33px;
    color: rgba(255, 255, 255);
    word-spacing: 2px;
}
.client-box-1 h3,
.client-box-1 p {
    color: #000;
}
.client-box span {
    position: absolute;
    top: 10%;
    right: 20px;
    font-size: 250px;
    line-height: 260px;
    font-weight: 550;
    display: inline-block;
    color: rgb(255, 255, 255, 20%);
}
.client-box-1 span {
    color: rgb(0, 0, 0, 10%);
}
.client-box-2,
.client-box-3 {
    margin: 30px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 85%;
}
.client-box-3 {
    background-color: rgb(91, 89, 253, 15%);
    box-shadow: none;
}
.client-box-2 h3,
.client-box-3 h3 {
    font-size: 23px;
    font-weight: 550;
    padding: 10px 0;
}
.client-box-2 p,
.client-box-3 p {
    font-size: 18px;
    line-height: 33px;
}
.laptop-screen img {
    width: 85%;
    animation: 0.9s 0.15s both scaleIn;
    transition: transform 0.4s;
}
.hiring-development {
    background-color: #08050d;
    padding-bottom: 50px;
}
.hiring-development .card-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 550px;
    gap: 20px;
    margin-top: 10px;
}
.hiring-development .card {
    width: 15%;
    background: rgb(15, 16, 30, 60%);
    border-radius: 20px;
    padding: 15px 30px 10px 30px;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 550px;
    gap: 15px;
}
.card::before {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #193C6D;
    background: linear-gradient(213deg, #b0abdd 20%, #ffffff 100%);
    content: "";
    width: 100px;
    height: 5px;
    border-radius: 10px;
    opacity: 0;
}
.flex-row-benafit::after,
.tech-stack .tech-box h3::before {
    left: 0;
    height: 1px;
    background: rgb(15, 16, 30, 60%);
    position: absolute;
}
.hiring-development .card img {
    width: 50px;
    height: 50px;
}
.hiring-development .card.active img {
    width: 65px;
    height: 65px;
    box-shadow:
        rgba(6, 9, 17, 0.3) 0 19px 38px,
        rgba(5, 13, 85, 0.22) 0 15px 12px;
    border-radius: 50%;
}
.hiring-development .num {
    font-size: 40px;
    color: rgb(255, 255, 255, 0.8);
    font-weight: 600;
    opacity: 0.5;
}
.hiring-development .vertical-text {
    writing-mode: vertical-lr;
    transform: rotate(-360deg);
    color: #d3d2d2;
    font-size: 18px;
    font-weight: 450;
}
.hiring-development .content {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
    color: #fff;
    display: none;
}
.hiring-development .card.active,
.hiring-development .card:hover {
    width: 60%;
    background: #193C6D;
    align-items: start;
    padding-top: 40px;
}
.anim-ready,
.hiring-development .card.active::before {
    opacity: 1;
}
.hiring-development .card.active .num,
.hiring-development .card:hover .num {
    position: absolute;
    top: 30px;
    right: 10%;
    background: rgba(237, 237, 240, 0.8);
    font-size: 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hiring-development .card.active .content,
.hiring-development .card:hover .content {
    opacity: 1;
    display: block;
    transform: translateY(0);
}
.hiring-development .content h3 {
    font-weight: 550;
    font-size: 30px !important;
}
.hiring-development .content span.spannn {
    font-size: 20px;
    padding: 7px 0;
    color: #9ca3af;
    display: block;
}
.hiring-development .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    margin-top: 20px;
}
.hiring-development .content ul li span {
    background: #193C6D;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}
.hiring-development .content ul li {
    width: 46%;
    backdrop-filter: blur(8px);
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    margin: 0px 10px 10px 0;
}
.hiring-development .content p {
    padding-top: 20px;
    font-size: 18px;
    
}
.benefitCustomer {
    background-color: #08050d;
    color: #fff;
    padding: 20px 0 40px;
}
.flex-row-benafit {
    display: flex;
    gap: 60px;
    width: 80%;
    margin: auto;
    padding: 20px 0;
}
.flex-row-benafit::after {
    content: "";
    bottom: 0;
    width: 100%;
}
.dating-services .services-Box:hover .image2,
.datingClone .tab-content.active,
.features .show,
.hiring-development .card.active img.image-2,
.hiring-development .card:hover img.image-2 {
    display: block;
}
.clean-business {
    padding: 60px 0;
    background-color: #E8EBF8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.clean-business .bottom,
.clean-business .top {
    z-index: -1;
    width: auto;
    height: auto;
    position: absolute;
}
.clean-business .top {
    top: 0;
    left: 0;
}
.clean-business .bottom {
    bottom: 0;
    right: 0;
}
.clean-business .heading div.span1 {
    border: 1px solid #c3c6c9;
    color: #193C6D;
    padding: 4px 30px;
    display: inline-block;
    border-radius: 20px;
}
.clean-business .heading div.span1 span {
    width: 10px;
    height: 10px;
    background-color: #193C6D;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}
.clean-business .heading h2 {
    padding: 10px 0;
}
.clean-business .heading p {
    font-size: 20px;
    padding-bottom: 20px;
}
.clean-business-box {
    background-color: #fff;
    padding: 30px 30px 50px;
    border-radius: 20px;
    height: 95%;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border: 3px solid #fff;
    transition: 0.5s;
    position: relative;
}
.clean-business-box::before {
    content: "";
    bottom: 0;
    height: 8px;
    background-color: #193C6D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.clean-business-box:hover,
.clean-business-box:hover::before {
    opacity: 1;
    border: 3px solid #193C6D;
}
.clean-business-box span {
    font-size: 70px;
    font-weight: 660;
    line-height: 1;
    padding: 25px 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    animation: 0.8s 0.3s both countUp;
    display: inline-block;
}
.clean-business-box img {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 20px;
    display: inline-block;
}
.clean-business-box h3 {
    font-weight: 550;
    font-size: 25px;
}
.clean-business-box p {
    margin-top: 5px;
    font-size: 21px;
    line-height: 37px;
    word-spacing: 2px;
    color: #475569;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}
@keyframes shimmer {
    from {
        background-position: -200% center;
    }
    to {
        background-position: 200% center;
    }
}
@keyframes borderGlow {
    0%,
    100% {
        box-shadow: 0 0 0 rgba(25, 131, 191, 0);
    }
    50% {
        box-shadow: 0 0 18px rgba(25, 131, 191, 0.35);
    }
}
@keyframes rotateBadge {
    from {
        transform: rotate(-5deg) scale(0.7);
        opacity: 0;
    }
    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}
@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 70%;
    }
}
.anim-hidden {
    opacity: 0;
    transition: opacity 0.1s;
}
.case-box-row .case-box:first-child {
    animation: 0.6s 0.6s both fadeInUp;
}
.case-box-row .case-box:nth-child(2) {
    animation: 0.6s 0.75s both fadeInUp;
}
.case-box-row .case-box:nth-child(3) {
    animation: 0.6s 0.9s both fadeInUp;
}
.case-study-banner .hero-image {
    animation:
        5s ease-in-out infinite floatUpDown,
        0.8s 0.3s both fadeInRight;
}
.Journey-clean-fresh .heading h2 {
    animation: 0.7s both fadeInUp;
}
.section-wrapper .heading h2 {
    animation: 0.6s both fadeInDown;
}
.list-card {
    animation: 0.7s 0.2s both slideInLeft;
}
.detail-card {
    animation: 0.7s 0.3s both slideInRight;
}
.industry-item {
    transition:
        background 0.2s,
        transform 0.2s;
}
.industry-item.active,
.industry-item:hover {
    transform: translateX(6px);
}
.client-box-2:hover,
.client-box-3:hover {
    transform: translateY(-6px);
}
.cta .heading h2,
.cta.cta2 .heading h2 {
    animation: 0.7s both fadeInLeft;
}
.cta .heading button,
.cta.cta2 .heading button {
    animation: 0.7s 0.2s both fadeInLeft;
}
.cta .cta-img,
.cta.cta2 .cta-img {
    animation: 0.7s 0.15s both fadeInRight;
}
.cta-bg {
    animation: 3s ease-in-out infinite borderGlow;
}
.clean-business .heading h2,
.client-success .heading h2,
.hiring-development .heading h2 {
    animation: 0.6s both fadeInUp;
}
.client-box,
.col-lg-4:nth-child(2) .clean-business-box {
    animation: 0.7s 0.1s both fadeInUp;
}
.client-box-1,
.col-lg-4:nth-child(3) .clean-business-box {
    animation: 0.7s 0.2s both fadeInUp;
}
.client-box-2 {
    animation: 0.7s 0.2s both slideInLeft;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.client-box-2:hover {
    box-shadow: rgba(99, 99, 99, 0.3) 0 8px 20px 0;
}
.client-box-3 {
    animation: 0.7s 0.3s both slideInRight;
    transition: transform 0.3s;
}
.laptop-screen img:hover {
    transform: scale(1.02);
}
.hiring-development .heading p {
    animation: 0.6s 0.15s both fadeInUp;
    font-size: 18px;
    width: 70%;
    margin: 10px auto;
}
.clean-business .heading p,
.hiring-development .card:first-child {
    animation: 0.6s 0.1s both fadeInUp;
}
.hiring-development .card:nth-child(2) {
    animation: 0.6s 0.25s both fadeInUp;
}
.hiring-development .card:nth-child(3) {
    animation: 0.6s 0.4s both fadeInUp;
}
.col-lg-4:nth-child(4) .clean-business-box {
    animation: 0.7s 0.3s both fadeInUp;
}
.clean-business-box::before {
    transition:
        opacity 0.5s,
        width 0.5s;
    width: 0;
    opacity: 0;
}
.clean-business-box:hover::before {
    opacity: 1;
    width: 70%;
}
.scroll-anim {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.65s,
        transform 0.65s;
}
.scroll-anim.scroll-anim--left {
    transform: translateX(-50px);
}
.scroll-anim.scroll-anim--right {
    transform: translateX(50px);
}
.scroll-anim.scroll-anim--scale {
    transform: scale(0.88);
}
.scroll-anim.in-view {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}
.scroll-anim-stagger > :first-child {
    transition-delay: 50ms;
}
.scroll-anim-stagger > :nth-child(2) {
    transition-delay: 0.15s;
}
.scroll-anim-stagger > :nth-child(3) {
    transition-delay: 0.25s;
}
.scroll-anim-stagger > :nth-child(4) {
    transition-delay: 0.35s;
}
.scroll-anim-stagger > :nth-child(5) {
    transition-delay: 0.45s;
}
.casestudy-heading button,
.cta-bg button {
    transition:
        transform 0.2s,
        box-shadow 0.2s,
        background-color 0.2s;
}
.casestudy-heading button:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}
.cta-bg button:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 18px rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1680px) {
    .heading h2 span{
        font-size: 55px;
    }
    .slider-section .swiper {
        margin: 0;
    }
    .case-study-banner {
        padding: 40px 0;
    }
    .Journey-clean-fresh p, .approach-desc, .detail-desc {
        font-size: 16px;
        line-height: 29px;
    }
    .section-wrapper .rowmain {
        width: 100%;
    }
    .client-box p,
    .client-box-2 p,
    .client-box-3 p {
        font-size: 17px;
        line-height: 28px;
    }
    .capabilities-list li {
        font-size: 18px;
    }
    .heading h2 {
        font-size: 42px;
    }
    .cta-bg p{
        font-size: 18px;
        line-height: 30px;
        padding: 14px 0px;
    }
    .cta-bg .heading h2{
        font-size: 40px;
        line-height: 50px;
    }
    .cta-bg .heading h2 span{
        font-size: 55px;
        line-height: 58px;
    }
    .case-study-banner .casestudy-heading h1{
        font-size: 45px;
        line-height: 60px;
    }
    .case-study-banner .casestudy-heading p{
        font-size: 19px;
        line-height: 33px;
    }
    .about-clients .heading p{
        font-size: 17px;
        line-height: 30px;
        width: 96%;
    }
    .case-box-row .case-box{
        margin-top: 40px;
    }
    .client-box h3, .client-box p{
        width: 85%;
    }
    .hiring-development .content p{
        padding-top: 13px;
        font-size: 16px;
    }
    .detail-title{
        font-size: 1.8rem;
        line-height: 30px;
    }
    .cta-bg button, .cta-bg .caseStudy{
        font-size: 15px;
        margin-right: 16px;
    }

}
@media only screen and (max-width: 1365px) {
    .heading h2 span{
        font-size: 50px;
    }
    .hiring-development .content h3{
        font-size: 25px !important;
        line-height: 32px;
    }
    .case-study-banner .casestudy-heading h1 {
        font-size: 40px;
        line-height: 54px;
    }
    .client-box p,
    .client-box-2 p,
    .client-box-3 p {
        font-size: 16px;
        line-height: 29px;
    }
    .capabilities-list li{
        line-height: 26px;
        margin: 3px 0px;
    }
    .capabilities-list li,
    .case-study-banner .casestudy-heading p,
    .industry-item .label {
        font-size: 17px;
    }
    .case-box-row .case-box {
        margin: 30px 0 0;
        padding: 20px 30px 0 0;
    }
    .clean-business-box h3 {
        font-size: 21px;
    }
    .clean-business-box {
        padding: 30px 21px 50px;
    }
    .heading h2 {
        font-size: 37px;
        line-height: 45px;
    }
    .slider-section .gallery-slide {
        height: 650px;
    }
    .slider-section .gallery-slide img {
        height: 630px;
    }
    .cta-bg p, .clean-business-box p, .about-clients .heading p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 3px;
    }
    .cta-bg{
        padding: 0px 0px 0 30px;
    }
    .cta-bg .heading h2 span{
        font-size: 50px;
    }
    .cta-bg .heading h2{
        font-size: 36px;
        line-height: 45px;
    }
    .cta-bg button{
        margin: 0px 10px 10px 0px;
    }
    .cta-bg button, .cta-bg .caseStudy{
        font-size: 14px;
        padding: 12px 20px;
    }
    .cta-bg .caseStudy{
        padding: 10px 20px 10px 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .heading h2 span{
        font-size: 45px;
    }
    .slider-section .gallery-slide {
        height: 570px;
    }
    .slider-section .gallery-slide img {
        height: 555px;
    }
    .case-study-banner .casestudy-heading h1 {
        font-size: 33px;
        line-height: 45px;
    }
    .client-box p,
    .client-box-2 p,
    .client-box-3 p {
        line-height: 25px;
    }
    .hiring-development .card.active,
    .hiring-development .card:hover {
        width: 63.5%;
    }
    .heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .hiring-development .content h3 {
        font-size: 25px !important;
    }
    .hiring-development .content ul li {
        width: 46%;
    }
    .hiring-development .card {
        padding: 30px 20px;
    }
    .client-box span {
        font-size: 200px;
    }
    .capabilities-list li,
    .hiring-development .heading p,
    .industry-item .label {
        font-size: 16px;
    }
    .hiring-development .heading p {
        width: 80%;
    }
    .detail-card {
        padding: 36px 22px 32px;
    }
    .clean-business-box p, .case-study-banner .casestudy-heading p {
        line-height: 26px;
        font-size: 15px;
    }
    .clean-business-box h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .hiring-development .content ul {
        gap: 0;
    }
    .clean-business .heading p {
        font-size: 18px;
    }
    .case-study-banner .hero-image img{
        width: 90%;
    }
    .case-study-banner .casestudy-heading button{
        font-size: 16px;
        padding: 3px 20px;
    }
    .case-box-row .case-box span, .about-clients .heading p{
        line-height: 26px;
        font-size: 14px;
    }
    .Journey-clean-fresh img{
        width: 95%;
        margin-bottom: 20px auto 20px;
    }
    .Journey-clean-fresh{
        padding: 40px 0px;
    }
    .cta-bg button, .cta-bg .caseStudy{
        font-size: 12px;
        padding: 12px 11px;
    }
    .cta-bg .caseStudy{
        padding: 8px 14px 8px 8px;
        margin-right: 0px !important;
    }
    .cta-bg .heading h2 span{
        font-size: 40px;
    }
    .hiring-development .content p{
        font-size: 14px;
    }
    .hiring-development .content ul li{
        font-size: 13px;
    }
    .hiring-development .card{
        height: 500px;
    }
    .cta-bg p{
        padding: 10px 0px;
        font-size: 15px;
        line-height: 25px;
    }
    .cta-bg .heading h2{
        font-size: 30px;
        line-height: 39px;
    }
    .cta-bg{
        padding: 0px 0px 0px 30px;
    }
    .clean-business-box span{
        padding: 15px 0px;
    }
    .cta-bg .cta-img img{
        width: 85%;
    }
    

}
@media only screen and (max-width: 991px) {
    .heading h2 span{
        font-size: 40px;
    }
    .hiring-development .card.active, .hiring-development .card:hover{
        width: 65%;
    }
    .hiring-development .card{
        width: 14%;
    }
    .case-box-row .case-box {
        padding: 20px 23px 0 0;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 93% !important;
    }
    .case-study-banner .casestudy-heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .detail-card {
        padding: 28px 16px 32px;
    }
    .capabilities-list li,
    .industry-item .label {
        font-size: 15px;
    }
    .capabilities-list li{
        margin: 1px 0px;
    }
    .hiring-development .card-track, .hiring-development .card.active, .hiring-development .card:hover, .hiring-development .card{
        height: 650px;
    }
    .hiring-development .content ul li{
        width: 100%;
    }
    .progress-row {
        bottom: 10px;
        margin-bottom: 0;
    }
    .clean-business-box span {
        font-size: 40px;
    }
    .hiring-development .content ul {
        padding-left: 0;
    }
    .hiring-development .content ul li {
        margin: 10px 10px 0 0;
    }
    .detail-header {
        margin-bottom: 2px;
    }
    .case-study-banner .casestudy-heading p {
        font-size: 16px;
    }
    .Journey-clean-fresh p {
        font-size: 15px;
        line-height: 25px;
    }
    .detail-title {
        font-size: 25px;
        line-height: 30px;
    }
    .list-card {
        width: 44%;
    }
    .client-box h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .client-box-2,
    .client-box-3 {
        height: 90%;
    }
    .client-box-1 {
        margin-top: 20px;
    }
    .hiring-development .heading p {
        width: 100%;
    }
    .cta-bg .caseStudy{
        margin-top: 10px;
    }
    .cta-bg .heading h2{
        font-size: 27px;
        line-height: 34px;
    }
    .cta-bg, .cta.cta2 .cta-bg{
        padding: 30px;
    }
    .client-box h3, .client-box p{
        width: 95%;
    }
    .cta-bg .cta-img{
        display: none !important;
    }
}
@media (max-width: 768px) {
    .list-card{
        padding: 0px;
    }
    .hiring-development .card-track, .hiring-development .card.active, .hiring-development .card:hover, .hiring-development .card{
        height: auto !important;
    }
    .Journey-clean-fresh img {
        margin: 20px 0 30px;
    }
    .detail-card {
        width: 100%;
        padding: 24px 15px 22px;
    }
    .cards-row {
        flex-direction: column;
    }
    .client-box h3,
    .client-box p,
    .hiring-development .card,
    .hiring-development .card.active,
    .hiring-development .card:hover,
    .list-card {
        width: 100%;
    }
    .section-title {
        font-size: 1.7rem;
    }
    .detail-bg-num {
        font-size: 6rem;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 99% !important;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .cta-bg,
    .cta.cta2 .cta-bg {
        padding: 20px 20px 0;
        border-radius: 10px;
        text-align: center;
    }
    .hiring-development .card,
    .hiring-development .card-track {
        height: auto;
    }
    .hiring-development .content h3 {
        font-size: 23px !important;
    }
    .hiring-development .content p {
        padding-top: 0;
    }
    .cta-img img {
        margin-top: 30px;
    }
    .client-box, .client-box-2, .client-box-3 {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 576px) {
    .heading h2 span{
        font-size: 35px;
    }
    .cta-bg, .cta.cta2 .cta-bg{
        padding: 20px;
    }
    .slider-section.py-5.mt-2{
        padding-bottom: 0px !important;
    }
    .cta.my-5{
        margin-top: 10px !important;
    }
    .cta-bg .heading h2 br{
        display: none;
    }
    .cta-bg .heading h2 span{
        font-size: 33px;
        line-height: 40px;
    }
    .cta-bg .heading, .cta .pe-0 {
        padding: 0px 0px !important;
    }
    .cta .col-lg-7.col-md-7.col-sm-12.pe-0{
        padding-right: 10px !important;
    }
    .case-study-banner .hero-image {
        animation: 0.8s both fadeInRight;
        display: none;
    }
    .scroll-anim {
        transition-duration: 0.45s;
    }
    .casestudy-heading button:hover {
        transform: translateY(-1px) scale(1.01);
    }
    .detail-bg-num {
        top: 20px;
        right: 10px;
    }
    .slider-section .swiper-slide {
        height: 540px;
    }
    .slider-section .swiper-slide img {
        height: 510px;
    }
    .case-study-banner .casestudy-heading h1 {
        font-size: 32px;
        line-height: 37px;
    }
    .case-box-row .case-box p,
    .case-box-row .case-box span {
        font-size: 14px;
    }
    .case-box-row .case-box {
        padding: 20px 15px 0 0;
    }
    .case-box-row .case-box img {
        width: 35px;
    }
    .case-study-banner {
        height: auto;
        min-height: 65vh;
    }
    .hiring-development .content ul li {
        width: 100%;
    }
    .hiring-development .card.active .num,
    .hiring-development .card:hover .num {
        color: rgb(235 237 255 / 80%);
        background: unset;
        font-size: 60px;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        top: 12px;
    }
    .detail-card {
        margin-bottom: 10px;
        height: auto;
    }
    .detail-title {
        font-size: 21px;
    }
    .section-wrapper{
        padding: 20px 0px;
    }
}
.slider-section .swiper {
    padding: 0px 3px;
}
