
.client-review-section {
    position: relative;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
    padding: 50px;
    color: white;
}

.review-content {
    max-width: 600px;
}

/* Quote Icon Positioned at the Top */
.quote-icon {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.client-name {
    font-size: 20px;
    font-weight: bold;
}

.client-designation {
    font-size: 16px;
    font-style: italic;
}

.client-signature {
    margin-top: 20px;
    width: 150px;
}

.review-content blockquote {
    width: 60%;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.25;
}

.client-details img {
    width: 100px;
}

.client-details h6 {
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0;
    color: #fff;
}
.client-details p {
    margin: 0;
    font-style: normal;
    font-size: 16px;
}
img.quote-icon {
    margin-bottom: -10px;
}
