
   /* body {
      font-family: 'Segoe UI', sans-serif;
      background: grey ;
      margin: 0;
      padding: 30px;
    }
*/
    h3 {
      text-align: center;
      color: #333;
      margin-bottom: 20px;
    }

    .carousel-container {
      position: relative;
      width: 100%;
      max-width: 1000px;
      
      margin: auto;
    }

    .carousel {
      overflow: hidden;
    }

    .carousel-inner {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
     /* hide scrollbar in Firefox */
      scrollbar-width: none;
  /* hide scrollbar in IE/Edge */
     -ms-overflow-style: none;
}

/* hide scrollbar in WebKit browsers */
.carousel-inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
  width: 0;
  height: 0;

}


    .testimonial {
      flex: 0 0 300px;
      padding: 20px;
      scroll-snap-align: center;
    }

    .testimonial h4 {
      color: #006699;
      margin: 0 0 8px;
    }

    .testimonial p {
      color: #555;
      font-size: 0.95em;
      line-height: 1.4;
    }

    .testimonial time {
      display: block;
      margin-top: 12px;
      font-size: 0.85em;
    }
    .carousel-inner::-webkit-scrollbar {
      display: none;
    }

    .carousel-inner {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #006699;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 20px;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .nav-button:hover {
      background: #004d66;
    }
    .nav-left {
      left: -20px;
    }

    .nav-right {
      right: -20px;
    }
    
       
  
    .carousel {
      position: relative;
      width: 340px;
      margin: auto;
    }
    .carousel-inner {
      display: flex;
      overflow: hidden;
      scroll-behavior: smooth;
    }
    
    .testimonial {
      flex: 0 0 auto;
      width: 300px;
      margin: 0 10px;
      border-radius: 10px;
      padding: 20px;
    }
    
    .testimonial h4 {
      color: #006699;
      margin: 0 0 8px;
    }
    .testimonial p {
      color: #555;
      font-size: 0.95em;
      line-height: 1.4;
    }
    .testimonial time {
      display: block;
      margin-top: 12px;
      color: #888;
      font-size: 0.85em;
    }
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #006699;
      border: none;
      padding: 10px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
      z-index: 1;
    }
    #left { left: -20px; }
    #right { right: -20px; }
    .arrow:hover {
      background: #004466;
    }
.testimonial-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0;
}

.text-content {
    flex: 1;
}

.testimonial h4 {
    margin-top: 0;
    margin-bottom: 8px;
}

.testimonial p {
    margin: 0;
}

.testimonial time {
    margin-top: 8px;
}