/* ============================================================
   Ah Product Section - About Distribution 1
   ============================================================ */

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

.ahabout1 {
    display: grid;
    grid-template-columns: 43.6% 56.4%;
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    background: #061d35;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

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

.ahabout1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 31px 58px 32px;
    background: #061d35;
}

.ahabout1-eyebrow {
    margin: 0 0 8px;
    color: #12c79c;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ahabout1-title {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

.ahabout1-text {
    max-width: 545px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
}

.ahabout1-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 12px;
    max-width: 610px;
    margin-top: 22px;
}

.ahabout1-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: rgba(255, 255, 255, .95);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.ahabout1-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #12c79c;
    color: #06233c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ahabout1-check svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ahabout1-media {
    min-width: 0;
    min-height: 360px;
    background: #d8dde2;
}

.ahabout1-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 900px) {
    .ahabout1 {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }

    .ahabout1-media {
        order: -1;
        min-height: 300px;
    }

    .ahabout1-content {
        padding: 34px 28px 30px;
    }
}

@media (max-width: 560px) {
    .ahabout1-content {
        padding: 30px 20px 28px;
    }

    .ahabout1-eyebrow {
        font-size: 13px;
    }

    .ahabout1-title {
        font-size: 28px;
    }

    .ahabout1-text {
        margin-top: 14px;
        font-size: 13px;
    }

    .ahabout1-features {
        grid-template-columns: 1fr;
        row-gap: 10px;
        margin-top: 18px;
    }

    .ahabout1-feature {
        font-size: 12px;
    }

    .ahabout1-media {
        min-height: 220px;
    }
}
