/* ============================================================
   Ah Product Section - Hero Banner 1
   ============================================================ */

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

.elementor-widget-ah_hero_banner_1 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

.ahh1-hero {
    --ahh1-overlay-start: rgba(1, 23, 48, .98);
    --ahh1-overlay-end: rgba(1, 23, 48, .04);
    position: relative;
    isolation: isolate;
    display: flex;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    background-color: #081e37;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.ahh1-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        var(--ahh1-overlay-start) 0%,
        var(--ahh1-overlay-start) 27%,
        rgba(1, 23, 48, .72) 44%,
        rgba(1, 23, 48, .18) 68%,
        var(--ahh1-overlay-end) 100%
    );
}

.ahh1-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    min-width: 0;
    padding: 46px 85px 32px;
}

.ahh1-content {
    width: min(900px, 52%);
    max-width: 100%;
}

.ahh1-title {
    margin: 0;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.ahh1-description {
    max-width: 730px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
}

.ahh1-actions {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.ahh1-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 290px;
    min-height: 72px;
    padding: 16px 26px;
    color: #ffffff;
    border: 2px solid transparent;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ahh1-button--primary {
    background: #08c99b;
    border-color: #08c99b;
}

.ahh1-button--primary:hover {
    filter: brightness(.9);
}

.ahh1-button--secondary {
    background: rgba(3, 27, 52, .32);
    border-color: rgba(255, 255, 255, .82);
}

.ahh1-button--secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #09223d;
}

.ahh1-features {
    display: grid;
    grid-template-columns: repeat(var(--ahh1-feature-count, 3), minmax(0, 1fr));
    width: min(980px, 58%);
    max-width: 100%;
}

.ahh1-feature {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
    min-height: 82px;
    padding: 0 26px;
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.ahh1-feature:first-child {
    padding-left: 0;
}

.ahh1-feature:last-child {
    border-right: 0;
}

.ahh1-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    color: #08c99b;
    font-size: 66px;
    line-height: 1;
}

.ahh1-feature-icon svg {
    width: 66px;
    height: 66px;
    fill: currentColor;
}

.ahh1-feature-text {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .ahh1-hero {
        min-height: 620px;
    }

    .ahh1-title {
        font-size: 48px;
    }

    .ahh1-description {
        font-size: 19px;
    }

    .ahh1-button {
        min-width: 250px;
        min-height: 66px;
        font-size: 17px;
    }

    .ahh1-features {
        width: min(900px, 65%);
    }

    .ahh1-feature {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 15px;
        padding: 0 22px;
    }

    .ahh1-feature-icon,
    .ahh1-feature-icon svg {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .ahh1-feature-text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .ahh1-hero {
        min-height: 0 !important;
        background-position: 62% center;
    }

    .ahh1-overlay {
        background: rgba(1, 23, 48, .78);
    }

    .ahh1-container {
        gap: 22px !important;
        padding: 48px 40px 42px !important;
    }

    .ahh1-content {
        width: 100% !important;
    }

    .ahh1-features {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .ahh1-hero {
        min-height: 350px !important;
        background-position: 66% center;
    }

    .ahh1-overlay {
        background: rgba(1, 23, 48, .82);
    }

    .ahh1-container {
        gap: 22px !important;
        padding: 34px 20px !important;
    }

    .ahh1-content {
        width: 100% !important;
    }

    .ahh1-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .ahh1-description {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.55;
    }

    .ahh1-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 26px;
    }

    .ahh1-button {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        font-size: 15px;
    }

    .ahh1-features {
        grid-template-columns: repeat(var(--ahh1-feature-count, 3), minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        margin-top: 4px;
    }

    .ahh1-feature,
    .ahh1-feature:first-child,
    .ahh1-feature:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        min-height: 0;
        padding: 0 4px;
        border-right: 0;
        border-bottom: 0;
    }

    .ahh1-feature-icon,
    .ahh1-feature-icon svg {
        width: 38px;
        height: 38px;
        font-size: 38px;
    }

    .ahh1-feature-text {
        font-size: 10px;
        line-height: 1.25;
        text-align: center;
    }
}
