.kkm-industries-page-hero {
    --kkm-industries-page-hero-container-width: 1400px;
    position: relative;
    width: 100%;
    min-height: 650px;
    padding: 115px 20px 90px;
    overflow: hidden;
    isolation: isolate;
    background-color: #f8fbff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.kkm-industries-page-hero,
.kkm-industries-page-hero * {
    box-sizing: border-box;
}

.kkm-industries-page-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(255,255,255,0);
    opacity: 0;
}

.kkm-industries-page-hero__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--kkm-industries-page-hero-container-width);
    margin: 0 auto;
}

.kkm-industries-page-hero__content {
    width: 100%;
    max-width: 690px;
    text-align: left;
}

.kkm-industries-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #ff6a00;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.kkm-industries-page-hero__eyebrow::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    background-color: #ff6a00;
}

.kkm-industries-page-hero__title {
    margin: 14px 0 24px;
    color: #0d3474;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(38px, 4vw, 53px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.kkm-industries-page-hero__title-line {
    display: block;
}

.kkm-industries-page-hero__highlight {
    color: #ff6a00;
}

.kkm-industries-page-hero__description {
    max-width: 650px;
    color: #1f2937;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.elementor-widget-kkm_2026_industries_page_hero {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    vertical-align: top !important;
    overflow: visible;
}

.elementor-widget-kkm_2026_industries_page_hero .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    font-size: initial !important;
    overflow: visible;
}

body:not(.elementor-editor-active) .elementor-widget-kkm_2026_industries_page_hero {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

body:not(.elementor-editor-active) .kkm-industries-page-hero {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

@media (min-width: 768px) {
    .kkm-industries-page-hero__container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1024px) {
    .kkm-industries-page-hero {
        min-height: 600px;
        padding: 78px 20px 72px;
        background-position: center center;
    }

    .kkm-industries-page-hero__content {
        max-width: 62%;
    }

    .kkm-industries-page-hero__title {
        font-size: clamp(34px, 5vw, 48px);
    }
}

@media (max-width: 767px) {
    .kkm-industries-page-hero {
        min-height: auto !important;
        padding: 42px 16px 52px !important;
        background-position: center top;
        background-size: cover;
    }

    .kkm-industries-page-hero__container {
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .kkm-industries-page-hero__content {
        max-width: 100%;
    }

    .kkm-industries-page-hero__eyebrow {
        gap: 10px;
        font-size: 13px;
    }

    .kkm-industries-page-hero__eyebrow::before {
        width: 28px;
    }

    .kkm-industries-page-hero__title {
        margin: 12px 0 18px;
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.12;
    }

    .kkm-industries-page-hero__description {
        font-size: 15px;
        line-height: 1.55;
    }
}


/* KKM v9.0.33 mobile hero compact-height patch: removes the large blank area under hero text. */
@media (max-width: 767px) {
    .kkm-projects-page-hero,
    .kkm-industries-page-hero,
    .kkm-projects-final-cta {
        min-height: auto !important;
        padding-top: 42px !important;
        padding-bottom: 52px !important;
        align-items: flex-start !important;
    }

    .kkm-projects-page-hero__description,
    .kkm-industries-page-hero__description,
    .kkm-projects-final-cta__description {
        margin-bottom: 0 !important;
    }
}


/* KKM v9.0.34 mobile full-width breakout safety fix */
@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body:not(.elementor-editor-active) .elementor-widget-kkm_2026_industries_page_hero {
        width: auto !important;
        max-width: none !important;
        left: auto !important;
        right: auto !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        overflow-x: clip !important;
    }
}

/* KKM v9.0.40 mobile hero background swap */
@media (max-width: 767px) {
    .kkm-industries-page-hero--has-mobile-bg {
        background-image: var(--kkm-industries-page-hero-mobile-bg) !important;
    }
}
