﻿body {
	font-family: 'Montserrat', sans-serif;
	background: #eef6fb;
}

.pricing-toggle {
	display: inline-flex;
	padding: 0;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	margin-bottom: 0px;
}

.pricing-toggle .btn {
	border-radius: 50px;
	min-width: 120px;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 40px;
	color: #122B49;
	border: none;
	background: transparent;
}

.pricing-toggle .btn.active {
	background: #153955;
	color: #fff;
}

.pricing-panel {
	display: none;
}

.pricing-panel.active {
	display: block;
}

.pricing-details.card {
	border: 0;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 18px;
	background: #fff;
	padding: 40px;
	position: relative;
	text-align: start;
}

.pricing-features li {
	padding-left: 28px;
	position: relative;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 1.6;
	margin-bottom: 12px;
}

.pricing-features li span {
	font-size: 10px;
	font-weight: bold;
	background: #EE8131;
	color: #fff;
	border-radius: 40px;
	text-align: center;
	padding: 5px 10px;
	margin-left: 10px;
}

.pricing-features li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #000;
	font-size: 16px;
}

.pricing-features li i img {
	height: 16px;
	width: 16px;
	object-fit: contain;
	margin-top: -9px;

}

.pricing-hero {
	padding: 80px 0 160px;
	color: #fff;
	background-image: url(../images/hero-bg/bg-hero-call-attribution.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pricing-hero .hero-title {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 auto 16px;
	color: #fff;
}

.pricing-hero .hero-description {
	margin: 0 auto 0;
	font-size: 18px;
	line-height: 28.8px;
	color: #fff;
}

.pricing-hero-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-direction: row;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14) inset;
	padding: 20px;
	border-radius: 50px;
}

.pricing-table-section {
	background-color: #eef6fb;
}

.pricing-table-section .table>:not(:last-child)>:last-child {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #153955;
}

@media (max-width: 767px) {
	.pricing-hero-bar {
		flex-direction: column;
		border-radius: 24px;
		padding: 20px;
	}
}

.pricing-hero-badge {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	margin: 0 20px;
}

.talk-to-sales-btn {
	background: #FF6B00;
	color: #fff;
	border-radius: 50px;
	padding: 10px 24px;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;

}

.talk-to-sales-btn:hover {
	background: #e66000;
	color: #fff;
}

.features-section.pricing {
	margin-top: -385px;
	position: relative;
	z-index: 2;
}

.pricing-card-badge {
	position: absolute;
	top: -15px;
	right: 30px;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background: #FF6B00;
	white-space: nowrap;
	box-shadow: 0 4px 6px rgba(255, 107, 0, 0.3);
}

.pricing-card-badge.orange {
	background: #FF6B00;
}

.price-number {
	font-size: 50px;
	line-height: 70px;
	color: #153955;
	font-weight: 700;
	margin-bottom: 20px;
}

.pricing-list-title {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #153955;
	margin-bottom: 20px;
}

.price-number span {
	font-size: 15px;
	line-height: 18px;
	color: #153955;
	font-weight: 400;
}

.pricing-details h3.header {
	font-size: 25px;
	line-height: 25px;
	color: #122B49;
	font-weight: 700;
}

.pricing-details p.pref,
.pricing-details .d-block {
	font-size: 16px;
	line-height: 26px;
	color: #153955;
}

.pricing-details .btn-outline-secondary {
	border: 1px solid #FF6B00;
	color: #FF6B00;
	background: transparent;
	border-radius: 5px;
	font-weight: 400;
	padding: 10px 24px;
	transition: 0.3s;
	font-size: 13px;
}

.pricing-details .btn-outline-secondary:hover {
	background: #FF6B00;
	color: #FFF;
}

.pricing-details .btn-primary {
	background-color: #FF6B00;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	font-weight: 400;
	padding: 10px 24px;
	font-size: 13px;
}

.section-title h2 {
	color: #173b62;
}

.section-title p {
	color: #5a6c82;
}

.pricing-disclaimer {
	max-width: 990px;
	margin: 0 auto;
	color: #5a6c82;
	font-size: 13px;
	line-height: 1.75;
}

.pricing-faq .accordion-item {
	border: 0;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.pricing-faq .accordion-button {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	padding: 20px 20px;
	color: #173b62;
	background: #fff;
}

.pricing-faq .accordion-button:not(.collapsed) {
	color: #173b62;
	background: #fff;
	box-shadow: none;
}

.pricing-faq .accordion-button::after {
	background-image: none;
	content: "+";
	font-size: 22px;
	font-weight: 400;
	width: auto;
	height: auto;
}

.pricing-faq .accordion-button:not(.collapsed)::after {
	content: "−";
}

.pricing-faq .accordion-body {
	font-size: 20px;
	line-height: 25px;
	color: #122B49;
	padding-top: 16px;
	background: #fff;
}

.custom-plan-card {
	min-height: 100%;
	border-radius: 20px;
}

.custom-plan-card p {
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 24px;
	color: #153955;
}

.custom-plan-card .btn-orange {
	background: #FF6B00;
	padding: 10px 40px;
	color: #fff;
	margin-top: 0;
	width: fit-content;
}

.custom-plan-card .btn-orange:hover {
	background: #e66000;
	color: #fff;
}

.custom-plan-art img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1400px) {
	.features-section.pricing {
		margin-top: -315px;
	}
}

@media (max-width: 1200px) {
	.features-section.pricing {
		margin-top: -385px;
	}

	.pricing-toggle .btn {
		padding: 10px 30px;
		font-size: 14px;
	}

	.pricing-hero .hero-title {
		font-size: 30px;
		line-height: 30px;
	}

	.pricing-hero .hero-description {
		font-size: 16px;
		line-height: 24px;
	}

	.pricing-hero-badge {
		font-size: 20px;
		line-height: 20px;
	}

	.talk-to-sales-btn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 992px) {
	.features-section.pricing {
		margin-top: -156px;
	}

	.pricing-hero {
		padding: 125px 0 120px;
	}

	.pricing-hero .hero-title {
		font-size: 24px;
		line-height: 24px;
	}

	.pricing-hero .hero-description {
		font-size: 14px;
		line-height: 22px;
	}

	.pricing-hero-bar {
		gap: 10px;
	}

	.pricing-hero-badge {
		font-size: 16px;
		line-height: 16px;
		margin: 0 10px;
	}

	.talk-to-sales-btn {
		font-size: 12px;
		line-height: 22px;
		padding: 8px 20px;
	}

	.pricing-details.card {
		padding: 15px;
	}

	.price-number {
		font-size: 40px;
		line-height: 60px;
	}

	.price-number span {
		font-size: 12px;
		line-height: 18px;
	}

	.pricing-details h3.header {
		font-size: 18px;
		line-height: 18px;
	}

	.pricing-details p.pref,
	.pricing-details .d-block {
		font-size: 13px;
		line-height: 22px;
	}

	.pricing-details .btn-outline-secondary,
	.pricing-details .btn-primary {
		margin-top: 5px;
		width: 100%;
	}

	.pricing-features li {
		font-size: 13px;
		line-height: normal;
		padding-left: 22px;
	}

	.pricing-features li i {
		font-size: 14px;
		margin-top: -1px;
	}

	.pricing-features li i img {
		height: 16px;
		width: 16px;
		object-fit: contain;

	}

	.pricing-table-section .table {
		min-width: 800px;
	}

	.pricing-table-section .table>:not(:last-child)>:last-child>* {
		width: auto !important;
		font-size: 14px !important;
		line-height: normal !important;
	}

	.pricing-faq .accordion-body {
		font-size: 15px;
		line-height: 22px;
		padding-top: 10px;
	}

	.pricing-faq .accordion-button {
		font-size: 15px;
		line-height: 15px;
		padding: 14px 18px;
	}

	.pricing-faq .accordion-button::after {
		font-size: 18px;

	}

	.pricing-card-badge {
		position: relative;
		top: -29px;
		right: 0;
		width: fit-content;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.custom-imge-enhance.cta-pricing-img {
		top: 0;
		right: 0;
		margin: -96px 0 -104px 0;
		width: 234px !important;
	}
}