.testimoni-section {
    background-color: #cfcfce;
    padding-top: 5rem;
    padding-bottom: 8rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .testimoni-container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }
  
  .testimoni-header {
    text-align: left;
    margin-bottom: 3rem;
    padding-left: 15px;
  }
  
  .testimoni-title {
    font-size: 3rem;
    font-weight: 700;
    color: #5880a4;
    margin-bottom: 0.5rem;
  }
  
  .testimoni-subtitle {
    font-size: 1.2rem;
    color: #5880a4;
    opacity: 0.9;
  }
  
  /* SWIPER BASE */
  .mySwiper-testimoni {
    overflow: hidden;
    cursor: grab;
    padding-bottom: 2rem;
    user-select: none;
  }
  
  .mySwiper-testimoni:active {
    cursor: grabbing;
  }
  
  .mySwiper-testimoni .swiper-slide {
    display: flex;
    height: auto !important;
  }
  
  /* CARD */
  .testimoni-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  /* ICONS */
  .user-icon {
    font-size: 2.2rem;
    color: #D1A361;
  }
  
  .google-icon {
    font-size: 1.3rem;
    background: linear-gradient(
      45deg,
      #4285F4 0%,
      #4285F4 25%,
      #EA4335 25%,
      #EA4335 50%,
      #FBBC05 50%,
      #FBBC05 75%,
      #34A853 75%,
      #34A853 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  
  /* RATING */
  .rating-stars {
    margin-top: 2px;
  }
  
  .gold-star {
    color: #FFC107;
    font-size: 1rem;
  }
  
  /* NAMA */
  .pasien-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #5880a4;
  }
  
  /* REVIEW */
  .review-text {
    padding-top: 20px;
    border-top: #D1A361 solid 1px;
    font-size: 1rem;
    color: #5880a4;
    line-height: 1.6;
  }
  
  /* NAVIGASI */
  .testimoni-navigation-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
  }
  
  .testimoni-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    pointer-events: auto;
  }
  
  .prev-arrow::before {
    content: '\276E';
    color: #fff;
    font-size: 2rem;
  }
  
  .next-arrow::before {
    content: '\276F';
    color: #fff;
    font-size: 2rem;
  }
  
  @media (min-width: 992px) {
    .testimoni-prev {
       left: -70px;
  }
    .testimoni-next { right: -70px; }
  }
  
  @media (max-width: 767.98px) {


    .testimoni-card {
      height: 90%;
  }

    .testimoni-header { 
      text-align: center; 
      padding-left: 0;
     }

    .testimoni-navigation-controls {
       display: none;
     }
  }

  @media (max-width: 767.98px) {
    .testimoni-title {
      font-size: 2.5rem;
      padding: 0 180px 0 0;
    }
  }
  @media (max-width: 575.98px) {

    .testimoni-section {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    
    .testimoni-title {
      font-size: 1.4rem;
      padding: 0 120px 0 0;
    }

    .testimoni-subtitle {
      padding: 0 55px 0 0;
      line-height: 20px;
      font-size: 0.95rem;
    }
  }

  