.kkm-projects-highlights,
.kkm-projects-highlights * {
    box-sizing: border-box;
}

.elementor-widget-kkm_2026_projects_highlights,
.elementor-widget-kkm_2026_projects_highlights .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
}

.kkm-projects-highlights {
    --kkm-projects-highlights-container-width: 1400px;
    --kkm-projects-highlights-overlay-color: transparent;
    --kkm-projects-highlights-overlay-opacity: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
}

.kkm-projects-highlights__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--kkm-projects-highlights-overlay-color, transparent);
    opacity: var(--kkm-projects-highlights-overlay-opacity, 0);
}

.kkm-projects-highlights__container {
    position: relative;
    z-index: 1;
    width: min(100%, var(--kkm-projects-highlights-container-width));
    margin: 0 auto;
}

.kkm-projects-highlights__top,
.kkm-projects-highlights__recent {
    width: 100%;
}

.kkm-projects-highlights__heading-wrap {
    width: 100%;
    text-align: center;
}

.kkm-projects-highlights__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 14px;
    color: #ff6a00;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.kkm-projects-highlights__eyebrow::before,
.kkm-projects-highlights__eyebrow::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: currentColor;
}

.kkm-projects-highlights__title {
    margin: 0;
    color: #0d3474;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.kkm-projects-highlights__features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 36px;
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
}

.kkm-projects-highlights__feature {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
    flex: 1 1 0;
    color: inherit;
    text-decoration: none !important;
}

.kkm-projects-highlights__feature:hover,
.kkm-projects-highlights__feature:focus {
    color: inherit;
    text-decoration: none !important;
}

.kkm-projects-highlights__feature:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    width: 1px;
    height: 56px;
    transform: translateY(-50%);
    background-color: #0d3474;
    opacity: 0.72;
}

.kkm-projects-highlights__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background-color: #0d3474;
    color: #ffffff;
    line-height: 1;
}

.kkm-projects-highlights__feature-icon i {
    font-size: 22px;
    line-height: 1;
}

.kkm-projects-highlights__feature-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.kkm-projects-highlights__feature-title {
    display: block;
    color: #071b3f;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
}

.kkm-projects-highlights__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    width: 100%;
    max-width: 1210px;
    margin: 54px auto 0;
}

.kkm-projects-highlights__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(6, 27, 63, 0.12);
    color: inherit;
    text-decoration: none !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.kkm-projects-highlights__card:hover,
.kkm-projects-highlights__card:focus {
    color: inherit;
    text-decoration: none !important;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(6, 27, 63, 0.16);
}

.kkm-projects-highlights__card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: #071b3f;
}

.kkm-projects-highlights__card-image-wrap {
    width: 100%;
    height: 178px;
    overflow: hidden;
    background: #eef3f8;
}

.kkm-projects-highlights__card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.kkm-projects-highlights__card-content {
    padding: 28px 24px 30px;
}

.kkm-projects-highlights__card-title {
    margin: 0 0 14px;
    color: #0d3474;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.kkm-projects-highlights__card-category {
    color: #1f2937;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 1199px) {
    .kkm-projects-highlights__features {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 26px 34px;
        max-width: 900px;
    }

    .kkm-projects-highlights__feature {
        justify-content: center;
    }

    .kkm-projects-highlights__feature:not(:last-child)::after {
        display: none;
    }

    .kkm-projects-highlights__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 860px;
    }
}

@media (max-width: 767px) {
    .kkm-projects-highlights__eyebrow {
        gap: 10px;
        margin-bottom: 12px;
        font-size: 11px;
    }

    .kkm-projects-highlights__eyebrow::before,
    .kkm-projects-highlights__eyebrow::after {
        width: 22px;
    }

    .kkm-projects-highlights__title {
        font-size: clamp(25px, 8vw, 34px);
    }

    .kkm-projects-highlights__features {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 420px;
    }

    .kkm-projects-highlights__feature {
        width: 100%;
        justify-content: flex-start;
        padding: 16px 18px;
        border: 1px solid rgba(13, 52, 116, 0.12);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.72);
    }

    .kkm-projects-highlights__feature-title {
        font-size: 16px;
    }

    .kkm-projects-highlights__cards {
        grid-template-columns: 1fr;
        max-width: 420px;
        gap: 22px;
    }

    .kkm-projects-highlights__card-content {
        padding: 24px 22px 28px;
    }

    .kkm-projects-highlights__card-title {
        font-size: 18px;
    }
}
