body {
			background: #fce5e8;
		}
		.zsiq_theme1.zsiq_floatmain {
			z-index: 9 !important;
		}
.benefits-wrapper {
			padding: 20px 15px;
		}
		.footer-wrapper {
			position: fixed;
			bottom: 0;
			padding: 10px;
			background: #ffffff;
			border-top: 1px solid #e8e8e8;
			justify-content: center;
			width: 100%;
			z-index: 9;
		}

		.footer-bar {
			background: #ffa600;
			border-radius: 30px;
			padding: 8px 20px 8px 10px;
			display: inline-flex;
			align-items: center;
			color: #FFF;
			font-family: sans-serif;
			font-size: 12px;
			line-height: 16px;
		}

		.footer-bar a {
			display: inline-block;
			width: 30px;
			height: 30px;
			background: #FFF;
			padding: 5px;
			border-radius: 50%;
			margin: 0 8px 0 0;
			cursor: pointer;
		}

		.footer-bar img {
			width: 100%;
		}

		.whatsapp-icon {
			background: none !important;
		}

		@media only screen and (min-device-width: 767px) {

			.footer-bar,
			.footer-wrapper {
				display: none;
			}
		}

		@media only screen and (max-device-width: 767px) {
			.whatsapp-top-space {
				padding-bottom: 70px !important;
			}
		}

		/* .section-theme {
            background: url("https://images.assettype.com/vikatan/2026-01-23/fpk2u5r3/26-theme.png") no-repeat top center;
            background-size: 100%;
            padding-top: 180px;
        } */

		.section-theme {
			position: relative;
			padding-top: 20px;
		}

		.section-container {
			margin: 0 auto 40px auto;
			position: relative;
		}

		.section-container::before,
		.section-container::after {
			content: "";
			top: 10%;
			position: absolute;
			width: 230px;
			height: 100%;
		}

		.section-container::before {
			background: url(https://images.assettype.com/vikatan/2026-02-05/qlw8bdtm/29Packtriangleimage.png) no-repeat;
			right: 0;
			left: 100%;
		}

		.section-container::after {
			background: url(https://images.assettype.com/vikatan/2026-02-05/vcg7reoh/29PacktriangleimageL.png) no-repeat;
			right: 100%;
			left: -230px;
		}

		/* 
		.section-container::after {
			right: auto;
			left: -100px;
		} */

		.lifetime {
			background-image: linear-gradient(to right, #2f00cc 4%, #d60c2c 86%);
			display: block;
			padding: 15px 20px;
			position: relative;
		}

		.lifetime::before {
			content: "";
			background: url("https://images.assettype.com/vikatan/2026-02-05/pxqt8fz9/dot.png");
			position: absolute;
			top: 0;
			right: 0;
			width: 50%;
			height: 100%;
			opacity: 0.2;
		}

		.lifetime-title {
			text-transform: uppercase;
		}

		.lifetime-title span {
			font-size: 20px;
		}

		.lifetime-content {
			display: flex;
			justify-content: center;
			align-items: center;
			grid-gap: 35px;
		}

		.lifetime-cta-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-top: 10px;
			grid-gap: 6px;
		}

		.cta-btn {
			color: #fff;
			border-radius: 30px;
			font-weight: bold;
			width: 100%;
			padding: 10px 20px;
			border: 1px solid #fff;
		}

		.pricepoint h1 {
			color: #ff0;
		}

		.lifetime .pricepoint {
			align-items: baseline;
		}

		.lifetime .pricepoint h1 span {
			font-weight: bold;
		}

		.benefits {
			margin-top: 20px;
		}

		.benefits h4 {
			font-size: 22px;
			font-weight: 700;
			margin: 0 0 10px;
		}

		.renewal-consent {
			color: #fff;
			font-size: 13px;
			margin-bottom: 0;
		}

		.renewal-consent label {
			display: flex;
			align-items: flex-start;
			gap: 4px;
			cursor: pointer;
		}

		.renewal-consent input[type="checkbox"] {
			margin-top: 3px;
			cursor: pointer;
		}

		.lifetime-title h1 {
			font-size: 18px;
			line-height: 24px;
		}

		.lifetime-title span {
			font-size: 20px;
			font-weight: bold;
		}

		.custom-checkbox {
			display: flex;
			align-items: center;
			cursor: pointer;
			font-family: Arial, sans-serif;
			font-size: 14px;
			gap: 10px;
		}

		.custom-checkbox input {
			display: none;
		}

		.checkmark {
			width: 16px;
			height: 16px;
			border: 2px solid #fff;
			border-radius: 4px;
			position: relative;
			transition: 0.3s;
			background: #fff;
		}

		/* Tick mark */
		.checkmark::after {
			content: "";
			position: absolute;
			left: 4px;
			top: 1px;
			width: 3px;
			height: 8px;
			border: solid #000;
			border-width: 0 2px 2px 0;
			transform: rotate(45deg);
			opacity: 0;
		}

		/* Checked state */
		.custom-checkbox input:checked+.checkmark {
			background: #fff;
			border-color: #fff;
			border: 2px solid #fff;
		}

		.custom-checkbox input:checked+.checkmark::after {
			opacity: 1;
		}

		.text {
			font-size: 12px;
		}

		.content-lifetime {
			position: relative;
		}

		.lifetime .pricepoint h2 {
			color: #5ba3fd;
		}

		.price:before {
			background-color: #ffff00;
		}



		@media only screen and (max-device-width: 767px) {
			.section-theme {
				padding-top: 40px;
			}

			.benefits-wrapper {
				padding: 0 15px;
			}

			.lifetime {
				padding: 10px 10px;
			}

			.lifetime-content {
				grid-gap: 6px;
			}

			.lifetime-title h1 {
				font-size: 12px;
				line-height: 18px;
			}

			.lifetime-title span {
				font-size: 16px;
			}

			.lifetime .pricepoint h2 {
				font-size: 28px;
			}

			.lifetime .pricepoint h1 {
				font-size: 40px;
			}

			.lifetime-cta-wrapper {
				flex-direction: column;
				width: 100%;
				grid-gap: 0;
			}

			.cta-btn {
				width: 100%;
			}

			.lifetime-cta {
				margin-top: 0;
				order: 1;
				width: 100%;
			}

			.lifetime-cta-wrapper p {
				order: 2;
			}

			.acc-wrapper,
			.benefits {
				padding: 0 15px;

			}

			.renewal-consent span {
				text-align: left;
			}

			.renewal-consent {
				margin-bottom: 8px;
			}
		}