.logo-con {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.st-nm {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}


        .stat {
    padding: 50px;
   background-color: #f8f8f8 !important;
    text-align: center;
  }

  .statistics {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .stat-item {
    background-color: #ffffff;
    flex: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 0 15px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stat-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
  .stat-item i {
    font-size: 36px;
  color: #3b368c;
    display: block;
  }
  .stat-item .value {
    font-size: 24px;
  color: #3b368c;
  font-weight: bold;
    margin-top: 10px;
  }
    .heading {
    text-align: center;
    margin-bottom: 30px;
  }
.stat .heading h2 {
  color: #3b368c;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.heading h2::after {
  content: '';
  margin: 0 auto;
  position: absolute;
  bottom: -5px; 
  left: 40%; 
  right: 40%;
  width: 10%; 
  height: 2px;
  background-color: #3b368c;
}


   .testimonial-section {
    text-align: center;
    padding: 20px;
    background-color: #f2f2f2;
}

.testimonial {
    display: none;
    padding: 10px;
    border: 1px solid white !important;
    background-color: #ffffff !important;
    border-radius: 8px;
    width: 50%;
    margin: 0 auto;
}

.testimonial-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 18px;
}

.testimonial-info {
    margin-top: 20px;
}


.company-name {
    color: black;
    font-weight: bold;
    margin-top: 10px;
}

.testimonial-controls {
    margin-top: 20px;
}

.prev-testimonial,
.next-testimonial {
    font-size: 30px;
    cursor: pointer;
    margin: 0 20px;
}

      .merchant-tools {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.icon-container {
  margin-left: 50px;
  margin-right: 20px;
  width: 40%;
  text-align: center;
}

.icon-container img {
  width: 200px;
  height: 200px;
}

.merchant-cont {
 padding: 20px;
 width: 50%;
  flex: 1;
  margin-right: 30px;
}

.merchant-cont button {
  background-color: #3b368c;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.merchant-cont button:hover {
  background-color: #2c275c;
}

  .ssteps {  
   padding: 50px;
   background-color: #f8f8f8 !important;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 30px;
  }
      .steps {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ssteps h3 {
  color: #3b368c;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.step {
    width: 30%; 
    margin: 0 10px;
    background-color: #ffffff;
    flex: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.step h5 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 20px;
}
.step-img {
  width: 80px; 
  height: 80px; 
  border-radius: 50%;
  margin-bottom: 10px;
}

.step-text {
  font-size: 16px;
  color: #333;
}

  .step:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}


@media only screen and (max-width: 768px) {
 .ssteps {
     padding: 15px;
 }
    .steps {
    width: 100%;
    flex-direction: column;
    }

    .step {
    padding: 20px;
    width: 100%;
    margin: 10px auto;
    }
    
.ssteps h3 {
  color: #3b368c;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
    
    .merchant-tools {
    flex-direction: column;
  }

  .icon-container {
    text-align: center;
    margin-bottom: 10px;
  }

  .merchant-cont {
    text-align: center;
    padding: 0px;
    width: 90%;
  }
  
    .testimonial {
    display: none;
    padding: 10px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 8px;
    width: 90%;
}  

   .stats {
        flex-direction: column;
    }

    .stat {
        margin: 5px 0;
    }
    
}

  @media only screen and (max-width: 768px) {
      
        .stat {
    padding: 15px;
        }
    .statistics {
      flex-direction: column;
    }

    .stat-item {
      width: calc(100% - 20px);
      margin: 10px auto;
    }
    
    .heading h2::after {
  content: '';
  margin: 0 auto;
  position: absolute;
  bottom: -5px; 
  left: 35%; 
  right: 35%;
  width: 20%; 
  height: 2px;
  background-color: #3b368c;
}
  }
    