.banner-slide{
   position: relative;
}
.mobile-sticky-btn{
    display: none;
}
.round{
    border-radius: 100%;
}
.head-nav-third {
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
}
footer .Navigation li{
    font-family: var(--sub-text);
}
.media-content{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.primary-heading span{
    color: var(--logo_colour) !important;
}
.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(359deg, #08093f, #08093f8f, transparent, transparent);
    z-index: 1;
}
.text-content {
    /* position: absolute; */
    position: relative !important;
    /* bottom: 80PX !important;
    left: 70px; */
    z-index: 1;
    color: white;
    text-align: left;
    padding-top: 0;
    width: 50%;
}
.banner-slide div p, .top-logo-sec p {
    font-size: 20px;
    font-family: var(--sub-text);
    line-height: 36px;
    width: 75%;
    margin: 0;
}
.top-logo-sec p{
    color: white;
    margin-bottom: 15px !important;
}
.banner-slide div h1 {
    margin-top: 20px;
    font-size: 55px;
    font-family: var(--heading-text);
    line-height: 70px;
    font-weight: 600;
}
.top-logo-sec {
    width: 32%;
}
/* .top-logo .swiper-slide{
    width: fit-content !important;
} */
.banner-align {
    display: flex !important;
    align-items: flex-end;
    position: absolute;
    bottom: 70px;
    left: 66px;
}
.card-logo {
    background: #00000075;
    border-radius: 11px;
    padding: 20px 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    transition: 0.3s ease;
    /* width: fit-content; */
    color: #fff;
    display: flex;
    align-self: center;
    gap: 20px;
    align-items: center;
}
.card-logo img{
    height: 80px;
    width: auto;
}
.top-logo .card-logo p {
    font-size: 14px;
    width: 150px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.statistics > div > h2 {
    font-family: var(--heading-text);
    font-size: 35px ;
    font-weight: 600;
    margin: 0 !important;
}
.New-Service-Sec1 {
  height: 400vh; /* slides ke hisaab se (3 slides = 300vh) */
  position: relative;
  background: #08093f;
}

.cameras {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: 100vh;
}

.frames {
  display: flex;
}

.track-item-card1 {
	position: relative;
  min-width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.feature-card1 {
    /* background-color: white; */
    background: grey;
    color: var(--white);
    border-radius: 0;
    /* flex-direction: column; */
    /* justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0; */
position: relative;
}
.feature-card1 .base-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.creative-content {
	position: absolute;
	top: 20%;
	left: 75px;
	z-index: 1;
}
.creative-content .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
    font-family: var(--sub-text);
}
 .creative-content .title {
	color: #fff;
	font-size: 130px;
	font-family: "Inter", sans-serif;
	font-weight: 900;
	line-height: 100px;
	text-transform:none;
	margin: 20px 0; 
	text-decoration: none;
}
 .creative-content .second {

    transition: all, opacity 3.5s cubic-bezier(0.5, 0, 0, 1), transform 3.5s cubic-bezier(0.5, 0, 0, 1);
    opacity: 1 !important;
    transform: none !important;
}
.creative-content p.disc {
	font-size: 18px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #ffffff;
    font-family: var(--sub-text);
}
.slider-ai{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}
.slider-ai .service_slides{
    width: 18%;
    height: auto;

}
.slider-ai .service_slides .home-services-image-wrapper {
    width: auto !important;
    height: 100% !important;
    display: none;
}
.slider-ai .service_slides:hover .home-services-image-wrapper{
    display: block;
}
.slider-ai .service_slides:hover .home-services-image-wrapper img{
    opacity: 1;
    
}
.slider-ai .service_slides {
    border: none;
    background: linear-gradient(-180deg, rgb(15, 107, 169),#24178757);
    /* background: #24178757; */
    
}
.slider-ai .service_slides .Text02 {
    padding: 20px 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: stretch;
}
.slider-ai .service_slides:hover .Text02{
background: linear-gradient(1deg, black, transparent);
}

.slider-ai .service_slides:hover{
	/* background: linear-gradient(-180deg, rgb(15, 107, 169), rgb(43, 122, 164)); */
    background: none;
}
.slider-ai .service_slides p, .slider-ai .service_slides h3{
	color: white;
}
.slider-ai .service_slides p{
	margin-bottom: 20px;
}
.slider-ai .service_slides h3 {
    font-family: var(--heading-text);
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
}
.ai-solution {
    padding: 60px 48px 70px;
    width: 100%;
    background-color: #f8f8f8 !important;
    margin: 0;
}
.About-new, .Casestudies, .case_studies_view, .case-studiesinfo{
    padding: 0 5%;
}
.About-new .head, .casestudies .head {
    margin: 0 0 20px;
    display: flex;
    gap: 20px;
    line-height: 1;
    align-items: center;
    justify-content: flex-start;
}
.About-new .primary-heading {
    font-family: var(--heading-text);
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
}
.txt_gradient {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--sub-text);
    background: linear-gradient(
        to right,
        #373ab7 0%,
        #4284ff 50%,
        #222222 50%
    );

    background-size: 200% 100%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    transition: background-position 0.6s ease;
}

/* ACTIVE = gradient visible */
.txt_gradient.active {
    background-position: 0%;
}

/* INACTIVE = black text visible */
.txt_gradient.inactive {
    background-position: 100%;
}
.techstack-marquee-container {
    width: 100%;
    padding: 0px 20px;
    font-family: Poppins;
}
.techstack-marquee-container .marquee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: 500px;
    height: 80vh;
    perspective: 800px;
}
.techstack-marquee-container .marquee-column {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
/* .techstack-marquee-container .marquee-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: 20s linear infinite scroll-up;
} */
 .techstack-marquee-container .marquee-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scroll-up 20s linear infinite;
    will-change: transform;
}
.techstack-marquee-container .marquee-column:hover .marquee-track {
    animation-play-state: paused;
    
}
.statistics > div {
    transition: transform 0.4s ease;
    background: #1a1b6b;
}
.statistics > div:hover {
    transform: scale(1.08);
    z-index: 999999;
     background: var(--logo_colour)
}
.techstack-marquee-container .tech-card:hover {
    background: white;
}
.techstack-marquee-container .tech-card:hover .tech-icon{
    transform: scale(1.08);
     z-index: 999999;
     transition: all .3s ease;
}
.marquee-column:nth-child(even) .marquee-track {
    animation-direction: reverse;
}
.techstack-marquee-container .tech-card {
    background: #efefef;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
    flex-shrink: 0;
}
.techstack-marquee-container .tech-icon {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.techstack-marquee-container .tech-icon img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.techstack-marquee-container .tech-label {
    color: var(--bs-heading-color);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.About-new .logo-icon{
    height: 200px;
    width: auto;
    margin-bottom: 40px;
}
.About-new .Sec-div{
    display: flex;
    align-items: center;
}
@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        /* transform: translateY(-80%); */
         transform: translateY(calc(-50% - 10px));
    }
}

.industry .container-fluid {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.industry {
    overflow: visible;
    background: #eff6ff;
    margin: 0;
    padding: 5%;
}

.industry .container-fluid {
    overflow: visible;
    align-items: flex-start;
}

/* LEFT SIDE */
.industry-text-container {
    width: 40%;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.industry-text-container.sticky-active {
    position: sticky;
    top: 120px;
}

.industry-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.industry-list-wrapper {
    width: 60%;
    position: relative
}

.industry-item {
    padding: 20px;
    /* border-bottom: 1px solid #3e3e3d; */
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 15px;
}

.industry-image-card {
    position: absolute;
    top: -50%;
    right: 5%;
    transform: rotate(-5deg);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}
.industry-image-card img{
    width: 250px;
    height: auto;
}
.industry-item:hover , .industry-item.active {
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
}
.industry-item:hover .industry-image-card,
.industry-item.active .industry-image-card {
    opacity: 1;
    visibility: visible;
}

.industry-item-left {
    flex: 0 0 auto;
    width: 45%
}
.industry-text-container video{
    border-radius: 20px;
}
.industry-item .industry-card-content h2 br {
    display: none;
}
.industry-item .industry-card-content h2{
    margin: 0;
}
.industry-card-content > div > h2 {
    font-family: var(--heading-text);
    font-weight: 600;
    font-size: 23px;
    line-height: 38px;
}
.industry-item:hover  .industry-card-content h2, .industry-item:hover  .industry-card-content h1,.industry-item.active   .industry-card-content h2, .industry-item.active   .industry-card-content h1{
    color: white;
} 
.industry-item .industry-card-content h1 {
        font-family: var(--heading-text);
        font-weight: 700;
        font-size: 35px;
        margin: 0;
    }


/* case studies */
.Casestudies{
    margin-bottom: 80px;
}
.text-cont{
    width: 100%;
    margin-bottom: 20px;
}
.case-cards-slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.case-col-right {
    flex: 1;
    position: relative;
    cursor: none;
    /* background: var(--logo_colour); */
    background-size: cover;
    border-radius: 1.5em;
    width: 100%;
    height: 600px;
}

 .case-mouse-follower{
    position: absolute;

    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: linear-gradient(-180deg, rgb(15, 107, 169), #241787);

    display: flex;
    align-items: center;
    justify-content: center;

    pointer-events: none;

    z-index: 999;

    transform: translate(-50%, -50%);

    opacity: 0;
color: #ffffff;
font-size: 25px;
font-weight: 700;
    transition:
        opacity .2s ease,
        transform .1s linear;
}
.case-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.vertical-slider__collection {
    height: 100%;
}
.vertical-slider__list {
    z-index: 1;
    perspective: 50em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-flow: column;
    overflow: hidden;
}

.vertical-slider__item{
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;

    width: 100%;
    height: 100%;

    padding: 0px;

    border-radius: 30px;

    background: #fff;

    transform-style: preserve-3d;
    visibility: hidden;
    transition:
        transform 0.9s cubic-bezier(.22,.61,.36,1),
        opacity 0.9s ease;

    will-change: transform;

    opacity: 0;
}

/* ACTIVE */

.vertical-slider__item.active{

    opacity: 1;
    z-index: 3;
visibility:visible;
    transform:
        translate(-50%, -50%)
        translateY(0)
        scale(1)
        rotateX(0deg);

}

/* PREVIOUS */

.vertical-slider__item.prev{

    opacity: 0.55;
    z-index: 0;
visibility:visible;
    transform:
        translate(-50%, -50%)
        translateY(-100%)
        scale(.92)
        rotateX(12deg);

}

/* NEXT */

.vertical-slider__item.next{

    opacity: .55;
    z-index: 2;
visibility:visible;
    transform:
        translate(-50%, -50%)
        translateY(100%)
        scale(.92)
        rotateX(-12deg);

}
.testimonial-item {
    position: relative;
    padding-left: 84px;
    height: 100%;
    text-align: left;
}
.testimonial-item-quote {
    position: absolute;
    top: 8px;
    left: 0;
}
.vertical-slider-navs {
    top: 50%;
    right: 18px;
    z-index: 3;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    transform: translateY(-50%);
}
.vertical-slider-nav-item {
    background: #ffffff;
    width: 15px;
    margin: 5px 0;
    height: 5px;
    border-radius: 100px;
}
.vertical-slider-nav-item.active {
    background:var(--logo_colour);
}
.card-cta {
    background: #ebebeb;
    padding: 30px 50px 50px;
    border-radius: 20px;
    height: 600px;
    /* border: 3px solid #a5d3fd; */
    align-items: flex-end;
    justify-items: end;
    display: flex;
    justify-content: flex-start;
}
.card-cta .text-sec img {
    width: 310px;
    height: auto;
    margin: 0 0 10px;
}
.card-cta .text-sec .primary-heading {
    font-family: var(--heading-text);
    font-size: 28px;
    line-height: 45px;
}
.card-cta .text-sec .primary-heading span{
    font-size: 35px;
    
}
.slide-case {
    display: flex;
    gap: 40px;
}


.slide-case .Sec-first{
    width: 40%;
}
.slide-case .Sec-second{
    width: 60%;
}
.vertical-slider__item .base-back
 {
    width: 100%;
    height: -webkit-fill-available;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    display: block;
}
.vertical-slider__item::after{
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
180deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 78%), rgb(0 0 0 / 32%), transparent); */
  background: linear-gradient( 180deg, transparent, rgb(0 0 0 / 32%), rgb(0 0 0 / 78%),  rgb(0 0 0 / 82%));
    z-index: 1;
    pointer-events: none;
}
.vertical-slider__item .text-head {
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 999999;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.vertical-slider__item .text-head .Consult_btn {
    width: 150px;
}
.vertical-slider__item .text-head .text-area{
    width: 80%;
}
.vertical-slider__item .text-head .primary-heading, .vertical-slider__item .text-head .primary-heading span {
    font-family: var(--heading-text);
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.vertical-slider__item .text-head p{
    color: white !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.industry-card-content > div > :nth-child(2){
    font-weight: 600;
}
@media (min-width: 1280px) and (max-width: 1480px) {
    .banner-align {
        bottom: 50px;
        left: 54px;
    }
    .About-new .logo-icon {
    height: 170px;
}
    .banner-slide div p {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }
        .banner-slide div h1 {
            margin-top: 10px;
            font-size: 38px;
            line-height: 50px;
        }
        .statistics > div > h2 {
    font-size: 32px !important;
}
.txt_gradient {
    font-size: 40px;
}
.About-new .primary-heading {
    font-size: 22px;
    line-height: 35px;
}
.techstack-marquee-container {
    width: 100%;
    padding: 0 0 0px 70px;
    font-family: Poppins;
}
/* .creative-content {
    top: 13%;
} */
 .primary-heading {
    font-size: 35px;
    line-height: 50px;
}
.creative-content .title {
    color: #fff;
    font-size: 90px;
    margin: 0px 0;
}
.creative-content p.disc {
    margin: 10px 0px 20px 0px;
}
.slider-ai .service_slides {
    width: 22%;
}
.slider-ai .service_slides h3 {
    font-size: 22px;
}
.home_service_slides {
    height: 350px !important;
}
.card-cta, .case-col-right{
    height: 500px;
}
.card-cta .text-sec img {
    width: 230px;
}
.industry-list {
    gap: 15px;
}
.industry-item .industry-card-content h1{
    font-weight: 600;
    font-size: 30px;
}
    .industry-card-content > div > h2 {
        font-weight: 600 !important;
        font-size: 20px !important;
    }
    .industry-item:hover > .industry-card-content > div > h2,  .industry-item:active > .industry-card-content > div > h2 {
        font-weight: 500 !important;
        font-size: 20px !important;
    }
    .industry-item {
    padding: 14px;
    }
    .industry-image-card img {
    width: 170px;
    height: auto;
}
.hire-card > div > h3 {
    font-size: 22px;
}
.top-logo .swiper-slide {
    width: 100% !important;
}
}
@media (min-width: 300px) and (max-width: 1000px){
    #backToTop {
    right: 15px;
    }
    footer {
    padding: 40px 0 50px;
}
    .mobile-sticky-btn{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background:linear-gradient(90deg, var(--logo_colour), #0c155a);
        padding: 10px 15px;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);
        display: block;
        z-index: 999;
        font-family: var(--sub-text);
        border: none;
        color: #fff;
        font-weight: 500;
        font-size: 18px;
    }
    .head-nav-third {
    padding: 7px;
    border-bottom: 2px solid #ffffff29;
}
    .New-Service-Sec1 {
        height: fit-content;
        padding:0;
    }
    .cameras {
        height: fit-content;
    }
    .frames {
        flex-direction: column;
        height: 100%;
        transform: none !important;
    }
    .track-item-card1 {
        height: fit-content;
        padding: 40px 20px;
        background: #08093f;
    }
        .feature-card1 {
        margin: 0;
        background: none;
        width: -webkit-fill-available;
            background: none;
    }
    /* .creative-content {
    position: absolute;
    top: 4%;
    left: 5%;
    width: 90%;
    } */
        .creative-content {
        position: relative;
        left: 0;
        top: 0;
    }
    .creative-content .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.creative-content .tag {
        font-weight: 400;
        font-size: 16px;
        color: #bcb8ff;
    }
.creative-content p.disc{
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
        margin: 5px 0px 10px 0px;
}
.slider-ai {
    display: flex;
     gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;

    padding: 10px 0 20px;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;
    /* overflow: visible; */
    list-style: none;
    margin: 0;
    padding-left: 0;
}
/* .slider-ai .service_slides {
    width: 100%;
    height: auto !important;
} */
.slider-ai .service_slides {
        flex: 0 0 80%;
        max-width: 75%;
        max-height: 270px !important;
        scroll-snap-align: start;
        background: #1d1b5a;
        border-radius: 18px;
        overflow: hidden;
        position: relative;
    }
.feature-card1 .base-img{
    display: none;
}
    .slider-ai .service_slides h3 {
        font-size: 18px;
        line-height: 28px;
    }
.slider-ai .service_slides .Text02 {
    padding: 10px 20px 25px;
}
.slider-ai .service_slides p {
    margin-bottom: 20px;
    font-size: 14px;
}
    .slider-ai .service_slides {
        border: 2px solid #ffffff12;
        /* background: linear-gradient(90deg, rgb(15 107 169 / 42%), #24178757); */
        background: #ffffff14;
    }
    .frames .first-slide, .frames .last-slide, .frames .third-slide {
        background: #171863;
    }
    .frames .last-slide {
        padding: 40PX 20px 20PX;
    }
    .frames .last-slide.creative-content .title {
    
        line-height: 50px;
    }
/* banner Homepage*/
.banner-slide {
    padding-top: 50px;
    display: flex;
    flex-direction: column-reverse;
    height: fit-content !important;
    background: #040a33;
}
    video {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover !important;
        object-position: center;
                z-index: 3;
    }
    .video-overlay{
        display: none;
    }
    .banner-align{
        position: relative;
        /* background: var(--logo_colour); */
        left: 0;
        bottom: 0;
        padding: 40px 20px 10px;
        flex-direction: column;
    }
    .banner-align::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 70%;
        height: 70%;
        background: radial-gradient(circle at 30% 30%, #5e00ff, transparent 60%), radial-gradient(circle at 70% 70%, #00daff, transparent 60%);
        filter: blur(80px);
        z-index: 0;
        animation: blobMove 8s ease-in-out infinite alternate;
        top: -50%;
        left: -50%;
    }
@keyframes glowFloat {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -55%) scale(1.08);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
    .banner-align::after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        bottom: -30px;
        right: -30px;
        background: rgb(95 0 255);
        filter: blur(80px);
        z-index: 0;
    }
    .banner-slide div p {
    font-size: 15px;
    line-height: 25px;
    color: #e2e2ff;
}
        .text-content, .banner-slide div p {
        width: 100%;
        text-align: center;
        flex-direction: column-reverse;
        display: flex;
    }
    .text-content button{
        display: none;
    }
    .banner-slide div h1 {
    margin: 20px 0 0;
    font-size: 25px;
    line-height: 35px;
}
.top-logo-sec {
    width: 100%;
    margin: 22px 0;
}
/* .top-logo .swiper-slide{
    width: auto !important;
} */
.statistics > div{
    border: 1px solid #ffffff17;
}
.card-logo p{
    display: none !important;
}
    .card-logo {
            background: #00000045;
        padding: 10px 10px;;
        gap: 10px;
        border-radius: 30px;
        
justify-content: center
    }
.card-logo img
 {
    height: 100px;
    width: auto;
}
.About-new .head {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
}
.txt_gradient {
    font-size: 35px;
}
.About-new .logo-icon {
    height: 100px;
    margin-bottom: 15px;
    

}
.Sec-div .primary-heading{
    font-size: 17px !important;
    line-height: 26px;
}
.Sec-div .primary-paragraph{
    text-align:center;
}
.Sec-div .buttons-group{
    gap: 20px;
    margin-bottom: 30px;
}
.techstack-marquee-container{
    padding: 0;
}
.techstack-marquee-container .marquee-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: auto;
    }
.techstack-marquee-container .tech-icon img {
    width: 70px;
    height: 70px;
}
    .techstack-marquee-container .marquee-column {
        width: 100%;
        overflow: hidden;
    }

    .techstack-marquee-container .marquee-track {
        flex-direction: row;
        width: max-content;
        animation: scrollLeft 20s linear infinite;
        gap: 10px;
    }

    .techstack-marquee-container .tech-card {
        min-width: 140px;
        flex-shrink: 0;
        padding: 10px 15px;
    }

    /* HORIZONTAL ANIMATION */
    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-50% - 10px));
        }
    }

    /* Alternate rows */
    .marquee-column:nth-child(even) .marquee-track {
        animation-direction: reverse;
    }
    .ai-solution {
    padding: 30px 10px 40px}
    .hire-text-container h2 br{
        display: none;
    }
    
    .Sec-div .logo-images{
        text-align: center;
    }
    .slide-case .Sec-second, .slide-case .Sec-first  {
    width: 100%;
}
.slide-case {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    overflow: hidden;
}
.case-col-right {
    height: 350px;
}
.vertical-slider__item{
    border-radius: 20px;
}
.vertical-slider__item .text-head{
    flex-direction: column;
    width: 100%;
    left: 0;
    gap: 10px;
}
.vertical-slider__item .text-head .Consult_btn{
    width: auto;
    margin: 0 auto;
}
.vertical-slider__item .text-head .primary-heading, .vertical-slider__item .text-head .primary-heading span{
            font-size: 20px !important;
        line-height: 25px;
        -webkit-line-clamp:2;
}
.vertical-slider__item .text-head p{
    display: none;
}
.vertical-slider-navs
 {
    
    z-index: 3;
    flex-flow: row;
    top: inherit;
    gap: 10px;
    margin-top: 20px;
    right: 25%;
}
.About-new, .Casestudies {
    padding: 0 2%;
}
.vertical-slider-nav-item {
    background: #7f7f7f;
    width: 25px;
    height: 5px;
}
.card-cta {
    background: #ebebeb;
    padding: 20px 20px 30px;
    height: auto;
}
.card-cta .text-sec{
    text-align: center;
}
.card-cta .text-sec img {
    width: 200px;
}
.card-cta .text-sec .primary-heading, .card-cta .text-sec .primary-heading span{
    font-size: 24px;
    line-height: 30px;
}
.Casestudies {
    margin-bottom: 30px;
}
 .industry .container-fluid{
    flex-direction: column;
 }
 .industry-text-container {
    width: 100%;
    position: relative;
    top: 20px;
    align-self: flex-start;
}
.industry-list-wrapper {
    width: 100%;
    position: relative;
}
.industry-item {
    padding: 6px 6px 6px 20px;
    border-radius: 10px;
    align-items: center;
    align-content: center;
}
.industry-card-content > div {
    align-items: center;
    gap: 5px;
    justify-content: start;
}
    .industry-card-content > div > :nth-child(2) {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        width: 80%;
    }
    .industry-image-card{
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.industry-image-card img {
    width: 100px;
    height: auto;
}
.industry-item .industry-card-content h1{
    display: none;
}
.industry .container-fluid {
    gap: 30px;
    padding: 0;
}
.questions_animation{
    font-size: 30px !important;
    height: 35px;
}
.enquery-us{
    height: 275px;
}
.mainsectioncase_studies .division {
    flex-direction: column;
    align-items: flex-end;
}
.mainsectioncase_studies img{
    width: 90%;
    height: 300px;
    border-radius: 30px 0px 0px 30px;
}
    .division .case_stuides_moreinfo {
        padding: 16% 0 40px;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

.division .case_stuides_moreinfo .pointers {
    gap: 15px;
}
.case_stuides_moreinfo .pointers .highlights h1 {
    font-size: 25px;
    color: var(--logo_colour);
    font-family: var(--heading-text);
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}
.case_stuides_moreinfo .detailsview, .mainsectioncase_studies .case_stuides_moreinfo .detailsview {
    font-size: 20px !important;
    line-height: 30px !important;
}
.mainsectioncase_studies .case_stuides_moreinfo .detailsview span {
    font-size: 35px;
    line-height: 55px;
}
.case-studiesinfo .div-area {
    flex-direction: column;
    gap: 5px;
}
.case-studiesinfo .div-area  .heads{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.case-studiesinfo h2 {
    font-size: 35px !important;
}
.About-new, .Casestudies, .case_studies_view, .case-studiesinfo {
    padding: 20px 3%;
}
.case-studiesinfo .overview{
    line-height: 25px;
    padding: 10px 20px;
    text-align: center;
}
.case_studyview .primary-heading span, .case_studyview .primary-heading {
    font-size: 25px !important;
    text-align: center;
}
.case_studyview {
    padding: 15px 3% !important;
}
    .case_studyview ul li {
        width: 100% !important;
        height: fit-content;
        margin: 0px;
    }
.solution_casestudies {
    padding: 30px 3% 10px !important;
}
.solution_casestudies .col-md-5 {
    position: relative !important;
    top: 0 !important;
    margin: 0;
    padding: 0;
}
.solution_casestudies .col-md-7{
    padding: 0;
    margin: 0;
}
.solution_casestudies .col-md-5 .solutions_img{
    overflow: hidden;
    border-radius: 20px;
}
.solution_casestudies .col-md-5{
    text-align: center;
}
.solution_collapse {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}
.solution-card {
    top: 0 !important;
    position: relative !important;
    padding: 15px 25px 0 !important;
    min-height: fit-content;
    margin: 0 0 30px;
}

.solution-card:nth-child(1){
    margin-top: 30px;
    z-index: 1;
    transform: none !important;
}

.solution-card:nth-child(2){
    z-index: 1;
    transform: none !important;
}

.solution-card:nth-child(3){
    z-index: 1;
    transform: none !important;
}

.solution-card:nth-child(4){
   z-index: 1;
    transform: none !important;
}

.solution-card:nth-child(5){
    z-index: 1;
    transform: none !important;
}
.result_view{
    padding: 30px 5% 20px;
}
.result_view ul li {
    line-height: 22px;
    padding: 20px;
    width: 100%;
}
.key_features ul {
    margin: 20px 0px 0;
    flex-direction: column;
}
.key-wrapper ul li span {
    margin: 0px 0 0px;
}
.tech-head hr {
    display: none;
}
.stack_view {
        flex-direction: row !important;
        overflow: scroll !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }
.stack_view img {
        width: 100px !important;
        height: 100px !important;
        object-fit: cover;
    }
    .stack_view li {
    min-width: 250px;
    align-items: center;
}
.statement-review .divide .Review .quote i{
    display: none;
}
.statement-review .divide .Review .quote .Text {
    padding-left: 0 !important;
}
.statement-review .divide .Review, .statement-review .divide .Conclusion {
    padding: 30px 3% 30px 3% !important;
}
.statement-review .divide .Review .quote {
    padding: 15px 20px !important;
}
.statement-review .divide .Review .quote p, .Conclusion .primary-paragraph {
    line-height: 23px;
    text-align: center;
}
.statement-review .divide .Review .quote h3 {
    line-height: 25px;
    text-align: center;
}
 .Conclusion .primary-paragraph {
    color: #fff !important;
}
.Other-Case{
    display: block;
}
.Other-Case .case_studiesview, .case_studiesview{
    border-radius: 10px;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 20px;
}
.reverse-card{
    flex-direction: column !important;
}
.CaseSwiper .swiper-slide .case_studiesview .img_view, .case_studiesview  .img_view{
    width: 100% !important;
    height: auto !important;
}
.CaseSwiper .swiper-slide .case_studiesview .img_view img, .case_studiesview  .img_view img{
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}
.CaseSwiper .case_stuides_moreinfo, .case_stuides_moreinfo {
    padding: 20px !important;
    width: 100% !important;
    gap: 10px !important;
}
.case_stuides_moreinfo a, .case_studiesview  .case_stuides_moreinfo .detailsview{
    margin: 0;
}
.CaseSwiper .case_stuides_moreinfo .detailsview {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .case_stuides_moreinfo .pointers{
        display: none !important;
    }
    .CaseSwiper .case_stuides_moreinfo ul li {
    padding: 4px 15px;
    font-size: 12px;
}
    .CaseSwiper  .case_stuides_moreinfo a {
    padding: 8px 25px 8px;
    margin-top: 0;
}
.case_studies_setion {
    padding: 20% 20px 0px !important;
   
}
.casestudies .head{
    margin: 0 !important;
}
.casestudies .head .txt_gradient{
    font-size: 40PX !important;
}
.case_studiesview{
    flex-direction: column;
}
.hire-card {
    padding: 5px 10px 10px !important;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .hire-toggle {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: transparent;
    border: none;

    cursor: pointer;
  }
.hire-cards-container > .hire-card.active {
    background: linear-gradient(to bottom, #ffffff, #70acff7b);
}
  .hire-toggle h3 {
    margin: 0;
    font-size: 18px;
  }

  .hire-toggle span {
    display: block !important;
    font-size: 24px;
    transition: .3s ease;
  }

  .hire-content {
    max-height: 0;
    overflow: hidden;

    transition: all .4s ease;

    padding: 0 20px;
  }

  .hire-content ul {
    padding-left: 18px;
  }

  .hire-content a {
    display: inline-flex;
    margin-top: 16px;
  }

  .hire-card.active .hire-content {
    max-height: 500px;
    padding: 10px;
  }

  .hire-card.active .hire-toggle span {
    transform: rotate(45deg);
  }
footer .Navigation li:first-child{
    color: white;
    font-weight: 400;
}
.open span:before {
        top: 10px;
    }
}
@media (min-width: 1250px) and (max-width: 1600px) {
    :root {
    --subheading: 14px;
}
    .About-new, .Casestudies {
    padding: 0 3%;
}
    .text-content {
    /* position: absolute; */
    position: relative !important;
    z-index: 1;
    color: white;
    text-align: left;
    padding-top: 0;
    width: 55%;
}
.banner-slide div p, .top-logo-sec p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}
.banner-slide div h1 {
    margin-top: 5px;
    font-size: 35px !important;
    line-height: 44px;
}
.btn-white-transparent {
    margin-top: 5px;
}
.statistics > div {
    padding: 15px 0;
}
.statistics > div > h2 {
    font-size: 26px !important;
}
    .statistics > div > :nth-child(2) {
        font-size: 13px;
    }
    .About-new .logo-icon {
    height: 120px;
    margin-bottom: 20px;
}
.creative-content {
        top: 18%;
        left: 75px;
    }
.creative-content .tag {
    font-weight: 600;
    font-size: 18px;
}
.creative-content p.disc {
    font-size: 16px;
    width: 95%;
    margin-top: 15px;
    margin: 5px 0px 20px 0px;
}
.slider-ai .service_slides {
    width: 21%;
    height: auto;
}
.home_service_slides {
    height: 300px !important;
}
.slider-ai .service_slides .Text02
 {
    padding: 18px 20px 25px;
}
.slider-ai .service_slides h3 {
    font-size: 19px;
    line-height: 28px;
}
.creative-content .title {
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0;
}
.slider-ai .service_slides p {
    margin-bottom: 20px;
    font-size: 16px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.primary-heading {
    font-size: 30px;
    line-height: 46px;
}
.case-col-right, .card-cta {
    height: 420px;
}
.card-cta {
    background: #ebebeb;
    padding: 10px 30px 30px;
}
.card-cta .text-sec img {
    width: 180px;
}
.card-cta .text-sec .primary-heading {
    font-size: 25px;
    line-height: 35px;
}
.mainsectioncase_studies img{
    height: 430px;
}
.mainsectioncase_studies .case_stuides_moreinfo {
    padding-right: 20px;
    gap: 20px;
}
.case_stuides_moreinfo .detailsview, .mainsectioncase_studies .case_stuides_moreinfo .detailsview{
    font-size: 25px !important;
    line-height: 35px !important;
}
.mainsectioncase_studies .case_stuides_moreinfo .detailsview span {
    font-size: 45px;
}
.mainsectioncase_studies {
    padding: 8% 0 50px 5%;
}
.case-studiesinfo .div-area .heads p {
    color: black;
}
.case-studiesinfo h2{
    font-size: 40px !important;
}
    .case-studiesinfo .overview {
        padding: 15px 25px;
        line-height: 25px;
    }
.solution_casestudies .col-md-5 {
    top: 110px  !important;
}
.solutions_img img {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.solutions_img{
    border-radius: 20px;
    overflow: hidden;
}
.key-wrapper ul li img{
    display: none;
}
.key-wrapper ul li span {
    font-size: 18px;
    line-height: 28px;
}
.stack_view img {
    width: 100px;
    height: 100px;
}
.result_view ul li{
    padding: 15px 20px;
}
.statement-review .divide .Review .quote p {
    line-height: 24px !important;
    font-weight: 400;
}
.statement-review .divide .Review .quote .Text {
    padding-left: 20% !important;
}
.Conclusion .primary-heading, .Conclusion .primary-paragraph {
    color: #ffffff;
    margin-top: 5px !important;
    line-height: 25px !important;
}
.casestudies .head .txt_gradient{
    font-size: 60px !important;
}
.casestudies .head {
    margin: 0px 0 5px !important;
}
.casestudies h1{
    font-size: 30px;
}
/*.case_studiesview  .img_view {
    width: 45%;
    height: auto;
}*/

}
@media (min-width: 1481px) and (max-width: 1600px) {
    .About-new .primary-heading {
    font-size: 25px;
    line-height: 39px;
}
.About-new .primary-heading {
    font-size: 25px;
    line-height: 39px;
}
.txt_gradient{
    font-size: 50px;
}
.techstack-marquee-container .marquee-grid {
    height: 70vh;
}
.creative-content .title {
    font-size: 90px ;
    line-height: 60px;
    margin: 20px 0 25px;
}
.home_service_slides {
    height: 320px !important;
}
.case-col-right, .card-cta {
    height: 450px;
}
.About-new .logo-icon{
    height: 160px;
    width: auto;
    margin-bottom: 20px;
}
}
@media (min-width: 2200px) and (max-width: 3000px){
    .techstack-marquee-container .tech-card {
    padding: 30px;
}
.statistics > div > h2 {
    font-size: 45px;
}
.creative-content .title{
    font-size: 150px;
    line-height: 160px;
}
.creative-content {
    left: 100px;
}
.home_service_slides {
    height: 470px !important;
}
.slider-ai .service_slides h3 {
    font-size: 28px;
    line-height: 40px;
}
.slider-ai .service_slides .Text02 {
    padding: 30px 40px 45px;
}.slider-ai .service_slides p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.industry {
    padding: 3% 5% 3%;
}
}

.casestudies .head {
    justify-content: center;
}
.casestudies .head .txt_gradient{
    font-size: 80px;
}
.case_stuides_moreinfo ul, .case_stuides_moreinfo .pointers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    gap: 15px;
    list-style: none;
    padding: 0;
}
 .case_stuides_moreinfo .pointers{
    gap: 35px;
 }
.case_stuides_moreinfo ul li{
    padding: 6px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: var(--secondary-text);
    background: #ffffff;
    font-weight: 400;
}
.case_studiesview:hover .case_stuides_moreinfo ul li, .mainsectioncase_studies .case_stuides_moreinfo ul li{
    background: #ececec;
}
/* .case_stuides_moreinfo .pointers .highlights{
    padding: 20px;
} */
.case_stuides_moreinfo .pointers .highlights h1
 {
    font-size: 35px;
    color: var(--logo_colour);
    font-family: var(--heading-text);
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}
.case_stuides_moreinfo .pointers .highlights p{
    /* text-align: center; */
    margin: 0;
}
.case_stuides_moreinfo .pointers hr {
    height: -webkit-fill-available;
    width: 3px;
    background: #000000;
    border-radius: 100px;
    opacity: 0.15;
    margin: 0;
}
.case-studiesinfo h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    color: #000000;
    font-weight: 700;
}
.case-studiesinfo .div-area .heads p{
    font-size: 20px !important;
    font-weight: 400;
}
.case_studyview{
    padding: 50px 5%;
}
.case_studyview .primary-heading span, .case_studyview .primary-heading{
    font-size: 35px;
    text-align: center;
}
.case_studyview .primary-paragraph{
    text-align: center;
}
.solution_casestudies{
    position: relative;
    background: #eff6ff;
    padding: 50px 5%;
}
.proposed-solution-card {
    padding: 20px 40px;
    background: white;
    border-radius: 20px;
}
.solution_casestudies .row {
    align-items: flex-start;
}
.solution_casestudies .col-md-5{
    position: sticky;
    top: 200px;
    height: fit-content;
}

.solution_collapse{
    padding-left:30px ;
    position: relative;
    padding-bottom: 280px;
}

/* Each Card Wrapper */
.solution_collapse .accordion__header {
    background: #fff;
    border-radius:0;
    cursor: default;
    border: 0;
    border-bottom: 0;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* Hide accordion icon */
.solution_collapse .accordion__toggle{
    display: none;
}
.solution_collapse .accordion__header hr {
    margin: 10px 0 !important;
    color: var(--logo_colour);
    border: none;
    /* border-top: var(--bs-border-width) solid; */
    opacity: 1;
    height: 4px;
    width: 140px;
    background: #e1e1e1;
    border-radius: 100px;
}
/* Content Area */
.solution_collapse .accordion__body{
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
 border: 0;
    background: #fff;
    padding: 0px 10px 5px;
    border-radius: 0;
    border-top: 0;
transform: none;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}
.solution-card{
    top: 120px;
    position: sticky;
    background: #fff;
    border-radius: 20px;
border: 1px solid #e5e5e5;
    padding: 15px 40px 0 ;
min-height: 220px;
    transition: 0.4s ease;
}
/* Optional Hover */
.solution_collapse .accordion__header:hover,
.solution_collapse .accordion__header:hover + .accordion__body{
    border-color: #000;
    transition: 0.3s ease;
}

.solution-card:nth-child(1){
    z-index: 1;
    transform: translateY(0px);
}

.solution-card:nth-child(2){
    z-index: 2;
    transform: translateY(60px);
}

.solution-card:nth-child(3){
    z-index: 3;
    transform: translateY(120px);
}

.solution-card:nth-child(4){
    z-index: 4;
    transform: translateY(180px);
}

.solution-card:nth-child(5){
    z-index: 5;
    transform: translateY(240px);
}
.statement-review .divide div {
    margin: 0;
    padding: 0;
    height: -webkit-fill-available;
}
.statement-review .divide .Review{
    padding: 50px 5% 50px 10%;
    background: #eff6ff;
}
.statement-review .divide{
    display: flex;
    align-items: center;
}
.statement-review .divide .Review .quote {
    padding: 20px 40px;
    background: #ffffff;
    border-radius: 10px;
    height: fit-content;
    position: relative;
}
.statement-review .divide .Review .quote p{
    line-height: 27px;
    color: black;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}
.statement-review .divide .Review .quote i {
    position: absolute;
    left: -40px;
    /* top: -20px; */
    background: #f0f6ff;
    border-radius: 250px;
    color: #383bb9;
    font-size: 140px;
    padding: 5px 6px;
    height: max-content;
    line-height: 10px;
    box-shadow: 0 0 20px #d0e3ff;
    border: 7px solid white;
}
.statement-review .divide .Review .quote .Text{
    padding-left: 12%;
}
.statement-review .divide .Review .quote h3{
    background: #f0f6ff;
    padding: 10px 20px;
    width: fit-content;
    color: var(--logo_colour);
    font-family: var(--sub-text);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

.statement-review .divide .Conclusion{
    padding: 50px 5% 50px 10%;
    background: var(--logo_colour);
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Conclusion .primary-heading, .Conclusion .primary-paragraph{
    color: #ffffff;
    margin-top: 20px;
    line-height:27px;
}
.Other-Case{
    padding: 50px 5% 20px;
}
.CaseSwiper {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  overflow: visible;
}
.CaseSwiper .swiper-slide .case_studiesview {
    border: 2px solid #eee;
    margin: 0;
}
.CaseSwiper .swiper-slide .case_studiesview .img_view{
    width: 50%;
    height: auto;
   
}
.CaseSwiper .swiper-slide .case_studiesview .img_view img {
    width: auto;
    height: 350px;
     float: inline-end;
}
.CaseSwiper .swiper-slide .case_studiesview:hover{
    border: 2px solid #111c6b;
    border-radius: 15px;
}
.CaseSwiper .swiper-pagination-bullet {
  background: #111c6b;
  opacity: 0.5;
  border: none;
}

.CaseSwiper .swiper-pagination-bullet-active {
  background: #111c6b;
  opacity: 1;
  border: none;
}

.CaseSwiper .swiper-pagination{
    bottom: -20px !important;
    position: relative;
    z-index: 9999;
}

.hire-toggle span{
    display: none;
}
/* Mobile Accordion */
