.pricing-bg {
	background: linear-gradient(0deg, rgba(233, 233, 233, 0.5), rgba(233, 233, 233, 0.5)), #FFFFFF !important;
}

.pricing-section {
	text-align: center;
	margin: auto;
}

/* Slider */
.pricing-section .slider-container {
	position: relative;
	width: 100%;
	margin: 0px auto 0px;
}


.pricing-section .slider-tooltip {
	position: absolute;
	top: -44px;
	left: 0;
	transform: translateX(-50%);
	border: 1px solid #8270DB;
	color: #6A5FFF;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 100px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: left 0.2s linear, opacity 0.3s ease;
	background: #ffffff;
}

.pricing-section .slider-tooltip.active {
	opacity: 1;
}

.pricing-section .slider-tooltip:after,
.pricing-section .slider-tooltip:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.pricing-section .slider-tooltip:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}

.pricing-section .slider-tooltip:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #8270DB;
	border-width: 8px;
	margin-left: -8px;
}



/* Graduator */
.pricing-section .graduator {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	margin-bottom: 0px;
}

.pricing-section .credit-score {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.pricing-section .credit-score span {
	color: #6A5FFF;
	font-weight: 700;
}

.pricing-section .credit-score a {
	color: #6A5FFF;
	font-weight: 700;
	display: inline-block;
}

.pricing-section .graduator li {
	color: #282E33;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.pricing-section .graduator li.active {
	font-weight: bold;
}

.contact-reveal-block {
	display: flex;
	align-items: start;
}

.contact-reveal-card {
	display: flex;
	align-items: center;
	column-gap: 6px;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 12px;
	background-color: #e5822a21;
	color: #b66c07;
	justify-content: start;
	border-radius: 6px;
}

.contact-reveal-card i {
	display: block;
	position: relative;
	top: -1px;
	font-size: 12px;
}

/* Pricing Boxes */
.pricing-section .pricing-boxes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	/* grid-auto-rows: 1fr; */
	border-left: 0px;
}

/* Change to 6 columns when yearly is selected */
.pricing-section .pricing-boxes[data-billing-period="yearly"] {
	grid-template-columns: repeat(6, 1fr);
}

.pricing-section .pricing-card:nth-child(1) {
	border-left: 1px solid #CAD1D9;
}

.pricing-section .pricing-card:nth-child(3) {
	border-right: 0px;
}

.pricing-section .pricing-card:nth-child(4) {
	border-left: 1px solid #CAD1D9;
}

@media (max-width: 1199px) {
	.pricing-section .pricing-boxes[data-billing-period="yearly"] {
		grid-template-columns: repeat(3, 1fr);
	}
}


/* Below 1399px → 3 x 2 */
@media (max-width: 1399px) {
	.pricing-section .pricing-boxes {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.pricing-section .pricing-card {
		border-left: 1px solid;
	}

	.pricing-section .pricing-card.active {
		margin-top: 0px;
	}
}

/* Below 767px → 2 x 3 */
@media (max-width: 767px) {
	.pricing-section .pricing-boxes {
		grid-template-columns: repeat(2, 1fr);
	}

	.pricing-section .credit-score br {
		display: none;
	}
}

/* Below 576px → 1 x 6 */
@media (max-width: 576px) {
	.pricing-section .pricing-boxes {
		grid-template-columns: 1fr;
	}

	.top-select-section {
		flex-direction: column;
		gap: 20px;
	}

	.pricing-section .credit-score {
		font-size: 16px;
	}
}

.pricing-section .pricing-card {
	margin-top: 10px;
	background: #ffffff;
	padding: 0px;
	width: 100%;
	position: relative;
	transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #CAD1D9;
	overflow: visible;
	border-left: 0px;
}

.pricing-section .pricing-card .top-view {
	padding: 24px 14px 0 14px;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #DCDFE4;
}

.pricing-section .pricing-card.active .top-view {
	padding-top: 44px;
}

@media (min-width: 1200px) {
	.pricing-section .pricing-card .plan-header-content {
		min-height: 160px;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

.pricing-section .pricing-card .top-view h2 {
	width: 100%;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
}

.pricing-section .pricing-card .top-view .credits {
	width: 100%;
	margin: 0px;
	padding: 2px 0px 16px;
	color: #6A5FFF;
	font-size: 22px;
	font-weight: 600;
}

.pricing-section .pricing-card .top-view .credits i {
	font-style: normal;
}

.pricing-section .pricing-card .top-view .credits span {
	color: #44546F;
	font-size: 14px;
	font-weight: 500;
	padding-left: 3px;
}

.pricing-section .pricing-card .top-view .btn-bor {
	background: #ffffff;
	width: 100%;
	height: 44px;
	margin-top: auto;
	border: 1px solid #512DA8;
	color: #512DA8;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

.pricing-section .pricing-card .top-view .pricing-view {
	display: flex;
	align-items: baseline;
	column-gap: 2px;
	padding-bottom: 2px;
	justify-content: start;
}

.pricing-section .pricing-card .top-view .pricing-view h3 {
	color: #172B4D;
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
	margin: 0px;
}

.pricing-section .pricing-card .top-view .pricing-view h3 small {
	font-size: 16px;
}

/* NEW: Crossed-out price styles */
.pricing-section .pricing-card .top-view .pricing-view h3 .original-price {
	line-height: 1.6;
	letter-spacing: 0.0075em;
	color: rgb(107, 114, 128);
	font-size: 20px;
	font-weight: 400;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	position: relative;
	display: inline-block;
}

/* Ensure the small decimal part doesn't get its own line-through */
.pricing-section .pricing-card .top-view .pricing-view h3 .original-price small {
	text-decoration: none;
}

.pricing-section .pricing-card .top-view .pricing-view p {
	color: #0D1117;
	font-size: 12px;
	margin: 0px;
	font-weight: 500;
	line-height: normal;
}

.pricing-section .pricing-card .top-view .pricing-view p span {
	font-weight: 500;
}

.pricing-section .pricing-card .top-view .billing-type {
	display: flex;
	font-weight: 500;
	color: #606060;
	font-size: 12px;
	font-style: italic;
}

.pricing-section .discount {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: -12px;
	left: 50%;
	font-weight: 600;
	background: #ed2a92;
	padding: 0 12px;
	height: 24px;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	line-height: 14px;
	transform: translateX(-50%);
	z-index: 9999;
	white-space: nowrap;
	width: 138px;
}

.pricing-section .pricing-card.active {
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1) !important;
	border-color: #6A5FFF;
	opacity: 1;
	z-index: 1;
	margin-top: -10px;
	border-left: 1px solid #6A5FFF;
}

.pricing-section .pricing-card.active .top-view {
	background: rgba(226, 224, 249, 0.56);
	border-radius: 10px 10px 0 0;
}

/* Below 1399px */
@media (max-width: 1399px) {

	.pricing-section .pricing-card.active,
	.pricing-section .pricing-card {
		margin-top: 0px;
		border-left: 1px solid #CAD1D9;
	}

	.pricing-card.active,
	.pricing-section .pricing-card.active .top-view {
		border-radius: 0px;
	}

	.pricing-section .discount {
		top: 0px;
		left: 0px;
		transform: translateX(0);
		border-radius: 0px;
		width: 100%;
		height: 22px;
		font-size: 12px;
	}

	.pricing-section .pricing-card.active .top-view {
		padding-top: 24px;
	}

	.contact-reveal-block {
		margin-bottom: 10px;
	}

	.pricing-section .pricing-card.active {
		border-left: 1px solid #6A5FFF;
	}

	.pricing-section .pricing-card:nth-child(3) {
		border-right: 1px solid #CAD1D9;
	}
}

@media (min-width: 1200px) {
	.pricing-section .pricing-boxes[data-billing-period="yearly"] .pricing-card.active {
		border-radius: 12px 12px 0 0;
	}
}

.pricing-section .pricing-boxes[data-billing-period="yearly"] .pricing-card.active .top-view .discount {
	display: flex;
}

.pricing-section .pricing-boxes[data-billing-period="yearly"] .pricing-card:last-child.active .top-view .discount {
	display: flex !important;
}

.pricing-section .pricing-card .top-view .view-details {
	padding: 12px 0px;
	flex-wrap: wrap;
}

.pricing-section .pricing-card .top-view .view-details li {
	width: 100%;
	color: #512DA8;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	column-gap: 6px;
	padding: 8px 0px;
	border-bottom: 1px solid #DCDFE4;
	min-height: 44px;
}

.pricing-section .pricing-card .top-view .view-details li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.pricing-section .pricing-card .top-view .view-details li svg {
	max-width: 18px;
	fill: #512DA8;
}

.pricing-section .pricing-card .top-view .reveal-credit {
	background: #ffffff;
	padding: 8px 10px;
	border-radius: 12px;
	width: 100%;
}

.pricing-section .pricing-card .top-view .reveal-credit li {
	width: 100%;
	color: #0D1117;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: start;
	padding: 4px 0px;
	justify-content: start;
	line-height: normal;
	flex-direction: column;
	gap: 6px;
}

.pricing-section .pricing-card .top-view .reveal-credit li span,
.pricing-section .pricing-card .top-view .reveal-credit li i {
	color: #DC3545;
	display: flex;
	align-items: center;
	column-gap: 6px;
	line-height: normal;
}


.pricing-section .pricing-card.active .top-view .btn-bor {
	background: #512DA8;
	border-color: #512DA8;
	color: #ffffff;
}

.pricing-section .pricing-card .bottom-sec {
	padding: 14px;
	text-align: left;
}

.pricing-section .pricing-card .bottom-sec .heading {
	color: #0D1117;
	font-size: 11px;
	font-weight: 500;
	padding: 0px 0px 8px;
	opacity: .5;
}

.pricing-section .pricing-card .bottom-sec ul {
	display: flex;
	flex-wrap: wrap;
}

.pricing-section .pricing-card .bottom-sec ul li {
	color: #292A30;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	padding: 3px 0px;
	display: flex;
	column-gap: 8px;
}

.tooltip .tooltip-inner {
	text-align: left;
	font-size: 12px;
	line-height: normal;
}

.pricing-section .pricing-card .bottom-sec ul li span {
	display: flex;
	width: calc(100% - 20px);
}

.pricing-section .pricing-card .bottom-sec ul li i:nth-child(1) {
	font-weight: 700;
}

.pricing-section .pricing-card .bottom-sec ul li i:nth-child(3) {
	color: #B3B9C4;
}

.pricing-section .pricing-card .bottom-sec ul li i.fa-info {
	border: 1px solid #89919B;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	color: #89919B;
}

.pricing-section .pricing-card .bottom-sec ul li i {
	width: 10px;
	padding-top: 2px;
	color: #2c7e11;
}

.pricing-section .active-discount {
	display: none;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: #4CAF50;
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 20px;
	white-space: nowrap;
	opacity: 0;
	transition: .3s;
	line-height: 23px;
}

.pricing-section .pricing-card .active-discount.show {
	display: block;
	opacity: 1;
}

.pricing-section .active-discount::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #4CAF50 transparent transparent transparent;
}



.pricing-section .credits {
	font-size: 13px;
	color: #555;
	margin-top: 5px;
}

/* Pricing Toggle */
.toggle-buttons {
	border-radius: 100px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #B3B9C4;
	height: 44px;
	column-gap: 10px;
	padding: 4px 6px 4px;
	background: #ffffff;
}


.pricing-section .toggle-bar {
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: auto;
	background-color: #0a66c2;
	border-radius: 30px;
	transition: all 0.3s ease;
	z-index: 1;
	transform: translateX(120px);
	/* Default Yearly */
}

.pricing-section .toggle-labels {
	display: flex;
	position: relative;
	z-index: 2;
	height: 100%;
	column-gap: 12px;
}

.swith-button-sec {
	padding: 0px
}

.duration-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #44546F;
	transition: color 0.3s ease;
	font-size: 14px;
	font-weight: 500;
	background: transparent;
	border-radius: 100px;
	padding: 7px 10px;
	column-gap: 10px;
	transition: color 0.3s ease;
}

.duration-toggle small {
	border-radius: 12px;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: 600;
	background: #5E4DB2;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	transition: color 0.3s ease;
}

.duration-toggle.active {
	color: #fff;
	background: #512DA8;

}

.duration-toggle.active small {
	background: #ffffff;
	color: #5E4DB2;
}

.top-select-section {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 21px;
}

.slider-tooltip {
	transition: transform 0.2s, opacity 0.2s;
}

/* Base Slider */
#creditSlider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: #CAD1D9;
	outline: none;
	transition: background 0.3s;
}

/* Chrome/Safari Thumb */
#creditSlider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	background: url(../images/pricing/input-range-icon.svg);
	background-repeat: no-repeat;
	border: none;
	/*    box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
	cursor: pointer;
	transition: transform 0.2s;
}

#creditSlider::-webkit-slider-thumb:hover {
	transform: scale(1.2);
}

/* Firefox Thumb */
#creditSlider::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	background: url(../images/pricing/input-range-icon.svg);
	background-repeat: no-repeat;
	border: none;
	/*    box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
	cursor: pointer;
	transition: transform 0.2s;
}

#creditSlider::-moz-range-thumb:hover {
	transform: scale(1.2);
}

/* Firefox Track */
#creditSlider::-moz-range-track {
	background: transparent;
	height: 6px;
}



/* Toggle Buttons Smooth */
.toggle-buttons {
	display: inline-flex;
}

.toggle-buttons button {
	transition: 0.3s;
	border: none;
}

.toggle-buttons button.active {
	transform: scale(1.05) !important;
}

/* Toggle Buttons Smooth */
.toggle-buttons button {
	position: relative;
	transition: all 0.3s ease;
}

/* Smooth Currency Switch Labels */
.switch-label {
	font-weight: bold;
	font-size: 0.95rem;
	color: #555;
	transition: color 0.3s ease;
	cursor: pointer;
}

.switch-label.active {
	color: #512DA8;
}

/* Animate Currency Switch */
.switch .slider.round {
	transition: background-color 0.3s;
	background-color: #512DA8;
}

.slider.round::before {
	transition: transform 0.3s ease;
}

/* Currency Switch Smooth */

.currency-switch-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
}

.switch-label {
	font-weight: 400;
	font-size: 14px;
	color: #2C3E5D;
	transition: color 0.3s ease;
	cursor: pointer;
}

.switch-label.active {
	font-weight: 700;
	color: #2C3E5D;
}

/* Animate Currency Switch */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 26px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider.round {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}

.slider.round::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: 0.3s ease;
	border-radius: 50%;
}

input:checked+.slider.round {
	background-color: #512DA8;
}

input:checked+.slider.round::before {
	transform: translateX(24px);
}

/* Slider + Tooltip */

input[type=range] {
	width: 100%;
}

.slider-tooltip.show {
	opacity: 1;
}

/* Graduator */
.rs-slider-graduator {
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.rs-slider-graduator ol {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rs-slider-graduator li {
	text-align: center;
	color: #282E33;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500
}

.rs-slider-graduator li.active {
	font-weight: 700
}

.rs-slider-mark {
	display: none;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
	margin-bottom: 5px;
	transition: background 0.3s;
}

.rs-slider-pass .rs-slider-mark {
	background: #512DA8;
}

@media screen and (max-width:1600px) {
	.input-range-section {
		padding-right: 30px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.pricing-section .credit-score br {
		display: none;
	}

	.pricing-section .pricing-boxes {
		gap: 10px;
	}

	.input-range-section {
		padding-right: 12px;
	}
}

@media screen and (max-width:991px) {
	.contact-reveal-block {
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
	.pricing-section .pricing-card .top-view {
		width: 100%;
		display: block;
	}

	.rs-slider-graduator li {
		font-size: 14px;
	}

	.input-range-section {
		padding-right: 12px;
	}

	.pricing-section .credit-score a {
		display: flex;
		justify-content: center;
	}

	.pricing-section .credit-score {
		text-align: center;
	}

	.pricing-section .pricing-boxes {
		gap: 24px;
	}

	.pricing-section .pricing-card {
		width: 100%;
	}

	.pricing-section .top-select-section {
		flex-wrap: wrap;
		justify-content: center;
		gap: 17px;
	}

	.pricing-section .slider-tooltip {
		padding: 3px 5px;
		font-size: 12px;
		top: -42px;
	}

	.contact-reveal-card {
		width: auto;
	}
}

@media screen and (max-width:576px) {
	.contact-reveal-block {
		justify-content: center;
	}

	.contact-reveal-card {
		width: 100%;
		justify-content: center;
	}
}

/* Info Icon Styles */
.info-icon-wrapper {
	display: inline-flex;
	align-items: center;
	margin-left: 4px;
	cursor: pointer;
}

.info-icon {
	font-size: 14px;
	color: #6A5FFF;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.info-icon:hover {
	opacity: 1;
}

/* Compare Plans Section */
.pricing-section .compare-plans-section {
	margin: 34px 0px 14px;
	background: rgba(233, 242, 255, 0.4);
	border: 1px solid #F1F2F4;
	border-radius: 16px;
	padding: 20px;
}

.pricing-section .compare-plans-section .accordion-header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

.pricing-section .compare-plans-section .accordion-header button {
	outline: none;
	box-shadow: none;
	background: transparent;
	display: flex;
	justify-content: center;
	width: auto;
	color: #172B4D;
	font-size: 14px;
	font-weight: 700;
}

.pricing-section .compare-plans-section .accordion-header button:after {
	background-size: contain !important;
}