@font-face {
	font-family: "Geist";
	src: url("../../assets/fonts/Geist-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Geist";
	src: url("../../assets/fonts/Geist-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Geist";
	src: url("../../assets/fonts/Geist-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Geist";
	src: url("../../assets/fonts/Geist-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ADLaM Display";
	src: url("../../assets/fonts/ADLaMDisplay-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.directorist-pricing-plan {
	position: relative;
	width: 100%;
	margin: 0;
	font-family: "Geist", sans-serif;
	box-sizing: border-box;
}

.directorist-pricing-plan *,
.directorist-pricing-plan *::before,
.directorist-pricing-plan *::after {
	box-sizing: border-box;
}

.directorist-pricing-plan__inner {
	width: 1164px;
	max-width: calc(100vw - 48px);
	margin: 0 auto;
}

.directorist-pricing-plan__toggle-wrap {
	position: relative;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
}

.directorist-pricing-plan__toggle {
	display: flex;
	width: max-content;
	min-height: 58px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.directorist-pricing-plan__lifetime-badge {
	position: absolute;
	top: -5px;
	left: calc(100% + 2px);
	display: block;
	width: 128px;
	height: 57px;
	color: #00bb45;
	pointer-events: none;
}

.directorist-pricing-plan__lifetime-badge-arrow {
	position: absolute;
	top: 3px;
	left: 0;
	width: 50px;
	height: 28px;
	transform: rotate(-6.96deg);
	transform-origin: center;
}

.directorist-pricing-plan__lifetime-badge-text {
	position: absolute;
	top: 30px;
	left: 14px;
	display: block;
	font-family: "ADLaM Display", "Geist", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	transform: rotate(-10.06deg);
	transform-origin: center;
}

.directorist-pricing-plan__toggle-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: var(--directorist-pricing-plan-toggle-active-padding, 10px 24px);
	border: 0;
	border-radius: var(--directorist-pricing-plan-toggle-active-radius, 999px);
	background: transparent;
	color: var(--directorist-pricing-plan-toggle-color, #151826);
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
}

.directorist-pricing-plan__toggle-button:hover,
.directorist-pricing-plan__toggle-button:focus,
.directorist-pricing-plan__toggle-button:active {
	background: transparent;
	color: var(--directorist-pricing-plan-toggle-color, #151826);
}

.directorist-pricing-plan__toggle-button--active {
	background: var(--directorist-pricing-plan-toggle-active-bg, #151826);
	color: var(--directorist-pricing-plan-toggle-active-color, #ffffff);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.directorist-pricing-plan__toggle-button--active:hover,
.directorist-pricing-plan__toggle-button--active:focus,
.directorist-pricing-plan__toggle-button--active:active {
	background: var(--directorist-pricing-plan-toggle-active-bg, #151826);
	color: var(--directorist-pricing-plan-toggle-active-color, #ffffff);
}

.directorist-pricing-plan__toggle-text {
	display: inline-block;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

.directorist-pricing-plan__cards {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap: min(var(--directorist-pricing-plan-cards-gap, 36px), 3vw);
	width: 100%;
	min-height: 505px;
}

.directorist-pricing-plan__card {
	position: relative;
	display: flex;
	flex: 0 1 364px;
	width: min(100%, 364px);
	max-width: 100%;
}

.directorist-pricing-plan__card--featured {
	min-height: 505px;
}

.directorist-pricing-plan__featured-cap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 461px;
	border: 1px solid #6e47ff;
	border-radius: 32px 32px 24px 24px;
	box-shadow: 0 34px 56px rgba(67, 83, 255, 0.14);
	pointer-events: none;
}

.directorist-pricing-plan__popular {
	position: absolute;
	top: 17px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transform: translateX(-50%);
}

.directorist-pricing-plan__popular-icon {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.directorist-pricing-plan__popular-text {
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	word-break: break-word;
}

.directorist-pricing-plan__card-content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	min-height: 443px;
	flex-direction: column;
	align-items: flex-start;
	border-style: solid;
}

.directorist-pricing-plan__card--featured .directorist-pricing-plan__card-content {
	margin-top: 62px;
	border-top-width: 0 !important;
}

.directorist-pricing-plan__site-badge {
	position: absolute;
	top: 112px;
	right: 28px;
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	justify-content: center;
	padding: 3px 16px;
	border-radius: 99px;
	font-family: "Inter", "Geist", sans-serif;
	letter-spacing: -0.21px;
	text-align: center;
	white-space: nowrap;
	word-break: break-word;
}

.directorist-pricing-plan__card-main {
	display: flex;
	width: 100%;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 32px;
	align-items: flex-start;
}

.directorist-pricing-plan__header {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.directorist-pricing-plan__icon {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
}

.directorist-pricing-plan__icon-bg,
.directorist-pricing-plan__icon-upload {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.directorist-pricing-plan__icon-parts {
	position: absolute;
	display: block;
	overflow: hidden;
}

.directorist-pricing-plan__icon-parts img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.directorist-pricing-plan__icon-parts .directorist-pricing-plan__icon-part--icon-crown-agency-1 {
	inset: 28.26% 16.67% 12.5% 16.67%;
	width: auto;
	height: auto;
}

.directorist-pricing-plan__icon-parts .directorist-pricing-plan__icon-part--icon-crown-agency-2 {
	inset: 12.5% 10.42% 56.25% 10.42%;
	width: auto;
	height: auto;
}

.directorist-pricing-plan__icon-parts .directorist-pricing-plan__icon-part--icon-crown-agency-3 {
	inset: 69.79% 19.18% 23.96% 19.18%;
	width: auto;
	height: auto;
}

.directorist-pricing-plan__icon-parts .directorist-pricing-plan__icon-part--icon-crown-pro-1 {
	inset: 8.33%;
	width: auto;
	height: auto;
}

.directorist-pricing-plan__icon-parts .directorist-pricing-plan__icon-part--icon-crown-pro-2 {
	inset: 47.92% 37.5% 27.08% 37.5%;
	width: auto;
	height: auto;
}

.directorist-pricing-plan__name-block {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.6;
	word-break: break-word;
}

.directorist-pricing-plan__name {
	width: 100%;
	margin: 0;
	font-family: "Inter", "Geist", sans-serif;
	letter-spacing: -0.48px;
}

.directorist-pricing-plan__description {
	width: 100%;
	margin: 0;
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
}

.directorist-pricing-plan__price-block {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

.directorist-pricing-plan__original-row {
	display: flex;
	min-height: 28px;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.directorist-pricing-plan__original-wrap {
	position: relative;
	display: inline-flex;
	min-width: 51px;
	height: 28px;
	align-items: flex-start;
}

.directorist-pricing-plan__original-price {
	position: relative;
	top: -3px;
	z-index: 1;
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: break-word;
}

.directorist-pricing-plan__strike {
	position: absolute;
	top: 17px;
	left: calc(50% + 1.5px);
	width: 54px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -1px) rotate(-7deg);
	pointer-events: none;
}

.directorist-pricing-plan__discount {
	display: inline-flex;
	min-height: 20px;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 4px;
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: break-word;
}

.directorist-pricing-plan__current-row {
	display: flex;
	min-height: 58px;
	align-items: center;
	gap: 0;
}

.directorist-pricing-plan__price {
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: break-word;
}

.directorist-pricing-plan__period {
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: break-word;
}

.directorist-pricing-plan__billing {
	width: 100%;
	margin: 0;
	font-family: "Inter", "Geist", sans-serif;
	letter-spacing: -0.24px;
	word-break: break-word;
}

.directorist-pricing-plan__button {
	display: inline-flex;
	width: 100%;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 24px;
	border: 1px solid;
	border-radius: 99px;
	font-family: "Geist", sans-serif;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.directorist-pricing-plan__button:hover,
.directorist-pricing-plan__button:focus {
	text-decoration: none;
}

.directorist-pricing-plan__button-text {
	display: inline-block;
	font-family: "Geist", sans-serif;
	letter-spacing: 0;
	word-break: break-word;
}

@media (max-width: 1229.98px) {
	.directorist-pricing-plan__inner {
		max-width: calc(100vw - 40px);
	}

	.directorist-pricing-plan__cards {
		gap: var(--directorist-pricing-plan-cards-gap, 36px);
	}
}

@media (max-width: 767.98px) {
	.directorist-pricing-plan__inner {
		max-width: calc(100vw - 32px);
	}

	.directorist-pricing-plan__toggle-wrap {
		margin-right: 70px;
	}

	.directorist-pricing-plan__lifetime-badge {
		display: none;
	}

	.directorist-pricing-plan__toggle {
		min-height: 52px;
	}

	.directorist-pricing-plan__cards {
		flex-direction: column;
		align-items: center;
		min-height: 0;
	}

	.directorist-pricing-plan__card,
	.directorist-pricing-plan__card--featured {
		width: 100%;
		max-width: 364px;
		min-height: 0;
		flex-basis: auto;
	}

	.directorist-pricing-plan__featured-cap {
		height: 100%;
	}

	.directorist-pricing-plan__card-content {
		min-height: 0;
	}

	.directorist-pricing-plan__card--featured .directorist-pricing-plan__card-content {
		margin-top: 62px;
	}
}
