.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 h2{
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
}

.k-hpt-heading-wrapper h2 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 31%;
    max-width: 31%;
}
.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: 32px;
}
.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-price-controller-wrapper {
    margin-bottom: 24px;
}

/* Flip animations for table group transitions */
.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);
	}
}

/* Ensure child cards participate in 3D flip */
.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;
}