html {
  scroll-behavior: smooth;
}
/* About us */
.about-hedding { padding-top: 25px !important; line-height: 70px;}
.about-main-text-bg { padding: 0px 20px 0 30px; }
.about-main-text { padding: 0px 60px 0 0px; }
.machine-learning h3 {
    font-size: 35px;
    line-height: 47px;
}
.what-we-do a {
    font-size: 22px;
}
.ser-parts-col { height: 525px !important;}

/* .services-svg-icon { background: rgb(173,0,255);
    background: linear-gradient(90deg, rgba(173,0,255,1) 0%, rgba(210,17,17,1) 100%);} */
    .what-we-do {
        height: 450px !important;
    }
.download-btn:focus, .download-btn:hover { background-color: #d91c60; }    


/* 11-03-2024 */
.button { background-color: #2AC0D2 !important;}
.about-img-2 img { border-radius: 20px !important;}
.accordion-item.active { border: 1px solid #77bdd0; }

.mobile-nav ul.social-icon i {
    background-color: #2AC0D2
}

.bannr-text {
    padding-top: 60px;
    padding-bottom: 49px;
}


.what-we-do:hover svg { fill: #fff !important;}



/* lOGO Slider */
.partner-bg {
    height: 100%;
    width: 100%;
    margin: 2em;
  }
.trusted-by {
    display: flex;
    padding: 0;
    margin-bottom: 40px;
  }
  .separator {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .separator:before, .separator:after {
    display: block;
    content: "";
    flex-grow: 1;
    border-top: 2px solid #eaeaea;
    -webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0) );  
  }
  .trust-headline {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 0.01rem;
    margin: 0 2rem;
    max-width: 100%;
    flex-shrink: 0;
  }
  
  /* Logo sliding styles */
  .slider {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0) );
  }
  
  .sliding__content {
    flex-shrink: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 45s linear infinite;
  }
  .sliding__content li {
    margin: 0 10px;
  }
  .partner-logo {
    max-width: auto;
    max-height: auto;
    display: grid;
    place-items: center;
  }
  
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  
  /* Pause on hover */
  .slider--hover-pause:hover .sliding__content {
    animation-play-state: paused;
  }
  
  @media (min-width: 1020px) {
    .logo:hover {
      transform: scale(1.05);
      transition: ease-in-out 8s;
    }  
  }

  .heading {
    padding-bottom: 20px;
}


@media screen and (max-width: 767px) {
  .sann-market-btn-col ul li {
    font-size: 12px !important;
  }
  .ai-solutions-img-two:before {
    border-radius: 20px;
  }
  .ai-solutions-img img {
    border-radius: 25px;
  }
  .about-hedding {
    line-height: 39px;
  }
  .what-we-do {
    height: auto !important;
      padding: 30px 30px;

  }
  .what-we-do a {
    font-size: 16px;
    line-height: 26px;
}
.ai-solutions-img-two {
  margin-top: -15px !important;
}
.about-main-text {
  padding: 0px 0px 0 0px;
}
.about-main-text-bg {
  padding: 0px 5px 0 5px;
}

}

.what-we-do {
  padding: 30px 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .what-we-do {
    padding: 25px 30px !important;
    height: 540px !important;
}


 }

 @media (min-width: 1200px) and (max-width: 1440px) {
  .what-we-do {
    padding: 25px 30px !important;
    height: 590px !important;
}


 }

.sann-market-btn-col ul li { background-color: #2AC0D2 !important; text-align: center !important; display: flex !important; flex-direction: row !important; justify-content: center !important; align-items: center !important; color: #fff !important;  padding: 12px 20px; font-weight: 600; font-size: 14px; border-radius: 40px;}
.sann-market-btn-col ul li a { color: #fff;}
.our-service-btn-col { padding: 0 80px 0 0;}