/* Template 2 Testimonials Styles */

.swiper-slide>div {
    max-height: none;
}

.template2-testimonials-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    padding: 0 30px;
}

/* Testimonials Section */
.template2-testimonials-container {
    padding: 60px 0;
    text-align: center;
}


/* Testimonial Box */
.template2-testimonial {
    max-width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
    background: transparent;
    border-radius: 25px;
    padding: 40px;
}

/* Testimonial Text */
.template2-testimonials-description {
    font-size: 18px;
    line-height: 30px;
    padding: 30px;
    border-left: 1px solid #0000002d;
    border-right: 1px solid #0000002d;
    position: relative;
    margin-top: -65px;
}



.template2-testimonials-description::before {
    top: -20px;
}

.template2-testimonials-description::after {
    bottom: -20px;
}

/* Name */
.template2-testimonials-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    order: 2;
}

/* Profile Image */
.template2-testimonials-pic {
    margin-top: 10px;
    order: 1;
    
}

.template2-testimonials-pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .template2-testimonial {
        padding: 30px;
    }

    .template2-testimonials-description {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .template2-testimonials-author {
        flex-direction: column;
    }
}