.k-hfs-pre-heading-wrapper span {
    font-family: "SVN Circular", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    color: #fff;
    z-index: 2;
    display: inline-block;
}
.k-hfs-pre-heading-wrapper {
    position: relative;
    display: inline-block;
}
.k-hfs-pre-heading-wrapper:after {
    content: '';
    position: absolute;
    left: -24px;
    top: -2px;
    width: 214px;
    height: 32px;
    background-image: url('/wp-content/uploads/2025/10/Rectangle-161124907.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}
.k-hfs-pre-heading-wrapper {
    text-align: center;
}
.k-hfs-heading-wrapper {
    text-align: center;
}
.k-hfs-main-heading-wrapper {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
    color: #121212;
    font-family: "SVN Circular", sans-serif;

}
.k-hfs-desc-heading-wrapper {
    display: flex;
    justify-content: center;
}
.k-hfs-main-heading-wrapper span {
    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;
    animation: shine-k-s3 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-family: "SVN Circular", sans-serif;
}
.k-hfs-desc-heading-wrapper p{
    width: 672px;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 400;
}
.k-hfs-slider-item-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 36px;
    background: #F5F6F8;
    border-radius: 8px;
    height: 493.75px;
    overflow: hidden;
}
.k-hfs-slider-item-wrapper.active .k-hfs-si-left-wrapper, .k-hfs-slider-item-wrapper.active .k-hfs-si-right-wrapper {
    flex: 0 0 304px;
    max-width: 304px;
}
.k-hfs-si-left-wrapper {
    flex: 0 0 304px;
    max-width: 304px;
    cursor: pointer;
}
.k-hfs-si-li-image-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
    margin: 40px 0;
}
.k-hfs-si-li-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.k-hfs-si-li-heading-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #2A8E24;
    font-family: "SVN Circular", sans-serif;
}
.k-hfs-si-li-heading-wrapper {
    margin-bottom: 16px;
}
.k-hfs-si-li-sub-heading-wrapper p, .k-hfs-si-right-content-inner {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    font-family: "SVN Circular", sans-serif;
}
.k-hfs-si-right-content-inner {
    height: 350px;
    overflow-y: auto;
    padding-right: 16px;
}

/* Custom scrollbar styling */
.k-hfs-si-right-content-inner::-webkit-scrollbar {
    width: 6px;
}

.k-hfs-si-right-content-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.k-hfs-si-right-content-inner::-webkit-scrollbar-thumb {
    background: #2A8E24;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.k-hfs-si-right-content-inner::-webkit-scrollbar-thumb:hover {
    background: #1e6b1a;
}

/* Firefox scrollbar */
.k-hfs-si-right-content-inner {
    scrollbar-width: thin;
    scrollbar-color: #2A8E24 #f1f1f1;
}
.k-hfs-si-right-control-wrapper {
    margin-top: 24px;
}
.k-hfs-si-right-control-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.k-hfs-src-contact, .k-hfs-src-price {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    border-radius: 4px;
    cursor: pointer;
}
.k-hfs-src-contact {
    background: #fff;
    border: 1px solid #2A8E24;
    color: #2A8E24;
}
.k-hfs-src-price {
    position: relative;
    color: #fff;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    border: 1px solid #2A8E24;
}
.k-hfs-si-right-wrapper {
    visibility: hidden;
    opacity: 0;
    /* transition: all 0.3s; */
}
.k-hfs-slider-item-wrapper.active .k-hfs-si-right-wrapper {
    visibility: visible;
    opacity: 1;
}
.k-hfs-slider-item-wrapper {
    width: 376px !important;
    transition: all 0.8s !important;
}
.k-hfs-slider-item-wrapper.active {
    width: 680px !important;
}
.k-hfs-slider-wrapper {
    overflow: hidden;
    padding: 4px 16px;
}
.k-hfs-controller-wrapper .swiper-button-next, .k-hfs-controller-wrapper .swiper-button-prev {
    color: #2A8E24;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #B5B9C4;
    transition: all 0.3s;
}
.k-hfs-controller-wrapper {
    position: relative;
    height: 50px;
    margin-top: 20px;
}
.k-hfs-controller-wrapper .swiper-button-next:after, .k-hfs-controller-wrapper .swiper-button-prev:after {
    font-size: 20px;
    color: #B5B9C4;
    font-weight: 700;
    transition: all 0.3s;
}
.k-hfs-controller-wrapper .swiper-button-next:after {
    margin-right: -2px;
}
.k-hfs-controller-wrapper .swiper-button-prev:after {
    margin-left: -2px;
}
.k-hfs-controller-wrapper .swiper-button-next {
    right: -16px;
}
.k-hfs-controller-wrapper .swiper-button-prev {
    right: 44px;
    left: unset;
}
.k-hfs-controller-wrapper .swiper-button-next:hover, .k-hfs-controller-wrapper .swiper-button-prev:hover {
    color: #fff;
    background: #2A8E24;
    border: 2px solid #2A8E24;
}
.k-hfs-button-next-controller-wrapper:hover .swiper-button-next:after, .k-hfs-button-prev-controller-wrapper:hover .swiper-button-prev:after {
    color: #fff;
}