.testimonial-wrapper{background:#fff;padding:60px 20px;display:flex;justify-content:center}.testimonial-container{max-width:1100px;width:100%}.row{display:flex;flex-wrap:wrap}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-8{flex:0 0 66.6666%;max-width:66.6666%}.image-container{width:100%;height:380px}.testimonial-image{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.2)}.testimonial-content{background:#f8f9fc;padding:2rem;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.testimonial-content img{position:absolute;width:50px;top:-20px;left:-25px}.name{font-size:1.5rem;font-weight:700;color:#222;margin-bottom:5px}.designation{font-size:.9rem;color:#777;margin-bottom:20px}.quote{font-size:1.1rem;line-height:1.7;color:#333}.arrow-buttons{margin-top:20px;display:flex;gap:15px}.arrow-button{width:40px;height:40px;border:none;background:#e2e7ff;color:#000;border-radius:6px;font-size:1.2rem;cursor:pointer;transition:.3s}.arrow-button:hover{background:#0b5ed7;transform:scale(1.1)}@media (max-width:768px){.col-4,.col-8{flex:0 0 100%;max-width:100%}.image-container{height:600px;height:420px}.team-blogs .card{padding:20px 10px}}