.arrangev {
 
    --bs-gutter-x: -3px !important;

}
.card h2 {
    color: #070626;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.stats-card h2 {
    font-size: 16px;
    color: #070626 !important;
    font-weight: 500;
    line-height: 34px;
}
.section-container{
  /* margin-top: 176px !important; */
  margin-bottom: 0px;
}

#Feature-section-main{
  padding-top: 3rem !important;
  padding-bottom: 0rem !important;

}




.titelfsection{
  margin-bottom: 60px !important;
}

.ctadesc{
  margin-bottom: 32px !important;
}

.hero .partner-img{
  mix-blend-mode: luminosity; 
  height: 28px;
  margin-bottom: 24px;
}
.features .card{
  padding: 40px;
}
.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0px 24px;
}

.feature-card .card-img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.feature-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feature-card .card-link {
  margin-top: auto;
  padding-top: 1rem;
  width: max-content;
}

.play-btn {}

.play-btn:hover {
  background-color: black;
}

.play-btn:hover .play-icon {
  stroke: white;
}

.stats-section {
  background-color: #F4F4F4;
  margin: 0px auto;
  padding: 24px 36px;
  max-width: min(90%,1340px);
  border-radius: 8px;

}

.hometitels{
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  color: #070626;
}

.titlehome{
  font-weight: 600;
  font-size: 38px !important;
  line-height: 58px !important;
  color: #070626;
  margin-bottom: 16px; 
 
}

.deshome {
  font-size: 16px !important;
    line-height: 160% !important;
    font-weight: 500;
    color: #7B7B7B !important;
   width: 80% !important;
   margin-bottom: 32px !important;
}

.fetitle{
  color: #ffffff !important;
  font-size: 24px;
  line-height: 160%;
  font-weight: 600;
}
.fedec{
   font-size: 14px;
  line-height: 28PX;
  font-weight: 500;
  color: #666666;
}
.suite-cards .card p {
  font-size: 16px;
}

.suite-cards-container>div {
  margin-bottom: 32px;

}

.suite-cards .card {
  max-width: 330px;
  min-width: 260px;
  gap: 16px;
}

.suite-cards .master-card {
  padding: 24px;
  border: 1px solid black;
    border-radius: 16px;
  /* margin: 0px !important; */
}

.suite-cards .card a {
  /* max-width: 350px; */
  text-underline-offset: 12px;
  font-weight: 600;
  /* margin-bottom: 24px; */
}


.suite-cards-container {
  width: 100%;
  margin: 0 auto;
  
}

.card h4 {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 32px !important;
}

.card p {
    color: #7B7B7B;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 160% !important;
}
@media (min-width: 576px) {
  

  .suite-cards-container {
    width: 100%;
    
  }

  
.cardarrange{
  padding: 20px !important;
}

.industry-solutions{
  padding: 32px 24px !important;

}

  .suite-cards {
    margin: 0px;
  }

  .suite-cards-container>div {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


}

@media (min-width: 768px) {
  .suite-cards-container>div {
    margin-bottom: 24px;

  }
}

@media (min-width: 992px) {
  .suite-cards-container>div {
    margin-bottom: 48px;

  }
}

/*   
  @media (min-width: 1200px) {
    .suite-cards-container {
      width: 85%;
    }
  }
  
  

  /* Stats Section Styles */
.stats-cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 32px;
}

.stats-card {
  /* flex: 1; */
  min-width: 0;
  text-align: left;
}

.stats-card h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 34px;
}

.stats-card small {
  font-size: 14px;
  color: #7B7B7B !important;
  font-weight: 500;
  line-height: 160%;
}

.stats-section .v-line {
  height: 40px;
  width: 1px;
  background-color: var(--border-grey);
  margin: 0;
}

/* Responsive styles for stats section */
@media (max-width: 991px) {
  .features .card{
  padding: 32px;
}
.stats-section > div{
  gap: 20px;
}
}

@media (max-width: 768px) {
  .stats-cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .stats-card {
    /* flex: 0 0 calc(50% - 15px); */
    max-width: calc(50% - 15px);
  }

  .stats-section {
    background-color: #F4F4F4;
    margin: 0px 24px;
    padding: 40px;

  }
}

@media (max-width: 575px) {

    .card h6 {
    color: #070626;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 32px;
}
  .titelfsection {
    margin-bottom: 24px !important;
  }
  .stats-section .v-line:nth-child(4) {
    display: none;
  }

  .suite-cards-container {
    gap: 48px;
  }
  .imgts {
    height: 30px;
    width: 30px;
  }
  .adcont {
    padding: 32px;
  }
  .cardarrange{
  padding: 20px !important;
}


  .dsection {
      width:90% !important;
   }

   .hometitels {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #070626;
}
     
      .subheading-lg p {
        font-size: 16px !important;
        line-height: 160% !important;
        font-weight: 500 !important;
    }

.titlehome{
  font-weight: 600;
  font-size: 24px !important;
  line-height: 160% !important;
  color: #070626;
  margin-bottom: 16px; 
 
}

  /* .stats-card {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
    } */

  .stats-cards-wrapper {
    gap: 32px;
    width: 280px !important;
  }
    .card h4 {
        font-size: 18px !important;
        line-height: 32px !important;
        font-weight: 600 !important;
    }

    card p {
        font-size: 14px !important;
        line-height: 160% !important;
        font-weight: 500 !important;
    }

  .stats-section {
    background-color: #F4F4F4;
    margin: 0px 24px;
   
  }

  .suite-cards {
    margin: 0px;
    padding: 0px;
  }

  .suite-cards-container>div {
    height: 360px;
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .play-icon {
    width: 16px;
    height: 16px;
  }

  .hero .partner-img{
  mix-blend-mode: luminosity; 
  height: 26px;
  margin-bottom: 24px;
}
}


@media (max-width: 420px){
      .stats-cards-wrapper {
        gap: 18px;
        width: 107% !important;
      }

      
}


