.testimonials-section1 {
    padding:150px 0 150px 0;
    background-image: url('../../../../uploads/2025/07/service-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    text-align: center;
}


.ts1-inner {
    max-width:700px;
    margin:0 auto;
}

.testimonials-section2 {
    padding:50px 0;
}

.ts2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    align-items : center;
    justify-content: center;
}

.single-testimonial {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:400px;
    max-width:400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    padding:50px 35px 35px 35px;
    position: relative;
}

.rs-quote {
    position: absolute;
    top:-25px;
    left:25px;
    width:67px;
    max-width:100%;
}

.g5s img {
    width:241px;
    max-width:100%;
    margin:0 auto 20px auto;
}

.g-revr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    align-items : center;
    margin-top: 15px;
    font-weight: bold;
}

.g-revr img {
    width:73px;
    max-width:100%;
}


.testimonials-section3 {
    padding: 50px 0;
}

.ts3-header {
    text-align: center;
    padding-bottom: 40px;
}

.ts3-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.ts3-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:400px;
    max-width:400px;
    background-color: #fff;
    border-radius: 10px;
    padding:15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.ts3-column img {
    border-radius: 10px;
}

.ts3c-text {
    padding:25px 0;
    text-align: center;
}

.ts3c-text a {
    color:#52C6F0;
    text-decoration: none;
}
