.k-hne-heading-wrapper {
    text-align: center;
    margin-bottom: 16px;
}

.k-hne-heading {
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: 'SVN Circular', sans-serif;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: shine-k-hne 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

@keyframes shine-k-hne {
    0% {
        background-position: 100% center;
    }

    85% {
        background-position: -100% center;
    }

    100% {
        background-position: -100% center;
    }
}

.k-hne-desc-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 400;
    color: #121212;
    text-align: center;
    margin-bottom: 24px;
}

.k-hne-list-item-image-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
    margin-bottom: 16px;

}

.k-hne-list-item-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-hne-list-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.k-hne-list-item-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #e2e2e2;
    transition: all 0.25s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.k-hne-list-item-date {
    font-size: 14px;
    line-height: 22px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 400;
    color: #717171;
}

.k-hne-list-item-date-wrapper {
    margin-bottom: 12px;
}

.k-hne-list-item-title {
    font-size: 24px;
    line-height: 28px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #121212 !important;
    margin-bottom: 8px;
}

.k-hne-list-item-title a {
    color: #121212 !important;
}

.k-hne-list-item-title-wrapper {
    margin-bottom: 12px;
}

.k-hne-list-item-readmore-btn {
    font-size: 16px;
    line-height: 24px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #2A8E24;
}

.k-hne-list-item-readmore-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.k-hne-list-button-wrapper {
    display: block;
    text-align: center;
}

.k-hne-list-button {
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%) !important;
    color: #fff !important;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-family: 'SVN Circular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.k-hne-swiper-button-prev,
.k-hne-swiper-button-next,
.k-hne-swiper-pagination {
    display: none !important;
}

@media (max-width: 1025px) {
    .k-hne-heading {
        font-size: 24px;
        line-height: 1.3;
    }

    .k-hne-heading-wrapper {
        margin-bottom: 12px;
    }

    .k-hne-desc-wrapper {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .k-hne-list-item-wrapper {
        padding: 12px;
        margin-bottom: 16px;
    }

    .k-hne-list-item-image-wrapper {
        margin-bottom: 12px;
    }

    .k-hne-list-item-date {
        font-size: 12px;
        line-height: 1.4;
    }

    .k-hne-list-item-date-wrapper {
        margin-bottom: 8px;
    }

    .k-hne-list-item-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .k-hne-list-item-title-wrapper {
        margin-bottom: 8px;
    }

    .k-hne-list-item-readmore-btn {
        font-size: 14px;
        line-height: 1.4;
        gap: 6px;
    }

    .k-hne-list-button {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .k-hne-list-wrapper.k-hne-swiper-container {
        position: relative;
    }

    .k-hne-list-inner.swiper-wrapper {
        flex-wrap: nowrap;
    }

    .k-hne-list-item-wrapper.swiper-slide {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .k-hne-swiper-pagination {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .k-hne-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .k-hne-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
        transform: scale(1.2);
        width: 10px;
        border-radius: 50%;
    }

    .k-hne-list-more-btn-wrapper {
        display: none;
    }

    .k-hne-list-button-wrapper {
        display: block;
    }

    .k-hne-swiper-button-prev,
    .k-hne-swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        background: #2A8E24 !important;
        border: 2px solid white !important;
        border-radius: 50% !important;
        z-index: 10;
        cursor: pointer;
        display: flex !important;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        background-image: none !important;
    }

    .k-hne-swiper-button-prev {
        left: 8px;
    }

    .k-hne-swiper-button-next {
        right: 8px;
    }

    .k-hne-swiper-button-prev:after,
    .k-hne-swiper-button-next:after {
        font-size: 16px !important;
        font-weight: 700;
        color: #fff !important;
    }
}