/* Client Logo - Unified Size & Rounded Corners */
.pbmit-client-style-1 .pbmit-client-wrapper {
    width: 160px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #ffffff;
}

.pbmit-client-style-1 .pbmit-client-hover-img,
.pbmit-client-style-1 .pbmit-featured-img-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-client-style-1 .pbmit-client-hover-img img,
.pbmit-client-style-1 .pbmit-featured-wrapper img {
    width: 120px;
    height: 70px;
    object-fit: contain;
    border-radius: 8px;
}