.k-hpt-price-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.k-hpt-toggle-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: "SVN Circular", sans-serif;
}

.k-hpt-toggle-month.active,
.k-hpt-toggle-month:hover {
    color: #2A8E24;
}

.k-hpt-toggle-year {
    color: #6c757d;
}

.k-hpt-toggle-year.active {
    color: #2A8E24;
}

.k-hpt-toggle-switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 20px;
}

.k-hpt-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.k-hpt-toggle-label-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    border-radius: 30px;
    transition: 0.3s;
}

.k-hpt-toggle-label-switch:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

.k-hpt-toggle-input:checked+.k-hpt-toggle-label-switch:before {
    transform: translateX(17px);
}

.k-hpt-heading-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

.k-hpt-heading-wrapper h3 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
}

.k-hpt-heading-wrapper h3 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-hpt 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-family: "SVN Circular", sans-serif;
}

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

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

.k-hpt-controller-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.k-hpt-controller-list-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 666px;
    background: #E5F8F0;
    border-radius: 8px;
    padding: 4px;
}

.k-hpt-cl-item-wrapper {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s ease;
    user-select: none;
}

.k-hpt-cl-item-wrapper.active {
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    color: #fff;
}

.k-hpt-price-controller-inner {
    display: flex;
    justify-content: center;
}

.k-hpt-table-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.k-hpt-table-basic-wrapper,
.k-hpt-table-high-light-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
}

.k-hpt-table-wrapper {
    display: none;
}

.k-hpt-table-wrapper.active {
    display: block;
}

.k-hpt-t-heading-wrapper {
    margin-bottom: 16px;
}

.k-hpt-t-heading-wrapper h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
}

.k-hpt-table-item-wrapper {
    padding: 32px;
    box-shadow: 0px 0px 16px 0px #03062b40;
    border-radius: 4px;
}

.k-hpt-t-sub-heading-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
    margin-bottom: 16px;
}

.k-hpt-t-price-wrapper {
    font-size: 42px;
    line-height: 60px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
    margin-bottom: 32px;
}

.k-hpt-price-flash,
.k-hpt-price-label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
}

.k-hpt-t-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    color: #fff;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    text-decoration: none;
    transition: all 0.4s ease;
}

.k-hpt-t-button-wrapper {
    margin-bottom: 16px;
}

.k-hpt-t-detail-button-wrapper {
    margin-bottom: 32px;
}

.k-hpt-t-detail-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    color: #fff;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    text-decoration: none;
    transition: all 0.4s ease;
}

.k-hpt-group-detail-button-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.k-hpt-group-detail-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    color: #fff;
    border-radius: 4px;
    height: 48px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    text-decoration: none;
    transition: all 0.4s ease;
}

.k-hpt-group-detail-button-wrapper a:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(11, 158, 56, 0.3);
}

.k-hpt-t-feature-icon-wrapper img {
    width: 24px;
    height: 24px;
}

.k-hpt-t-feature-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.k-hpt-t-feature-text-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
}

.k-hpt-t-feature-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-hpt-table-high-light-wrapper {
    background: linear-gradient(301.86deg, #0B9E38 3.13%, #004434 121.58%);
}

.k-hpt-table-high-light-wrapper .k-hpt-t-heading-wrapper h3,
.k-hpt-table-high-light-wrapper .k-hpt-t-sub-heading-wrapper,
.k-hpt-table-high-light-wrapper .k-hpt-t-price-wrapper,
.k-hpt-table-high-light-wrapper .k-hpt-t-feature-text-wrapper,
.k-hpt-table-high-light-wrapper .k-hpt-price-flash,
.k-hpt-table-high-light-wrapper .k-hpt-price-label,
.k-hpt-table-high-light-wrapper .k-hpt-t-button-wrapper a {
    color: #fff !important;
}

.k-hpt-table-high-light-wrapper .k-hpt-t-button-wrapper a {
    background: #fff;
    color: #2A8E24 !important;
}

.k-hpt-table-high-light-wrapper .k-hpt-t-detail-button-wrapper a {
    background: #fff;
    color: #2A8E24 !important;
}

.k-hpt-price-controller-wrapper {
    margin-bottom: 24px;
    transition: opacity 0.3s ease;
}

.k-hpt-price-controller-wrapper.disabled {
    opacity: 0.5;
    pointer-events: none;
}


.k-hpt-all-table-inner {
    perspective: 1000px;
}

.k-hpt-table-wrapper {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.k-hpt-table-wrapper.flip-in {
    animation: k-hpt-flip-in 300ms ease forwards;
}

.k-hpt-table-wrapper.flip-out {
    animation: k-hpt-flip-out 300ms ease forwards;
}

@keyframes k-hpt-flip-in {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg) scale(1);
    }
}

@keyframes k-hpt-flip-out {
    0% {
        opacity: 1;
        transform: rotateY(0deg) scale(1);
    }

    100% {
        opacity: 0;
        transform: rotateY(90deg) scale(0.96);
    }
}


.k-hpt-table-basic-wrapper,
.k-hpt-table-high-light-wrapper {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.k-hpt-table-basic-wrapper.flip-in,
.k-hpt-table-high-light-wrapper.flip-in {
    animation: k-hpt-flip-in 300ms ease forwards;
}

.k-hpt-table-basic-wrapper.flip-out,
.k-hpt-table-high-light-wrapper.flip-out {
    animation: k-hpt-flip-out 300ms ease forwards;
}

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

    .k-hpt-controller-list-inner {
        width: 100%;
        padding: 2px;
    }

    .k-hpt-cl-item-wrapper {
        padding: 10px 12px;
        font-size: 14px;
    }

    .k-hpt-table-item-wrapper {
        padding: 20px;
    }

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

    .k-hpt-t-heading-wrapper h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .k-hpt-t-sub-heading-wrapper {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .k-hpt-t-price-wrapper {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .k-hpt-price-flash,
    .k-hpt-price-label {
        font-size: 16px;
        line-height: 16px;
    }

    .k-hpt-t-button-wrapper a,
    .k-hpt-t-detail-button-wrapper a {
        height: 42px;
        font-size: 16px;
    }

    .k-hpt-t-button-wrapper {
        margin-bottom: 12px;
    }

    .k-hpt-t-detail-button-wrapper {
        margin-bottom: 20px;
    }

    .k-hpt-t-feature-wrapper {
        gap: 8px;
        margin-bottom: 12px;
    }

    .k-hpt-t-feature-text-wrapper {
        font-size: 13px;
        line-height: 18px;
    }

    .k-hpt-t-feature-icon-wrapper img {
        width: 20px;
        height: 20px;
    }

    .k-hpt-group-detail-button-wrapper {
        margin-top: 24px;
    }

    .k-hpt-group-detail-button-wrapper a {
        height: 38px;
        padding: 0 20px;
        font-size: 14px;
    }

}

@media (max-width: 767px) {


    .k-hpt-table-wrapper.k-hpt-swiper-container {
        overflow: hidden;
        position: relative;
    }

    .k-hpt-cl-item-wrapper {
        font-size: 10px;
        line-height: 1.3;
    }

    .k-hpt-table-inner.swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    .k-hpt-table-item-wrapper.swiper-slide {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box;
    }


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

    .k-hpt-swiper-button-prev {
        left: 4px;
    }

    .k-hpt-swiper-button-next {
        right: 4px;
    }

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

    .k-hpt-swiper-button-prev:hover,
    .k-hpt-swiper-button-next:hover {
        background: #fff !important;
        color: #2A8E24 !important;
    }

    .k-hpt-swiper-button-prev:hover:after,
    .k-hpt-swiper-button-next:hover:after {
        color: #2A8E24 !important;
    }

    .k-hpt-table-basic-wrapper.swiper-slide,
    .k-hpt-table-high-light-wrapper.swiper-slide {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .k-hpt-table-inner {
        padding: 0 24px;
    }

    .k-hpt-swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        position: relative;
        bottom: 55px !important;
    }

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

    .k-hpt-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
        transform: scale(1.2);
    }

    .k-hpt-group-detail-button-wrapper {
        margin-top: 45px;
    }
}


@media (min-width: 768px) {
    .k-hpt-swiper-pagination {
        display: none !important;
    }

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

    .k-hpt-table-inner .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .k-hpt-table-item-wrapper.swiper-slide {
        flex: 0 0 32%;
        max-width: 32%;
        width: auto !important;
    }
}