/* ============================================================
   Ah Product Section - MayPro Brands 1
   ============================================================ */

.elementor-widget-ah_maypro_brands_1,
.elementor-widget-ah_maypro_brands_1 > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.ahbrands1 {
    width: 100%;
    padding: 72px 36px;
    background:
        linear-gradient(180deg, rgba(6, 29, 53, .04), rgba(6, 29, 53, 0) 280px),
        #f6f9fb;
    box-sizing: border-box;
    color: #10213a;
    font-family: Arial, Helvetica, sans-serif;
}

.ahbrands1 * {
    box-sizing: border-box;
}

.ahbrands1-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.ahbrands1-header {
    margin: 0 0 28px;
    text-align: center;
}

.ahbrands1-eyebrow {
    margin: 0 0 7px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ahbrands1-title {
    margin: 0;
    color: #061d35;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.ahbrands1-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ahbrands1-card {
    min-width: 0;
    min-height: 218px;
    padding: 30px 30px 28px;
    background: #ffffff;
    border: 1px solid #dde6eb;
    box-shadow: 0 14px 34px rgba(6, 29, 53, .06);
}

.ahbrands1-card-title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 16px;
    color: #061d35;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.ahbrands1-card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    background: #12c79c;
}

.ahbrands1-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahbrands1-brand {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 9px 13px;
    background: #f6f9fb;
    border: 1px solid #dde6eb;
    color: #10213a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 980px) {
    .ahbrands1 {
        padding: 48px 22px;
    }

    .ahbrands1-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ahbrands1-title {
        font-size: 38px;
    }
}

@media (max-width: 620px) {
    .ahbrands1 {
        padding: 32px 14px;
    }

    .ahbrands1-header {
        margin-bottom: 18px;
    }

    .ahbrands1-title {
        font-size: 30px;
    }

    .ahbrands1-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ahbrands1-card {
        min-height: 0;
        padding: 26px 20px;
    }

    .ahbrands1-card-title {
        font-size: 21px;
    }

    .ahbrands1-brand {
        font-size: 13px;
    }
}
