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

.kkm-contact-page-hero {
    --kkm-contact-hero-container-width: 1400px;
    --kkm-contact-hero-image: none;
    --kkm-contact-hero-mobile-image: var(--kkm-contact-hero-image);
    --kkm-contact-hero-left-wash: rgba(255,255,255,0.94);
    position: relative;
    width: 100%;
    min-height: 585px;
    padding: 108px 20px 118px;
    overflow: hidden;
    isolation: isolate;
    background-color: #f8fbff;
    background-image:
        radial-gradient(circle at 21% 98%, rgba(13, 52, 116, 0.06) 0, rgba(13, 52, 116, 0) 42%),
        linear-gradient(90deg, #ffffff 0%, var(--kkm-contact-hero-left-wash) 46%, rgba(248,251,255,0.72) 62%, rgba(248,251,255,0) 100%);
}

.kkm-contact-page-hero__watermark {
    position: absolute;
    left: 0;
    right: 42%;
    bottom: 62px;
    height: 196px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    opacity: 1;
    color: rgba(13,52,116,0.055);
}

.kkm-contact-page-hero__watermark span {
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 126px;
    background: currentColor;
    transform-origin: bottom center;
}

.kkm-contact-page-hero__watermark span::before,
.kkm-contact-page-hero__watermark span::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 86px;
    height: 2px;
    background: currentColor;
    transform-origin: left center;
}

.kkm-contact-page-hero__watermark span::before {
    top: 32px;
    transform: rotate(-29deg);
}

.kkm-contact-page-hero__watermark span::after {
    top: 68px;
    transform: rotate(27deg);
}

.kkm-contact-page-hero__watermark span:nth-child(1) { left: 4%; height: 118px; }
.kkm-contact-page-hero__watermark span:nth-child(2) { left: 18%; height: 156px; }
.kkm-contact-page-hero__watermark span:nth-child(3) { left: 35%; height: 132px; }

.kkm-contact-page-hero__image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    background-image: var(--kkm-contact-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 0 80%, 9% 65%, 0 0);
    transform: translateZ(0);
}

.kkm-contact-page-hero__image::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -1px;
    width: 36%;
    background: linear-gradient(90deg, rgba(248,251,255,0.96) 0%, rgba(248,251,255,0.36) 52%, rgba(248,251,255,0) 100%);
    pointer-events: none;
}

.kkm-contact-page-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255,0.08);
    opacity: 0.18;
    pointer-events: none;
}

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

.kkm-contact-page-hero__content {
    width: 100%;
    max-width: 660px;
}

.kkm-contact-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #ff6a00;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.kkm-contact-page-hero__eyebrow::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    flex: 0 0 auto;
    background-color: currentColor;
}

.kkm-contact-page-hero__title {
    margin: 0 0 24px;
    color: #0d3474;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(40px, 4.25vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.kkm-contact-page-hero__title span {
    display: block;
}

.kkm-contact-page-hero__description {
    max-width: 620px;
    color: #1f2937;
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.kkm-contact-page-hero__strip {
    position: absolute;
    z-index: 4;
    left: max(0px, calc((100% - var(--kkm-contact-hero-container-width)) / 2));
    bottom: 0;
    width: 100%;
    max-width: 760px;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 22px 34px;
    background-color: #063b9f;
    border-radius: 0 72px 0 0;
    box-shadow: 0 18px 32px rgba(6, 59, 159, 0.22);
    overflow: visible;
}

.kkm-contact-page-hero__strip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background-color: inherit;
}

.kkm-contact-page-hero__strip-item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
}

.kkm-contact-page-hero__strip-item:first-child {
    padding-left: 0;
}

.kkm-contact-page-hero__strip-item:last-child {
    padding-right: 0;
}

.kkm-contact-page-hero__strip-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: calc(100% - 8px);
    background-color: rgba(255,255,255,0.38);
}

.kkm-contact-page-hero__strip-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1.5px solid #ff6a00;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff6a00;
}

.kkm-contact-page-hero__strip-icon i {
    font-size: 18px;
}

.kkm-contact-page-hero__strip-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.kkm-contact-page-hero__strip-icon img {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}

.kkm-contact-page-hero__strip-text {
    color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42;
}

.elementor-widget-kkm_2026_contact_page_hero,
.elementor-widget-kkm_2026_contact_page_hero .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    overflow: visible;
}

body:not(.elementor-editor-active) .elementor-widget-kkm_2026_contact_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;
}

@media (min-width: 768px) {
    .kkm-contact-page-hero__container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1280px) {
    .kkm-contact-page-hero__strip {
        left: 0;
    }
}

@media (max-width: 1024px) {
    .kkm-contact-page-hero {
        min-height: 560px;
        padding: 82px 20px 112px;
    }
    .kkm-contact-page-hero__image {
        width: 50%;
        opacity: 0.9;
    }
    .kkm-contact-page-hero__content {
        max-width: 58%;
    }
    .kkm-contact-page-hero__title {
        font-size: clamp(34px, 5vw, 48px);
    }
    .kkm-contact-page-hero__description {
        font-size: 16px;
    }
    .kkm-contact-page-hero__strip {
        max-width: 680px;
    }
    .kkm-contact-page-hero__strip-item {
        padding-left: 14px;
        padding-right: 14px;
    }
    .kkm-contact-page-hero__strip-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    body:not(.elementor-editor-active) .elementor-widget-kkm_2026_contact_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-contact-page-hero {
        min-height: 0;
        padding: 0 16px 28px;
        background-image: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        overflow-x: clip;
    }
    .kkm-contact-page-hero__watermark {
        display: none;
    }
    .kkm-contact-page-hero__image {
        position: relative;
        z-index: 1;
        top: auto;
        right: auto;
        bottom: auto;
        width: calc(100% + 32px) !important;
        height: 252px;
        margin: 0 -16px 30px;
        clip-path: none;
        border-radius: 0 0 30px 30px;
        background-image: var(--kkm-contact-hero-image);
        background-position: center center;
    }
    .kkm-contact-page-hero--has-mobile-image .kkm-contact-page-hero__image {
        background-image: var(--kkm-contact-hero-mobile-image);
    }
    .kkm-contact-page-hero__image::before {
        width: 100%;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,251,255,0.75) 100%);
    }
    .kkm-contact-page-hero__container {
        position: relative;
        z-index: 3;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .kkm-contact-page-hero__content {
        max-width: 100%;
    }
    .kkm-contact-page-hero__eyebrow {
        gap: 10px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .kkm-contact-page-hero__eyebrow::before {
        width: 30px;
    }
    .kkm-contact-page-hero__title {
        margin-bottom: 18px;
        font-size: clamp(31px, 8.8vw, 42px);
        line-height: 1.14;
        letter-spacing: -0.035em;
    }
    .kkm-contact-page-hero__description {
        max-width: 100%;
        font-size: 15.5px;
        line-height: 1.65;
    }
    .kkm-contact-page-hero__strip {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 26px;
        max-width: 100%;
        border-radius: 22px;
        padding: 16px 14px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .kkm-contact-page-hero__strip::before {
        display: none;
    }
    .kkm-contact-page-hero__strip-item {
        flex: 1 1 50%;
        min-width: 50%;
        padding: 8px 10px;
        gap: 10px;
    }
    .kkm-contact-page-hero__strip-item:first-child {
        padding-left: 10px;
    }
    .kkm-contact-page-hero__strip-item:last-child {
        padding-right: 10px;
    }
    .kkm-contact-page-hero__strip-item:nth-child(2n)::after,
    .kkm-contact-page-hero__strip-item:last-child::after {
        display: none;
    }
    .kkm-contact-page-hero__strip-item:not(:nth-last-child(-n+2))::before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 1px;
        background-color: rgba(255,255,255,0.18);
    }
    .kkm-contact-page-hero__strip-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .kkm-contact-page-hero__strip-text {
        font-size: 13.5px;
        line-height: 1.35;
    }
}

@media (max-width: 390px) {
    .kkm-contact-page-hero__strip-item {
        flex-basis: 100%;
        min-width: 100%;
    }
    .kkm-contact-page-hero__strip-item::after {
        display: none !important;
    }
    .kkm-contact-page-hero__strip-item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 1px;
        background-color: rgba(255,255,255,0.18);
    }
}
