.calc-shadow-1 {
	background: radial-gradient(circle, rgba(5, 51, 230, 0.3) 32.47%, rgba(5, 51, 230, 0) 90%);
	width: 39%;
	height: 62%;
	position: absolute;
	filter: blur(120px);
	right: 34%;
	top: 17%;
	z-index: -1;
}
.calc-shadow-2 {
	background: radial-gradient(circle, #69E7DC80 0%, rgba(105, 231, 220, 0) 100%);
	width: 21%;
	height: 37%;
	position: absolute;
	filter: blur(200px);
	left: 28%;
	top: 48%;
	z-index: -1;
}
.calc-shadow-3 {
	background: radial-gradient(circle, #58F7A333 39.73%, rgba(88, 247, 163, 0) 100%);
	width: 23%;
	height: 42%;
	position: absolute;
	filter: blur(120px);
	left: 14%;
	bottom: 10%;
	z-index: -1;
}

.section-calculator {
	position: relative;
}
.calc-inner {
	display: gird;
	gap: 20px;
}

.calc-box-wrap {
	backdrop-filter: blur(4px);
	box-shadow: 0px 4px 14px 0px #0533E61A;
	background: #FFFFFF66;
	padding: 12px;
	border-radius: 19px;
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
}
.calc-box {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 25px 16px 40px;
}
.calc-box .title {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.4;
	text-align: center;
}
.controls-wrap {
	margin-bottom: 66px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.custom_price_quantity_input {
	border: 1px solid #E6E6E8;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px 0px #0533E61A;
	height: 76px;
	border-radius: 24px;
	padding: 10px;
	text-align: center;
	font-size: 24px;
	font-variation-settings: var(--wgh_600);
}
.slider-container {
	position: relative;
	width: 100%;
}

.custom_price_quantity {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	background: linear-gradient(to right, #0055ff 0%, #0055ff 20%, #e6e6f0 20%, #e6e6f0 100%);
	border-radius: 5px;
	outline: none;
	cursor: e-resize;
	transition: background 450ms ease-in;
}
.slider-thumb {
	position: absolute;
	top: 6px;
	height: 24px;
	width: 24px;
	background: white;
	border: 2px solid #05f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.slider-thumb i {
	font-size: 9px;
	color: #0055ff;
	line-height: 1;
	margin-top:1px
}

/* Hide native thumb (but keep functionality) */
.custom_price_quantity::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	cursor: pointer;
}


.custom_price_quantity::-moz-range-thumb {
	background: transparent;
	border: none;
}
.extra-title {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-variation-settings: var(--wgh_600);
	text-align: center;
}


/* Tooltip above thumb */
.slider-value {
	position: absolute;
	top: 40px;
	left: 0;
	background: #02021E;
	color: white;
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 14px;
	white-space: nowrap;
	min-width: 64px;
	text-align: center;
}
#sliderValue::before {
	content: '';
	display: block;
	position: absolute;
	right: 50%;
	top: 3px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 4px solid #000;
	border-color: #02021E #02021E #fff0 #fff0;
	transform-origin: 0 0;
	transform: rotate(-45deg) translateX(50%);
	z-index: 0;
}
.price-label {
	font-size: 20px;
	line-height: 1.4;
	font-variation-settings: var(--wgh_500);
	position: absolute;
	top: 28px;
}
.max.price-label {
	right: 0;
}
.min.price-label {
	left: 0;
}
.credit-boxes-wrapper {
	margin-top: 20px;
	position: relative;
}
.credit-boxes {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
.credit-box {
	padding: 15px;
	border: 1px solid #E6E6E8;
	border-radius: 16px;
	cursor: pointer;
	text-align: center;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	font-variation-settings: var(--wgh_600);
	box-shadow: 0px 3.92px 13.72px 0px #0533E61A;
	flex-direction: column;
}
.credit-box em {
	font-variation-settings: var(--wgh_400);
	line-height: 1.4;
	font-size: 0;
	transition: 0.4s ease;
}
.credit-box.selected {
	background-color: var(--primary);
	color: white;
	border-color: var(--primary);
}
.credit-box.selected em {
	font-size: 16px;
}
.pay-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 44px 0px #0533E61A inset;
	border-radius: 24px;
	padding: 25px 27px 0;
	flex: 0 0 calc(40% - 20px);
	text-align: center;
}
.pay-box.crypto-box {
	padding: 25px 34px 15px;
}
.billing-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	gap: 8px;
}

.billing-toggle .toggle-label {
	font-size: 14px;
	font-weight: 600;
	color: #909090; /* Default gray for inactive */
	transition: color 0.3s ease;
	flex: 1 0 0;
	text-align: left;
}
.billing-toggle .toggle-label:first-child {
	text-align: right;
}

.billing-toggle input[type="checkbox"] {
	display: none;
}

.billing-toggle .toggle-switch {
	position: relative;
	width: 43px;
	height: 26px;
	border-radius: 9999px;
	cursor: pointer;
	transition: background 0.3s ease;
	background: #E2E2EB;
}

.billing-toggle .toggle-switch .switch {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: var(--primary);
	border-radius: 50%;
	transition: left 0.3s ease, background 0.3s ease;
}

/* Active State */
/*.billing-toggle input[type="checkbox"]:checked + .toggle-switch {
	background: #0055ff;
}*/

/* Move thumb to right */
.billing-toggle input[type="checkbox"]:checked + .toggle-switch .switch {
	left: 20px;
}
.billing-toggle .toggle-label.active {
	color: #0b0b25; /* Active color */
}

/* Active Label when ON (Monthly) */
.billing-toggle input[type="checkbox"]:checked + .toggle-switch ~ .toggle-label:nth-of-type(2) {
	color: #02021E
}

.custom_price_total {
	font-size: 48px;
	color: var(--primary);
	font-variation-settings: "wght" 900, "wdth" 100;
	line-height: 1.4;
	margin: 30px 0 48px;
	position: relative;
}
.custom_credit_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	position: relative;
}
.custom_credit_wrap:not(.noprice)::after {
	content: '';
	width: 2px;
	height: 32px;
	background: #02021E33;
	position: absolute;
	left: calc(50% - 1px);
	bottom: 18px;
}
.price-notif {
	font-size: 22px;
	margin-top: 53px;
	min-height: 100px;
	display: flex;
	align-items: center;
}
.price-notif.su-notif {
	color: var(--success);
}
.price-notif.er-notif {
	color: var(--danger);
}
.custom_credit_wrap > div {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 24px;
	font-variation-settings: var(--wgh_600);
	line-height: 1.4;
	position: relative;
}
.custom_credit_wrap em {
	font-variation-settings: var(--wgh_400);
	font-size: 14px;
}
.custom_credit_wrap .strikethrough {
	font-size: 16px;
	top: -22px;
}
.price-info {
	margin-bottom: 24px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
}
.custom_price_savings {
	border-radius: 8px;
	background: linear-gradient(180deg, #CEEEF3 0%, #CBDBF9 100%);
	display: inline-block;
	position: absolute;
	text-align: center;
	padding: 5px 8px;
	font-variation-settings: var(--wgh_600);
	bottom: 82px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1.4;
	font-size: 12px;
	text-transform: uppercase;
}
.billing-toggle {
	margin-bottom: 20px;
}
.billing-toggle label {
	cursor: pointer;
}
.billing-toggle input {
	margin-right: 5px;
}
.strikethrough {
	text-decoration: line-through;
	color: #8189A8;
	font-size: 32px;
	font-variation-settings: "wght" 600, "wdth" 100;
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
}
.credit-btn {
	margin-top: 26px;
}
.credit-btn p {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.4;
}
.credit-btn .cr_desc {
	color: #8189A8;
	margin-top: 4px;
}
.credits-features {
	margin: 24px auto 28px;
	text-align: left;
	width: fit-content;
	display: grid;
	gap: 14px;
	padding: 7px 0;
}
.cr-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #8189A8;
	font-size: 14px;
	font-variation-settings: var(--wgh_600);
	line-height: 1.4;
	text-transform: capitalize;
}
.cr-item i {
	font-size: 20px;
	color: var(--color_text);
}
.credits-supports {
	padding: 13px 10px 16px;
	display: grid;
	position: relative;
	z-index: 0;
	gap: 12px;
	margin-top: auto;
}
.credits-supports-items {
	display: flex;
	justify-content: center;
	gap: 8px;
}
.support-title {
	font-variation-settings: "wght" 700, "wdth" 100;
	font-size: 12px;
	line-height: 17px;
}
.cr-supports-image {
	background: #fff;
	width: 48px;
	height: 32px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.credits-supports::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	clip-path: polygon( 4.894% 11%,4.894% 11%,5.038% 9.145%,5.258% 7.412%,5.547% 5.817%,5.898% 4.379%,6.305% 3.113%,6.762% 2.039%,7.261% 1.173%,7.797% 0.533%,8.364% 0.136%,8.954% 0%,91.046% 0%,91.046% 0%,91.636% 0.136%,92.203% 0.533%,92.739% 1.173%,93.238% 2.039%,93.695% 3.113%,94.102% 4.379%,94.453% 5.817%,94.742% 7.412%,94.962% 9.145%,95.107% 11%,100% 100%,0% 100%);
	z-index: -1;
}
.other-plans-box {
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.pl-item {
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	background: #fff;
	box-shadow: 0px 4px 20px 0px #C3C3C326;
	border-radius: 24px;
	padding: 22px 10px;
	align-items: center;
	text-align: center;
}
.pl-item .title {
	font-size: 14px;
	line-height: 1;
	font-variation-settings: var(--wgh_700);
	margin-bottom: 8px;
}
.pl-item .value {
	background: linear-gradient(180deg, #CEEEF3 0%, #CBDBF9 100%);
	border-radius: 8px;
	min-width: 69px;
	text-align: center;
	padding: 4px 5px;
	font-size: 12px;
	line-height: 1.4;
	font-variation-settings: var(--wgh_500);
}
.pl-item .label {
	font-size: 11px;
	color: #8189A8;
	text-transform: uppercase;
	margin-top: 8px;
}
.crypto-dropdown {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 14px;
	padding: 11px 22px 12px 13px;
	cursor: pointer;
	font-family: inherit;
	border: 1.5px solid #E6EBFD;
}

.dropdown-selected {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.crypto-icon {
	margin-right: 8px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.crypto-icon.btc {
	 background-image: url("../../img/btc.svg");
}
.crypto-icon.bch {
	 background-image: url("../../img/bch.svg");
}
.crypto-icon.ltc {
	 background-image: url("../../img/ltc.svg");
}
.crypto-icon.eth {
	 background-image: url("../../img/eth.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.crypto-name {
	flex: 1;
	font-size: 16px;
	color: #333;
	text-align: left;
	font-variation-settings: var(--wgh_500);
}
.dropdown-arrow {
	font-size: 16px;
	color: var(--color_main);
}
.dropdown-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #E6EBFD;
	border-radius: 14px;
	margin-top: 2px;
	z-index: 9;
	padding: 5px;
	display: grid;
	gap: 5px;
}

.dropdown-option {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
	color: var(--color_main);
	background: #f8f9fe;
	border-radius: 10px;
	transition: 0.4s ease;
	display: flex;
	align-items: center;
}

.dropdown-option:hover {
	background: #f0f0f0;
}
.crypto-prices {
	margin-top: 10px;
	background: linear-gradient(140deg, #CEEEF3 0%, #CBDBF9 100%);
	border-radius: 14px;
	padding: 27px 16px 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.crypto-live-price {
	margin-top: 10px;
	padding: 10px;
	background: linear-gradient(to right, #dbeafe, #c7d2fe);
	border-radius: 8px;
	font-size: 14px;
}

.live-price-label {
	font-size: 12px;
	color: #8189A8;
	position: absolute;
	top: 11px;
	line-height: 1.4;
}

.live-price-value {
	font-size: 16px;
	color: var(--color_text);
	line-height: 1.4;
}

.live-price-amount {
	font-size: 18px;
	color: var(--primary);
	font-variation-settings: var(--wgh_600);
	line-height: 1.4;
}
.credit-btn .link {
	min-width: 235px;
	height: 64px;
	font-size: 18px;
	font-variation-settings: var(--wgh_700);
}
.tr-icon-box {
	background: var(--primary);
	min-width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	border: 2px solid #FFFFFFE5;
	box-shadow: 0px 0px 0px 8px #0533E629;
	margin-bottom: 20px;
	margin-top: -4px;
}
.payment-title {
	font-size: 20px;
	line-height: 1.4;
	font-variation-settings: var(--wgh_600);
	margin-bottom: 16px;
}
.pay-box.crypto-box .price-info {
	margin-bottom: 20px;
}
.pay-box.crypto-box .credit-btn {
	margin-top: 20px;
}
.credit-dropdown-header {
	display: none;
}
@media screen and (min-width: 768px){
	.credit-boxes-wrapper {
		margin-top: 27px;
	}
	.calc-box {
		padding: 25px 16px;
	}
	.custom_credit_wrap {
		gap: 80px;
	}

	.other-plans-box {
		grid-template-columns: repeat(4, 1fr);
	}
	.pl-item .title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.credit-boxes {
		display: grid;
		grid-template-columns: repeat(4,1fr);
	}
	.credit-box {
		aspect-ratio: 1/1;
	}
}
@media screen and (min-width: 992px){
	.price-notif {
		font-size: 24px;
		margin-top: 44px;
		min-height: 98px;
	}
	.custom_price_total {
		font-size: 44px;
	}
	.strikethrough {
		font-size: 28px;
		top: -26px;
	}
	.calc-inner {
		display: flex;
		align-items: flex-start;
	}
	.calc-box-wrap {
		padding: 8px;
		flex: 0 0 60%;
		max-width: 60%;
		margin-bottom: 0;
	}
	.pay-box {
		max-width: calc(40% - 20px);
	}
	.calc-box .title {
		font-size: 24px;
		margin-bottom: 32px;
		line-height: 1.4;
		text-align: center;
	}
	.extra-title {
		font-size: 24px;
	}
	.pl-item .value {
		border-radius: 8px;
		min-width: 93px;
		padding: 7px 5px;
		font-size: 16px;
	}
	.pl-item .label {
		font-size: 12px;
		margin-top: 10px;
	}

}
@media screen and (min-width: 1200px){
	.price-notif {
		font-size: 30px;
		margin-top: 53px;
		min-height: 126px;
	}
	.custom_price_total {
		font-size: 64px;
	}
	.strikethrough {
		font-size: 32px;
		top: -32px;
	}
	.pay-box {
		max-width: calc(43% - 20px);
		flex: 0 0 calc(43% - 20px);
		padding: 25px 48px 0;
	}
	.calc-box-wrap {
		flex: 0 0 57%;
		max-width: 57%;
	}
	.custom_credit_wrap em {
		font-size: 16px;
	}
}
@media screen and (min-width: 1400px){
	.pay-box {
		max-width: calc(40% - 20px);
		flex: 0 0 calc(40% - 20px);
	}
	.calc-box-wrap {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.calc-inner {
		max-width: 80%;
		margin: 0 auto;
	}
	.other-plans-box {
		max-width: 80%;
		margin: 20px auto 0;
		gap: 20px;
	}
	.credit-boxes {
		margin: 0;
	}
}
@media (min-width: 1700px) {
	.credit-boxes {
		margin: 0 48px;
	}
	.credit-boxes-wrapper {
		margin-top: 32px;
	}
}
@media (max-width: 768px) {
	.credit-dropdown-header {
		padding: 12px 24px;
		border: 1px solid #E6E6E8;
		box-shadow: 0px 4px 14px 0px #0533E61A;
		border-radius: 24px;
		background: #fff;
		height: 76px;
		cursor: pointer;
		position: relative;
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: 20px;
		line-height: 1.4;
		font-variation-settings: var(--wgh_600);
	}
	.credit-dropdown-header em {
		font-variation-settings: var(--wgh_400);
	}

	.credit-dropdown-header::after {
		content: '\e922';
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
		color: var(--color_main);
		font-family: icomoon;
		font-weight: bold;
	}

	.credit-boxes-wrapper .credit-boxes {
		display: none;
		margin-top: 6px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 16px;
		overflow: hidden;
		position: absolute;
		width: 100%;
	}

	.credit-boxes-wrapper.open .credit-boxes {
		display: block;
	}

	.credit-box {
		display: block;
		padding: 8px 16px;
		height: unset;
		text-align: center;
		border: none;
		box-shadow: none;
		border-bottom: 1px solid #E6E6E8;
		border-bottom-color: rgb(238, 238, 238);
		border-radius: 0;
		font-size: 18px;
	}

	.credit-box:last-child {
		border-bottom: none;
	}
}
