/* Template 1 Testimonials Styles */
.swiper-slide>div {
    max-height: none;
}

.template1-testimonial-card {
    position: relative;
    padding: 45px 30px 25px 30px;
    margin-bottom: 50px;
    background-color: #eeeeee;
    border-radius: 10px;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.template1-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12) !important;
}

.template1-testimonial-text .fa-quote-left {
    font-size: 40px;
    color: #0D6EFD;
    display: block;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.template1-testimonial-text .post-txt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonial Text */
.template1-testimonial-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 32px;
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
}

/* Profile Image */
.template1-testimonials-profile-img {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    margin-top: 32px;
    object-fit: cover;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
}

/* Profile Name */
.template1-testimonials-profile-name {
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 48px;
    color: #616161;
}

.template1-testimonial-profile{
    margin-top: 20px;
    border-top: 0.2px solid #bbb;
    height: 213px;
    max-height: 213px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .template1-testimonial-card {
        padding: 40px; 
        height: auto;
    }

    .template1-testimonial-text {
        font-size: 20px; 
    }

    .template1-testimonials-profile-name {
        font-size: 22px; 
        margin-bottom: 40px;
    }

    .template1-testimonials-profile-img {
        width: 85px; 
        height: 85px; 
    }
}

@media (max-width: 768px) {
    .template1-testimonial-card {
        padding: 30px;
    }
    
    .template1-testimonials-profile-img {
        width: 90px;
        height: 90px;
    }
    
    .template1-testimonials-profile-name {
        font-size: 20px;
        left: 180px;
    }
}

@media (max-width: 576px) {
    .template1-testimonial-card {
        padding: 20px;
    }

    .template1-testimonials-profile-img {
        width: 80px;
        height: 80px;
    }

    .template1-testimonials-profile-name {
        font-size: 18px;
        text-align: center;
        width: 100%;
        left: 0;
    }
}

#ssb-reviews {
	padding-top: 1.55rem;
}

.ssb.reviews-widget {
    background-color: #eeeeee;
    margin-top: 0;
}