/* ============================================================
   Ah Product Section - Industry Grid 1
   ============================================================ */

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

.ahind1-wrap {
    width: 100%;
    padding: 19px 28px 14px;
    background: #ffffff;
    box-sizing: border-box;
}

.ahind1-wrap * {
    box-sizing: border-box;
}

.ahind1-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.ahind1-eyebrow {
    margin: 0 0 4px;
    color: #54cbb5;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ahind1-title {
    margin: 0 0 8px;
    color: #111b34;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.ahind1-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.ahind1-card {
    min-height: 183px;
    padding: 13px 12px 14px;
    border: 1px solid #e7ebf0;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ahind1-card:hover,
.ahind1-card:focus {
    color: inherit;
    text-decoration: none;
}

.ahind1-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 8px;
    color: #61cdbb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ahind1-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ahind1-card-title {
    min-height: 31px;
    margin: 0 0 9px;
    color: #111b34;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ahind1-card-text {
    max-width: 125px;
    margin: 0;
    color: #1d2b45;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
}

@media (max-width: 900px) {
    .ahind1-wrap {
        padding: 24px 20px;
    }

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

@media (max-width: 600px) {
    .ahind1-wrap {
        padding: 22px 14px;
    }

    .ahind1-eyebrow {
        font-size: 11px;
    }

    .ahind1-title {
        margin-bottom: 8px;
        font-size: 21px;
    }

    .ahind1-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ahind1-card {
        min-height: 174px;
        padding: 12px 10px;
    }

    .ahind1-icon {
        width: 56px;
        height: 56px;
    }
}
