    .bi::before {
        display: inline-block;
        width: 1em;
        height: 1em;
        content: "";
    }

    html::-webkit-scrollbar {
        display: none;
    }
    html {
        scrollbar-width: none;
    }
    html {
        -ms-overflow-style: none;
    }

    .gridscanBanner h1 {
        font-family: 'Poppins', Arial, sans-serif;
        font-display: swap;
        font-size: 80px;
        font-weight: 600;
        text-align: center;
        line-height: 1.3
    }

    .gridscanBanner p {
        font-size: 22px;
        width: 90%;
        margin: 0 auto;
        padding: 25px 0;
        text-align: center;
    }

    .gridscanBanner {
        background: #000;
        color: #fff;
        overflow: hidden;
        min-height: 90svh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90svh;
    }

    #grid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 0;
        contain: strict;
        will-change: transform;
        pointer-events: none;
    }

    .gridscans {
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .imagesBanner {
        min-height: 124px;
    }

    .revew {
        z-index: 9;
    }

    body .Click-here.Click-here,
    .caseStudy-section .caseStudy-content a {
        min-height: 50px;
        height: 50px;
        background: #000dff;
        color: #fff;
        border: 0;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        overflow: visible;
        box-shadow: none;
        transition: .4s ease;
    }

    body .Click-here.Click-here::before,
    .caseStudy-section .caseStudy-content a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #000dff;
        border-radius: inherit;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        box-shadow: 0 0 0 0 #000dff;
    }
    body .Click-here.Click-here.Click-hereLight::before{
        background: #000dff;
        box-shadow: 0 0 0 0 #fff;

    }

     body .Click-here.Click-here.Click-hereLight:hover::before{
         opacity: 1;
         animation: GmtasoftwarePulses 1.5s infinite;
     }
    body .Click-here.Click-here:hover::before,
    .caseStudy-section .caseStudy-content a:hover::before {
        opacity: 1;
        animation: GmtasoftwarePulse 1.5s infinite;
    }

    @keyframes GmtasoftwarePulses {
        0% {
            box-shadow: 0 0 0 0 #35353a;
        }
        70% {
            box-shadow: 0 0 0 10px #7982ff28;
        }
        100% {
            box-shadow: 0 0 0 0 #464646;
        }
    }

    @keyframes GmtasoftwarePulse {
        0% {
            box-shadow: 0 0 0 0 #000dff;
        }

        70% {
            box-shadow: 0 0 0 10px #000dff28;
        }

        100% {
            box-shadow: 0 0 0 0 #000dff05;
        }
    }


    @media only screen and (max-width: 576px) {
        .gridscanBanner p {
            line-height: 1.5;
        }

        .gridscanBanner h1 {
            font-size: 29px !important;
            line-height: 1.4 !important;
        }
    }

    .WhoWeAre {
        background-color: #000000;
        padding: 50px 0px;
    }

    .gridRow .sameGridBox::after,
    .gridRow .sameGridBox::before {
        content: "";
        position: absolute;
        border-radius: inherit;
        pointer-events: none;
        inset: 0;
    }

    .gridRow .sameGridBox {
        position: relative;
        background-color: #111127;
        padding: 50px 40px;
        margin: 10px 8px;
        border-radius: 30px;
        text-align: center;
        display: inline-block;
        color: #fff;
        transition: 0.4s;
        overflow: hidden;
        --x: 50%;
        --y: 50%;
        --purple-glow: rgba(63, 49, 255, 0.9);
    }

    .gridRow .sameGridBox::before {
        background: radial-gradient(circle at var(--x) var(--y), rgba(49, 62, 252, 0.25), transparent 60%);
        opacity: 0;
        transition:
            opacity 0.3s,
            background-position 0.1s;
    }

    .gridRow .sameGridBox::after {
        padding: 9px;
        background: radial-gradient(400px circle at var(--glow-x) var(--glow-y),
                rgba(49, 62, 252, calc(var(--glow-intensity) * 1)) 0,
                rgba(49, 62, 252, calc(var(--glow-intensity) * 0.6)) 40%,
                transparent 70%);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        mask-composite: exclude;
    }

    .gridRow .sameGridBox:hover::after,
    .gridRow .sameGridBox:hover::before {
        opacity: 1;
    }

    .gridRow .sameGridBox:hover {
        box-shadow:
            0 2px 10px rgba(46, 24, 78, 0.4),
            0 0 17px var(--purple-glow);
    }

    .gridRow .sameGridBox span {
        font-size: 80px;
        font-weight: 550;
        padding-bottom: 20px;
    }

    .gridRow .sameGridBox p {
        font-size: 22px;
        font-weight: 450;
        margin-bottom: 4px;
    }

    .gridRow .technology {
        width: 55%;
        display: inline-block;
    }

    .gridRow .customer {
        width: 40%;
    }

    .gridRow .Experience,
    .gridRow .Mastereds {
        width: 47%;
    }

    .gridRow .Retention,
    .gridRow .projectComplated {
        width: 97%;
    }

    .gridRow .Retention p,
    .gridRow .projectComplated p {
        font-size: 27px;
    }

    .gridRow .Retention span,
    .gridRow .projectComplated span {
        font-size: 90px;
    }

    .heading h2 {
        font-size: 53px;
        line-height: 65px;
        margin-bottom: 10px;
        font-weight: 650;
    }

    .heading p {
        font-size: 23px;
        line-height: 36px;
        color: #878787;
        width: 90%;
        margin: auto;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .serviceMain {
        padding: 50px 0px;
        background-color: #fff;
    }

    .servicesBox {
        border: 2px solid #f5f5f5;
        border-radius: 20px;
        height: 96%;
        margin: 10px 0px;
        background-color: #fff;
        padding: 20px;
        transition: 0.5s;
    }

    .servicesBox img {
        width: 100%;
    }

    .servicesBox span {
        display: block;
        background: #001dfc;
        background: linear-gradient(0deg, rgba(0, 29, 252, 1) 0%, rgba(45, 184, 253, 1) 100%);
        color: #ffff;
        width: 50px;
        height: 35px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        margin: 14px 0px;
    }

    .servicesBox h3 {
        font-weight: 550;
        line-height: 44px;
        font-size: 34px;
        margin-bottom: 20px;
    }

    .servicesBox p {
        font-size: 20px;
        color: #4b4b4b;
    }

    .servicesBox:hover {
        background-color: #0033FF;
    }

    .servicesBox:hover h3,
    .servicesBox:hover p {
        color: #fff;
    }

    .servicesBox:hover span {
        background: #00BBFF;
    }


    .seconrRow {
        background-color: #fff;
        padding: 40px 20px;
        border-radius: 16px;
        margin-top: 25px !important;
    }

    .seconrRow h3 {
        margin-bottom: 30px;
        color: #1D4ED8;
        font-size: 35px;
        font-weight: 550;
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }
    .seconrRow h3 .dot{
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #1D6FF2;
    }
    .seconrRow h3 .line{
        width: 150px;
        height: 2px;
        background-color: rgb(29, 111, 242, 50%);
    }

    .seconrRow img {
        width:16.66%;
        object-fit:contain;
        margin: auto;
    }
    .seconrRow img:last-child{
        border-right: none;
    }
    .gsap-logo-row{
        display:flex;
        overflow:hidden;
        justify-content: space-between;
        width:100%;
    }

    .security-compliance {
        padding: 50px 0px;
    }

    .security-compliance .heading span.span {
        font-size: 17px;
        padding: 7px 20px;
        display: inline-block;
        margin-bottom: 15px;
        border-radius: 30px;
        color: #1D4ED8;
        font-weight: 450;
        background-color: #E4ECFF;
    }

    .security-compliance .heading h2 {
        font-size: 50px;
        font-weight: 650;
        line-height: 60px;
        margin-bottom: 40px;
        position: relative;
    }

    .security-compliance .heading h2::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0px;
        background-color: #1D6FF2;
        width: 32%;
        height: 5px;
    }

    .security-compliance .heading p {
        font-size: 21px;
        color: #475569;
    }

    .security-compliance .heading span.span11 {
        color: #1D6FF2;
    }

    .security-compliance-box {
        padding: 35px 20px;
        display: flex;
        align-items: start;
        border: 2px solid #eeeeee;
        margin: 30px 0px;
        gap: 20px;
        border-radius: 20px;
        margin-left: 36px;
        transition: 0.5s;
    }

    .security-compliance-box:hover {
        box-shadow: rgba(168, 180, 231, 0.3) 0px 19px 38px, rgba(140, 177, 219, 0.22) 0px 15px 12px;
        background-color: #0033FF;
    }

    .security-compliance-box h3 {
        margin-bottom: 12px;
        line-height: 34px;
        font-weight: 550;
    }

    .security-compliance-box:hover h3,
    .security-compliance-box:hover p {
        color: #fff;
    }

    .security-compliance-box p {
        font-size: 19px;
        margin-top: 5px;
        color: #475569;
    }

    .security-compliance-box .innerCompliance {
        border-left: 2px solid #ebe9e9;
        padding-left: 20px;
    }

    .client-storiess {
        padding: 40px 0px;
        background-color: #fff;
        z-index: 1;
    }

    .client-storiess .heading p {
        width: 75%;
        margin: auto auto 20px;
        padding-bottom: 0 !important;
    }

    .client-storiess .WhyGmtaDeatils {
        padding: 30px;
        border-radius: 20px !important;
    }

    .client-storiess .WhyGmtaDeatils span {
        background-color: #e3eaf2;
        width: 50px;
        height: 50px;
        display: flex;
        color: #0c1425;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-weight: 550;
        font-size: 19px;
    }

    .client-storiess .WhyGmtaDeatils h3 a {
        color: #fff;
        text-decoration: underline;
    }

    .client-storiess .WhyGmtaDeatils h3 a:hover {
        color: #000dff;
    }

    .client-storiess .WhyGmtaDeatils h3 {
        padding: 10px 0;
        font-weight: 550;
        font-size: 24px !important;
        line-height: 28px;
    }

    .client-storiess .WhyGmtaDeatils p {
        font-size: 19px;
    }

    .client-storiess .WhyGmtaDeatils img {
        width: 50%;
        height: auto;
        margin: 40px auto auto;
        display: block;
    }

    .client-storiess .carousel-3d {
        perspective: 1450px;
        transform-style: preserve-3d;
        height: 600px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
    }

    .client-storiess .card-3d {
        position: absolute;
        width: 470px;
        height: 600px;
        border-radius: 30px;
        padding: 20px;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        transition: 2s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .client-storiess .bg1 {
        background: #0070FF;
        color: #fff;
    }

    .client-storiess .bg2 {
        background: #CDE2FF;
        color: #000;
    }

    .client-storiess .bg3 {
        background: #0070FF;
        color: #fff;
    }

    .client-storiess .bg4 {
        background: #e0f2fe;
        color: #0f2b5b;
    }

    .client-storiess .bg5 {
        background: #bfdbfe;
        color: #0f2b5b;
    }

    .client-storiess .bg6 {
        background: #0900FF;
        color: #fff;
    }

    .client-storiess .controls {
        text-align: center;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .client-storiess button {
        border: 2px solid #bfdbfe;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        color: #000;
        margin: 5px;
    }

    .client-storiess button:hover {
        border: 2px solid #bfdbfe;
        color: #0033FF;
    }

    .video-box {
        position: relative;
        overflow: hidden;
    }

    .video-box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-box iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .caseStudy-section {
        background-color: #EFF5FF;
        position: relative;
        padding: 50px 0px;
    }

    .caseStudy-section .mainRow {
        background-color: #fff;
        align-items: center;
        border-radius: 45px;
        position: sticky;
        top: 10rem;
        margin: 0px 80px;
        margin-bottom: 20px;
    }

    .caseStudy-section .caseStudy-content {
        padding-left: 30px;
    }

    .case-study-img img {
        width: 95%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    .caseStudy-section .caseStudy-content img {
        display: block;
    }

    .caseStudy-section .caseStudy-content span {
        color: #214C87;
        font-size: 18px;
        font-weight: 450;
        display: inline-block;
        margin: 10px 0px;
    }
    .caseStudy-section .caseStudy-content .MarginRight{
        margin-left: 20px;
    }

    .caseStudy-section .caseStudy-content h3 {
        font-weight: 650;
        line-height: 45px;
        font-size: 45px;
        margin-bottom: 10px;
    }

    .caseStudy-section .caseStudy-content p {
        font-size: 22px;
        color: #475569;
        width: 90%;
    }

    .caseStudy-section .caseStudy-content h4 {
        font-weight: 550;
        font-size: 25px;
        color: #94A3B8;
    }

    .caseStudy-section .caseStudy-content ul {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        padding-left: 10px;
    }

    .caseStudy-section .caseStudy-content ul li {
        width: 48%;
        font-size: 20px;
        color: #334155;
        display: flex;
        gap: 7px;
    }

    .caseStudy-section .caseStudy-content ul li img {
        width: 25px;
        height: 25px;
    }

    .caseStudy-section .caseStudy-content a {
        margin-top: 20px;
    }

    .videos-testimonial {
        padding: 60px 0;
        background-color: #EFF5FF;
    }

    .video-box {
        position: relative;
        overflow: hidden;
    }

    .video-box img {
        width: 100%;
        display: block;
    }

    .dots span,
    .video-box,
    .video-box img {
        border-radius: 30px;
        width: 100%;
        height: 100%;
    }

    .video-box iframe {
        width: 100%;
        height: 317px;
        border: none;
        border-radius: 30px;
    }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 50%;
        background: #ed1f24;
        cursor: pointer;
        z-index: 2;
    }

    .play-btn i {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
    }

    .industriesGmtaSection .heading {
        margin: 50px 0px 100px 0px;
    }

    .industriesGmtaSection {
        position: relative;
        overflow: hidden;
        height: 100vh;
        padding: 50px 0px 100px 0px;
        background: radial-gradient(circle at 50% 0%, rgb(32 87 255 / .18), transparent 36%), linear-gradient(180deg, #050505 0%, #000 100%)
    }

    .industriesGmtaSection::before {
        left: 0;
        background: linear-gradient(90deg, #000 0%, #fff0 100%)
    }

    .industriesGmtaSection::after {
        right: 0;
        background: linear-gradient(270deg, #000 0%, #fff0 100%)
    }

    .IndustriesSlider {
        position: relative;
        min-height: 420px;
        height: 550px;
        width: 100%;
        overflow: visible;
        margin-top: -185px;
        cursor: grab;
        touch-action: none
    }

    .IndustriesSlider.is-dragging {
        cursor: grabbing
    }

    .mainIndustriesCircle {
        position: absolute;
        width: calc(100vw + 210px);
        min-width: 1600px;
        max-width: 2400px;
        height: 330px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        perspective: 1200px
    }

    .industriesMode {
        position: absolute;
        pointer-events: none;
        width: 100%;
        left: 50%;
        top: 0;
        height: 100%;
        transform: translateX(-50%);
        z-index: 3
    }

    .industriesMainCard::after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 14px);
        z-index: 1;
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        text-shadow: none
    }

    .industriesMainCard .content {
        z-index: 222;
        position: absolute;
        background: #0000008c;
        padding: 15px;
        color: #fff;
        width: 96%;
        left: 1%;
        bottom: 10px;
        display: none;
        backdrop-filter: blur(14px);
        opacity: 0;
        font-size: 30px;
        word-spacing: 1px;
        letter-spacing: 1px;
        border-radius: 20px;
        font-family: sans-serif;
    }

    .industriesMainCard:hover .content {
        opacity: 1;
        display: block;
    }

    .industriesRighGmta,
    .industriesMainCard,
    .industriesMode,
    .industriesModeDragger {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        user-select: none
    }

    .industriesRighGmta {
        position: absolute;
        pointer-events: none
    }

    .industriesMainCard {
        position: absolute;
        width: 410px;
        height: 620px;
        left: 50%;
        top: 50%;
        margin-left: -205px;
        margin-top: -135px;
        border-radius: 24px;
        overflow: visible;
        box-shadow: 0 22px 60px rgb(0 0 0 / .5);
        will-change: transform;
        cursor: pointer;
        z-index: 999
    }

    .industriesBgCard {
        position: absolute;
        inset: 0;
        border-radius: 24px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: all ease 0.5s
    }

    .industriesMainCard:hover .industriesBgCard {
        text-decoration: none;
        transform: scale(1.05)
    }

    .industriesMainCard::after {
        transition: all ease 0.5s
    }

    .industriesModeDragger {
        display: block !important;
        opacity: 0;
        pointer-events: none
    }

    .GmtaMobile_Track {
        display: none;
    }

    .industriesRighGmta {
        animation: industryRotate 35s linear infinite;
    }

    .industriesRighGmta:has(.industriesMainCard:hover) {
        animation-play-state: paused;
    }

    .buttonIndusries {
        position: absolute;
        bottom: -200px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .buttonIndusries button {
        background-color: #000DFF;
        border: 2px solid transparent;
        color: #fff;
        padding: 15px 35px;
        border-radius: 10px;
        border: none;
        font-size: 19px;
    }

    @keyframes industryRotate {
        from {
            transform: rotateY(0deg);
        }

        to {
            transform: rotateY(360deg);
        }
    }

    .integration {
        background-color: #fff;
        padding: 50px 0;
    }

    .grid {
        background-color: #F2F2F2;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 0;
        padding: 50px;
        border-radius: 16px;
        margin-top: 0px;
    }

    .box {
        padding: 30px;
        text-align: center;
        font-weight: 450;
        font-size: 20px;
        border: 1px solid #000;
        position: relative;
        color: #000;
        background: #fff;
    }

    .box img {
        padding-right: 3px;
        width: auto;
        height: auto;
    }

    .box .white,
    .box:hover .black {
        display: none;
    }

    .box:hover .white {
        display: inline-block;
    }

    .r1 {
        border-top: 2px solid #000;
    }

    .r1.c1,
    .r1.c2,
    .r1.c3,
    .r2.c3,
    .r3.c3,
    .r4.c4,
    .r5.c3 {
        grid-column: span 4;
    }

    .r2.c1,
    .r2.c2,
    .r3.c2,
    .r3.c4,
    .r4.c1,
    .r4.c2,
    .r5.c2,
    .r5.c4 {
        grid-column: span 3;
    }

    .r2.c4,
    .r3.c1,
    .r4.c3,
    .r5.c1 {
        grid-column: span 2;
    }

    .r5 {
        border-bottom: 2px solid #000;
    }

    .r1.c1,
    .r2.c1,
    .r3.c1,
    .r4.c1,
    .r5.c1 {
        border-left: 2px solid #000;
    }

    .r1.c3,
    .r2.c4,
    .r3.c4,
    .r4.c4,
    .r5.c4 {
        border-right: 2px solid #000;
    }

    .box:hover {
        color: #fff;
    }

    .overlay {
        position: absolute;
        inset: 0;
        display: grid;
        place-content: center;
        background: #000DFF;
        color: #000;
        clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
        transition: clip-path 0.4s;
        z-index: 1;
    }

    .box {
        position: relative;
        transition: 0.5s;
        z-index: 1;
    }

    .box:hover .overlay {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

    .box:hover {
        background-color: #afabab;
    }

    .ClientStories {
        background-color: #000;
        padding: 50px 0px;
    }

    .ClientStories .ClientCarosal .swiper-button-next,
    .ClientStories .ClientCarosal .swiper-button-prev {
        top: 47%;
        border-radius: 50%;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    .ClientStories .ClientCarosal .swiper-button-prev {
        right: 0;
        background: #000;
        box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
        border: none;
        left: 0;
    }

    .ClientStories .ClientCarosal .swiper-button-next {
        left: 94%;
        background: #1E56EF;
        box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
        border: none;
    }

    .ClientStories .ClientCarosal .swiper-button-next::after,
    .ClientStories .ClientCarosal .swiper-button-prev::after {
        width: 20px;
        top: 16px;
        left: 20px;
        height: 20px;
        position: absolute;
        color: #fff;
        font-size: 20px;
    }

    .ClientStories .ClientCarosal .swiper-button-next::after {
        color: #fff;
    }

    .ClientStories .swiper-pagination {
        top: 96.3% !important;
        z-index: 99;
        position: absolute;
    }

    .ClientStories .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #f5f5f5;
        margin: 40px 4px 0;
        opacity: 1;
        border-radius: 50px;
        height: 17px;
        z-index: 999;
        width: 17px;
        transition: 0.6s;
    }

    .ClientStories .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 60px;
        background-color: #1E56EF;
    }

    .ClientStories .swiper-wrapper {
        padding-bottom: 40px;
    }

    .TestimonailMain,
    .slide {
        align-items: center;
        display: flex !important;
        width: 100%;
    }

    .TestimonailMain .testimonailDetails {
        width: 50%;
        background-color: #f7f7f7;
        border-radius: 20px;
        padding: 70px 50px;
        margin-left: -100px;
        position: relative;
    }

    .TestimonailMain .testimonailDetails img {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px !important;
    }

    .TestimonailMain .testimonailDetails h3 {
        width: 80%;
        font-weight: 550;
        font-size: 26px !important;
        color: #000dff;
    }

    .TestimonailMain .testimonailDetails h4 {
        font-size: 22px;
        color: #757575;
        padding: 6px 0;
        font-weight: 400;
    }

    .TestimonailMain .testimonailDetails p {
        font-size: 19px;
    }

    .letest-blog {
        background-image: url(../img/newhomeAugst/blog.webp);
        background-position: center;
        background-size: cover;
        padding: 70px 0px;
    }

    .scale-development {
        background-color: #000000;
        padding: 100px 0px;
    }
    .scale-development .heading h2{
        font-weight: 550;
    }
    .scale-development .heading {
        margin-bottom: 30px;
    }

    .scale-box {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #555454;
        border-radius: 10px;
        overflow: hidden;
    }

    .scale-box::after {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
    }

    .scale-box:hover::after {
        opacity: 1;
    }

    .scale-img {
        position: relative;
        width: 100%;
        height: 100%;
        transition: 0.5s;
    }

    .scale-img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .scale-box h3 {
        position: absolute;
        top: 25px;
        left: 20px;
        right: 20px;
        z-index: 2;
        margin: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 550;
        line-height: 1.4;
    }

    .gsap-scale-heading {
        opacity: 0;
        transform: translateY(50px);
    }

    .gsap-scale-card {
        opacity: 0;
        transform: translateY(80px) scale(0.92);
        filter: blur(5px);
        will-change: transform, opacity, filter;
    }

    .scale-box p {
        position: absolute;
        left: 25px;
        right: 25px;
        bottom: 25px;
        z-index: 2;
        margin: 0;
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: all 0.4s ease;
    }

    .scale-box:hover p {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .scale-box:hover img{
        transition: 0.5s;
        transform: scale(1.1);
    }
    .scale-box:hover{
        transition: 0.5s;
        border: 2px solid #D2D2D2;
    }

    .blogSection {
        background-image: url(../img/newhomeAugst/blog.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0;
    }

    .blogSection .ourBadge {
        background-color: #fff;
        color: #1E56EF;
        font-weight: 450;
        font-size: 19px;
        padding: 8px 30px 8px 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: inline-block;
        margin: auto;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .blogSection .ourBadge img{
        padding-right: 5px;
    }

    .blogSection .heading h2 {
        color: #000;
        margin-bottom: 27px;
        text-align: center;
    }
    .blogSection .heading h2 span{
        color: #1E56EF;
        position: relative;
    }
    .blogSection .heading h2 span::after {
        content: "";
        position: absolute;
        left: -8%;
        bottom: -18px;
        width: 115%;
        height: 15px;
        border-top: 5px solid #3D72F5;
        border-radius: 50%;
        transform: rotate(-6deg);
    }

    .blogSection .swiper-slide {
        transition: 0.5s;
        border: 1px solid #BFBFBF;
    }

    .blogSection .swiper-slide:hover {
        box-shadow: rgba(35, 61, 207, 0.25) 0px 54px 55px, rgba(46, 49, 226, 0.12) 0px -12px 30px, rgba(6, 9, 223, 0.12) 0px 4px 6px, rgba(6, 46, 223, 0.17) 0px 12px 13px, rgba(8, 56, 214, 0.09) 0px -3px 5px;
    }

    .blogSection .swiper-slide .blog-details p,
    .blogSection .swiper-slide .blog-details h3,
    .blogSection .swiper-slide .blog-details span.date {
        color: #000 !important;
    }

    .blogSection .swiper-slide .blog-details .readMore {
        background-color: #EEF4FF;
        color: #1E56EF;
        padding: 14px 35px;
        border-radius: 30px;
        font-size: 17px;
        font-weight: 550;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        transition: 0.5s;
    }
    .blogSection .swiper-slide .blog-details .readMore:hover{
        background-color: #0070FF;
        color: #fff;
    }

    .mySwipersSlider .swiper-wrapper {
        padding-left: 0px !important;
    }

    .StillHaveQuestions .heading {
        background-color: #edeff4;
        padding: 50px 0;
        text-align: center;
        border-radius: 16px;
        color: #000;
    }

    .StillHaveQuestions .heading h2,
    .StillHaveQuestions .heading p {
        color: #000;
        margin-bottom: 0;
    }

    .StillHaveQuestions .heading p {
        padding-bottom: 20px;
    }

    .faqQuestion{
        padding: 100px 0px 50px 0px;
    }
    :root{
    --red: #000dff;
    --red-dark: #000dff;
    --text-dark: #0B0B0B;
    --text-body: #4A4A4A;
    --border-light: #E7E7EA;
  }
  .contact-card{
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 22px 24px;
    max-width: 80%;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  }
  .contact-card .avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .contact-card .name{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
  }
  .contact-card .msg{
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.5;
  }

  .faq-panel{
    border: 1px solid var(--border-light);
    border-radius: 20px;
    padding: 32px 36px 20px 30px;
  }

  .tab-pill{
    border: 1.5px solid #DADADD;
    background: #fff;
    color: var(--text-dark);
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: all .2s ease;
  }
  .tab-pill:hover{
    border-color: var(--red);
  }
  .tab-pill.active{
    background: var(--red);
    border-color: var(--red);
    color: #fff;
  }
  .tab-scroll{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
  }

  .accordion-item{
    border: none;
    border-bottom: 1px solid var(--border-light);
    border-radius: 0 !important;
  }
  .accordion-item:last-child{
    border-bottom: none;
  }
  body .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 22px 10px;
    box-shadow: none !important;
    background: var(--red) !important;
  }
  .accordion-button:not(.collapsed){
    color: var(--text-dark);
  }
  .accordion-button::after{
    background-image: none;
    font-family: "bootstrap-icons";
    content: "\f282";
    font-size: 16px;
    color: var(--text-dark);
    transition: transform .2s ease;
    width: auto;
    height: auto;
  }
  .accordion-button:not(.collapsed)::after{
    content: "\f286"; 
    transform: none;
  }
  .faqQuestion .accordion-body{
    padding: 10px 10px 26px;
    font-size: 19px !important;
    line-height: 1.7;
    color: var(--text-body);
}
.accordion-collapse ul {
    list-style-type: disc;
    padding-left: 50px;
    padding-bottom: 10px;
}
.accordion-collapse ul li{
    padding: 0px 0px 0px 0px;
    font-size: 16px !important;
    list-style-type: disc;
    line-height: 1.7;
    color: #0B0B0B;
  }


    html.lenis,
    html.lenis body {
        height: auto;
    }

    .lenis.lenis-smooth {
        scroll-behavior: auto !important;
    }

    .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
    }

    .lenis.lenis-stopped {
        overflow: hidden;
    }


    @media (prefers-reduced-motion: no-preference) {

        html.gsap-ready .gsap-hero-title,
        html.gsap-ready .gsap-hero-text,
        html.gsap-ready .gsap-fade-up,
        html.gsap-ready .gsap-fade-left,
        html.gsap-ready .gsap-fade-right,
        html.gsap-ready .gsap-service-card,
        html.gsap-ready .gsap-stat-card,
        html.gsap-ready .gsap-case-content,
        html.gsap-ready .gsap-case-img {
            will-change: transform, opacity;
        }

        html.gsap-ready .gsap-hero-title,
        html.gsap-ready .gsap-hero-text {
            opacity: 0;
            transform: translateY(40px);
        }

        html.gsap-ready .gsap-fade-up {
            opacity: 0;
            transform: translateY(60px);
        }

        html.gsap-ready .gsap-fade-left {
            opacity: 0;
            transform: translateX(-60px);
        }

        html.gsap-ready .gsap-fade-right {
            opacity: 0;
            transform: translateX(60px);
        }

        html.gsap-ready .gsap-service-card,
        html.gsap-ready .gsap-stat-card {
            opacity: 0;
            transform: translateY(50px) scale(0.96);
        }

        html.gsap-ready .gsap-logo-row img {
            opacity: 0;
            transform: translateY(20px) scale(0.9);
        }

        html.gsap-ready .gsap-case-content {
            opacity: 0;
            transform: translateY(40px);
        }

        html.gsap-ready .gsap-case-img {
            opacity: 0;
            transform: scale(1.05);
        }

        html.gsap-ready .gsap-enhance-box {
            will-change: transform;
        }
    }

    @media (prefers-reduced-motion: reduce) {

        .gsap-hero-title,
        .gsap-hero-text,
        .gsap-fade-up,
        .gsap-fade-left,
        .gsap-fade-right,
        .gsap-service-card,
        .gsap-stat-card,
        .gsap-logo-row img,
        .gsap-case-content,
        .gsap-case-img {
            opacity: 1 !important;
            transform: none !important;
        }
    }

    @media only screen and (min-width: 1680px) and (max-width: 2580px) {
        .container {
            max-width: 90% !important;
        }
    }

    @media only screen and (max-width: 1680px) {
        .gridRow .sameGridBox span,
        .gridscanBanner h1 {
            font-size: 70px;
            line-height: 1.2;
        }

        .gridRow .sameGridBox p {
            font-size: 19px;
        }

        .heading h2 {
            font-size: 45px;
            line-height: 55px;
            margin-bottom: 0px;
        }

        .servicesBox h3 {
            font-size: 27px;
            line-height: 34px;
        }

        .servicesBox p,
        .client-storiess .WhyGmtaDeatils p {
            font-size: 18px;
        }

        .client-storiess .card-3d {
            height: 540px;
        }

        .client-storiess .controls {
            margin-top: 10px;
        }

        .scale-development .heading p {
            width: 100%;
        }

        .scale-development .heading h2,
        .videos-testimonial .heading h2,
        .industriesGmtaSection .heading h2 {
            font-size: 42px;
        }

        .security-compliance-box p {
            font-size: 17px;
        }
        .faqQuestion .accordion-body{
            font-size: 16px !important;
        }
        .contact-card{
            width: 90%;
        }
        body .accordion-button{
            font-size: 16px;
        }

        .caseStudy-section .caseStudy-content h4 {
            font-size: 22px;
        }

        .caseStudy-section .caseStudy-content {
            padding-left: 20px;
        }

        .caseStudy-section .caseStudy-content ul li {
            width: 47.5%;
            font-size: 15px;
        }

        .caseStudy-section .caseStudy-content ul {
            margin-top: 10px;
        }

        .security-compliance-box {
            padding: 25px 20px;
        }

        .caseStudy-section .caseStudy-content p {
            width: 100%;
            font-size: 16px;
        }
        .case-study-img img{
            width: 100%;
        }

        .IndustriesSlider {
            margin-top: -280px;
            height: 525px;
        }

        .caseStudy-section .caseStudy-content h3 {
            font-size: 40px;
            line-height: 40px;
        }

        .industriesGmtaSection {
            padding-top: 10px;
        }
    }

    @media only screen and (max-width: 1365px) {
        .faqQuestion .accordion-body, body .accordion-button{
            font-size: 16px !important;
        }
        .contact-card, .contact-card{
            max-width: 100%;
            width: 100%;
        }
        .contact-card{
            padding: 20px 10px;
        }
        .contact-card .name{
            font-size: 17px;
        }
        .tab-pill{
            padding: 12px 17px;
            font-size: 14px;
        }
        .seconrRow h3{
            gap: 20px;
            font-size: 30px;
        }

        .gridRow .sameGridBox span,
        .gridscanBanner h1 {
            font-size: 55px;
            line-height: 68px;
        }

        .gridscanBanner p {
            font-size: 19px;
        }

        .gridRow .technology {
            width: 53%;
        }

        .gridRow .sameGridBox p {
            font-size: 16px;
        }

        .heading h2,
        .scale-development .heading h2,
        .videos-testimonial .heading h2,
        .industriesGmtaSection .heading h2 {
            font-size: 37px;
            line-height: 44px;
        }

        .heading p {
            font-size: 20px;
            line-height: 30px;
            padding: 5px 0px 10px 0px;
        }

        .servicesBox h3 {
            font-size: 23px;
            line-height: 27px;
        }

        .servicesBox p,
        .client-storiess .WhyGmtaDeatils p,
        .caseStudy-section .caseStudy-content p {
            font-size: 16px;
        }

        .client-storiess .card-3d {
            height: 465px;
            width: 410px;
        }

        .client-storiess .carousel-3d {
            height: 490px;
        }

        .client-storiess .WhyGmtaDeatils {
            padding: 15px;
        }

        .scale-box p {
            font-size: 14px;
            left: 20px;
            right: 20px;
        }

        .scale-box h3,
        .TestimonailMain .testimonailDetails h4 {
            font-size: 20px;
        }

        .security-compliance .heading h2 {
            font-size: 40px;
            line-height: 50px;
        }

        .security-compliance .heading p {
            font-size: 17px;
        }

        .caseStudy-section .caseStudy-content ul li {
            width: 48%;
        }

        .caseStudy-section .caseStudy-content ul {
            padding-left: 0px;
        }

        .caseStudy-section .caseStudy-content h3 {
            font-size: 34px;
            line-height: 34px;
        }

        .case-study-img img {
            width: 100%;
        }

        body .Click-here.Click-here i,
        .caseStudy-section .caseStudy-content a i {
            height: 40px;
            width: 40px;
        }

        .industriesGmtaSection {
            height: auto;
            padding-bottom: 150px;
        }

        .buttonIndusries {
            bottom: -150px;
        }

        .caseStudy-section .caseStudy-content span {
            margin: 5px 0px;
        }

        .scale-development {
            padding: 70px 0px;
        }

        .security-compliance-box p,
        .box,
        .TestimonailMain .testimonailDetails p {
            font-size: 16px;
        }

        .TestimonailMain .testimonailDetails p {
            width: 90%;
        }

        .security-compliance-box {
            padding: 25px 11px;
        }

        .security-compliance-box h3,
        .TestimonailMain .testimonailDetails h3 {
            font-size: 22px;
        }

        .security-compliance {
            position: relative;
        }

        .security-compliance .heading {
            position: sticky;
            top: 8rem;
        }

        .security-compliance-box img {
            width: 70px;
            height: 70px;
        }

        .box {
            padding: 20px;
        }

        .TestimonailMain .testimonailDetails {
            width: 60%;
            padding: 50px 30px;
        }
        .caseStudy-section .mainRow{
            top: 7rem;
        }
        .caseStudy-section .mainRow{
            margin: 0px 0px 20px 0px;
        }
        .caseStudy-section .caseStudy-content .MarginRight{
            margin-left: 15px;
        }
        body .Click-here.Click-here, .caseStudy-section .caseStudy-content a{
            height: 42px;
            min-height: 42px;
            padding: 8px 30px;
            font-size: 15px;
        }
    }
    @media only screen and (max-width: 1199.4px){
        body .Click-here.Click-here, .caseStudy-section .caseStudy-content a{
            padding: 8px 26px;
        }
        .seconrRow h3{
            gap: 20px;
            font-size: 25px;
        }
        .gridRow .sameGridBox span, .gridscanBanner h1{
            font-size: 40px;
            line-height: 50px;
        }
        .gridscanBanner p{
            font-size: 17px;
            padding: 20px 0px;
        }
        .gridscanBanner img{
            width: auto;
            height: 105px;
        }
        .imagesBanner.gap-4.mt-5{
            margin-top: 20px !important;
            gap: 10px !important;
        }
        .heading p, .caseStudy-section .caseStudy-content h4{
            font-size: 17px;
            line-height: 24px;
        }
        .caseStudy-section .caseStudy-content ul li img{
            width: 20px;
            height: 20px;
        }
        .gridRow .Experience, .gridRow .Mastereds{
            width: 46%;
        }
        .gridRow .sameGridBox{
            padding: 50px 25px;
        }
        .gridRow .technology{
            width: 51%;
        }
        .gridRow .customer{
            width: 42%;
        }
        .heading h2, .scale-development .heading h2, .videos-testimonial .heading h2, .industriesGmtaSection .heading h2, .security-compliance .heading h2{
            font-size: 34px;
            line-height: 41px;
        }
        .heading p{
            width: 100%;
        }
        .servicesBox h3{
            font-size: 20px;
        }
        .servicesBox{
            padding: 20px 16px;
        }
        .servicesBox p{
            font-size: 15px;
        }
        .scale-img{
            height: 250px;
        }
        .scale-box h3{
            top: 15px;
            left: 15px;
            right: 15px;
            font-size: 18px;
        }
        .scale-box p{
            left: 15px;
            right: 15px;
            bottom: 15px;
            font-size: 13px;
        }
        .security-compliance-box{
            display: block;
        }
        .security-compliance-box .innerCompliance{
            border-left: none;
            padding-left: 0px;
        }
        .caseStudy-section .caseStudy-content img{
            width: 40px;
        }
        .caseStudy-section .caseStudy-content ul li{
            font-size: 13px;
        }
        .caseStudy-section .caseStudy-content{
            padding-left: 14px;
        }
        .caseStudy-section .mainRow{
            border-radius: 12px;
        }
        .caseStudy-section .caseStudy-content h3{
            font-size: 27px;
            line-height: 27px;
        }
        .caseStudy-section .caseStudy-content p{
            font-size: 14px;
        }
        .container, .container-lg, .container-md, .container-sm{
            width: 90%;
        }
        .caseStudy-section .caseStudy-content span{
            font-size: 16px;
            line-height: 18px;
        }
        .glass-wrapper{
            margin-top: 25px !important;
        }
        .grid{
            padding: 30px;
        }
        .TestimonailMain .testimonailDetails{
            width: 76%;
            padding: 30px 25px;
        }
        .blogSection{
            padding: 50px 0px 20px 0px;
        }
    }
    @media only screen and (max-width: 991px){
        .contact-card{max-width:100%; margin-top:36px;}
        .seconrRow h3{
            gap: 10px;
            font-size: 21px;
        }
        .seconrRow h3 .dot{
            width: 10px;
            height: 10px;
        }
        .seconrRow h3 .line{
            width: 50px;
        }
        .gridRow .technology, .gridRow .customer, .gridRow .Experience, .gridRow .Mastereds{
            width: 97%;
        }
        .gridRow .sameGridBox{
            margin: 6px 10px;
        }
        .seconrRow h3{
            font-size: 25px;
            line-height: 30px;
        }
        .container, .container-md, .container-sm{
            max-width: 85% !important;
        }
        .scale-box{
            margin: 10px 0px;
        }
        .heading h2, .scale-development .heading h2, .videos-testimonial .heading h2, .industriesGmtaSection .heading h2, .security-compliance .heading h2{
            font-size: 31px;
        }
        .security-compliance .heading span.span{
            font-size: 16px;
        }
        html.gsap-ready .gsap-case-img{
            height: 100%;
        }
        .caseStudy-section .mainRow{
            align-items: unset;
        }
        .box{
            font-size: 13px;
        }
        .box img{
            width: 20px;
            height: 20px;
        }   
        .TestimonailMain .testimonailDetails p{
            width: 97%;
            font-size: 14px;
        }
        .TestimonailMain .testimonailDetails{
            padding: 30px 17px;
        }
        .ClientStories .ClientCarosal .swiper-button-next, .ClientStories .ClientCarosal .swiper-button-prev{
            width: 40px;
            height: 40px;
        }
        .ClientStories .ClientCarosal .swiper-button-next{
            left: 95%;
        }
        .ClientStories .ClientCarosal .swiper-button-next::after, .ClientStories .ClientCarosal .swiper-button-prev::after{
            left: 14px;
            top: 12px;
        }
        
    }
    @media only screen and (max-width: 767px){
        .play-btn{
            left: 42%;
            top: 44%;
        }
        .seconrRow h3 .line{
           display: none;
        }
        .gsap-logo-row{
            overflow:visible;
            justify-content:space-between;
            gap: 5px;
        }
        .gsap-logo-row img{
            flex:0 0 auto;
            width:auto;
        }
        .client-storiess .heading p{
            width: 100%;
        }
        .security-compliance-box{
            margin: 10px 0px;
        }
        .container, .container-md, .container-sm{
            max-width: 98% !important;
        }
        .servicesBox h3{
            margin-bottom: 10px;
        }
        .servicesBox h3 br{
            display: none;
        }
       .heading h2, .scale-development .heading h2, .videos-testimonial .heading h2, .industriesGmtaSection .heading h2, .security-compliance .heading h2{
            font-size: 27px;
            line-height: 35px;
        }
        .scale-box p, .blogSection .ourBadge{
            font-size: 15px;
        }
        .scale-development, .caseStudy-section, .badge-glass-section{
            padding: 40px 0px !important; 
        }
        .scale-box h3{
            font-size: 20px;
        }
        .security-compliance .heading img{
            display: none;
        }
        .caseStudy-section .caseStudy-content{
            padding-top: 20px;
        }
        .case-study-img img{
            margin-top: 10px;
        }
        .grid{
            grid-template-columns: repeat(8, 2fr);
        }
        .r2.c4, .r3.c1, .r4.c3, .r5.c1{
            grid-column: span 4;
        }
        .r1.c3, .r2.c4, .r3.c4, .r1.c3, .r2.c4, .r3.c4, .r4.c4, .r5.c4{
            border-right: none;
        }
        .r5{
            border-bottom: none;
        }
        .r1.c1, .r2.c1, .r3.c1, .r4.c1, .r5.c1{
            border-left: none;
        }
        .r2.c1, .r2.c2, .r3.c2, .r3.c4, .r4.c1, .r4.c2, .r5.c2, .r5.c4{
            grid-column: span 4;
        }
        .box.r4.c3{
            display: none;
            border-right: none;
        }
        .box{
            border: 1.5px solid #000 !important;
        }
        .TestimonailMain, .slide{
            display: block !important;
            margin-left: unset;
        }
        .TestimonailMain .testimonailDetails{
            width: 100%;
            margin-left: 0px;
        }
        .swiper-backface-hidden .swiper-slide{
            background-color: #fff;
            border-radius: 23px;
        }
        .ClientStories .ClientCarosal .swiper-button-next, .ClientStories .ClientCarosal .swiper-button-prev{
            display: none !important;
        }
        .grid{
            padding: 20px;
        }
        .integration, .serviceMain{
            padding: 30px 0px;
        }
        .gridscanBanner p{
            width: 100%;
            font-size: 16px;
        }
        .gridRow .sameGridBox{
            padding: 30px 11px;
            border-radius: 10px;
            margin: 1px 1px;
        }
        .gridRow .sameGridBox p{
            font-size: 15px;
        }
        .gridRow .sameGridBox span{
            font-size: 30px;
        }
        .industriesGmtaSection {
            height: auto;
            min-height: auto;
            padding: 30px 0 60px;
        }

        .industriesGmtaSection .heading {
            margin: 30px 0 40px;
            padding: 0 16px;
        }

        .industriesGmtaSection .heading h2 {
            font-size: 1.5rem;
        }

        .industriesGmtaSection .heading p {
            font-size: 0.95rem;
        }

        .IndustriesSlider {
            height: auto;
            min-height: 420px;
            margin-top: 0;
            overflow: hidden;
            touch-action: pan-x;
        }

        .IndustriesSlider.is-mobile {
            cursor: grab;
            width: 100%;
        }

        .IndustriesSlider.is-mobile.is-dragging {
            cursor: grabbing;
            touch-action: none;
        }

        .mainIndustriesCircle {
            position: relative;
            width: 100%;
            min-width: unset;
            max-width: unset;
            height: auto;
            left: auto;
            top: auto;
            transform: none;
            perspective: none;
            overflow: visible;
        }

        .IndustriesSlider.is-mobile .industriesRighGmta {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            position: relative !important;
            width: auto !important;
            height: auto !important;
            transform-style: flat !important;
            animation: none !important;
            pointer-events: auto !important;
            will-change: transform;
        }

        .IndustriesSlider.is-mobile .industriesMainCard {
            position: relative !important;
            flex: 0 0 var(--slide-width, 100vw);
            width: var(--slide-width, 100vw) !important;
            height: auto !important;
            min-height: 360px;
            left: auto !important;
            top: auto !important;
            margin: 0 !important;
            padding-bottom: 36px;
            display: block !important;
            transform: none !important;
            backface-visibility: visible !important;
            opacity: 1 !important;
            pointer-events: auto !important;
            box-shadow: none;
            overflow: visible;
        }

        .IndustriesSlider.is-mobile .industriesMainCard .industriesBgCard {
            width: 90%;
            height: 320px;
            margin: 0 auto;
            position: relative !important;
            inset: auto !important;
            display: block;
            border-radius: 20px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            box-shadow: 0 12px 40px rgb(0 0 0 / .45);
        }

        .IndustriesSlider.is-mobile .industriesMainCard::after {
            width: 90%;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            font-size: 22px;
            top: calc(320px + 12px);
            position: absolute;
        }
        .industriesMainCard .content{
            opacity: 1;
            display: inline-block;
            width: 86%;
            left: 7%;
            font-size: 17px;
            bottom: 55px;
        }
        .industriesMode,
        .industriesModeDragger {
            display: none !important;
        }

        .buttonIndusries {
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            transform: none;
            margin-top: 48px;
            padding: 0 16px;
        }

        .IndustriesSlider .mobile-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 20px;
            padding: 0 16px;
        }

        .IndustriesSlider .mobile-dots button {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: none;
            background: rgb(255 255 255 / .3);
            padding: 0;
            cursor: pointer;
            transition: background 0.2s ease, transform 0.2s ease;
        }

        .IndustriesSlider .mobile-dots button.is-active {
            background: #2057ff;
            transform: scale(1.25);
        }
        .badge-glass-section{
            margin-bottom: 0px !important;
        }
        .videos-testimonial{
            padding: 40px 0px !important;
        }
        .seconrRow h3 .dot{
            display: none;
        }
        .faq-panel{
            padding: 32px 10px 20px 10px;
        }
        .tab-pill{
            padding: 10px;
        }
        .faqQuestion{
            padding: 50px 0px 50px 0px;
        }
    }
    @media only screen and (max-width: 576px){
        .case-study-img img{
            border-top-right-radius: 0px;
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
        }
        .IndustriesSlider {
            touch-action: pan-y;
            cursor: grab;
        }

        .industriesModeDragger {
            pointer-events: auto;
            touch-action: none;
        }
        .industriesRighGmta {
        animation: industryRotate 59s linear infinite;
        }
        .heading h2 br{
            display: none;
        }
    }