@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
  :root{
    --whiteColor: #FFFFFF;
    --borderColor: #E8E8ED;
    --primaryColor: #2B3264;
    --secondaryColor: #01B6F6;
    --textColor1: #868A97;
    --textColor2: #919191;
    --bgColor1: #FAFAFA;
    --bgColor2: #2A2A2A;
    --bgColor3: #232323;
    --bgColor4: #101214;
    --bgColor5: #EFF2FA;
    --bgColor6: #EEF1F8;
    --gradientColor: linear-gradient(90deg, rgba(222, 222, 222, 0.1) 0%, rgba(120, 120, 120, 0.1) 100%);
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 10px; /* Adjust based on your header height */
  }
  body {
    font-family: "Inter", sans-serif;
    /* background-color: var(--whiteColor);     */
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F3FA 19.23%, #EBEEF6 81.73%, #E9F2FF 100%);
    /* Smooth scroll optimization */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  /* Custom scrollbar for webkit browsers */
  ::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: var(--secondaryColor);
    border-radius: 4px;
    transition: background 0.3s ease;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: var(--primaryColor);
  }
  
  /* Firefox scrollbar */
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--secondaryColor) rgba(0, 0, 0, 0.05);
  }
  /*
  .headerBorder{
    &::before{
      content: '';
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--borderColor);
    }
  }
  .borderHeaderSection{
    width: 100%;
    position: relative;
    border-left: 1px solid var(--borderColor);
    border-right: 1px solid var(--borderColor);
    &::before{
      content: '';
      position: absolute;
      top: 45px;
      left: -7px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid var(--borderColor);
      background: var(--whiteColor);
    }
    &::after{
        content: '';
        position: absolute;
        top: 45px;
        right: -6.5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid var(--borderColor);
        background: var(--whiteColor);
      }
  }
  .borderSection{
    width: 100%;
    position: relative;
    border-left: 1px solid var(--borderColor);
    border-right: 1px solid var(--borderColor);
    &::before{
      content: '';
      position: absolute;
      top: -7px;
      left: -7px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid var(--borderColor);
      background: var(--whiteColor);
    }
    &::after{
        content: '';
        position: absolute;
        top: -7px;
        right: -6.5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid var(--borderColor);
        background: var(--whiteColor);
      }
  }
  .borderCenter{
    border-top: 1px solid var(--borderColor);
  }
  .circleCenter{
    position: relative;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--borderColor);
    background: var(--whiteColor);
    margin-top: -5px;
  }
  .borderTopToBottom{
    border-right: 1px solid var(--borderColor);
  }
  .frame{
    background: transparent url(../../images/frame.svg) no-repeat top
    center !important;
    background-size: cover;
    padding-top: 80px;
    padding-bottom:10px;
  }
  .frameEmail{
    width: 100%;
    position: relative;
    margin-top:-20px;
    background-color: var(--whiteColor);
    border-radius: 16px;
    input{
      background-color: transparent;
      border: 1px solid var(--borderColor);
      border-radius: 16px;
      &:focus{
        box-shadow: none;
        border: 1px solid var(--secondaryColor);
      }
    }
    button {
      position: absolute;
      top: 5px;
      right: 5px;
      background: var(--secondaryColor);
      color: var(--whiteColor);
      border: none;
      border-radius: 12px;
      font-size: 15px;
      font-weight: 500;
      padding: 10px 15px;
    }
  }
    */
  /**********************************/
  #swiperHome{
    .swiper-slide{
      background-color: transparent;
      padding: 30px 0px;
    }
    .c-card{
        background-color: transparent;
        padding: 0px;
    }
    .swiper-slide-shadow-left, .swiper-slide-shadow-right{
        background-image: none !important;
    }
  }
  #swiperAiAgents{
    background: linear-gradient(227.86deg, rgba(214, 224, 240, 0.2) 9.09%, rgba(233, 237, 247, 0.2) 90.91%);
    border-radius: 10px;
    .swiper-slide{
      opacity: 0.25;
      background-color: transparent;
      padding:40px 0px 25px 0px;
      .c-card{
        background-color: transparent;
        padding: 0px;
        .innerCardBg{
          background: radial-gradient(50% 50% at 50% 50%, #202020 0%, #737373 50.96%, #202020 100%) !important;
          border: 1px solid var(--borderColor);
          border-radius: 16px;
          padding: 20px;
        }
        .cardName{
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: var(--primaryColor);
          margin-top: 10px;
          visibility: hidden;
          opacity: 0;
          transform: translateY(20px);
          transition: all 0.5s ease;
          transition-delay: 0.3s;
          @media (max-width: 768.99px) {
            font-size: 16px;
            line-height: 22px;
          }
        }

      }
      &.swiper-slide-next, &.swiper-slide-prev{
        opacity: 0.5;
      }
      &.swiper-slide-active{
        opacity: 1;
        .c-card{  
          .innerCardBg{
            background: radial-gradient(50% 50% at 50% 50%, #BEDDEF 0%, #01B6F6 100%) !important;
          }
          .cardName{
            visibility: visible !important;
            opacity: 1;
            transform: translateY(0);
          }
        }
      }
    }
    .swiper-slide-shadow-left, .swiper-slide-shadow-right{
        background-image: none !important;
    }
  }
  #testimonials{
    .swiper-slide{
      background-color: transparent;
      padding: 20px 0px 40px 0px;
    }
    .c-card{
        background-color: transparent;
        padding: 0px;
    }
    .swiper-slide-shadow-left, .swiper-slide-shadow-right{
        background-image: none !important;
    }
    .swiper-horizontal > .swiper-pagination-progressbar,
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
      top: inherit;
      bottom: 0;
      height: 2px;
      background: var(--textColor1);
      .swiper-pagination-progressbar-fill{
        background: var(--primaryColor);
      }
    }
  }
  #swiperCloudServicesRevers{
    position: relative;
    .swiper-wrapper{
      -webkit-transition-timing-function:linear!important;    
      transition-timing-function:linear!important; 
      position: relative;
    }
    &.swiper{
      height: auto !important;
    }
    .swiper-slide{
      background-color: transparent;
      padding: 5px 0px 10px 0px;
      width: auto !important;
      height: auto !important;
    }
    .c-card{
      background:transparent;
      padding: 0px; 
    }
    .swiper-slide-shadow-left, .swiper-slide-shadow-right{
        background-image: none !important;
    }
  }
/**********************************/
.section{
  width: 100%;
  position: relative;
  padding: 50px 0px;
}
.spaceTop{
  padding-top: 40px;
  @media (max-width: 768.99px) {
    padding-top: 150px;
  }
}
.title{
  font-weight: 400;
  font-size: 100px;
  line-height: 110px;
  color: var(--primaryColor);
 
  span{
    padding: 0px 40px;
    @media (max-width: 768.99px) {
      padding: 0px 20px;
    }
    &.noLottie{
      padding: 0px !important;
    }
    lottie-player{
      position: absolute;
      top: 5px;
      left: 45%;
      transform: translate(-45%, 50%);
      width: 100px;
      height: 100px;
      @media (max-width: 768.99px) {
        width: 50px;
        height: 50px;
        top:-15px;
      }
    }
  }
  
  @media (max-width: 768.99px) {    
    font-size: 36px;
    line-height: 54px;
    .heroImg{
      width: 100px;
    }
  }
  &.innerTitle{
    font-weight: 300;
    font-size: 70px;
    line-height: 80px;
    text-transform: capitalize;
    @media (max-width: 768.99px) {    
      font-size: 36px;
      line-height: 50px;
      .heroImg{
        width: 100px;
      }
    }
  }
  span{
      color: var(--secondaryColor);
  }
}
p.heroPara{
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: var(--textColor1);
  @media (max-width: 768.99px) {
    font-size: 14px;
    line-height: 24px;
  }
}
.borderAnimations{
  position: relative;
  &::before{
    content: '';
    position: absolute;
    top: -100px;
    width: 1px;
    height: calc(100% + 100px);
    z-index: 999;
    margin-left: -50px;
    border-left: 1px solid var(--whiteColor);
    @media (max-width: 768.99px) {
      display: none;
    }
  }
  &::after{
    content: '';
    position: absolute;
    top: -100px;
    right: 0px;
    width: 1px;
    height: calc(100% + 100px);
    z-index: 999;
    margin-right: -50px;
    border-right: 1px solid var(--whiteColor);
    @media (max-width: 768.99px) {
      display: none;
    }
  }
}
/* hero bottom image */
.img_container {
  width: 100%;
  height: 80vh;
  @media screen and (max-width: 991.99px) {
    height: 100% !important;    
  }
}
.img_container img,
.tWrap img {
  height: 100%;
  /* width: 100%;
  height: 100%; */
  /* object-fit: contain;
  object-position: center; */ 
}
.anime_img {
  object-fit: cover;
  animation: img_key linear forwards;
  animation-timeline: view(block);
  animation-range: cover 0% cover 20%;
}
section .tWrap {
  perspective: 1000px;
  &::before{
    content: '';
    position: absolute;
    top: 50%; /* move to vertical center */
    left: -50px;
    z-index: -1;
    min-width: 343px;
    min-height: 250px;
    background: url(../../images/hero-left.svg) no-repeat left center;
    background-size: contain;
    transform: translateY(-50%); /* adjust to actual center */
    @media (max-width: 768.99px) {
      display: none;
    }
  }
  &::after{
    content: '';
    position: absolute;
    top: 50%; /* move to vertical center */
    right: -65px;
    z-index: -1;
    min-width: 298px;
    min-height: 114px;
    background: url(../../images/hero-right.svg) no-repeat right center;
    background-size: contain;
    transform: translateY(-50%); /* adjust to actual center */
    @media (max-width: 768.99px) {
      display: none;
    }
    
  }
}
.imageBoxContainer {
  animation: noTransformAnim linear forwards normal;
  animation-timeline: view();
  transform: rotateX(40deg);
  opacity: 1;
}
@keyframes noTransformAnim {
  50% { transform: none; opacity: 1; }
  100% { transform: none; opacity: 1; }
}
@keyframes img_key {
  0% { clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%); }
  100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}
.borderFrameSection{
  width: 100%;
  position: relative;
  &::before{
    content: '';
    position: absolute;
    top: -5px;
    margin-left: -56px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--borderColor);
    background: var(--whiteColor);
    z-index: 9;
    @media (max-width: 768.99px) {
      display: none;
    }
  }
  &::after{
      content: '';
      position: absolute;
      top: -5px;
      right: 0px;
      margin-right: -71px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid var(--borderColor);
      background: var(--whiteColor);
      z-index: 9;
      @media (max-width: 768.99px) {
        display: none;
      }
    }
}
.topBorder{
  &::before{
    content: '';
    position: absolute;
    top: 1px;
    left: -50px;
    right: -60px;
    width: calc(100% + 110px);
    height: 1px;
    background-color: var(--whiteColor);
    @media (max-width: 768.99px) {
      display: none;
    }
  }
}
.bottomBorder{
  &::before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: -49px;
    right: -64px;
    width: calc(100% + 113px);
    height: 1px;
    background-color:var(--whiteColor);
    @media (max-width: 768.99px) {
      display: none;
    }
  }
}
/************** Marquee ********************/
.scroll-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.scroll-container .infinite-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.infinite-scroll-wrapper .infinite-scroll-content {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
  width: 100%;
  gap: 16px;
}
.infinite-scroll-wrapper .infinite-scroll-items {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  gap: 16px;
}
.infinite-scroll-items .item-wrap {
  position: relative;
  min-width: 200px;
  /* height: 200px; */
  flex-shrink: 0;
  overflow: hidden;
  padding: 5px;
  @media (max-width: 768.99px) {
    min-width: 100px;
  }
}
.item-wrap img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  max-width: 110px;
  margin: 0px auto;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
  &:hover{
    filter: grayscale(0%);
  }
  @media (max-width: 768.99px) {
    max-width: 70px;
  }
}
.item-wrap:hover img {
  transform: scale(1.05);
}
@media (min-width: 1024px) {
  .infinite-scroll-wrapper:hover .infinite-scroll-content {
    animation-play-state: paused;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animateText{
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 30px;
  line-height: 60px;
  color: var(--textColor1);
  /* color: var(--primaryColor); */
  @media (max-width: 768.99px) {
    font-size: 22px;
    line-height: 38px;
  }
  span{
    background: linear-gradient(90deg, var(--primaryColor), var(--primaryColor)) 0/ 0px no-repeat var(--textColor1);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
    animation: reveal 3s linear forwards;
    animation-timeline: view();
    animation-range: entry 20% entry 270%;
    @media (max-width: 768.99px) {
      animation-range: entry 20% entry 200%;
    }
  }
   /* .word{
    color: green;
    .char{
      color: red;
    }
   } */
}
@keyframes reveal{
  to{
    background-size: 100%;
  }
}
.videoParallax{
  width: 100%;
  position: relative;
}
.videoParallax video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none !important;
  opacity: 1;
  transition: opacity 0.5s ease;
  border-radius: 40px;
  aspect-ratio: 16/9;
  @media (max-width: 768.99px) {
    aspect-ratio: 16/20;
    border-radius: 30px;
  }
}
h2.mainTitle{
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: var(--textColor1);
  span{
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid rgba(43, 50, 100, 0.1);
      border-radius: 16px;
      text-align: center;
      color: var(--primaryColor);
      padding: 10px 20px;
  }
}
h1.subTitle{
  margin: 0px;
  font-weight: 300;
  font-size: 72px;
  line-height: 90px;
  color: var(--primaryColor);
  text-transform: capitalize;
  &.alignCenter{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  lottie-player {
    width: 70px !important;
    height: 70px !important;
    display: inline-block !important;      
    @media (max-width: 768.99px) {
        width: 40px !important;
        height: 40px !important;
    }
  }
  span{
    color: var(--secondaryColor);
     lottie-player {
      width: 70px !important;
      height: 70px !important;
      line-height: 70px !important;
      display: inline-block !important;      
      @media (max-width: 768.99px) {
          width: 50px !important;
          height: 50px !important;
      }
    }
  }
  @media (max-width: 768.99px) {    
    font-size: 26px;
    line-height: 40px;
    img{
      width: 40px;
    }
  }
  &.small{
    font-size: 44px;
    line-height: 60px;
    @media (max-width: 768.99px) {
      font-size: 26px;
      line-height: 40px;
    }
  }
}
p.subPara{
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--textColor1);
  @media (max-width: 768.99px) {
    font-size: 14px;
    line-height: 27px;
  }
}

.bgCard{
  width: 100%;
  position: relative;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 12px;
  padding:45px 30px;
  .titleCard{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 18px;
      line-height: 20px;
    }
  }
  p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--textColor1);
  }
}

.flashCardWrapper{
  width: 100%;
  position: relative;
  display: flex;
  height: 100%;
  /* .statusCard{
    width: 40px;
    margin-right: 60px;
    height: 100%;
    background: rgba(48, 160, 224, 0.2);
    border-radius: 30px;
    padding: 10px 0px;
    text-align: center;
    @media (max-width: 768.99px) {
      width: 20px;
      margin-right: 10px;
      padding: 5px;
      img{
        width: 10px;
      }
    }
  } */
  .flashCard{
    /* width: calc(100% - 100px); */
    width: 100%;
    position: relative;
    height: 100%;
    /* @media (max-width: 768.99px) {
      width: calc(100% - 40px);
    } */
    .title{
      font-weight: 500;
      font-size: 32px;
      line-height: 29px;
      color: var(--secondaryColor);
      @media (max-width: 768.99px) {
        font-size: 20px;
        line-height: 24px;
      }
    }
    .subTitle{
      font-weight:500;
      font-size: 16px;
      line-height: 22px;
      color: var(--primaryColor);
      @media (max-width: 768.99px) {
        font-size: 14px;
        line-height: 20px;
      }
      span{
        margin-left:20px;
        display: inline-block;
        &::before{
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          margin-top: 9px;
          margin-left: -15px;
          border-radius: 50%;
          background-color: var(--primaryColor);
          @media (max-width: 768.99px) {
            display: none;
          }
        }
      }
    }
    p{
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: var(--textColor1);
      @media (max-width: 768.99px) {
        font-size: 12px;
        line-height: 20px;
      }
    }
  }
}

.testimonialWrapper{
  width: 100%;
  position: relative;
  text-align: left;
  h4{ 
    width: 100%;
    position: relative;
    margin: 0px;
    font-weight: 300;
    font-size: 38px;
    line-height: 60px;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 20px;
      line-height: 40px;
    }
  }
  .testimonialInfo{
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    span{
      display: inline-block;
      font-weight: 500;
      font-size: 22px;
      line-height: 60px;
      @media (max-width: 768.99px) {
        font-size: 16px;
        line-height: 20px;
      }
      &.name{
        margin:0px 10px;
        color: var(--primaryColor);
      }
      &.designation{
        color: var(--textColor1);
        font-weight: 400;
      }
      &.rating{
        margin:0px 10px;
        color: var(--primaryColor);
        i{
          margin-left: 5px;
          font-size: 22px;
          line-height: 60px;
          color: var(--secondaryColor);
        }
      }
    }
  }
}
.textAnimationScroll{
  span{
    background: linear-gradient(90deg, var(--primaryColor), var(--primaryColor)) 0/ 0px no-repeat var(--textColor1);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
    animation: reveal 3s linear forwards;
    animation-timeline: view();
    animation-range: entry 20% entry 700%;
    @media (max-width: 768.99px) {
      animation-range: entry 20% entry 400%;
    }
  }
}

.coreApproachCard{
  width: 100%;
  position: relative;
  max-height: 460px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Hide scrollbar for webkit browsers */
  &::-webkit-scrollbar {
    display: none !important;
  }
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
  /* Hide scrollbar for IE/Edge */
  -ms-overflow-style: none;
  @media (max-width: 768.99px) {
    max-height: 100%;
    /* overflow-y: hidden;
    overflow-x: scroll;
    white-space:nowrap; */
  }
  &.teamCard{
    max-height: 100%;
    @media (max-width: 768.99px) {
      max-height: 100%;
    }
    .innerCard{
      transition: all 0.3s ease;       
      img{
        transition: all 0.3s ease;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);   
        &:hover{
          -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
          filter: grayscale(0%);
        }
      }
    }
  }
  .innerCard{
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    .lottieCard{
      width: 100%;
      height: 330px;
      position: relative;
      &.colorAi{
        background: linear-gradient(180deg, #01B6F6 0%, #DAF5FF 100%) !important;
        padding: 20px;
      }
      &.colorCloudMigration{
        background: #EFF2F9 !important;
        padding: 20px;
      }     
      &.colorAgenticWorkflow{
        background: #EFF2F9 !important;
        padding: 20px;
      }
      &.colorDataAnalytics{
        background: linear-gradient(180deg, #DAFDFF 0%, #87FFFF 100%)!important;
        padding: 20px;
      }
    } 
    @media (max-width: 768.99px) {
      margin-bottom: 0px;
    }
    h3{  
      margin: 0px;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: var(--primaryColor);
      img{
        margin-top: -5px;
        margin-right: 5px;
      }
    }
    p{
      margin: 0px;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: var(--textColor1);
    }
  }
}
.bg-light{
  background: var(--whiteColor);
}
.leadershipCard{
  width: 100%;
  position: relative;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 12px;
  .hasPadding{
    padding: 20px 40px;
    @media (max-width: 768.99px) {
      padding: 20px;
    }
  }
  img.grayscale{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);  
    border-radius: 12px 0px 0px 12px; 
    @media (max-width: 768.99px) {
      border-radius: 12px 12px 0px 0px;
    }
  }
  &:hover{
    img.grayscale{
      -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
      filter: grayscale(0%);
    }
  }
  .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 40px;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 26px;
      line-height: 30px;
    }
    span{
      color: var(--secondaryColor);
      padding: 0px;
    }
  }
  p{
    margin: 0px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 14px;
      line-height: 27px;
    }
    span{
      font-weight: 500;
    }
  }
  .fixedImage{
    width: calc(100% - 60px);
    background: var(--whiteColor);
    position: absolute; 
    bottom: 20px;
    left: 30px;
    right: 30px;
    z-index: 1;
    padding: 15px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    .name{
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: var(--primaryColor);
      @media (max-width: 768.99px) {
        font-size: 18px;
        line-height: 24px;
      }
      span{
        font-weight: 500;
        font-size: 16px;
        color: var(--textColor1);
        @media (max-width: 768.99px) {
          font-size: 14px;
          line-height: 20px;
        }
      }
    }
    .designation{
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--textColor1);
    }
  }
}
.industriesCard{
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  @media (max-width: 991.99px) {
    width: 100%;
    white-space:nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none !important;
    }
  }
  /* @media (max-width: 768.99px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 575.99px) {
    grid-template-columns: repeat(1, 1fr);
  } */
  .cardItem {
    width: 100%;
    position: relative;
    background-color: var(--whiteColor);
    border-radius: 22px;
    border: 1px solid var(--borderColor);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    @media (max-width: 991.99px) {
      width: 250px;
      white-space:normal;
    }
    .cardImg{
      width: 100%;
      background: var(--bgColor5);
      border-radius: 10px;
      padding: 15px 0px;
      img{
        max-width: 24px;
      }
    }
    .title{
      width: 100%;
      position: relative;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: var(--primaryColor);
      &.links{
        color: var(--secondaryColor);
        text-decoration: none;
      }
    }
    p{
      margin: 0px;
      font-size: 12px;
      line-height: 24px;
      font-weight: 400;
      color: var(--textColor1);
    }
    a{

    }
  }
}
/******************** Tab Section ********************/
#tabList{
  width: 100%;
  position: relative;
  border: none;
  @media (max-width: 1200.99px) {
    white-space:nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-wrap: unset;
    &::-webkit-scrollbar {
      display: none !important;
    }
  }
  .nav-link{
    background: var(--whiteColor);
    border: 1px solid var(--borderColor);
    margin-right: 10px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    @media (max-width: 768.99px) {
      font-size: 16px;
      line-height: 26px;
    }
    color: var(--primaryColor);
    &.active{
      background: var(--secondaryColor);
      color: var(--whiteColor);
    }
  }
  li.nav-item{
    @media (max-width: 768.99px) {
      width: auto !important;
      margin-right: 10px;
    }
    &:last-child{
      .nav-link{
        margin-right: 0px;
      }
    }
  }
}
#tabContent{
  width: 100%;
  position: relative;
  background: var(--bgColor6);
  border: 1px solid var(--borderColor);
  border-radius: 16px;
  padding: 24px;
  margin-top: 30px;
  .tab-pane{
    width: 100%;
    position: relative;
    .title{
      font-weight: 500;
      font-size: 22px;
      line-height: 40px;
      color: var(--primaryColor);
      @media (max-width: 768.99px) {
        font-size: 20px;
        line-height: 30px;
      }
    }
    p{
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: var(--primaryColor);
    }
    .tabInnerCard{
      width: 100%;
      position: relative;
    }
    .tabInnerRightCard{
      width: 100%;
      height: 100%;
      position: relative;
      background: var(--whiteColor);
      border-radius: 16px;
      padding: 30px;
      display: grid;
      align-items: flex-end;
      ul{
        margin: 0px;
        padding: 0px;
        list-style: none;
        li{
          font-size: 14px;
          line-height: 24px;
          font-weight: 400;
          color: var(--primaryColor);
          background: transparent url(../../images/check-icon.svg) no-repeat left center;
          padding-left: 40px;
          margin: 20px 0px;
          &:first-child{
            margin-top: 0px;
          }
          &:last-child{
            margin-bottom: 0px;
          }
        }
      }
      .links{
        width: 100%;
        position: relative;
        display: block;
        background: var(--secondaryColor);
        color: var(--whiteColor);
        border-radius: 16px;
        padding:15px 20px;
        text-decoration: none;
        i{
          float: right;
          font-size: 16px;
          line-height: 24px;
          color: var(--whiteColor);
          transition: all 0.3s ease;
        }
        &:hover{
          scale: 1.02;
          transition: all 0.3s ease;
          i{
            transform: translateX(5px);
            transition: all 0.3s ease;
          }
        }
      } 
    }
  }
}


.noBackgroundBtn{
  background: var(--whiteColor);
  border-radius: 30px;
  border: 1px solid var(--secondaryColor);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--secondaryColor);
  padding: 10px 20px !important;
  display: inline-block;
  box-shadow: none;
  @media (max-width: 768.99px) {
    padding: 5px 15px !important;
  }
  &:hover, &:focus, &:active{
    background: transparent;
    color: var(--whiteColor);
    span{
      background: var(--secondaryColor) !important;
    }
  }
}

.caseStudyCard{
  width: 100%;
  position: relative;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 12px;
  .hasPadding{
    padding: 20px 40px;
  }
  .caseStudyImg{
    border-radius: 12px 0px 0px 12px;
    @media (max-width: 768.99px) {
      border-radius: 12px 12px 0px 0px;
    }
  }
  .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 20px;
      line-height: 30px;
    }
  }
  p{
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 14px;
      line-height: 27px;
    }
    span{
      font-weight: 500;
    }
  }
  
}

.contactForm{
  margin: 0px;
  label{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: var(--primaryColor);
    span{
      color: var(--primaryColor);
    }
  }
  input, textarea, select{
    background: transparent;
    border:none;
    box-shadow: none;
    border-radius: 0px;
    resize: none;
    border-bottom: 1px solid var(--borderColor);
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--primaryColor);
    &:focus{
      background: transparent;
      box-shadow: none;
      border-bottom: 1px solid var(--primaryColor);
    }
  }
}
.submitBtn{
  background: var(--secondaryColor);
  border: 1px solid rgba(10, 10, 11, 0.24);
  border-radius: 9999px;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  &:hover{
    background: var(--whiteColor);
    color: var(--secondaryColor);
    border: 1px solid var(--secondaryColor);
  }
}

.caseStudyListCard{
  width: 100%;
  position: relative;
  height: 100%;
  background-color: transparent;
  .title{
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: var(--primaryColor);
    @media (max-width: 768.99px) {
      font-size: 20px !important;
      line-height: 24px !important;
    }
  }
  p{
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--textColor1);
  }
  span{
    background: #F8F8F8;
    border: 1px solid var(--borderColor);
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--primaryColor);
  }
}
.caseStudyCardSpacing{
  margin-top: 120px;
  @media (max-width: 768.99px) {
    margin-top: 60px;
  }
}
.contactInfo{
  width: 100%;
  position: relative;
  background: var(--primaryColor);
  border-radius: 20px;
  padding: 30px;
  h2{
    margin: 0px;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    color: var(--whiteColor);
    span{
      color: var(--secondaryColor);
    }
  }
 .contactInfoItem{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px 0px;
    .contactInfoIcon{
      width: 40px;
      position: relative;
      margin-right: 10px;
    }
    .contactInfoContent{
      width: calc(100% - 50px);
      position: relative;
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: var(--secondaryColor);
      span, a{
        color: var(--whiteColor);
        text-decoration: none;
      }
    }
  }

  .socialLinksCard{
    width: 100%;
    position: relative;
    display: block;
    background: var(--whiteColor);
    border-radius: 20px;
    padding:15px 30px;
    a{
      img{
        margin-right: 10px;
        width:20px;
        filter: brightness(0) saturate(100%) invert(17%) sepia(31%) saturate(1785%) hue-rotate(202deg) brightness(94%) contrast(91%);
      }
      display: block;
      margin: 20px 0px;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      color: var(--primaryColor);
      text-decoration: none;
    }
  }

  
}
ul.heroList{
  margin: 0px;
  padding: 0px;
  list-style: none;
  li{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--primaryColor);
    border-right: 1px solid var(--borderColor);
    padding: 0px 15px;
    @media (max-width: 768.99px) {
      line-height: 40px;
    }
    &:last-child{
      border-right: none;
      padding-right: 0px;
    }
  }
}

#customSliderWrapper{
  width: 300px;
  height: 350px;
  margin: 0px auto;
  position: relative;
  @media (max-width: 575.99px) {
    width: 100%;
    max-width: 250px;
    max-height: 350px;
  }
  .swiper-slide {
    display: grid;
    grid-template-rows: 4fr 1fr;
    padding: 15px;
    border-radius: 10px;
    background-color: var(--whiteColor);
    border: 1px solid var(--borderColor);
    /* box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.2) inset,
      0 1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 4px 16px rgba(0, 0, 0, 0.1); */
    /* user-select: none; */
    img{
      width: 100px;
      margin: 0px auto;
      object-fit:contain
    }
    .title{
      font-weight: 500;
      font-size: 20px;
      line-height: 20px;
      color: var(--primaryColor);
    }
    p{
      margin: 0px;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: var(--textColor1);
    }
  }
}
.lilacDetailsWrapper{
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  @media (max-width: 991.99px) {
    width: 100%;
    white-space:nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none !important;
    }
  }
  .innerCardImg{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    @media (max-width: 991.99px) {
      width: 250px;
      white-space:normal;
    }
  }
}
.detailsScrollGrid{
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  &.largeItems{
    grid-template-columns: repeat(4, 1fr);
    @media (max-width: 991.99px) {
      grid-template-columns: repeat(8, 1fr);
    }
  }
  @media (max-width: 991.99px) {
    width: 100%;
    white-space:nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none !important;
    }
  }
  .detailsItems{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    @media (max-width: 991.99px) {
      width: 300px;
      white-space:normal;
    }
  }
}
/* Home Page Animation */
#homeVideo{
  width: 100%;
  position: relative;
}
#homeFlashCard{
  .flashCardScrollContent{
    width: 100%;
    /* height: 64vh; */
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;  
   
  }
  .panel{
    flex: 1 0 100%;
    background-color: var(--whiteColor);
    border: 1px solid rgba(32, 32, 32, 0.1);
    border-radius: 20px;
    padding: 20px;  
  }
}
/******** Golabal animation *********/
.globe-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  aspect-ratio: 1;
}

.globe-canvas {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: grab;

}

.globe-canvas:active {
  cursor: grabbing;
}

/*********************** Cloud Migration ***********************/
ul.cloudMigrationList {
  margin: 0px;
  padding: 0px;
}
ul.cloudMigrationList li {
  list-style-type: decimal;
  color: var(--primaryColor);
  margin-bottom: 30px;
  margin-left: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
ul.cloudMigrationList li:last-child {
  margin-bottom: 0px;
}
ul.cloudMigrationList li span {
  display: block;
  border-radius: 40px;
  border: 1px solid var(--borderColor);
  background: transparent;
  margin-bottom: 30px;
  color: var(--primaryColor);
  margin-left: 15px;
  padding: 10px 15px;
}
ul.cloudMigrationList li::marker {
  margin-right: 1ch;
}
.cloudPara{
  margin: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: var(--primaryColor);
}

p.para1{
  margin: 0px;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: var(--textColor1);
  @media (max-width: 768.99px) {
    font-size: 18px;
    line-height: 24px;
  }
}
ul.problemList{
  margin: 0px;
  padding: 0px;
  list-style: none;
  li{
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: var(--textColor1);
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 10px;
    @media (max-width: 768.99px) {
      font-size: 16px;
      line-height: 24px;
    }
  }
}

.skDetailsWrapper{
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  &.largeSpace{
    gap: 30px;
  }
  @media (max-width: 991.99px) {
    width: 100%;
    white-space:nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none !important;
    }
  }
  .skInnerCardImg{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    @media (max-width: 991.99px) {
      width: 250px;
      white-space:normal;
    }
  }
}