/* Shared trust section */
.why-us {
    padding: var(--casara-section-y, 2rem) 0 !important;
    margin: 0;
    background: #bdb5b3;
    overflow: hidden;
}

.why-us > .wrapper {
    overflow: hidden;
    border-radius: var(--radius-lg, 12px);
    padding: 0 !important;
}

.why-us .block-banner {
    padding: 1rem 1.125rem 1.25rem;
    background:
        radial-gradient(circle at 12% 18%, rgba(244, 196, 111, .18), transparent 26rem),
        radial-gradient(circle at 88% 12%, rgba(255, 247, 237, .08), transparent 22rem),
        linear-gradient(135deg, #4a382d 0%, #6b5849 48%, #4b372b 100%);
    border-radius: var(--radius-lg, 12px);
    box-shadow: inset 0 1px 0 rgba(255, 247, 237, .12), 0 10px 28px rgba(45, 30, 20, .14);
}

.why-us .block-banner > .head {
    text-align: center;
}

.why-us .block-banner > .head .title {
    margin: 0;
    color: #f4c46f;
    font-size: 1.375rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.why-us .block-banner > .head .description {
    max-width: 780px;
    margin: .5rem auto 0;
    color: rgba(255, 247, 237, .82);
    font-size: 1rem;
    line-height: 1.55;
}

.why-us .block-banner > .content {
    margin-top: 18px;
    min-width: 0;
    overflow: hidden;
}

.why-us .content:not(.swiper) .banners {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
    transform: none !important;
}

.why-us .content.swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.why-us .content.swiper .banners {
    display: flex !important;
    gap: 0;
    align-items: stretch;
    min-width: 0;
}

.why-us .content.swiper .item {
    min-width: 0;
    height: auto;
}

.why-us .content.swiper:not(.swiper-initialized) .banners {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.why-us .item {
    padding: .75rem;
    text-align: center;
}

.why-us .item img,
.why-us .wrapper .block-banner .item img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 3px;
    border: 3px solid var(--color-gold, #d9a84f);
    border-radius: 50% !important;
    background: #fff;
    object-fit: cover;
}

.why-us .banner-caption {
    margin-top: .875rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.45;
}

.why-us .banner-caption p {
    margin: 0;
}

.why-us .banner-caption strong {
    display: block;
    margin-bottom: .25rem;
    color: #fff;
    font-style: normal;
    font-size: 1.0625rem;
    font-weight: 900;
    line-height: 1.25;
}

.why-us .banner-caption span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .86);
}

@media (max-width: 992px) {
    .why-us .content:not(.swiper) .banners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-us .content.swiper:not(.swiper-initialized) .banners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .why-us .content:not(.swiper) .banners {
        grid-template-columns: 1fr;
    }

    .why-us .content.swiper:not(.swiper-initialized) .banners {
        grid-template-columns: 1fr;
    }
}
