.clb-client-box {
    position: relative;
    width: 366px;
    height: 280px;
    border-radius: 7%;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clb-client-boxes-wrapper {
    margin-top: 25px;
}
.clb-client-box:focus,
.clb-client-box:hover {
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.7);
    outline: none;
}

.clb-logo {
    width: 284px;
    height: 177px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
}

.clb-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000000a linear-gradient(154deg, #3ABAE3 0%, #F94144 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 6px;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 7%;
    transition: opacity 0.3s ease;
    text-align: center;
}
.clb-hover-content-background {
    width: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 7%;
}

.clb-client-box:focus .clb-hover-content,
.clb-client-box:hover .clb-hover-content {
    opacity: 1;
    pointer-events: auto;
}

.clb-client-box:focus .clb-logo,
.clb-client-box:hover .clb-logo {
    opacity: 0.2;
}

.clb-description {
    margin-bottom: 15px;
    font: normal normal normal 16px/20px Manrope;
    letter-spacing: 0px;
}

.clb-button,
.clb-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    user-select: none;
}

.clb-button {
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    padding: 11px 17px;
    color: #fff;
    display: flex;
    align-items: center;
}

.clb-button:hover {
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    padding: 11px 17px;
    color: #000;
}

.clb-button .img-link-active {
    display: none;
}
.clb-button:hover .img-link-active {
    display: block;
}
.clb-button:hover .img-link {
    display: none;
}

img.img-link {
    width: 17px;
}

.clb-label {
    background-color: #6c757d;
}

.clb-label-development {
    background: #fff;
    border: 1px solid #fff;
    padding: 11px 17px;
    color: #db2777;
    display: flex;
    align-items: center;
}

.clb-hover-content img {
    width: 24px;
    margin-right: 10px;
}

.clb-label-acquired {
    background: #fff;
    border: 1px solid #fff;
    padding: 11px 17px;
    color: #059669;
    display: flex;
    align-items: center;
}

.clb-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
