/* @media (max-width: 767px) {
  .mob-none {
    display: none !important;
  }
  .info-section {
    padding: 40px 0;
  }

  .info-section h2 {
    font-size: 32px;
  }

  .video-container {
    margin-top: 30px;
  }
  .hamburger {
    display: flex;
    justify-content: flex-end;
  }
  .navlist {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .navlist.active {
    max-height: 500px;
    padding: 15px 0;
  }

  .navlist li {
    margin: 10px 0;
  }
  ul.navlist {
    gap: 1em;
    justify-content: normal;
  }
  .navlist {
    flex-direction: column;
    align-items: center;
    display: none;
    margin-top: 10px;
    background: #fff;
    padding: 15px 0;
  }

  .navlist.active {
    display: flex;
  }
} */

@media (max-width: 767px) {
  .mob-none {
    display: none !important;
  }
  .hero-image {
    margin-top: 40px;
    text-align: center;
  }

  .info-section {
    padding: 40px 0;
  }

  .info-section h2 {
    font-size: 32px;
  }
  .info-section p {
    font-size: 18px;
  }

  .video-container {
    margin-top: 30px;
  }
  .hamburger {
    display: flex;
    justify-content: flex-end;
  }
  .navlist {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .desk-hide{
    display: block;
  }
  .mob-hide{
    display: none;
  }

  .navlist.active {
    max-height: 500px; /* enough to show all menu items */
    padding: 15px 0;
  }

  .navlist li {
    margin: 10px 0;
  }
  ul.navlist {
    gap: 1em;
    justify-content: normal;
  }
  .navlist {
    flex-direction: column;
    align-items: center;
    display: none;
    margin-top: 10px;
    background: #fff;
    padding: 15px 0;
  }

  .navlist.active {
    display: flex;
  }

  .hero-content h1 {
    font-size: 32px;
  }
  p.hero-para {
    font-size: 16px;
  }

  .dashboard-box-parent {
    flex-direction: column;
  }
  ul.pillar-list {
    padding: 0;
  }
  .img-box {
    padding: 20px 10px;
  }
  .swiper-button-next {
    left: 65%;
  }
  .swiper.mySwiper {
    padding-bottom: 2em;
  }

  .ft-card-box {
    grid-template-columns: repeat(1, 1fr);
  }
  section.ai-powered h2.main-title {
    max-width: 100%;
  }
  .main-title,
  .hero-section-2.neural-bg .main-title {
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
  }
  img.sapimg {
    width: 75px;
  }
  button.cta-popup-button.popup-trigger {
    transform: rotate(270deg);
  }
  button.cta-popup-button {
    right: -15%;
    z-index: 999;
    top: 50%;
    padding: 7px 15px;
    border-radius: 10px 10px 0 0;
  }
  h1.banner-title {
    max-width: 100%;
    font-size: 32px;
  }
  .subtitle {
    text-align: left;
  }
  .stat-number {
    margin-bottom: 5px;
  }
  .card-parent {
    position: static;
  }
  .stat-card.right-side-1,
  .stat-card.stat-card.right-side-2 {
    max-width: 100%;
  }
  .light-blue-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .card-parent .stat-description {
    max-width: 100%;
  }
  
  .row.g-4.mob-scroller, .mob-scroller {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .mob-scroller::-webkit-scrollbar{
    display: none;
  }
  .row.g-4.mob-scroller::-webkit-scrollbar{
    display: none;
  }
  .row.g-4.mob-scroller .col-md{
    width: 60%;
  }
  
  section.multi-cards-section .col-lg-3.col-md-6 {
    width: 80%;
}
}
