/* =============================================================
   Clients Section — Logo Slider
   Tema Piedrangular
   ============================================================= */

.clients-section {
    padding: 4rem 0;
    background-color: #ffffff;
    border-top: 1px solid #edf2fb;
}

/* Centered heading in primary blue */
.clients-section .section-title__heading {
    color: var(--color-primary, #1a4ddb);
    text-align: center;
}

.clients-section .section-title {
    margin-bottom: 2.5rem;
}

.clients-section .section-title--center .section-title__underline {
    margin-left: auto;
    margin-right: auto;
}

/* Client logos are shown in full colour (no grayscale) */
.clients-section .slider__item img {
    filter: none;
    max-height: 144px;
    max-width: 240px;
    opacity: 1;
    max-height: 150px;
}

.clients-section .slider__item img:hover {
    filter: none;
    opacity: 0.85;
}

.clients-section__empty {
    text-align: center;
    color: #999;
    font-size: 0.9375rem;
    padding: 2rem 0;
}

@media (max-width: 600px) {
    .clients-section {
        padding: 2.5rem 0;
    }
}
