*{
     font-family: "Inter", sans-serif;
}
.navbar-brand img {
    height: 40px;
}
#main {
    margin-top: 0rem;
}
#header{
        padding: 20px 0px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ebebeb;
}
.padding-top-0{
    padding-top:0 !important;
}
.padding-bottom-0{
    padding-bottom:0 !important;
}
.padding-none{
  padding-left:0;  
  padding-right:0;  
}
.section-padding{
    padding:80px 0;
}
.section-padding-top{
    padding-top:80px;
}
.section-padding-bottom{
    padding-bottom:80px;
}
.section-padding-2{
    padding:40px 0;
}
.padding-top-40{
    padding-top:40px;
}
.full-screen{
  min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
}
.mt-6{
    margin-top:3.75rem;
}
.mwh-600{
    max-width:600px;
    margin:auto;
}
.mwh-800{
    max-width:800px;
    margin:auto;
}
.mt-7{
  margin-top:7rem;  
}
.opacity-bg-image::before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: #00000070;
}
.header-demo-btn{
     font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0.5px solid #fff;
    border-radius: 8px;
      margin-left: 15px;
    padding: 10px 20px;
    text-align:center;
    background: linear-gradient(129.83916165475796deg, #36f, #1e3d99);   background-color: linear-gradient(129.83916165475796deg,#36f,#1e3d99);
}
.header-demo-btn:hover{
      background: linear-gradient(170.05deg, #4A7DFF 6.98%, #2562FF 50%, #4A7DFF 93.02%);
}

    .heading-title-small-1{
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 68px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #272B33;
    }
.navbar-expand-md .navbar-nav .nav-link {
     font-size: 18px;
    font-weight: 600;
   color: #014DD3;
     
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: aligns menu flush under parent */
}
.navbar .dropdown:hover .dropdown-menu{
    border: none;
}
.navbar .dropdown:hover .dropdown-menu a{
   font-size: 15px;
    font-weight: 600;
   color: #425466;
       padding-top: 10px;
    padding-bottom: 10px;
}
.heading-div-1{
    display:flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
}
.heading-div-2{
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    position: relative;
    text-align:center;
}
.heading-div-1 p, .heading-div-2 p{
    margin-bottom:0;
}
.heading-title-1{
        font-size: 90px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 98px;
    margin-bottom:0;
}
#animated-heading-title{
     display: flex;
    flex-wrap: wrap;
}
#animated-heading-title span{
    opacity: 0;
    transform: translateY(20px) rotateX(90deg);
    filter: blur(2px);
}
@keyframes letterAnim {
    0% {
      opacity: 0;
      transform: translateY(20px) rotateX(90deg);
      filter: blur(4px);
    }
    50% {
      opacity: 1;
      transform: translateY(-10px) rotateX(0deg);
      filter: blur(1px);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotateX(0deg);
      filter: blur(0);
    }
  }
  .wow-title{
      filter: blur(8px);
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s;
  }
.heading-small-title{
  font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(150, 202, 255, 0.15) 0%, rgba(41, 143, 255, 0.15) 100%);
border-radius: 50px;
padding: 10px 20px;
color: #014DD3;

}
.heading-small-title-2{
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 120px;
font-weight: 600;
font-size: 12px;
line-height: 110%;
text-align: center;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #014DD3;
padding: 10px 20px;
 margin-bottom:0;
}
.heading-small-title svg{
    width: 10px;
    height: 10px;
    margin-top: -1px;
    margin-right: 8px;
}
.heading-small-title-2 svg{
    width: 10px;
    height: 10px;
    margin-top: -1px;
    margin-right: 8px;
}
.heading-title-2, .heading-title-4{
     color:#000000;
       font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height:110.00000000000001%;
     margin-bottom:0;
}
.heading-title-2 span,.heading-title-4 span, .heading-title-small-1 span, .heading-title-6 span{
     /*color:#014DD3;*/
   background: linear-gradient(66.08deg, #4964FF 15.35%, #7844FB 84.63%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.blue-button-common{
    padding: 10px 20px;
    background: linear-gradient(129.84deg, #3366FF 11.53%, #1F3D99 88.47%);
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    width:max-content;
    
}
.blue-button-common i{
    margin-left:10px;
}
.blue-button-common:hover{
     color: #fff;
   
     border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
      background: linear-gradient(170.05deg, #4A7DFF 6.98%, #2562FF 50%, #4A7DFF 93.02%);
}
.heading-div-1 p{
        font-size: 18px;
    font-weight: 400;
}

.email-input-group input{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
    padding: 10px 20px;
}
.email-input-group input::placeholder {
  color: #000000;
  opacity: 0.4;
}

.email-input-group button{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 0.5px solid #fff;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 20px;
    text-align:center;
    background: linear-gradient(129.83916165475796deg, #36f, #1e3d99);   background-color: linear-gradient(129.83916165475796deg,#36f,#1e3d99);
}
.email-input-group button:hover{
    color: #fff;
    border: 0.5px solid #fff;
     border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
      background: linear-gradient(170.05deg, #4A7DFF 6.98%, #2562FF 50%, #4A7DFF 93.02%);
}
.banner-section .image-div{
    display:flex;
   margin-left: 40px;
    height: auto;
    padding:10px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.62) 100%);
border: 1px solid rgba(255, 255, 255, 0.4);
}
.banner-after-before{
    position:relative;
    overflow:hidden;
}

.banner-after-before::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/07/Union-3.png');
   background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 130px;
    opacity: 1;
    left: -2px;
    right: inherit;
    bottom: -2px;
}
.banner-section .image-div img, .banner-section .image-div video{
      width: 100%;
    height: auto;
   
    border-radius: 8px;
}

.banner-section p{
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: -0.02em;
color: #425466;

}
.banner-section .banner-video-para{
font-weight: 600;
font-size: 18px;
line-height: 130%;
color: #FFFFFF;
text-align:right;
    margin-top: 10px;
}
#brand-swiper-slide .splide__list{
   padding-bottom:6px !important; 
}
#brand-swiper-slide .splide__slide{
    padding:20px 20px;
   
  background: linear-gradient(180deg, #FCFEFF 0%, #E1EDF9 100%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
}
#brand-swiper-slide .splide__slide .item{
     height:100%;
}

.brand-image-slider{
    display:flex;
    height:100%;
}

.brand-image-slider img {
    height: auto;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100px;
}
.counter-grid-main-div{
    
}
.counter-grid-main-div .counter-grid-inner-div{
        padding: 5px;
}
.counter-grid-main-div .counter-grid-inner-div .item{
    align-items: center;
    background: linear-gradient(170.05deg, #4A7DFF 6.98%, #2562FF 50%, #4A7DFF 93.02%);
    border-radius: 8px;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: 300px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
   
}
.counter-grid-main-div .counter-grid-inner-div .item .counter-number-div{
    font-size:72px;
    color:#F9FAFB;
    font-weight:600;
     letter-spacing: 0.02em;
}
.counter-content-div{
        width: 100%;
}
.counter-grid-main-div .counter-grid-inner-div .item hr{
       opacity: 1;
    border-color: #f9fafb;
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}
.counter-grid-main-div .counter-grid-inner-div .item .counter-title{
     font-size:24px;
    color:#F9FAFB;
    font-weight:500;
     letter-spacing: 0.02em;
}
.image-with-text-list-section-inner .left-div{
    padding:60px 65px 40px 0px;
      display:flex;
}
.image-with-text-list-section-inner img{
    width:100%;
    border-radius: 10px;
}
.image-with-text-list-section-inner .right-div{
    padding:60px 0px 40px 65px;
      display:flex;
}
.image-with-text-list-section-inner .content-div{
  
   margin:auto;
}
.image-with-text-list-section-inner .content-div h3{
      font-size:38px;
    color:#014DD3;
    font-weight:600;
     letter-spacing: 0.02em; 
     margin-bottom:1rem;
}
.image-with-text-list-section-inner .content-div p{
        font-size: 18px;
    font-weight: 400;
    color:#425466;
        margin-bottom: 2rem;
}
.image-with-text-list-section-inner .content-div ul{
    padding-left:0;
}
.image-with-text-list-section-inner .content-div ul li{
      font-size: 15px;
    font-weight: 300;
    color:#425466;
        margin-bottom: 1.3rem;
        list-style:none;
        position:relative;
        padding-left:35px;
}
.image-with-text-list-section-inner .content-div ul li span{
  color:#014DD3;  
}
.image-with-text-list-section-inner .content-div ul li::before {
  content: "\2713";
 background: linear-gradient(129.84deg, #3366FF 11.53%, #1F3D99 88.47%);
   border-radius: 50%;
    padding: 2px 7px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    font-size: 13px;
    width: 23px;
    height: 23px;

}
.tech-stack-left-div{
    padding:3.75rem;
    padding-left:0;
    padding-top:0;
    padding-bottom:0;
}
.tech-stack-right-div{
     padding:3.75rem;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
    
}
.heading-title-3{
     color:#F9FAFB;
      font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height:110.00000000000001%;
    margin-bottom:1.5rem;
    text-transform:capitalize;
}
.tech-stack-title{
   color:#F9FAFB;
      font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height:110.00000000000001%;
    margin-bottom:1.5rem;
    text-transform:capitalize; 
}
.heading-div-3 p{
       font-size: 18px;
    font-weight: 400;
    color:#F9FAFB;
    margin-bottom:1.5rem;
    
}
.heading-div-3 p.fz-24{
    font-size:24px;
}
.content-with-btn-div p{
    font-size: 18px;
    font-weight: 600;
    color:#F9FAFB;
   
}
.tech-stack-ul-list ul{
    list-style:none;
    padding-left:0;
}
.tech-stack-ul-list ul li{
    display:flex;
    flex-direction: row;
    list-style:none;
    background: #1660E1;
    padding: 5px 10px;
    justify-content: left;
    align-items: flex-start;
    margin-bottom:10px;
    
}
.tech-stack-ul-list ul li .icon-div{
    margin-right:8px;
}
.tech-stack-ul-list ul li .icon-div svg{
    width:20px;
    height:20px;
}
.tech-stack-ul-list ul li .para-div{
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.02em;
color: #fff;
}
.content-with-btn-div{
    margin-top:10rem;
}
.content-with-btn-div a{
padding: 10px 20px;
background: #F9FAFB;
border: 1px solid rgba(155, 155, 155, 0.5);
border-radius: 8px;
color: #FFFFFF;
font-size:14px;
font-weight:600;
display: inline-block;
    margin: 0px 5px 5px 0px;
    color: #014DD3;
}
.content-with-btn-div a:hover{
     background: #1660E1;
     color:#fff;
}
.group-btn-div a{
  padding: 10px 20px;
background: linear-gradient(129.84deg, #3366FF 11.53%, #1F3D99 88.47%);
border: 1px solid rgba(249, 250, 251, 0.5);
border-radius: 8px;
color: #ffffff;
font-size:14px;
font-weight:600;
display: inline-block;
    margin: 0px 5px 5px 0px;
}
.group-btn-div a:hover{
     background: #1660E1;
     color:#fff;
}
.tech-stack-tab-div ul {
    border-bottom: none;
     display: flex;
  justify-content: space-between;
}
.tech-stack-tab-div ul li {
    padding: 10px;
    flex: 1;
}
.tech-stack-tab-div ul li .nav-link {
    color: #fff;
    background: rgba(236, 236, 236, 0.1);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 120px;
font-size:14px;
font-weight:700;
  letter-spacing: 0.02em;
  width: -webkit-fill-available;
  min-width:100px;
}
.tech-stack-tab-div ul li .nav-link.active {
   background: #FFFFFF;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 120px;
color: #3366FF;
}

#ourtechstackcontent .tab-pane .inner-tab, #ourtechstackcontent2 .tab-pane .inner-tab{
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    will-change: var(--framer-will-change-override, transform);
   background:#fff;
border-radius: 20px;
margin-top:25px;
box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.25);
}
#ourtechstackcontent .tab-pane .inner-tab .blank-div-main{
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;    
}
#ourtechstackcontent2 .tab-pane .inner-tab .blank-div-main{
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;    
}
#ourtechstackcontent .tab-pane .inner-tab .blank-div-inner{
   width: calc(50% - 15px); /* 2 per row with gap adjustment */
  box-sizing: border-box;
    height: 85px;
    overflow: hidden;
    position: relative;
    width: 1px; 
    background-color: rgb(232, 232, 232);
    opacity: 1;
}
#ourtechstackcontent .tab-pane .inner-tab .image-div-inner{
  width: calc(50% - 15px); /* 2 per row with gap adjustment */
  box-sizing: border-box;
    height: 85px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding:3px;
text-align: center;
display:flex;
}
#ourtechstackcontent .tab-pane .inner-tab .no-image-div{
   width: calc(50% - 15px);
    height: 85px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    opacity: 1;
border-radius: 5px;
padding:3px;
text-align: center;
display:flex;
}
#ourtechstackcontent2 .tab-pane .inner-tab .no-image-div{
   width: calc(50% - 15px);
    height: 132px;
    overflow: hidden;
    position: relative;
    width: 1px; 
    background-color: transparent;
    opacity: 1;
   
border-radius: 5px;
padding:10px;
text-align: center;
display:flex;
}
#ourtechstackcontent .tab-pane .inner-tab .image-div-inner img{
    width:auto;
    height:auto;
    max-width:80%;
    max-height:100%;
    margin:auto;
}
#ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div{
   border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
   padding: 15px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
      width: 46%;
}
#ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div .image-div-inner img{
    width:auto;
    height:70px;
    min-width: 70px;
    max-height: 100%;
   
}
#ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div .content-div{
font-weight: 500;
font-size: 11px;
line-height: initial;
letter-spacing: -0.02em;
color: #000000;
    text-align: center;
}
.autoscroll-slider-1 li .item-inner {
    padding: 30px;
    height: 400px;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
border: 1px solid #CACACA;
border-radius: 8px;
position:relative;
overflow:hidden;
}
.autoscroll-slider-1 li .item-inner .overlay-cont-div{
    position:absolute;
    bottom:0;
left: 0px;
background: linear-gradient(180deg, rgba(1, 77, 211, 0) 0%, rgba(0, 92, 255, 0.6) 100%);
backdrop-filter: blur(2px);
width: 100%;
    padding: 20px;
    padding-top: 40px;
    
    
}
.autoscroll-slider-1 li .content-div {
    position: relative;
}
.autoscroll-slider-1 li .list-content-div {
    display: inline-flex;
    margin-bottom: 20px;
}
.autoscroll-slider-1 li .list-content-div .img-div {
    margin: auto;
    padding-right: 15px;
}
.autoscroll-slider-1 li .list-content-div .img-div img {
    width: 35px;
}

.autoscroll-slider-1 li .overlay-cont-div .text-div {
    font-weight: 600;
    font-size: 34px;
  letter-spacing: 0.02em;
    line-height:110.00000000000001%;
    color:#F9FAFB;
}
.autoscroll-slider-1 li .overlay-cont-div p{
      font-size: 18px;
    font-weight: 400;
    color:#F9FAFB;
     letter-spacing: 0.02em;
}
.autoscroll-slider-1 li .overlay-cont-div .box-link a{
    font-size: 14px;
    font-weight: 600;
    color:#F9FAFB;
     letter-spacing: -1px;
}
.autoscroll-slider-1 li .overlay-cont-div .box-link a i{
    margin-left:8px;
}

.case-study-div .left-div{
    padding-right:50px;
}
.case-study-div .content-div{
    padding:10px 0px;
      margin-bottom:1.5rem;
}
.case-study-div .content-div .title-div{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color:#000;
}
.case-study-div .content-div .title-div h4{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
   color: #014DD3;
}
.case-study-div .content-div .title-div svg{
    width: 13px;
    height: 13px;
   margin-top: -9px;
    margin-right: 15px;
}
.case-study-div .content-div p{
      font-size: 16px;
    font-weight: 400;
    color:#000000;
     letter-spacing: 0.02em;
}
.case-study-bg-div{
        height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
          transition: background 0.3s;
          min-height:400px;
}
.case-title-split-div{
    display:flex;
    flex-direction:row;
}

.case-study-bg-div .overlay-div{
    position:absolute;
    bottom:0;
left: 0px;
background: linear-gradient(0deg, #014DD3 0%, rgba(1, 77, 211, 0) 100%);
width: 100%;
    padding: 30px;
    padding-top: 90px;
      
}
.case-study-bg-div .icon-div{
    position: absolute;
    right: 25px;
    top: 20px;
}

.case-study-bg-div .overlay-div h4{
     font-weight: 500;
    font-size: 32px;
  letter-spacing: 0.02em;
    line-height:110.00000000000001%;
    transition: transform 0.3s ease;
    color:#FFFFFF;
     transform: translateY(20px);
}
.case-study-bg-div .overlay-div .box-link a{
    font-size: 14px;
    font-weight: 600;
    color:#FFFFFF;
     letter-spacing: -1px;
    
}
.case-study-bg-div .overlay-div .box-link{
 display: inline-block;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.3s ease, transform 0.3s ease;   
}
.case-study-bg-div .overlay-div .box-link a i{
    margin-left:8px;
}
.case-study-bg-div:hover h4 {
   transform: translateY(-10px);
    }
 .case-study-bg-div:hover .box-link {
    opacity: 1;
      transform: translateY(0);
    }
    .cta1-left-div, .cta1-right-div{
    padding:5rem;
       margin:auto;
}
.cta1-head-inner{
    height:100%;
}
.cta1-image-div{
    
}
.cta1-image-div img{
    width:100%;
    height:auto;
}
.heading-title-5{
     color:#000;
       font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height:110.00000000000001%;
    margin-bottom:1.5rem;
}
.heading-title-6{
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height:110.00000000000001%;
   
}
.heading-title-5 span{
     color:#014DD3;
}
.heading-div-5 p{
       font-size: 18px;
    font-weight: 400;
    color:#6D7280;
    margin-bottom:1.5rem;
    
}
.heading-div-5 p.fz-24{
    font-size:24px;
}
#footer-new p{
      font-size: 16px;
    font-weight: 400;
    color:#FFFFFF;
    margin-bottom:1.5rem; 
}
#footer-new .download-links{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
}
#footer-new .download-links a{
    flex:1;
}
#footer-new .download-links a img{
    width:100%;
}
.footer-menu-list{
    padding:0px 15px;
}
.footer-menu-list h4{
font-weight: 500;
font-size: 22px;
line-height: 34px;
letter-spacing: -0.05em;
color: #FFFFFF;
margin-bottom:0.7rem;
}
.footer-menu-list ul{
    padding-left:0;
}
.footer-menu-list ul li{
    list-style:none;
    margin-bottom:8px;
}
.footer-menu-list ul li a{
font-weight: 300;
font-size: 16px;
line-height: 25px;
letter-spacing: -0.05em;
color: #FFFFFFCC;
}
.footer-logo svg{
       width: 100%;
    height: auto;
} 
.service-grid-inner-div .item{
background: #FFFFFF;
box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
border-radius: 8px;
padding:10px;
margin-bottom: 20px;
 position:relative;
}
.service-grid-inner-div .item .image-div{
       height: 370px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 0px;
    padding-left:0px;
    position:relative;
}
.service-grid-inner-div .item .image-div .child{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
    transform: scale(1);
    height: 370px;
    width: 100%;
}
.service-grid-inner-div .item .image-div:hover .child{
    transform: scale(1.2);
}
.service-grid-inner-div .item .content-div-p{
    position: absolute;
    bottom: 0;
    left: 0px;
  background: linear-gradient(0deg, #00399B 0%, rgba(0, 80, 164, 0) 100%);
    /*backdrop-filter: blur(2px);*/
    width: 100%;
    padding: 20px;
  
    /*display:none;*/
    transition: transform 0.3s ease;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: end;
     opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.service-grid-inner-div .item .content-div{
    width:100%;
}
.service-grid-inner-div .item .content-div h4{
font-weight: 600;
font-size: 22px;
line-height: 32px;
letter-spacing: -0.02em;
color: #014DD3;
 transition: transform 0.3s ease;
margin-top:10px;
}
.service-grid-inner-div .item .content-div-p p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.02em;
    color: #f7f7f7;
    margin-bottom: 0;
 transition: transform 0.3s ease;


}
.service-grid-inner-div:hover .item .content-div-p{
 opacity: 1;   
 max-height: max-content;
}

.image-with-text-list-section-inner-2 .bg-div img{
 width: 100%;
         height:auto;
}

.image-with-text-list-section-inner-2 .content-div h3{
font-weight: 600;
font-size: 34px;
line-height: 48px;
letter-spacing: -0.02em;
text-transform: capitalize;
color: #014DD3;
margin-top:30px;
margin-bottom:40px;
}
.image-with-text-list-section-inner-2 .accordion{
    border: none;
    border-radius: 0;
}
.image-with-text-list-section-inner-2 .accordion .accordion-item{
    background: linear-gradient(180deg, rgba(150, 202, 255, 0.15) 0%, rgba(41, 143, 255, 0.15) 100%);
border: 1px solid #CACACA;
border-radius: 8px;
padding: 15px 30px;
margin-bottom:15px;
}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-header .accordion-button{
    background-color:transparent;
        padding: 0;
        color:#000000;
        font-weight: 600;
font-size: 20px;
line-height: 20px;
}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-body{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
     font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.02em;
color: #000000;
}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-header {
  border-bottom: 0px solid transparent;
      box-shadow: none;

}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-button{
     border-bottom: 0px solid transparent; /* transparent bottom border */
         box-shadow: none;

}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-button.collapsed {
  border-bottom: 0px solid transparent; /* transparent bottom border when collapsed */
}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 0px solid transparent; /* transparent bottom border */
}

.our-approch-section .image-div{
background: #FFFFFF;
box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
border-radius: 8px;
padding:12px;
    height: auto;

}
.our-approch-section .image-div .bg-image-div{
 height: 400px;
background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
       width: 100%;
    border-radius: 8px;
    position:relative;
        overflow: hidden;
        
}
.our-approch-section .image-div .bg-image-div .overlay-div{
      background: rgba(0, 48, 134, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    color: white;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    padding: 30px;
        justify-content: center;
    align-items: flex-start;
}
.our-approch-section .image-div .bg-image-div .overlay-div h3{
font-weight: 600;
font-size: 56px;
line-height: 68px;
letter-spacing: -0.02em;
color: #FFFFFF;
}
.our-approch-section .content-div ul{
    padding-left:0px;
}
.our-approch-section .content-div ul li{
    display:flex;
    flex-direction: row;
    list-style:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0px;
    justify-content: left;
    align-items: flex-start;
}
.our-approch-section .content-div ul li .icon-div{
    margin-right:8px;
}
.our-approch-section .content-div ul li .para-div{
font-weight: 500;
font-size: 18px;
line-height: 28px;
letter-spacing: -0.02em;
color: #272B33;
}
.industry-application-swiper-slide .item, .autoscroll-slider-2 .item {
    background: #FFFFFF;
    box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
    border-radius: 8px;
    padding: 12px;
    height: 100%;
}
.industry-application-swiper-slide .item .image-div, .autoscroll-slider-2 .item .image-div{
    padding-left:0;
}


.industry-application-swiper-slide .item .image-div .bg-image-div, .autoscroll-slider-2 .item .image-div .bg-image-div{
    height: 330px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.industry-application-swiper-slide .item .content-div, .autoscroll-slider-2 .item .content-div{
    padding:20px 0px;
}
.industry-application-swiper-slide .item .content-div h4, .autoscroll-slider-2 .item .content-div h4{
font-weight: 600;
font-size: 24px;
line-height: 32px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #000000;
}

.industry-application-swiper-slide .item .content-div p, .autoscroll-slider-2 .item .content-div p{
font-weight: 500;
font-size: 16px;
line-height: 28px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #425466;
}
.industry-application-swiper-slide .owl-stage-outer{
    padding-bottom:20px;
}
.animation-section-grid-div .content-div{
    display:flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
justify-content: center;
    padding: 0px 10px;
    align-items: flex-start;
}
.animation-section-grid-div .content-div:last-child{
    /*justify-content: flex-end;*/
    /*min-height: auto;*/
}
.animation-section-grid-div{
    align-items: top;
}
.tech-stack-grid-div{
    align-items: center;
}
.no-justify-center{
     align-items: self-start;
}
.animation-section-grid-div .content-div h3{
font-weight: 600;
    font-size: 34px;
    line-height: normal;
letter-spacing: -0.02em;
color: #014DD3;
}
.animation-section-grid-div .content-div p{
font-weight: 400;
font-size: 16px;
line-height: inherit;
letter-spacing: -0.02em;
color: #425466;
}
.animation-section-grid-div .content-div ul {
    padding-left: 0px;
}
.animation-section-grid-div .content-div ul li {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 5px 0px;
    justify-content: left;
    align-items: flex-start;
}
.animation-section-grid-div .content-div ul li .icon-div {
    margin-right: 8px;
    margin-top: 2px;
}
.animation-section-grid-div .content-div ul li .para-div{
font-weight: 400;
font-size: 16px;
line-height: inherit;
letter-spacing: -1px;
color: #425466;
}
.animation-section-grid-div .content-div ul li .para-div span{
  color: #3366FF;  
}
.tech-stack-ul-list-2 ul{
    padding-left:10px;
}
.tech-stack-ul-list-2 ul li{
font-weight: 400;
font-size: 16px;
line-height: inherit;
letter-spacing: -1px;
color: #F9FAFB;
}
.embed-responsive video{
    width: 100%;
    height:auto;
}
/* Initial margin-left for the first item */
/*.industry-application-swiper-slide .owl-item:first-child .item {*/
/*    margin-left: 80px; */
/*}*/


.section-video {
      min-height: 120vh;
      display: flex;
      flex-direction: row;
      position: relative;
    }
    .video-last-section{
       min-height: auto; 
    }
    .section-video .left {
      width: 50%;
      overflow-y: auto;
      padding: 20px;
    }
    .section-video .right {
      width: 50%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
      padding: 20px;
    }
    .section-video .video {
      width: 100%;
      height: auto;
      max-height: 80%;
      object-fit: cover;
      opacity: 0;
      pointer-events: none; /* ensures faded-out videos don't interfere */
      transition: opacity 1s ease-in-out;
    }
    .section-video .video.visible {
      opacity: 1;
      pointer-events: auto;
    }
    .section-video .sticky {position: sticky; top: 20px;margin-bottom: -40px;}
    
     .content-section {
      min-height: 100vh; padding: 100px 30px; display: flex; align-items: center;
    }
    .sticky-parent {height: auto; position: relative;}
    .video-container {
      position: sticky; top: 120px;
      height: 90vh; display: flex; align-items: center; justify-content: center;
    }
    .video-container video {
      width: 100%; height: auto; position: absolute; top: 0; left: 0; background: transparent; max-height:100%;
      opacity: 0; transition: opacity 1.5s ease-in-out;
      pointer-events: none; z-index: 1;
    }
    .video-container video.active {
      opacity: 1; z-index: 2; pointer-events: auto;
    }
    .video-container video.fade-out {
      opacity: 0 !important;
    }
    .video-container video.hide {
      display: none;
    }
    .mobile-video-div{
       display:none;
    }
    .mobile-image{
       display:none;
    }
    .desktop-image{
       display:block;
    }
    
    .heading-small-title-4-new{
font-weight: 600;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.02em;
color: #014DD3;
margin-bottom:10px;
}
.cta2-left-div {
    padding: 5rem;
    margin: auto;
}
.cta2-right-div{
    padding:0;
}
.technical-spec-list-div{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 24px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
.technical-spec-list-div .technical-spec-item{
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
gap: 24px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
align-items: center;
}
.technical-spec-list-div .technical-spec-item .image-div{
 flex: 1;
order: 0;
}
.technical-spec-list-div .technical-spec-item .content-div{
 flex: 1;
order: 0;
}
.technical-spec-list-div .technical-spec-item .image-div img{
        width: 100%;
}
.technical-spec-list-div .technical-spec-item .content-div h3{
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: initial;
letter-spacing: -0.02em;
text-transform: capitalize;
color: #014DD3;
}
.technical-spec-list-div .technical-spec-item .content-div ul{
    padding-left:0;
    list-style:none;
}
.technical-spec-list-div .technical-spec-item .content-div ul li {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 5px 0px;
    justify-content: left;
    align-items: flex-start;
}
.technical-spec-list-div .technical-spec-item .content-div ul li .icon-div {
    margin-right: 8px;
    margin-top: 0px;
}
.technical-spec-list-div .technical-spec-item .content-div ul li .para-div {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #425466;
}
.technical-spec-list-div .technical-spec-item .content-div ul li .para-div p{
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: -1px;
    color: #425466;
    margin-bottom:0;
}
.technical-spec-list-div .technical-spec-item .content-div ul li .para-div p strong{
    font-weight: 600;
}
.main-case-study-div{
      height: 500px;
    border-radius: 12px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position:relative;
    box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
}
.main-case-study-div .overlay-div-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    background: #014dd399;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.main-case-study-div .overlay-color-violet{
  background: #7E55F399;  
}
.main-case-study-div .overlay-div-section .heading-div-case-study{
        max-width: 600px;
    width: 100%;
}
.main-case-study-div .overlay-div-section .heading-div-case-study .date-div{
        margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #F9FAFB;
    letter-spacing: -0.02em;
}
.main-case-study-div .overlay-div-section .heading-div-case-study h1{
font-weight: 600;
font-size: 48px;
line-height: 66px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #F9FAFB;
}
.main-case-study-div .overlay-div-section a{
 font-weight: 600;
font-size: 14px;
line-height: 17px;
letter-spacing: -1px;
color: #000000;
background: #F9FAFB;
border-radius: 30px;
padding: 10px 30px;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
width: max-content;
}
.case-stydy-content-div-main{
    margin-top:40px;/* title */
font-weight: 500;
font-size: 16px;
letter-spacing: -0.02em;
color: #111827;
}
.all-case-study-list-div{
    display:flex;
    flex-direction:row;
    gap:15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-case-study-list-div .case-stusy-item{
    
  height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position:relative;
    box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
    margin-top:30px;
}
.all-case-study-list-div .case-stusy-item .overlay-div-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    background: #014dd399;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.all-case-study-list-div .case-stusy-item .overlay-color-violet{
  background: #7E55F399;  
}
.all-case-study-list-div .case-stusy-item .overlay-color-maroon{
  background: #75004399;  
}
.all-case-study-list-div .case-stusy-item .overlay-color-yellow{
  background: #8A660399;  
}
.all-case-study-list-div .grid-2{
    width:49%;
}
.all-case-study-list-div .grid-3{
    width:32%;
}
.all-case-study-list-div .case-stusy-item .overlay-div-section .heading-div-case-study .date-div{
        margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #F9FAFB;
    letter-spacing: -0.02em;
}
.all-case-study-list-div .case-stusy-item .overlay-div-section .heading-div-case-study h2{
font-weight: 600;
font-size: 22px;
line-height: normal;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #F9FAFB;
}
.all-case-study-list-div .case-stusy-item .overlay-div-section a{
 font-weight: 600;
font-size: 14px;
line-height: 17px;
letter-spacing: -1px;
color: #000000;
background: #F9FAFB;
border-radius: 30px;
padding: 10px 30px;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
width: max-content;
}
.banner-section-case-study{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section-case-study .image-div {
    display: flex;
    height: auto;
    border-radius: 8px;
  overflow:hidden;
}
.banner-section-case-study .image-div img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.counter-inner-item{
    display:flex;
    flex-direction:column;
 
    justify-content: flex-start;
align-items: center;
padding: 40px 60px;
gap: 10px;
    background: #F3F3F3;
box-shadow: 0px 42px 17px rgba(0, 0, 0, 0.01), 0px 24px 14px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.09), 0px 3px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
height: 100%;
}
.counter-inner-item .count-number-title{
font-weight: 700;
font-size: 56px;
line-height: 110%;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
background: linear-gradient(90.48deg, #009DFF 7.99%, #503AFF 92.01%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.counter-inner-item p{
   font-weight: 400;
font-size: 16px;
line-height: normal; 
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
color: #000000;
margin-bottom:0;
}
.form-section-div{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px;
gap: 22px;
background: #FFFFFF;
box-shadow: 0px 126px 50px rgba(0, 0, 0, 0.01), 0px 71px 42px rgba(0, 0, 0, 0.05), 0px 31px 31px rgba(0, 0, 0, 0.09), 0px 8px 17px rgba(0, 0, 0, 0.1);
border-radius: 16px;
border-top:5px solid #014DD3;
width: 90%;
    margin: auto;
}
.form-section-div .form-group .row{
    width:105%;
}
.form-section-div .form-group{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
margin-bottom:20px;
}
.form-section-div .form-group label{
font-weight: 400;
font-size: 16px;
line-height: 28px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #000000;
}
.form-section-div .form-group input, .form-section-div .form-group textarea, .form-section-div .form-group select{
background: #F3F3F3;
border-radius: 8px;
    border: none;
    box-shadow: none;
}
.form-section-div .form-submit-btn{
padding: 10px 20px;
background: linear-gradient(129.84deg, #3366FF 11.53%, #1F3D99 88.47%);
border-radius: 8px;
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
    width: 100%;
    border: none;
}
.margin-top-0{
    margin-top:0;
}
.quote-main-div{
background-position:center;
background-repeat:no-repeat;
background-size:cover;
border-radius: 16px;
padding:80px 50px;
    overflow: hidden;
        position: relative;
}
.quote-main-div::before{
 
  position:absolute; /*or absolute*/
  z-index:999; /*a number that's more than the modal box*/
  left:30px;
  top:-30px;
 content: "";
  display: block;
width: 100px;
    height: 80px;
  background-image: url('/wp-content/uploads/2025/07/3.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.quote-main-div::after{
 
  position:absolute; /*or absolute*/
  z-index:999; /*a number that's more than the modal box*/
  right:30px;
  bottom:-30px;
 content: "";
  display: block;
width: 100px;
    height: 80px;
  background-image: url('/wp-content/uploads/2025/07/2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.quote-main-div p{
font-weight: 600;
font-size: 22px;
line-height: 32px;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
color: #FFFFFF;
}
.quote-main-div .quote-name{
    font-weight: 600;
font-size: 24px;
line-height: 32px;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
color: #FFFFFF;
}
.main-blog-banner-div{
     padding: 80px 30px;
    border-radius: 12px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
   
}
.heading-blog-div{
    text-align:center;
}
.heading-blog-div h2{
font-weight: 600;
font-size: 38px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
text-transform: capitalize;
color: #272B33;
}
.heading-blog-div p{
font-weight: 400;
font-size: 18px;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
color: #111827;
}
.blog-tag-and-search-div{
    display:flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px;
gap: 24px;
flex: none;
order: 1;
flex-grow: 0;
}
.blog-tag-and-search-div .blog-tags-div ul{
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 10px;
list-style:none;
padding-left:0;
margin-bottom: 0;
}
.blog-tag-and-search-div .blog-tags-div ul li{
    border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 120px;
padding: 5px 20px;
font-weight: 400;
font-size: 16px;
line-height: normal;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
color: #111827;
}
.blog-tag-and-search-div .blog-search-div{
    position:relative;
    display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 10px;
}
.blog-tag-and-search-div .blog-search-div input{

align-items: center;
padding: 5px 20px;
background-color:transparent;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 120px;
}
.blog-tag-and-search-div .blog-search-div button{
        position: absolute;
    border: none;
    background-color: transparent;
    top: 2px;
    right: 7px;
    font-size: 18px;
}
.blog-main-post-featured-div{
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
gap: 20px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
.blog-post-item-div{
     width:58%;
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 12px;
gap: 10px;
background: #FFFFFF;
box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
border-radius: 8px;
flex: none;
order: 0;
flex-grow: 1;
}
.blog-post-item-div .inner-div{
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
padding: 0px;
background: #E7E7E7;
border-radius: 8px;
    overflow: hidden;
        width: 100%;
}
.blog-post-item-div .inner-div .image-div{
   background-position:center;
   background-size:cover;
   background-repeat:no-repeat;
   height:250px;
   width:100%;
}
.blog-post-item-div .inner-div .content-div{
    width:100%;
    display: flex;
flex-direction: column;
gap:10px;
padding: 20px;
background: linear-gradient(66.08deg, #4C67FF 15.35%, #8453FF 84.63%);
border-radius: 0px;
}
.blog-post-item-div .inner-div .content-div .date-div{
  
font-weight: 400;
font-size: 16px;
line-height: 26px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #F9FAFB;
}
.blog-post-item-div .inner-div .content-div h3{
   display: -webkit-box; /* Required for -webkit-line-clamp */
  -webkit-line-clamp: 3; /* Limits the text to 3 lines */
  -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
  overflow: hidden; /* Hides overflowing content */
  text-overflow: ellipsis; /* Adds ellipsis for truncated text */
font-weight: 600;
font-size: 28px;
line-height: inherit;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
text-transform: capitalize;
color: #F9FAFB;
height: 125px;
max-width:400px;
}
.blog-post-item-div .inner-div .content-div a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #F9FAFB;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: max-content;
}
.blog-featured-list-div{
    width:40%;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 32px 22px;
gap: 10px;
filter: drop-shadow(0px 43px 17px rgba(72, 116, 157, 0.01)) drop-shadow(0px 24px 14px rgba(72, 116, 157, 0.05)) drop-shadow(0px 11px 11px rgba(72, 116, 157, 0.09)) drop-shadow(0px 3px 6px rgba(72, 116, 157, 0.1));
border-radius: 8px;
flex: none;
order: 1;
flex-grow: 0;
 
}
.blog-featured-list-div h3{
 
font-weight: 600;
font-size: 22px;
line-height: 32px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #000000;
border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
   border-image-source: linear-gradient(129.84deg, #3366FF 11.53%, #1F3D99 88.47%);
border-left: 0;
  border-right: 0;
  border-top: 0;
width:100%;
padding-bottom:5px;
}
.blog-featured-list-div ul{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 10px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
padding-left:0;
list-style:none
}
.blog-featured-list-div ul li{
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
padding: 0px;
gap: 10px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
border-bottom:1px solid #D9D9D9;
padding-bottom:10px;
}
.blog-featured-list-div ul li a{
font-weight: 400;
font-size: 16px;
line-height: 28px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #111827;
}
.blog-featured-list-div ul li a:hover{
    color:#014DD3;
}
.blog-featured-list-div ul li .date-div{
font-weight: 400;
font-size: 14px;
line-height: 26px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #272B33;
}
.blog-item-list-main-div{
display: flex;
flex-direction: row;
align-items: flex-start;
flex-wrap:wrap;
padding: 0px;
gap: 20px;
}
.blog-post-item-div.width-40{
    width:38%;
}
.blog-post-item-div.width-50{
    width:48%;
}
.blog-post-item-div.width-60{
    width:58%;
}
.blog-post-item-div.width-100{
    width:100%;
}
.single-blog-main-img{
padding: 12px;
background: #FFFFFF;
box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
border-radius: 8px;

}
.single-blog-main-img img{
    width:100%;
height:auto;
border-radius: 5px;
}
.common-editor-content-div-main{
    display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 32px;

}
.common-editor-content-div-main p{
    font-weight: 500;
font-size: 16px;
letter-spacing: -0.02em;
color: #111827;
    margin-bottom: 0;
}
.common-editor-content-div-main a{
    color: #111827;
    text-decoration:underline;
}
.common-editor-content-div-main img{
    padding: 12px;
background: #FFFFFF;
box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
border-radius: 8px;
  width:100%;
height:auto;
}
.get-demo-content-div-main, .contact-us-left-div-main{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 20px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
.get-demo-content-div-main h2, .contact-us-left-div-main h2{

font-weight: 600;
font-size: 34px;
line-height: initial;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
text-transform: capitalize;
background: linear-gradient(93.03deg, #009DFF 7.65%, #503AFF 37.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.get-demo-content-div-main p{
font-weight: 700;
font-size: 18px;
line-height: inherit;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #111827;
margin-bottom:0;
}
.contact-us-left-div-main p, .contact-us-left-div-main a{
font-weight: 400;
font-size: 16px;
line-height: inherit;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #111827;
margin-bottom:0;
}
.get-demo-content-div-main ul, .contact-us-left-div-main ul {
    padding-left: 0px;
}
.get-demo-content-div-main ul li{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 5px 0px;
    justify-content: left;
    align-items: flex-start;
}
.contact-us-left-div-main ul li {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 5px 0px;
    justify-content: left;
    align-items: center;
        margin-bottom: 15px;

}
.get-demo-content-div-main ul li .icon-div{
    margin-right: 8px;
    margin-top: -1px;
}
.contact-us-left-div-main ul li .icon-div {
    margin-right: 15px;
    margin-top: -1px;
    min-width: 50px;
    text-align: center;
    border: 1px solid #c4c4c4;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.contact-us-left-div-main ul li .icon-div i{
    font-size:20px;
        color: #014DD3;

}
.get-demo-content-div-main ul li .para-div, .contact-us-left-div-main ul li .para-div {
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: -1px;
    color: #425466;
}
.contact-us-left-div-main ul li .para-div a{
     color: #014DD3;
}
.contact-us-left-div-main ul li .para-div a:hover{
    text-decoration:underline !important;
}
.get-demo-content-div-main ul li .para-div span {
    color: #3366FF;
}
.brand-logo-list{
        width: 100%;
    overflow: hidden;
}
.brand-logo-slide .splide__list{
   padding-bottom:6px !important; 
}
.brand-logo-slide .splide__slide{

    padding: 20px 20px;
    background: linear-gradient(180deg, #FCFEFF 0%, #E1EDF9 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.brand-logo-slide .splide__slide .item{
     height:100%;
}
.event-heading-div .event-title{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 110.00000000000001%;
    margin-bottom: 0;
}
.main-upcoming-event-div{
    background: #FFFFFF;
    box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
    border-radius: 8px;
    padding: 12px;
}
.inner-upcoming-event-div{
height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.inner-upcoming-event-div .overlay-div-section{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background: rgba(0, 41, 116, 0.7);
display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
}

.inner-upcoming-event-div .overlay-div-section .heading-div-upcoming-event{
        max-width: 900px;
    width: 100%;
}
.inner-upcoming-event-div .overlay-div-section .heading-div-upcoming-event .date-div{
        margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #F9FAFB;
    letter-spacing: -0.02em;
}
.inner-upcoming-event-div .overlay-div-section .heading-div-upcoming-event h1{
font-weight: 600;
font-size: 34px;
line-height: normal;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #F9FAFB;
}
.inner-upcoming-event-div .overlay-div-section a{
 font-weight: 600;
font-size: 14px;
line-height: 17px;
letter-spacing: -1px;
color: #000000;
background: #F9FAFB;
border-radius: 30px;
padding: 10px 30px;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
width: max-content;
}
.event-item-list-main-div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px;
    gap: 20px;
}
.event-post-item-div {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
    border-radius: 8px;

   
}
.event-post-item-div.width-50 {
    width: 48%;
}
.event-post-item-div .inner-div {
       display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}
.event-post-item-div .inner-div .image-div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
     border-radius: 8px;
}
.event-post-item-div .inner-div .content-div{
        width: 100%;

}
.event-post-item-div .inner-div .content-div h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 22px;
    line-height: inherit;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000000;
       height: auto;
       margin-bottom:15px;
   
}
.event-post-item-div .inner-div .content-div .date-location-div{
display: flex;
flex-direction: row;
justify-content: left;
align-items: center;
padding: 0px;
gap: 15px;
flex: none;
order: 1;
flex-grow: 0;
}
.event-post-item-div .inner-div .content-div .date-location-div .date-div{
display: flex;
flex-direction: column;
justify-content: left;
align-items: flex-start;
padding: 0px;
gap: 1px;
flex: none;
order: 0;
flex-grow: 0;
}
.event-post-item-div .inner-div .content-div .date-location-div .date-div .month{
font-weight: 400;
font-size: 16px;
line-height: 110%;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #014DD3;
}
.event-post-item-div .inner-div .content-div .date-location-div .date-div .date{
font-weight: 700;
font-size: 48px;
line-height: normal;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #014DD3;
}
.event-post-item-div .inner-div .content-div .date-location-div .date-div .year{
font-weight: 400;
font-size: 16px;
line-height: 110%;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #014DD3;
}
.event-post-item-div .inner-div .content-div .date-location-div .line{
    border: 1px solid #000000;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    width: 1px;
    height: auto;
}
.event-post-item-div .inner-div .content-div .date-location-div .location-div{
display: flex;
flex-direction: column;
justify-content: left;
align-items: flex-start;
padding: 0px;
gap: 1px;
flex: none;
order: 2;
flex-grow: 0;

}
.event-post-item-div .inner-div .content-div .date-location-div .location-div .city{
font-weight: 700;
font-size: 20px;
line-height: normal;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #014DD3;
text-transform: uppercase;
}
.event-post-item-div .inner-div .content-div .date-location-div .location-div .country{
font-weight: 400;
font-size: 16px;
line-height: 110%;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #014DD3;
}
.event-post-item-div .event-btn-div a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #ffffff;
    background: linear-gradient(90.48deg, #009DFF 7.99%, #503AFF 92.01%);
    border-radius: 30px;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-top:15px;
}
.cta-2-swiper-slide .item {
  display: flex;               /* Enable Flexbox */
  justify-content: center;     /* Horizontally center content */
  align-items: center;         /* Vertically center content */
  height: 550px;
    width: 100%;
}

.cta-2-swiper-slide .item .image-div {
  display: flex;               /* Enable Flexbox on image container */
  justify-content: center;     /* Horizontally center the image */
  align-items: center;         /* Vertically center the image */
  width: auto;                 /* Ensure image container takes full width of the item */
  height: auto;    
}
.cta-2-swiper-slide .item img {
    width: 100%;
    height: auto;
    margin: auto;
    max-height: 400px;
    max-width: 400px;
}
.product-anmiation-left-div{
    display: flex;               /* Enable Flexbox on image container */
  flex-direction: column;
justify-content: left;
align-items: flex-start;
gap:30px;    
}
.product-anmiation-right-div{
   display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 30px; 
}
.product-anmiation-left-div p{
 
top: calc(50% - 181px/2 - 0.5px);
font-weight: 400;
font-size: 16px;
line-height: initial;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #425466;
}
.product-anmiation-left-div .image-div img{
background: #FFFFFF;
box-shadow: 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 13px 8px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 16px;
    width: 100%;
    height: auto;
}
.product-anmiation-left-div .image-div h4{
font-weight: 600;
font-size: 20px;
line-height: inherit;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
text-transform: capitalize;
background: linear-gradient(90.48deg, #009DFF 7.99%, #503AFF 92.01%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-top:10px;
}
.product-anmiation-right-div .image-div img{
background: #FFFFFF;
box-shadow: 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 13px 8px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 16px;
    width: 100%;
    height: auto;
}
.product-anmiation-right-div p{
   text-align:left !important; 
}
.product-anmiation-right-div .image-div h4{
font-weight: 600;
font-size: 20px;
line-height: inherit;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
text-transform: capitalize;
background: linear-gradient(90.48deg, #009DFF 7.99%, #503AFF 92.01%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-top:10px;
}

.product-showcase-snimation-main{
   display: flex;               /* Enable Flexbox on image container */
  flex-direction: column;
justify-content: left;
align-items: flex-start;
gap:150px;    
}
.product-animation-img-div{
    text-align:center;
}
.product-animation-img-div img{
 width:80%;
 height:auto;
 margin:auto;
}
 .product-showcase-snimation-main .fullscreen-section {
      /*min-height: 100vh;*/
      display: flex;
      align-items: center;
      /*padding: 80px 0;*/
    }

    .product-showcase-snimation-main .rotated-image {
      width: 100%;
      max-width: 100%; /* Optional: Set a max-width for better control */
      height: 400px; /* Give a fixed height to prevent layout shifts */
      object-fit: contain; /* Ensures the image scales properly within its container */
      display: block; /* Ensures it behaves like a block element */
      margin: auto; /* Centers the image */
      will-change: transform;
    }
.self-checkout-div-main{
    display: flex;
    flex-direction: row;
    /*align-items: flex-start;*/
    flex-wrap: wrap;
    padding: 0px;
    gap: 20px;
  
}
  .self-checkout-div-main .checkout-post-item-div{
     width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 43px 17px rgba(72, 116, 157, 0.01), 0px 24px 14px rgba(72, 116, 157, 0.05), 0px 11px 11px rgba(72, 116, 157, 0.09), 0px 3px 6px rgba(72, 116, 157, 0.1);
    border-radius: 8px; 
     align-items:stretch;       
  }
  .self-checkout-div-main .checkout-post-item-div .inner-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}
.self-checkout-div-main .checkout-post-item-div .inner-div .image-div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    border-radius: 8px;
}
.self-checkout-div-main .checkout-post-item-div .inner-div .content-div {
    width: 100%;
     display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.self-checkout-div-main .checkout-post-item-div .inner-div .content-div h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.02em;
   color: #014DD3;
   margin-bottom: 0;
}
.self-checkout-div-main .checkout-post-item-div .inner-div .content-div p{
  font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.02em;
    color: #425466; 
   
}
.self-checkout-div-main .checkout-post-item-div.width-50{
    width:48%;
}
.self-checkout-div-main .checkout-post-item-div.width-33{
    width:31%;
}
.self-checkout-div-main .checkout-post-item-div.width-100{
    width:98%;
}
.product-showcase-section-title{
font-weight: 600;
font-size: 28px;
line-height: inherit;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #014DD3;
}
.product-showcase-section-list{
   padding-left: 0px; 
}
.product-showcase-section-list li{
   display: flex;
    flex-direction: row;
    list-style: none;
    padding: 5px 0px;
    justify-content: left;
    align-items: flex-start;
}
.product-showcase-section-list .icon-div{
    margin-right: 8px;
    
}
.product-showcase-section-list .para-div{
font-size: 22px;
line-height: initial;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;

}
 .mobile-code{
        display:none;
    }
    .scroll-shell{
        display:block;
    }
    .cta2-right-div img {
    width: 60%;
    height: auto;
}
 .cta2-right-div video {
    width: 100%;
    height: auto;
}
.product-partner-logo-div{
        grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;   
    display: grid;
}
.product-partner-logo-div .product-logo-img-div{
background: linear-gradient(180deg, #F1CDFF 0%, #99BBFF 100%);
box-shadow: 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 13px 8px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 16px;
    padding: 20px;
        text-align: center;
        transition: transform 0.3s ease;
}
.product-partner-logo-div .product-logo-img-div img{
    height:90px;
    width:auto;
}
.product-partner-logo-div .product-logo-img-div:hover{
   transform: translateY(-10px); /* moves the div up */
  box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* optional: add shadow for depth */  
}
.visual-stage img, .product-animation-img-div img{
border-radius:16px;
overflow:hidden;
}
.case-study-div .bg-video-section{
  position:relative;  
  border-radius: 10px;
  overflow:hidden;
}
.case-study-div .bg-video-section video{
        width: 100%;
    height: auto;
    border-radius: 10px;
    position:relative;
}
.case-study-div .bg-video-section .overlay-div{
      position: absolute;
    bottom: 0;
    left: 0px;
    background: linear-gradient(0deg, #014DD3 0%, rgba(1, 77, 211, 0) 100%);
    width: 100%;
    padding: 30px;
    padding-top: 90px;
     opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.3s ease, transform 0.3s ease;   
}
.case-study-div .bg-video-section .overlay-div h4{
     font-weight: 500;
    font-size: 32px;
  letter-spacing: 0.02em;
    line-height:110.00000000000001%;
    transition: transform 0.3s ease;
    color:#FFFFFF;
     transform: translateY(20px);
}
.case-study-div .bg-video-section .overlay-div .box-link a{
    font-size: 14px;
    font-weight: 600;
    color:#FFFFFF;
     letter-spacing: -1px;
    
}
.case-study-div .bg-video-section .overlay-div .box-link{
 display: inline-block;
     
}
.case-study-div .bg-video-section .overlay-div .box-link a i{
    margin-left:8px;
}
.case-study-div .bg-video-section:hover h4 {
   transform: translateY(-10px);
    }
 .case-study-div .bg-video-section:hover .overlay-div {
    opacity: 1;
      transform: translateY(0);
    }
    .custom-heading-para-data{
font-weight: 700;
font-size: 24px;
line-height: 34px;
leading-trim: both;
text-edge: cap;
text-align: center;
letter-spacing: -0.02em;
color: #425466;
    }
    .case-number-list-main-div{
         display: flex;
  flex-wrap: wrap;
  justify-content: center;   /* <-- centers items if row not full */
  gap: 20px;   
    }
    .case-number-list-main-div .case-number-list-column-div {
  flex: 0 0 31%;         /* 3 per row */
  max-width: 31%;
  text-align: center;
  box-sizing: border-box;
}
.trust-center-main-div{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
   justify-content:center;
}
.trust-center-main-div .trust-center-item{
   padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 23%;
}
.trust-center-main-div .trust-center-item img{
    
       width: 100%;
    height: auto;
        max-width: 70%;
}
.trust-center-main-div .trust-center-item h3{
        font-size: 20px;
    font-weight: 600;
    color: #014DD3;
    margin-bottom:0;
}
.trust-center-main-div .trust-center-item a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0.5px solid #fff;
    border-radius: 8px;
    
    padding: 10px 20px;
    text-align: center;
    background: linear-gradient(129.83916165475796deg, #36f, #1e3d99);
    background-color: linear-gradient(129.83916165475796deg,#36f,#1e3d99);


}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1000px) {
    .mobile-code{
        display:block;
    }
    .scroll-shell{
        display:none;
    }
     .product-partner-logo-div{
        margin-top:60px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .container{
            padding-left: 20px;
    padding-right: 20px;
    }
    .row{
        margin-left:0;
        margin-right:0;
    }
    .tech-stack-section .container-fluid, .cta1-section .container-fluid{
       padding-left: 0px;
    padding-right: 0px;  
    }
.navbar-toggler{
 border:none;   
}
.heading-title-1{
    font-size:40px;
    line-height:110.00000000000001%;
}
.heading-div-1 p {
    font-size: 16px;
    font-weight: 400;
}
.heading-small-title-4-new {
        font-size: 20px;
        margin-bottom: 20px;
    }

.heading-title-2, .heading-title-4, .heading-title-3, .heading-title-5 {
     font-size:34px;
       font-weight: 700;
}
#brand-swiper-slide {
    margin-top: 50px;
}
.brabd-list-section{
    padding-left:0;
    padding-right:0;
}
.heading-div-1, .heading-div-2 {
    gap: 10px;
}

.email-input-group input {
    font-size: 14px;
}
.email-input-group button {
    font-size: 14px;
}
.banner-section .image-div {
    margin-left: 0;
    margin-top: 3rem;
}
.image-with-text-list-section-inner .left-div, .image-with-text-list-section-inner .right-div{
    padding-left:0px;
    padding-right:0px;
        padding-bottom: 0;
                padding-top: 25px;
}
.image-with-text-list-section-inner .content-div h3 {
    font-size: 30px;
    
}
.tech-stack-left-div, .tech-stack-right-div, .cta1-left-div, .cta1-right-div {
    padding: 80px 20px;
}
.heading-div-3 p.fz-24, .heading-div-5 p.fz-24 {
    font-size: 20px;
}
.heading-div-3 p{
     font-size: 16px;
}
.content-with-btn-div a {
    width:100%;
    text-align:center;
    margin: 0px 0px 10px 0px;
}

.autoscroll-slider-1 li .content-div .text-div{
      font-size: 24px;
}
.autoscroll-slider-1 li .content-div p {
    font-size: 16px;
}
.auto-scrollslide-section .container{
    padding-left:0;
    padding-right:0;
}
.case-study-div .left-div {
    padding-right: 0;
}
.case-study-div .content-div {
    padding: 10px 0px;
    margin-bottom: 1rem;
}
.case-study-bg-div{
     height: calc(100vw * 1);
     margin-top:30px;
     min-height:200px;
}
.case-study-bg-div .overlay-div h4 {
    font-weight: 500;
    font-size: 20px;
}
.case-study-div .content-div .title-div {
    font-size: 20px;

}
#footer-new .download-links{
    margin-bottom:3rem;
}
.footer-menu-list {
    padding: 0;
}
.footer-menu-list h4 {
    font-weight: 500;
    font-size: 22px;
}
.footer-menu-list ul li a {
    font-weight: 300;
    font-size: 16px;
}
.tech-stack-tab-div ul li {
    padding: 5px;
}
.tech-stack-tab-div ul li .nav-link{
    font-size:12px;
    padding: 5px 8px;
}
.heading-title-small-1 {
    font-size: 40px;
    line-height: normal;
    
}
.our-approch-section .image-div .bg-image-div .overlay-div h3 {
    font-size: 30px;
    line-height: normal;
}
.our-approch-section .image-div .bg-image-div {
    height: 300px;
}
.industry-application-swiper-slide .item .image-div .bg-image-div, .autoscroll-slider-2 .item .image-div .bg-image-div{
    height: 250px;
}
.industry-application-swiper-slide .item .image-div, .autoscroll-slider-2 .item .image-div {
    padding-left: 0;
    margin-top: 0;
}
    .tech-stack-left-div {
        padding: 0px 20px;
       
    }
     .tech-stack-right-div {
        padding: 80px 20px;
        padding-bottom:0px;
    }
    .animation-section-grid-div .content-div h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    }
    .animation-section-grid-div .content-div p {
    font-size: 16px;
    }
    .animation-section-grid-div .content-div ul li .para-div {
    font-weight: 400;
    font-size: 16px;
    }
    .animation-section-grid-div .content-div ul li .icon-div svg{
            width: 18px;
    height: 18px;
    }
    .heading-title-6 {
    font-size: 34px;
   
}
.section-padding-mobile{
    padding: 80px 0;
}

.tech-stack-title {
        font-size: 24px;
    }
    .tech-stack-ul-list-2 ul li {
    font-weight: 400;
    font-size: 16px;
    }
.heading-small-title svg {
    width: 9px;
    height: 12px;
    margin-top: -1px;
    margin-right: 8px;
}
.heading-small-title {
    font-size: 12px;
}

.service-grid-inner-div .item .content-div h4 {
    font-size: 20px;
}
.image-with-text-list-section-inner-2 .content-div h3 {
    font-size: 24px;
      line-height: normal;
}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
       line-height: normal;
}
.image-with-text-list-section-inner-2 .accordion .accordion-item .accordion-body {
    font-size: 14px;
}
.our-approch-section .content-div ul li .para-div {
    font-weight: 500;
    font-size: 16px;
    
}
.our-approch-section .content-div ul li .icon-div svg{
       width: 18px;
    height: 18px;
}
.industry-application-swiper-slide .item .content-div h4 {
    font-weight: 600;
    font-size: 22px;
}
.industry-application-swiper-slide .item .content-div p {
    font-weight: 500;
    font-size: 16px;
}
#ourtechstackcontent .tab-pane .inner-tab .blank-div-main {
gap: 10px;
}
.mobile-video-div{
        width:100%;
        overflow:hidden;
        display:block;
        margin-bottom:2rem;
    }
    .mobile-video-div video{
        width:100%;
        
    }
    .video-container {
        display:none;
    }
    #ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div .image-div-inner img {
    width: auto;
    height: 50px;
    min-width: 50px;
    max-height: 100%;
}
#ourtechstackcontent2 .tab-pane .inner-tab .no-image-div {
    flex: 1 0 0px;
    height: 82px;
    
}
#ourtechstackcontent .tab-pane .inner-tab .blank-div-main, #ourtechstackcontent2 .tab-pane .inner-tab .blank-div-main {
    gap: 15px;
}
#ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div .content-div {
    font-weight: 400;
    font-size: 11px;
}
#ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div {
 
    justify-content: left;
   
}
.main-case-study-div .overlay-div-section .heading-div-case-study h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    
}
.main-case-study-div .overlay-div-section .heading-div-case-study .date-div {
    margin-bottom: 10px;
    font-size: 18px;
}
.main-case-study-div {
    height: 400px;
}
.case-stydy-content-div-main {
    font-size: 14px;
}
.all-case-study-list-div .grid-3, .all-case-study-list-div .grid-2 {
    width: 100%;
}
.main-case-study-div .overlay-div-section {
    padding: 20px 20px;
}
.mobile-image{
       display:block;
    }
    .desktop-image{
       display:none;
    }
    .counter-inner-item {
    height: auto;
    margin-bottom: 20px;
}
.counter-inner-item .count-number-title {
    font-weight: 700;
    font-size: 55px;
}
.form-section-div .form-group label {
    font-weight: 400;
    font-size: 14px;
}
.form-section-div {
    width: 100%;
    margin-top: 30px;
}
.quote-main-div {
   
    padding: 70px 30px;
}
.quote-main-div p, .quote-main-div .quote-name {
    font-weight: 600;
    font-size: 15px;
    line-height: inherit;
}
.quote-main-div::before {
    top: -20px;
    width: 70px;
    height: 55px;
}
.quote-main-div::after {
    bottom: -20px;
    width: 70px;
    height: 55px;
}
.blog-tag-and-search-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}
.blog-tag-and-search-div .blog-tags-div ul li {
    padding: 4px 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
}
.blog-tag-and-search-div .blog-search-div input {
    align-items: center;
    padding: 5px 18px;
}
.blog-tag-and-search-div .blog-search-div button {
    top: 2px;
}
.blog-main-post-featured-div {
    display: flex;
    flex-direction: column;
}
.blog-post-item-div, .blog-featured-list-div {
    width: 100%;
}
.common-editor-content-div-main p{

font-size: 14px;
}
.get-demo-content-div-main h2, .contact-us-left-div-main h2 {
    font-weight: 600;
    font-size: 24px;
}
.get-demo-content-div-main p {
    font-weight: 600;
    font-size: 16px;
}
.contact-us-left-div-main p, .contact-us-left-div-main a{
font-weight: 400;
font-size: 16px;
}
.tech-stack-right-div{
    padding-top:3.75rem !important;
}
.event-heading-div .event-title {
    font-size: 28px;
}
.event-post-item-div, .event-post-item-div.width-50 {
    width: 100%;
}
.event-post-item-div .inner-div .content-div .date-location-div .date-div .month, .event-post-item-div .inner-div .content-div .date-location-div .date-div .year, .event-post-item-div .inner-div .content-div .date-location-div .location-div .country {
    font-size: 14px;
}
.event-post-item-div .inner-div .content-div .date-location-div .location-div .city {
    font-size: 18px;
}
.event-post-item-div .inner-div .content-div .date-location-div .date-div .date {
    font-size: 30px;
}
.tech-stack-ul-list ul li .icon-div svg {
    width: 17px;
    height: 17px;
    margin-top: 1px;
}
.cta2-section .container-fluid{
    padding:0;
}
.product-showcase-mobile-div{
   display:flex;
   flex-direction:row;
   gap:40px;
}
.product-animation-img-div img {
    width: 70%;
    height: auto;
    margin: auto;
    padding: 40px 0px;
    padding-bottom:10px;
}
.product-showcase-center-image-title{
font-weight: 600;
font-size: 18px;
line-height: 28px;
leading-trim: both;
text-edge: cap;
letter-spacing: -0.02em;
color: #000000;
}
.technical-spec-list-div .technical-spec-item {
    display: flex;
    flex-direction: column;
}
.technical-spec-list-div .technical-spec-item .image-div{
    order:1;
}
.technical-spec-list-div .technical-spec-item .content-div{
    order:2;
}
.technical-spec-list-div .technical-spec-item .content-div h3 {
    font-size: 22px;
}
.technical-spec-list-div .technical-spec-item .content-div ul li .para-div {
    font-size: 16px;
}
.self-checkout-div-main .checkout-post-item-div.width-33, .self-checkout-div-main .checkout-post-item-div.width-50, .self-checkout-div-main .checkout-post-item-div.width-100{
    width:100%;
}
.self-checkout-div-main .checkout-post-item-div .inner-div .content-div h3 {
   
    font-size: 22px;
}
 .cta2-right-div img{
        width:100%;
        height:auto;
    }
    .product-partner-logo-div{
        margin-top:60px;
        grid-template-columns: 1fr 1fr;
    }
     .product-partner-logo-div .product-logo-img-div{
         padding:10px;
     }
    .product-partner-logo-div .product-logo-img-div img{
    height:55px;
    width:auto;
}
.cta2-left-div, .cta2-right-div {
    padding: 60px 20px;
    margin: auto;
}
.service-grid-inner-div .item .image-div {
    height: 300px;
}
.service-grid-inner-div .item .image-div .child {
     height: 300px;
}
.product-showcase-section-title {
    font-weight: 600;
    font-size: 22px;
}
.product-showcase-section-list .para-div {
    font-size: 18px;
}
.product-showcase-section-list .icon-div svg{
    width: 12px;
    height: auto;
    margin-top: -4px;
}
.technical-spec-list-div {
    margin-bottom: 20px;
}
.service-grid-inner-div .item .content-div p{
    opacity:1;
    max-height:max-content;
}
.case-study-div .bg-video-section .overlay-div h4{
     font-weight: 500;
    font-size: 16px;

}
.case-study-div .bg-video-section .overlay-div{
    padding: 10px;
    padding-top: 60px;
}
.case-study-div .bg-video-section .overlay-div .box-link a {
    font-size: 12px;
}
.content-with-btn-div{
    margin-top:3rem;
}
 .custom-heading-para-data{
font-weight: 700;
font-size: 18px;

    }
    .blog-post-item-div.width-40, .blog-post-item-div.width-50, .blog-post-item-div.width-100 {
    width: 100%;
}
.case-number-list-main-div .case-number-list-column-div {
  flex: 0 0 100%;         /* 3 per row */
  max-width: 100%;
 
}
.trust-center-main-div .trust-center-item{
    width:100%;
}
.trust-center-main-div .trust-center-item a:hover{
    background: linear-gradient(170.05deg, #4A7DFF 6.98%, #2562FF 50%, #4A7DFF 93.02%);
}
}
@media screen and (max-width: 410px) {
   #ourtechstackcontent2 .tab-pane .inner-tab .icon-with-content-div .image-div-inner img {
    width: auto;
    height: 40px;
    min-width: 40px;
    max-height: 100%;
}
#ourtechstackcontent2 .tab-pane .inner-tab .no-image-div {
    flex: 1 0 0px;
    height: 72px;
    
}  
}