  .testimonial-section {
        padding: 80px 0;
      }

      .testimonial-card {
        background: #111;
        border-radius: 1rem;
         position: relative;
            min-height: 562px;
            height:auto;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
         padding-bottom: 60px; /* space for the button */
      }

      .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(42, 223, 236, 0.3);
      }

      .testimonial-card .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

      .testimonial-img {
        width: 100%;
        height: 220px;
        /* border-radius: 50%;
        margin: 1.5rem auto 1rem; */
        object-fit: cover;
        border: 3px solid #2adfec;
      }

      .testimonial-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: #ffbe18;
      }

      .testimonial-text {
           font-size: 1.1rem;
    color: #bbb;
padding: 0 10px 10px;
      }

      .btn-outline-info {
        color: #2adfec;
        border-color: #2adfec;
        transition: 0.3s;
      }

      .btn-outline-info:hover {
        background-color: #2adfec;
        border-color: #2adfec;
        color: #000;

      }

      .swiper-button-next,
      .swiper-button-prev {
        color: #2adfec;
        transition: color 0.3s ease;
      }

      .swiper-button-next:hover,
      .swiper-button-prev:hover {
        color: #2adfec;
      }

      .swiper-pagination {
        position: relative !important;
      }

      .swiper-pagination-bullet {
        background: #2adfec;
        opacity: 0.8 !important;
      }

      .swiper-pagination-bullet-active {
        background: #01b0c2 !important;
        opacity: 1;
      }
      
      .swiper-slide,
.testimonial-card,
.testimonial-text {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}

/* .swiper-wrapper {
  cursor: grab;
} */

.testimonial-section .swiper-wrapper {
height:auto;
}

.testimonial-section h2 {
    color: #ffbe18;
    text-align: center;
    background: #111;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 5px;
    border-radius: 6px;
}

.swiper-slide img {
  pointer-events: none; /* prevents accidental drag on images */
}

/* .selectable {
  user-select: text !important;
  pointer-events: auto !important;
} */

@media screen and (max-width: 530px) {

    .testimonial-card {

      min-height: 580px;

}
}
