.mtestimonials {
    padding: 60px 20px;
    /* background: #f8f9fb; */
    text-align: center;
    background: linear-gradient(152deg, #df9df1, #a2b4f7, #c0f7c2, #9ae7f1, #a1aefa, #eeaafa);
}

.mtestimonials h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #222;
}

.mtestimonial-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.mtestimonial-card {
    background: #fff;
    width: 480px;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.mtestimonial-card:hover {
    transform: translateY(-6px);
}

.mclient-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.mtestimonial-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #111;
    font-weight: bold;
}

.mcompany {
    font-size: 16px;
    color: #fd602c;
    margin:5px 0 2px 0;
}
.mcompany-sub {
    font-size: 14px;
    color: #5f5e5e;
    margin:0 0 5px 0;
}

.mcompany span {
    font-weight: 600;
    color: #fd602c;
}

.mfeedback {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}
.mfeedback-sm {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 40px;
    /* margin-top: 40px; */

}

.mview-link {
    display: inline-block;
    padding: 10px 18px;
    background: #fd602c;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
}

.mview-link:hover {
    background: #d13501;
    color: #fff;
    font-weight: bold;
}