.testimonials-page{
    background-image: url(/background-img/team-bg-11.jpg);
    background-size: cover;
    padding: 5% 0%;
}
.testimonials-page p{
    text-align: center;
  color: #6d6d6d;
  padding: 0% 8% 5% 8%;
}
        .testimonials {
            width: 90%;
            margin: auto;
        }

        .test-card {
            background: #fff;
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin: 5px;
        }

        .test-img img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 4px solid #eee;
        }

        .test-card h2 {
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .test-card p {
            color: #555;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .stars {
            color: #f8d21d;
            font-size: 20px;
        }

        /* Swiper arrows color */
        .swiper-button-next,
        .swiper-button-prev {
            color: #000;
        }

        .swiper-pagination-bullet-active {
            background: #000 !important;
        }