
      .swiper {
        width: 100%;
        height: 100%;
      }
      .swiper-slide {
        text-align: center;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .abt_hide{
        display: none;
      }
      .l-more {
          display: none;
      }
      span.main_span.show_readMO span.r-more {
          display: none;
      }

      span.main_span.show_readMO span.l-more {
          display: block;
      }
      .abt_hide.show_abt {
      display: block;
  }
  .price_table {
        max-width: 999px; /* Adjust width as needed */
        margin: auto;
    }
    
    .table {
        text-align: center;
    }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive {
        overflow-x: auto;
    }
    .price_table {
        max-width: 999px; /* Adjust width as needed */
        margin: auto;
    }
    
    .table {
        text-align: center;
    }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive {
        overflow-x: auto;
    }
    .disclaimer-content {
            display: none;
        }
        .read-more-btn {
            color: #000000;
            cursor: pointer;
            text-decoration: underline;
        }


.testimonial-strip {
    background: linear-gradient(135deg, #fddfb6, #fde0b7); /* elegant gradient */
    padding: 25px 20px;
    margin: 40px auto;
    max-width: 850px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 0 6px 18px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.testimonial-strip:hover {
    transform: translateY(-5px); /* subtle lift on hover */
    box-shadow: 0 30px 70px rgba(0,0,0,0.18), 0 8px 25px rgba(0,0,0,0.10);
}

.testimonial-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1f2933;
}

.testimonial-slider {
    position: relative;
    height: 80px; /* compact height */
}

.testimonial {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.testimonial.active {
    opacity: 1;
    transform: translateX(0);
}

.testimonial.exit {
    opacity: 0;
    transform: translateX(-60px);
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.8);
}

.testimonial-content {
    text-align: left;
    max-width: 600px;
}

.testimonial p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #374151;
}

.testimonial span {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

/* Dots */
.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
}

.testimonial-dots span {
    width: 8px;
    height: 8px;
    background: #ffc7b1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.testimonial-dots span.active {
    background: #111827;
    transform: scale(1.2);
}
