div._df_thumb{
    width: 24rem;
}
.df-lightbox-wrapper .df-lightbox-close:before{
    color: #000 !important;
    font-weight: 700;
    filter: none !important;
}
.catalogue-search-no-results {
    padding: 1.25rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}
button.brand-filter-option img{
    max-width: 80px;
    max-height: 50px;
    object-fit: contain;
}
button.brand-filter-option.active{
    background-color: #0063A6;
    color: white;
}
button.category-filter.active{
    background-color: #0063A6;
    color: white;
}
button.brand-filter-option.active img{
    filter: brightness(0) invert(1);
}
@media(max-width:40rem){
    button.brand-filter-option img{
        max-width: 60px;
    }
}
#catalogueSearchResults {
    max-height: 22rem;
    overflow-y: auto;
    background: #fff;
    border: 2px solid #0063A6;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#catalogueSearchResultsInner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
}
.df-book-title{
    display: none !important;
}

.catalogue-search-result {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 4.5rem;
    padding: 0.75rem;
    background: #fafafa;
    border: 2px solid #eee;
    border-radius: 0.75rem;
    transition: 0.2s ease;
}

.catalogue-search-result:hover {
    border-color: #0063A6;
}

.catalogue-search-result-logo {
    width: 100%;
    max-width: 6.25rem;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 40rem) {
    #catalogueSearchResultsInner {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalogue-search-result {
        height: 4rem;
        padding: 0.5rem;
    }
}
#OurSolutions .swiper-pagination .swiper-pagination-bullet{
    background: white !important;
    opacity: 1 !important;
}
#OurSolutions .swiper-pagination .swiper-pagination-bullet-active{
    background: #FFCD00 !important;
}