:root {
	--header-height: 0px;
	--border-radius: 1.5vmax;
	--shadow:0 6px 25px rgba(0, 0, 0, 0.1);
	--primary-color: #1eceff;
	--primary-light-color: #d2f5ff;
	--hover-color: #1eceff;
	--secondary-color: #2f455c;
	--heading-color: #333333;
	--table-border-color: #e0e0e0;
	--acent-color: #ff6224;
	--tp-common-white: #fff;
	--color-light: #d2f5ff;
}

/* =============================
    COMMON CSS
================================ */
html,
body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Wix Madefor Text", sans-serif;
	font-style: normal;
	color: #929292;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;
}

button {
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
}

.mw-60 {
	max-width: 60%;
}
.mw-40 {
	max-width: 40%;
}
.mw-10 {
	max-width: 10% ;
}

/*----------------------------------------*/
/*  2.6 Magic Cursor css start
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
	display: block;
}

#magic-cursor {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
	top: 0;
	left: 0;
}

#ball {
	position: fixed;
	display: flex;
	align-items: center;
	pointer-events: none;
	border-radius: 50%;
	color: transparent;
	justify-content: center;
	mix-blend-mode: difference;
	background-color: var(--acent-color);
}

.cursor-bg-red #ball {
	background-color: var(--acent-color) !important;
}

.cursor-bg-red #ball .ball-view {
	color: var(--acent-color);
}

.cursor-white-bg #ball {
	background-color: var(--acent-color) !important;
}

.cursor-white-bg #ball .ball-view {
	color: var(--tp-common-black);
}

.cursor-black-bg #ball {
	background-color: var(--tp-common-black) !important;
}

.cursor-black-bg #ball .ball-view {
	color: var(--tp-common-white);
}

.cursor-bg-green #ball {
	background-color: var(--tp-theme-1) !important;
}

.cursor-bg-green #ball .ball-view {
	color: var(--tp-common-white);
}

/* Ball view
============= */
#ball .ball-view {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	transform: scale(0);
	font-family: var(--tp-ff-dm);
	color: var(--tp-common-black);
}

/* Ball drag
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
	font-family: var(--tp-ff-dm);
	color: var(--tp-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 19px;
	height: 10px;
	line-height: 10px;
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	color: var(--tp-common-white);
	font-family: "Font Awesome 6 Pro";
	-webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
	content: "\f104";
	/* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}

#ball .ball-drag::after {
	content: "\f105";
	/* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}

#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Ball close
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}

#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--tp-common-black);
}

.tp-magnetic-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ============ scroll-top =============== */
.scroll-top {
	width: 45px;
	height: 45px;
	background: var(--primary-color);
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
	color: #ffffff;
	background: #2f455c;
}

/* =============================
    PRELOADER CSS
================================ */
.preloader {
	/* Body Overlay */
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	/* Change Background Color */
	background: #ffffff;
	z-index: 99999;
}

.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.preloader .loader .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%;
}

.preloader .loader .spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: var(--primary-color) var(--primary-color) #E9E9E9;
	border-radius: 50%;
	border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #E9E9E9;
	animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #E9E9E9;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-easespin {
	12.5% {
		transform: rotate(135deg);
	}

	25% {
		transform: rotate(270deg);
	}

	37.5% {
		transform: rotate(405deg);
	}

	50% {
		transform: rotate(540deg);
	}

	62.5% {
		transform: rotate(675deg);
	}

	75% {
		transform: rotate(810deg);
	}

	87.5% {
		transform: rotate(945deg);
	}

	to {
		transform: rotate(1080deg);
	}
}

@keyframes spinner-left-spin {
	0% {
		transform: rotate(130deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(130deg);
	}
}

@keyframes right-spin {
	0% {
		transform: rotate(-130deg);
	}

	50% {
		transform: rotate(5deg);
	}

	to {
		transform: rotate(-130deg);
	}
}

/* =============================
    TYPOGRAPHY CSS
================================ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

h1,
.h1 {
	font-size: 72px;
}

.title, h2 {
	font-size: calc(15px + .8vw);
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 1.15rem;
	line-height: 1.1;
}

.titlelg {
	font-size: calc(24px + 1vw);
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 1.15rem;
	line-height: 1.1;
}

.subtitle {
	font-size: calc(13px + .4vmax);
	font-weight: 400;
	font-family: 'Tenor Sans';
	position: relative;
	z-index: 2;
	margin-bottom: 1.15rem;
}

.subtitleFancy {
	font-size: calc(17px + .7vmax);
	font-weight: 400;
	font-family: "Cormorant", serif;
	font-style: italic;
	position: relative;
	z-index: 2;
	margin-bottom: 1.15rem;
}

h3,
.h3 {
	font-size: 34px;
}

h4,
.h4 {
	font-size: 26px;
}

h5,
.h5 {
	font-size: 21px;
}

h6,
.h6 {
	font-size: 18px;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-semi-bold {
	font-weight: 600;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-light {
	font-weight: 300;
}

.body-font-size {
	font-size: 16px;
}

.font-size-sm {
	font-size: 14px;
}

.font-size-xs {
	font-size: 12px;
}

.caption-font-size {
	font-size: 14px;
}

p {
	font-size: calc(15px + 0.12vw);
	line-height: 1.5;
	margin-bottom: 1.15rem;
	color: #929292;
	font-weight: 400;
}

/* =============================
    BUTTONS CSS
================================ */
.button {
	height: 42px;
	font-size: 14px;
	font-weight: 800;
	box-sizing: border-box;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	padding: 0 22px;
	overflow: hidden;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.button:focus {
	box-shadow: none !important;
	outline: none !important;
}

.button .lucide {
	margin-left: .5em;
}

.button.btn-primary.btn-bodred {
	color: var(--primary-color) !important;
	background-color: transparent !important;
	;
	border-color: var(--primary-color) !important;
}

.button.btn-light {
	color: #000 !important;
	background-color: var(--color-light) !important;
	;
	border-color: var(--color-light) !important;
}

.button.btn-light:hover,
.button.btn-light:focus {
	color: #000;
	background-color: var(--color-light);
}

.button.btn-gray {
	color: #ffffff !important;
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	font-size: x-small;
}

.button.btn-gray:hover,
.button.btn-gray:focus {
	color: #343a40 !important;
	background-color: #e9ecef !important;
	border-color: #dfe3e6 !important;
}

.button.btn-gray::before {
	display: none;
}

.button.btn-primary.btn-bodred:hover,
.button.btn-primary.btn-bodred:focus {
	color: #fff !important;
	background-color: var(--primary-color) !important;
	;
	border-color: var(--primary-color) !important;
}

.button i {
	padding-left: 20px;
}

.button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	padding: 50%;
	border-radius: 50%;
	margin: auto;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
	transition: all .4s linear;
	transform: translate3d(-50%, -50%, 0) scale(0);
}

.button:hover {
	color: #ffffff;
}

.button:hover::before {
	transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.button.border-button {
	background: transparent;
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.button.border-button::before {
	background: rgba(47, 128, 237, 0.16);
}

.button-lg {
	height: 56px;
}

.button-sm {
	height: 34px;
	font-size: 16px;
	font-weight: 400;
}

/* =============================
    HEADER-6 CSS
================================ */
.headerGap {
	padding-top: calc(var(--header-height) + 1.25rem + 2.5vmax);
}

.headerGapSmall {
	padding-top: calc(var(--header-height) + 1.25rem + 1.75vmax);
}
.navbar-area {
	background: #ffffff;
	margin: 1.25rem;
	margin-bottom: 0;
	border-radius: 20px;
	padding: .4rem;
	box-shadow: 5px 5px 10px 6px rgb(194 194 194 / 26%);
	transition: all .4s linear;
}

.navbar-area-onboarding {
    background: #ffffff;
    /* margin: 1.5rem; */
    /* margin-bottom: 0; */
    /* border-radius: 25px; */
    padding: .3rem;
    box-shadow: 5px 5px 10px 6px rgb(194 194 194 / 26%);
    transition: all .4s linear;
}

.header.sticky .navbar-area {
	background: #ffffff;
	margin: 0;
	margin-bottom: 0;
	border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .header-action {
		position: absolute;
		right: 60px;
	}
}

@media (max-width: 767px) {
	.header .header-action {
		position: relative;
		align-items: center;
		justify-content: center;
		padding: .5rem;
		transition: all .4s linear;
	}

	.header-action .button {
		width: 100%;
		max-width: 120px;
		height: 36px;
		font-size: 13px;
	}

	.header.sticky .header-action {
		display: none !important;
	}
}

.header.header-6 .navbar {
	padding: 0;
	border-radius: 0px;
	position: relative;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar {
		padding: 17px 0;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar {
		padding: 0 0;
	}

	.navbar-area {
		margin: .5rem;
		border-radius: 15px;
		padding: .5rem 0;
	}
}

.header.header-6 .navbar-brand {
	padding: 0;
}

.header.header-6 .navbar-brand img {
	max-width: 190px;
}

.header.header-6.sticky .navbar-brand img {
	max-width: 140px;
}

.header.header-6.sticky .navbar-nav .nav-item a {
	font-size: 16px;
}

.sticky .header-action .button {
	height: 38px;
	font-size: 14px;
}

.header.header-6 .navbar-toggler {
	padding: 0;
}

.header.header-6 .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.header.header-6 .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #323450;
	display: block;
	margin: 5px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	transform: rotate(45deg);
	top: 7px;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		z-index: 9;
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-collapse {
		position: absolute;
		top: 50px;
		left: -0.6rem;
		width: calc(100% + 1.2rem);
		background-color: #fff;
		z-index: 9;
		box-shadow: 0px 15px 20px 0px rgba(50, 52, 80, 0.1);
		padding: 1.5rem 12px;
		height: 80vh;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		border-top: 1px solid #ccc;
	}
}

.header.header-6 .navbar-nav .nav-item {
	position: relative;
}

.header.header-6 .navbar-nav .nav-item a {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	transition: all 0.3s ease-out 0s;
	padding: 7px 12px;
	margin: 0 3px;
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid transparent;
	border-radius: 30px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .nav-item a {
		display: inline-block;
		padding: 6px 20px;
		color: #323450;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .nav-item a {
		display: inline-block;
		padding: 6px 20px;
		color: #323450;
	}
}

.header.header-6 .navbar-nav .nav-item a:hover,
.header.header-6 .navbar-nav .nav-item a.active {
	color: var(--hover-color);
	border-color: var(--hover-color);
}

.header.header-6 .navbar-nav .nav-item.active a:hover, .header.header-6 .navbar-nav .nav-item.active a {
	color: var(--hover-color);
	border-color: transparent;
	background-color: transparent;
}

.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}

.header.header-6 .navbar-nav .nav-item .sub-menu {
	width: 200px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}

.header.header-6 .navbar-nav .nav-item .sub-menu li {
	display: block;
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #000000;
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-6 .navbar-nav .nav-item .sub-menu li a:hover {
	padding-left: 25px;
	color: var(--primary-color);
}

.header.header-6 .navbar-nav .sub-nav-toggler {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #000000;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #000000;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}

.header.header-6 .navbar-nav .sub-nav-toggler span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
	position: relative;
	top: -5px;
}

.header-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.header-action .button {
	width: 100%;
}

.header-action .button:last-child {
	min-width: 173px;
}

.avatar-circle {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.header-profile {
	display: flex;
	align-items: center;
	gap: 12px;
}
.header-profile .desc{
	text-align: right;
}
.header-profile h6{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0;
}
.header-profile p{
	font-size: 14px;
	margin: 0;
	line-height: 1;
}
/* =============================
    FOOTER-4 CSS
================================ */
.footer {
	padding: 1.2rem;
	background-color: var(--secondary-color);
	border-top: 3px solid var(--primary-color);
	color: #fff;
	/* padding-bottom: 0; */
	text-align: center;
}

.footer .widget-wrapper .footer-widget {
	margin-bottom: 3vmax;
}

.footer .widget-wrapper .footer-widget .logo {
	margin-bottom: 30px;
}

.footer .widget-wrapper .footer-widget p.desc {
	margin-bottom: 0;
	max-width: 80%;
	color: #fff;
	font-size: 15px;
	/* line-height: 1.4; */
}

.footer .widget-wrapper .footer-widget .socials {
	justify-content: flex-start;
}

.footer .widget-wrapper .footer-widget .socials li a {
	background: transparent;
	margin: 0;
	margin-right: 15px;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: 400;
}

.footer .widget-wrapper .footer-widget .socials li a:hover {
	background: transparent;
	color: var(--bs-primary);
}

.footer .widget-wrapper .footer-widget h3 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 1rem;
	font-family: "Tenor Sans", sans-serif;
	color: var(--primary-color);
}


.footer .widget-wrapper .footer-widget h6 {
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 16px;
	font-family: "Wix Madefor Text", sans-serif;
}

.footer .links {
	list-style: none;
	/* remove default bullets */
	padding: 0;
}

.footer .links li::before {
	content: "\f101";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-right: 8px;
	font-size: 14px;
}

.footer .widget-wrapper .footer-widget .links li a {
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	color: #fff;
}

.footer-widget .contact a {
	color: #fff;
}

/* .footer .widget-wrapper .footer-widget .links li a:hover {
	color: var(--primary-color);
} */

.footer .widget-wrapper .footer-widget .download-app li a {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 5px;
	background: #ffffff;
	max-width: 200px;
	width: 100%;
	margin-bottom: 12px;
}

.footer .widget-wrapper .footer-widget .download-app li a .icon {
	font-size: 35px;
	color: #323450;
	margin-right: 12px;
}

.footer .widget-wrapper .footer-widget .download-app li a .text {
	font-size: 14px;
	font-weight: 500;
	color: #585978;
}

.footer .widget-wrapper .footer-widget .download-app li a .text b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Fira Sans", sans-serif;
	color: #323450;
}

.footer .copyright-wrapper p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.footer .nav {
	justify-content: right;
}

.footer .nav li{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .nav li a{
	font-size: 14px;
	color: #fff;
}
.footer .nav li a:hover, .footer .nav li a:focus, .footer a:hover, .footer a:focus, .footer .widget-wrapper .footer-widget .links li a:hover{
	color: var(--acent-color);
}
.footer .nav li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.footer .copyright-wrapper p a {
	color: inherit;
}

.footer .copyright-wrapper p a:hover {
	color: var(--primary-color);
}

.footer.footer-dark {
	background: #323450;
}

.footer.footer-dark .widget-wrapper .footer-widget p {
	color: #ffffff;
}

.footer.footer-dark .widget-wrapper .footer-widget h6 {
	color: #ffffff;
}

.footer.footer-dark .widget-wrapper .footer-widget .socials li a {
	background: rgba(255, 255, 255, 0.1);
}

.footer.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
	background: var(--primary-color);
}

.footer.footer-dark .widget-wrapper .footer-widget .links li a {
	color: #ffffff;
}

.footer.footer-dark .widget-wrapper .footer-widget .links li a:hover {
	color: var(--primary-color);
}

.footer.footer-dark .copyright-wrapper p {
	color: rgba(255, 255, 255, 0.8);
}

/* =============================
    DEFAULT CSS
================================ */
.img-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.socials {
	display: flex;
	justify-content: center;
	align-items: center;
}

.socials li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3px 8px;
}

input,
textarea,
button {
	transition: all 0.3s ease-out 0s;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
	box-shadow: none;
}

.small {
	padding: 3vmax 0;
}

.medium {
	padding: 5vmax 0;
}

.large {
	padding: 7vmax 0;
}

.radius-3 {
	border-radius: 3px;
}

.radius-10 {
	border-radius: 10px;
}

.radius-30 {
	border-radius: 30px;
}

.radius-50 {
	border-radius: 50px;
}

.radius-full {
	border-radius: 50%;
}

.radius-10-0 {
	border-radius: 10px 0px;
}

.bg-dark {
	background-color: var(--secondary-color) !important;
}

/* ====== MARGIN PADDING ======= */
.mt-6 {
	margin-top: 6px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-205 {
	margin-top: 205px;
}

.mt-210 {
	margin-top: 210px;
}

.mt-215 {
	margin-top: 215px;
}

.mt-220 {
	margin-top: 220px;
}

.mt-225 {
	margin-top: 225px;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-205 {
	margin-bottom: 205px;
}

.mb-210 {
	margin-bottom: 210px;
}

.mb-215 {
	margin-bottom: 215px;
}

.mb-220 {
	margin-bottom: 220px;
}

.mb-225 {
	margin-bottom: 225px;
}

.ml-6 {
	margin-left: 6px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.mr-6 {
	margin-right: 6px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.pt-6 {
	padding-top: 6px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-205 {
	padding-top: 205px;
}

.pt-210 {
	padding-top: 210px;
}

.pt-215 {
	padding-top: 215px;
}

.pt-220 {
	padding-top: 220px;
}

.pt-225 {
	padding-top: 225px;
}

.pb-6 {
	padding-bottom: 6px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.pl-6 {
	padding-left: 6px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pr-6 {
	padding-right: 6px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}


.horizontal-scroll {
	overflow: hidden;
	color: black;
}

.horizontal-scroll .horizontal-wrapper {
	width: fit-content;
	display: flex;
	flex-wrap: nowrap;
}

.horizontal-scroll .horizontal-wrapper h2 {
	flex-shrink: 0;
	margin: 0;
	font-size: 3rem;
	padding: 150px 50px;
}

.horizontal-scroll .horizontal-wrapper h2:nth-child(odd) {
	background: red;
}

.counter-section {
	padding: 100px 5vw;
	display: flex;
	justify-content: space-between;
}

.counter-section .counter-item {
	width: calc(33.333% - 6rem);
	background: #b7b7b7;
	padding: 50px;
	font-size: 5rem;
	text-align: center;
}

/*----------------------------------
-------Login Page CSS---------------
-----------------------------------*/
.small-wapper {
	max-width: 700px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.small-wapper h2 {
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	font-size: calc(17px + 1vw);
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
}

.small-wapper h5 {
	font-size: calc(22px + 1vw);
	font-weight: 400;
	font-family: "Cormorant", serif;
	font-style: italic;
	position: relative;
	z-index: 2;
}

.small-wapper p {
	visibility: visible;
	animation-delay: 0.4s;
	animation-name: fadeInUp;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #333333;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 3vmax;
}

.small-wapper h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 1rem;
	margin-top: 2vmax;
}

.small-wapper .fancyline {
	margin-bottom: 2vmax;
}

.small-wapper .fancyline:after {
	bottom: 7px;
}
.box-wrapper {
	width: 100%;
	background: #fff;
	box-shadow: var(--shadow);
	padding: 2vmax;
	border-radius: var(--border-radius);
}

.mw-580 {
	max-width: 580px;
}

.form-control, .form-select {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	background-clip: padding-box;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus, .form-select:focus {
	color: #212529;
	background-color: transparent;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
	border: 0;
}

.input-group:has(.form-control:focus), .input-group:has(.form-select:focus) {
	border: 1px solid #000;
}

.input-group {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 50px;
	margin-bottom: 1.15rem;
	box-shadow: 5px 5px 12px 3px rgb(30 206 255 / 10%);
}

.input-group-text .lucide {
	color: #8aa5ac;
	max-width: 20px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	padding-right: 0;
}

.input-group > .input-group-text:last-child{
  padding-right: 1rem;
}

.login-middle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.forgotlink {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	color: #000;
	text-decoration: underline;
}

.forgotlink:hover,
.forgotlink:focus {
	color: var(--primary-color);
	text-decoration: underline;
}

.formFooter {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ababab;
	padding: 1.25rem 0;
	padding-top: 2.5vmax;
	margin-top: 1vmax;
}

.formFooter p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 0;
}

/*-----------------Dashboard---------------*/
.btn.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    opacity: 0;
    transform: translateY(12px) scale(0.92);
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    visibility: hidden;
    display: block;
    pointer-events: none;
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: auto;
}

.no-arrow::after, .dropstart .dropdown-toggle-split::before {
    display: none !important;
}
.site-thumb, .site-thumb .siteimg, .site-thumb .siteimg img {
	border-radius: 1vmax;
	transition: all .4s ease-in-out;
}
.site-thumb .siteimg {
	padding: 10px;
	background: #fff;
}
.siteFooter h6{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #000000;
	opacity: .5;
}
.siteFooter {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: .9rem 1.25rem;
}
.siteFooter a{
	color: #000;
	opacity: .5;
}
.siteFooter a:hover{
	color: var(--primary-color);
	opacity: 1;
}
.siteFooter a.site-upgrade-button {
	opacity: 1;
}
.site-thumb{
	margin-bottom: 2vmax;
}
.site-thumb:hover{
	background: #fff;
	box-shadow: var(--shadow);
}
.site-thumb .dropdown-menu[style] {
	right: 0 !important;
	left: auto !important;
	top: auto !important;
	bottom: 100% !important;
	margin-bottom: 0 !important;
	transform: none !important;
}
.site-thumb .dropdown-menu {
	border-radius: .5vmax;
}

/*-------------Upgrade Page-------*/
.siteSearch{
	max-width: 456px;
	margin: 0 auto;
}
.siteList {
	border-top: 1px solid #ababab;
	padding-top: 1.5rem;
}
.siteList .siteItem .siteDetails {
	display: flex;
	align-items: center;
	gap:1.25rem;
}
.siteList .siteItem .siteDetails img {
	border-radius: .5vmax;
	max-width: 140px;
}
.siteList .siteItem .siteDetails .siteInfo h6{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}
.siteList .siteItem:hover .siteDetails .siteInfo h6{
	color: var(--primary-color);
}
.siteList .siteItem .siteDetails .siteInfo p{
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
display: block;
    max-width: 100%;
}
.siteItem {
	padding: 1.25rem;
	z-index: 2;
	position: relative;
}
#siteList {
    position: relative;
}

.floating-bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	background: #ffff;
	border-radius: 1vmax;
	transition: top 0.18s ease, height 0.18s ease;
	pointer-events: none;
	box-shadow: var(--shadow);
	z-index: 1;
}
.upgradeactions {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
	gap: 1rem;
	position: relative;
}
.upgradeactions a {
	position: absolute;
	top: auto;
	left: auto;
	white-space: nowrap;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.upgradeactions a.button {
opacity: 0;
    transform: translateX(-30px);    /* shows after arrow hides */
}
.upgradeactions a.forwardarrow{
opacity: 1;
    transform: translateX(0);
	transition: transform 0.4s ease, opacity 0.1s ease;
}
.siteItem:hover .upgradeactions a.forwardarrow{
opacity: 0;
    transform: translateX(30px);
}
.siteItem:hover .upgradeactions a.button{
opacity: 1;
    transform: translateX(0);
}
.upgradeactions .forwardarrow{
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-light-color);
	border-radius: 50%;
	color: #000;
}
/*---------------Billing Cycle Page-------*/
.inlinePoints{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3vmax;
	margin-top: 1rem;
	gap: 1.5rem;
}
.inlinePoints span {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: var(--heading-color);
	font-size: calc(14px + .5vmax);
	font-weight: 400;
	font-family: 'Tenor Sans';
}
.inlinePoints span .lucide {
	color: var(--primary-color);
}
#planList {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#planList .floating-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    transition: top 0.25s ease, height 0.25s ease;
    z-index: 0;
}

.planItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	border-radius: 14px;
	position: relative;
	background: transparent;
	cursor: pointer;
	z-index: 1;
	gap: 1.5rem;
	transition: all 0.25s ease;
}

.planItem .content {
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 1.5rem;
}

.planItem input {
	margin-right: 0;
	margin-top: 7px;
}

.planItem .content h6{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}
.planItem.checked .content h6{
	color: var(--acent-color);
}
.planItem input:checked + span {
  background-color: var(--acent-color);/* Green */
  border-color:  var(--acent-color);
  color: var(--acent-color);
  accent-color: #4caf50;
}
.planItem .content p{
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	display: block;
	max-width: 100%;
	color: var(--heading-color);
}

.saveTag {
    background: #e5e5e5;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
}
.planItem.checked .saveTag {
    background: #6ec200;
	color: #fff;
}
.planItem input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.planItem input[type="radio"]:checked + .content {
  border-left: 4px solid #4caf50; /* Or change background */
  background-color: #e8f5e9; /* Optional highlight */
}
/* Optional: add a custom circle */
.planItem .content::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #ccc;
	border-radius: 50%;
	vertical-align: middle;
	transition: border-color 0.3s, background-color 0.3s;
	margin-top: 6px;
}

/* Checked state circle */
.planItem:has(input[type="radio"]:checked) .content::before {
  border-color:var(--acent-color);
  background-color:var(--acent-color);
}
.box-footer{
	padding: calc(1.5rem + 1vmax);
	border-top: 1px solid #000;
	margin-top: 1.5rem;
	padding-bottom: 0;
}
/*------Checkout------*/
.paymnetnote{
	text-align: center;
}
.paymnetnote p {
	margin: 0;
}
.ordersummary table {
	width: 100%;
	color: var(--heading-color);
	font-size: 18px;
}


.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #0d6efd;
	background-color: #e7f1ff;
}

.accordion-button {
	font-size: 22px;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	padding: 0;
	border: 0;
	background: transparent !important;
}

.accordion-collapse {
	border: solid rgb(0 0 0);
	border-width: 0;
	box-shadow: none;
	border-radius: 0;
}

.accordion .accordion-item .accordion-header {
	padding: 1.5rem 0;
	border-top: 1px solid #000;
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-width: 1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: #e7f1ff;
}

.accordion-body {
	padding: 1.5rem 0;
	padding-top: 0;
}

.btn-group {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

/*-------------Pricing-------------*/
.pricing-header {
	text-align: center;
	margin-bottom: 2rem;
}

.table thead th {
	background-color: #f0f8f9;
	text-align: center;
	vertical-align: middle;
}

.feature-category {
	background-color: #eaf7f9;
	font-weight: 600;
}

/* Info icon styling */
.fa-circle-info {
	color: #72bfc4;
	cursor: pointer;
	font-size: 0.9rem;
}

/* Stackable mobile table */
@media (max-width: 768px) {
	.table thead {
		display: none;
	}

	.table,
	.table tbody,
	.table tr,
	.table td {
		display: block;
		width: 100%;
	}

	.table tr:not(:has(td.featureTitle)) {
		margin-bottom: 1.5rem;
		border: 1px solid #dee2e6;
		border-radius: 0;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
		border-right: 0;
		border-left: 0;
		border-bottom: 0;
	}

	.table td {
		text-align: right;
		padding-left: 50%;
		position: relative;
	}

	.table td::before {
		content: attr(data-label);
		position: absolute;
		left: 1rem;
		width: 45%;
		padding-right: 10px;
		font-weight: 600;
		text-align: left;
		color: #333;
	}

	.pricingTable tr td {
		border-right: 0;
	}

	.pricingTable .featureTitle {
		border-bottom: 0;
	}

	.pricingTable tr td:not(:first-child) {
		font-size: 14px;
	}

	table tr:last-child td,
	table tr.showLastRow td {
		border-bottom: 1px solid #dee2e6 !important;
		border-radius: 0;
	}
}

.btn-show-more {
	transition: all 0.3s;
}

.btn-show-more:hover {
	background-color: #009aae;
}

.pricing-card {
	height: 100%;
	padding: 2vmax;
	background: transparent;
	border: 1px solid #000;
	border-radius: var(--border-radius);
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.pricing-card * {
	transition: all 0.3s ease-in-out;
}

.pricing-card:hover,
.pricing-card:focus {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 10px 10px 15px 5px rgb(194 194 194 / 26%);
}

.pricing-card h3 {
	font-size: calc(14px + .8vw);
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: .5rem;
	line-height: 1.1;
}

.pricing-card h6 {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 400;
	color: #929292;
	margin-bottom: 1rem;
	font-family: "Wix Madefor Text", sans-serif;
}

.pricing-card .price {
	font-size: calc(16px + .8vw);
	font-family: "Wix Madefor Text", sans-serif;
	font-weight: 700;
	color: #000;
	margin-bottom: .5rem;
	line-height: 1.1;
}

.pricing-card:hover .price,
.pricing-card:focus .price,
.pricing-card:hover .lucide,
.pricing-card:focus .lucide {
	color: var(--primary-color);
}

.pricing-card ul {
	margin-top: 1.15rem;
}

@media (max-width: 767px) {
	.features-list {
		display: none;
	}
}

.toggle-features-btn {
	width: 100%;
	padding: 10px 0;
	font-weight: 400;
	margin-bottom: 0;
	background: transparent;
	border: 0;
	text-align: left;
	margin-top: 1rem;
	border-top: 1px solid #ccc;
	border-radius: 0;
	color: #929292;
}

.toggle-features-btn .arrow .lucide {
	transition: transform .3s ease;
	float: right;
}

.toggle-features-btn.active .arrow .lucide {
	transform: rotate(180deg);
}

.pricing-card ul li {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: .5rem;
	display: flex;
}

.pricing-card ul li .lucide {
	width: 20px;
	margin-right: .5rem;
}

/* table th, table td {
	border-color: var(--table-border-color);
	border-style: solid;
	border-width: 1px;
} */
table th,
table td {
	border-bottom: 1px solid var(--table-border-color);
	border-right: 1px solid var(--table-border-color);
	padding: 10px;
}

table tr.showLastRow td {
	border-bottom: 0px solid var(--table-border-color);
}

table tr.showLastRow.displayedAll td {
	border-bottom: 1px solid var(--table-border-color);
}

/* Remove double borders */
table tr td:last-child,
table tr th:last-child {
	border-right: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--border-radius);
	border: 1px solid var(--table-border-color);
}

table tbody tr:last-child td {
	border-bottom: none;
}

table tr:first-child th:first-child {
	border-top-left-radius: var(--border-radius);
	border-collapse: separate;
}

table tr:last-child th:last-child {
	border-top-right-radius: var(--border-radius);
	border-collapse: separate;
}

table tr:last-child td:first-child {
	border-bottom-left-radius: var(--border-radius);
	border-collapse: separate;
}

table tr:last-child td:last-child {
	border-bottom-right-radius: var(--border-radius);
	border-collapse: separate;
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: var(--table-border-color);
}

.table.pricingTable thead th {
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	padding: .8vmax;
}

.pricingTable span {
	font-size: 18px;
	line-height: 1.3;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: #000;
	margin-bottom: .5rem;
	display: block;
}

.pricingTable p {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: .5rem;
}

.pricingTable h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	font-family: "Wix Madefor Text", sans-serif;
	margin-bottom: 0;
	color: var(--primary-color);
}

.pricingTable .featureTitle {
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: #000 !important;
	display: table-cell !important;
	text-align: left;
}

.pricingTable tr td:first-child {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #929292;
}

.pricingTable tr td:first-child:before {
	display: none !important;
}

.pricingTable tr td:first-child .lucide {
	width: 18px;
}

.pricingTable tr td:not(:first-child) {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #2c2c2c;
	vertical-align: middle;
}

body .table>:not(caption)>*>* {
	padding: .45rem 1rem !important;
}

.feature-box {
	background: rgb(255 255 255 / 22%);
	border-radius: var(--border-radius);
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	padding: 1.25vmax 1.5vmax;
	transition: all 0.3s ease-in-out;
}

.feature-box:hover,
.feature-box:focus {
	background: var(--acent-color);
}

.feature-box h5 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 1rem;
	color: #fff;
}

.feature-box p {
	font-size: calc(14px + 0.2vw);
	line-height: 1.3;
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
}

.cards-section {
	position: relative;
	display: grid;
	gap: 3rem;
	grid-template-columns: 200px auto;
}

.cards {
	display: grid;
	margin-top: 3.5rem;

	>* {
		grid-area: 1 / 1 / 2 / 2;
	}
}

.card {
	width: 300px;
	height: auto;
	padding: 1vmax;
	background-color: #e8faff;
	border-radius: 8px;
	border: 2px solid #cff7f7;
}

.to-stay-card {
	background-color: red;
	border-radius: 8px;
	width: auto;
	height: 400px;
}

.tp-portfolio-wd-thumb {
	background-color: #fff;
	border-radius: var(--border-radius);
}

.des-portfolio-panel img {
	transition: opacity 0.2s linear, box-shadow 0.2s ease-out;
}






















/*====================
	MEDIA QUERIES
=====================*/

@media (max-width: 768px) {
	p {
		font-size: 14px;
	}

	.title,
	h2, .small-wapper h2 {
		font-size: calc(24px + 1.2vw);
		margin-bottom: 1rem;
	}

	.subtitle {
		font-size: calc(17px + 1vmax);
		margin-bottom: 1rem;
	}

	.subtitleFancy {
		font-size: calc(17px + 1vmax);
		margin-bottom: 1rem;
	}

	.header.header-6 .navbar-brand img {
		max-width: 145px;
	}

	.button {
		height: 34px;
		font-size: 14px;
	}
	.paginationdiv {
		margin-top: 1.5rem;
	}

	.paginationdiv .swiper-button-next,
	.paginationdiv .swiper-rtl .swiper-button-prev,
	.paginationdiv .swiper-button-prev,
	.paginationdiv .swiper-rtl .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.footer .widget-wrapper .footer-widget h3 {
		font-size: 26px;
	}

	.footer .widget-wrapper .footer-widget p.desc {
		max-width: 100%;
	}
.footer .nav {
	justify-content: center;
	margin-bottom: 1.5rem;
}
.footer .copyright-wrapper p {
	text-align: center;
}
.pricing-card ul li {
		font-size: 14px;
		margin-bottom: .3rem;
	}

.pricing-card .price {
		font-size: calc(20px + 1vw);
	}
}
.promo-badge {
    background: #ffffff;
    border-radius: 40px;
    font-size: 15px;
}

/* spacing between feature items */
.feature-item {
    margin: 0 12px;
}
.purchase-option-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: .55rem .75rem;
}

.purchase-option-card + .purchase-option-card {
    margin-top: .5rem;
}

.purchase-option-title {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}

.purchase-option-meta {
    color: #6c757d;
    font-size: .78rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.domain-choice-message {
    color: #1d4ed8;
    font-weight: 700;
}

.domain-claim-note {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    padding: .45rem .65rem;
    font-weight: 700;
    line-height: 1.35;
}

.domain-claim-note--available {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.domain-claim-note--optional {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

.purchase-stepper {
    width: 132px;
}

.purchase-stepper-btn {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-color: #ff6224 !important;
    background: #ff6224 !important;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
}

.purchase-stepper-btn:first-child {
    border-radius: 50rem 0 0 50rem !important;
}

.purchase-stepper-btn:last-child {
    border-radius: 0 50rem 50rem 0 !important;
}

.purchase-stepper-btn:hover,
.purchase-stepper-btn:focus {
    border-color: #1eceff !important;
    background: #1eceff !important;
    color: #fff !important;
    box-shadow: 0 0 0 .15rem rgba(30, 206, 255, .22);
}

.purchase-domain-search-btn {
    min-width: 88px;
    height: 34px;
    border-radius: 50rem !important;
    font-weight: 700;
}

.purchase-stepper .form-control {
    min-width: 42px;
    text-align: center;
    padding-left: .25rem;
    padding-right: .25rem;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
}

.purchase-option-card .form-control,
.purchase-option-card .form-select,
.purchase-option-card .btn {
    min-height: 34px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .85rem;
}

.purchase-option-card .form-check {
    margin-bottom: 0;
    min-height: auto;
}

.purchase-option-card .form-check-input {
    margin-top: .12rem;
}

.purchase-option-control {
    width: 150px;
    flex: 0 0 150px;
}

.purchase-option-qty {
    width: 96px;
}

.purchase-option-info {
    min-width: 0;
}

.purchase-details-toggle {
    min-height: 34px;
    flex: 0 0 auto;
    border: 1px solid #e5e7eb !important;
    border-radius: 50rem !important;
    background: #fff !important;
    color: #475569 !important;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .65rem !important;
    font-size: .78rem !important;
    font-weight: 700;
}

.purchase-details-toggle:hover,
.purchase-details-toggle:focus {
    border-color: #1eceff !important;
    color: #0f172a !important;
    background: #eefbff !important;
}

.purchase-details-toggle svg {
    width: 14px;
    height: 14px;
    transition: transform .2s ease;
}

.purchase-details-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.purchase-option-details {
    margin-top: .55rem;
    border-top: 1px solid #eef2f7;
    padding: .55rem .25rem 0;
    color: #475569;
    font-size: .82rem;
    line-height: 1.45;
}

.billing-summary-strip {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
    font-size: .9rem;
}

.checkout-coupon-control {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.checkout-coupon-input {
    min-height: 44px;
    border-radius: 50rem 0 0 50rem !important;
    background: #f8fcfd;
    border: 1px solid #bfe9f2;
    border-right: 0;
    box-shadow: inset 0 1px 3px rgba(47, 69, 92, .08);
    color: var(--heading-color);
    padding-left: 1rem;
}

.checkout-coupon-input:focus {
    background: #ffffff;
    border-color: var(--primary-color);
    box-shadow: inset 0 1px 3px rgba(47, 69, 92, .08), 0 0 0 .16rem rgba(30, 206, 255, .16);
}

.checkout-coupon-actions {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 44px;
    border-radius: 0 50rem 50rem 0;
    overflow: hidden;
}

.checkout-coupon-btn {
    min-width: 92px;
    min-height: 44px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--heading-color);
    font-weight: 800;
    line-height: 1;
    padding: 0 .95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.checkout-coupon-btn:hover,
.checkout-coupon-btn:focus {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: #ffffff;
}

.checkout-coupon-btn:disabled {
    cursor: not-allowed;
    opacity: .7;
}

.checkout-coupon-apply {
    border-radius: 0 50rem 50rem 0;
}

.checkout-coupon-remove {
    border-left-color: rgba(47, 69, 92, .18);
    border-radius: 0 50rem 50rem 0;
}

.checkout-coupon-control.coupon-has-code .checkout-coupon-apply {
    border-right-color: rgba(47, 69, 92, .18);
    border-radius: 0;
}

.checkout-coupon-control.coupon-has-code .checkout-coupon-remove {
    border-radius: 0 50rem 50rem 0;
}

@media (max-width: 575.98px) {
    .checkout-coupon-control {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .checkout-coupon-input {
        flex: 0 0 100%;
        border-right: 1px solid #bfe9f2;
        border-radius: 50rem !important;
    }

    .checkout-coupon-actions {
        width: 100%;
        border-radius: 50rem;
    }

    .checkout-coupon-btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .checkout-coupon-apply {
        border-radius: 50rem;
    }

    .checkout-coupon-control.coupon-has-code .checkout-coupon-apply {
        border-radius: 50rem 0 0 50rem;
    }
}
/* Central tenant dashboard empty state */
.empty-sites-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 255, 0.94)),
    radial-gradient(circle at 88% 16%, rgba(25, 118, 210, 0.12), transparent 32%);
  border: 1px solid rgba(20, 30, 55, 0.1);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(20, 30, 55, 0.12);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  min-height: 360px;
  padding: 56px;
  width: 100%;
}

.empty-sites-content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.empty-sites-kicker {
  color: #1967d2;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.empty-sites-panel h2 {
  color: var(--heading-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.14;
}

.empty-sites-panel p {
  color: #536170;
  font-size: 17px;
  line-height: 1.7;
}

.empty-sites-note {
  color: #6b7280;
  font-size: 14px;
}

.empty-sites-visual {
  align-items: center;
  flex: 0 0 360px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.empty-sites-browser {
  background: #ffffff;
  border: 1px solid rgba(20, 30, 55, 0.1);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(20, 30, 55, 0.14);
  overflow: hidden;
  width: 340px;
}

.empty-sites-browser-bar {
  align-items: center;
  background: #f4f7fb;
  display: flex;
  gap: 7px;
  height: 40px;
  padding: 0 16px;
}

.empty-sites-browser-bar span {
  border-radius: 50%;
  display: block;
  height: 9px;
  width: 9px;
}
.empty-sites-browser-bar span:nth-child(1) { background: #1967d2; }
.empty-sites-browser-bar span:nth-child(2) { background: #ffae01; }
.empty-sites-browser-bar span:nth-child(3) { background: #042954; }

.empty-sites-browser-body {
  padding: 28px;
}

.empty-sites-line {
  background: linear-gradient(90deg, #c7d8f0, #dbeafe);
  border-radius: 999px;
  height: 12px;
  margin-bottom: 12px;
}

.empty-sites-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.empty-sites-grid span {
  aspect-ratio: 1;
  background: #dbeafe;
  border: 1.5px solid #93c5fd;
  border-radius: 8px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  cursor: default;
}
.empty-sites-grid span:nth-child(2) {
  background: #fff7e0;
  border-color: #ffae01;
}
.empty-sites-grid span:nth-child(3) {
  background: #e0e9f7;
  border-color: #042954;
}
.empty-sites-grid span:hover {
  transform: translateY(-3px);
  background: #bfdbfe;
  border-color: #1967d2;
}
.empty-sites-grid span:nth-child(2):hover {
  background: #fde68a;
  border-color: #d97706;
}
.empty-sites-grid span:nth-child(3):hover {
  background: #c7d8f0;
  border-color: #042954;
}

@media (max-width: 767.98px) {
  .empty-sites-panel {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 32px;
  }

  .empty-sites-panel h2 {
    font-size: 28px;
  }
}

/* Onboarding step 1 */
.onboarding-step-page {
  --onboarding-primary: var(--primary-color);
  --onboarding-primary-soft: var(--primary-light-color);
  --onboarding-dark: var(--secondary-color);
  --onboarding-heading: var(--heading-color);
  --onboarding-accent: var(--acent-color);
  --onboarding-muted: #6f7b85;
  --onboarding-surface: #f6fdff;
  background: var(--onboarding-surface);
  min-height: 100vh;
  padding: calc(var(--header-height) + 48px) 0 72px;
}

.onboarding-step-shell {
  margin: 0 auto;
  max-width: 1120px;
}

.onboarding-step-card {
  background: #ffffff;
  border: 1px solid rgba(20, 30, 55, 0.08);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(20, 30, 55, 0.12);
  overflow: hidden;
}

.onboarding-step-form {
  padding: 56px;
}

.onboarding-step-progress {
  display: flex;
  gap: 10px;
}

.onboarding-step-progress span {
  align-items: center;
  background: #eef2f7;
  border-radius: 50%;
  color: var(--onboarding-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.onboarding-step-progress span.is-active {
  background: var(--onboarding-dark);
  color: #ffffff;
}

.onboarding-step-kicker {
  color: var(--onboarding-accent);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.onboarding-step-form h1 {
  color: var(--onboarding-heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 16px;
}

.onboarding-step-copy {
  color: var(--onboarding-muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.onboarding-step-fields .form-label {
  color: var(--onboarding-dark);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.onboarding-input-group {
  border: 1px solid #d9e2ec;
  border-radius: 50px;
  box-shadow: 5px 5px 12px 3px rgb(30 206 255 / 10%);
  overflow: hidden;
}

.onboarding-input-group .input-group-text {
  background: transparent;
  border: 0;
  color: var(--onboarding-dark);
  padding-left: 16px;
  padding-right: 14px;
}

.onboarding-input-group .form-control,
.onboarding-input-group .form-select {
  background: transparent;
  min-height: 54px;
  border-radius: 50px;
}

.onboarding-input-group:focus-within {
  border-color: var(--onboarding-dark);
  box-shadow: 5px 5px 12px 3px rgb(30 206 255 / 10%);
}

.onboarding-step-submit {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-width: 180px;
}

.onboarding-step-preview {
  align-items: center;
  background:
    linear-gradient(150deg, var(--onboarding-primary-soft) 0%, #f7fbff 48%, var(--onboarding-surface) 100%);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 640px;
  overflow: hidden;
  padding: 56px 42px;
  position: relative;
}

.onboarding-step-preview:before {
  background:
    linear-gradient(rgba(30, 206, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 206, 255, 0.16) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.55;
  position: absolute;
}

.onboarding-preview-dashboard {
  max-width: 430px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.onboarding-preview-browser {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(20, 30, 55, 0.16);
  overflow: hidden;
}

.onboarding-preview-browser-bar {
  align-items: center;
  background: #f4f7fb;
  display: flex;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
}

.onboarding-preview-browser-bar span {
  background: #cbd5e1;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.onboarding-preview-browser-bar div {
  background: #ffffff;
  border: 1px solid #e5edf7;
  border-radius: 50px;
  color: var(--onboarding-muted);
  flex: 1;
  font-size: 12px;
  line-height: 1;
  margin-left: 6px;
  padding: 9px 14px;
}

.onboarding-preview-hero {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(47, 69, 92, 0.98), rgba(30, 206, 255, 0.76)),
    var(--onboarding-dark);
  color: #ffffff;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 220px;
  padding: 32px;
}

.onboarding-preview-badge {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
  padding: 7px 12px;
}

.onboarding-preview-hero h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.onboarding-preview-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.onboarding-preview-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  display: inline-flex;
  flex: 0 0 64px;
  height: 64px;
  justify-content: center;
}

.onboarding-preview-icon .lucide {
  height: 34px;
  width: 34px;
}

.onboarding-preview-modules {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  padding: 24px;
}

.onboarding-preview-modules div {
  align-items: center;
  background: var(--onboarding-surface);
  border: 1px solid #e6eef7;
  border-radius: 12px;
  color: var(--onboarding-dark);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  min-height: 62px;
  padding: 14px;
}

.onboarding-preview-modules .lucide {
  color: var(--onboarding-primary);
  height: 20px;
  width: 20px;
}

.onboarding-preview-floating {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(20, 30, 55, 0.14);
  position: absolute;
}

.onboarding-preview-steps-card {
  bottom: -44px;
  left: -38px;
  padding: 18px;
  width: 230px;
}

.onboarding-preview-steps-card span {
  color: var(--onboarding-heading);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.onboarding-preview-steps-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.onboarding-preview-steps-card li {
  align-items: center;
  color: var(--onboarding-muted);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  margin-bottom: 10px;
}

.onboarding-preview-steps-card li:last-child {
  margin-bottom: 0;
}

.onboarding-preview-steps-card li.is-done {
  color: var(--onboarding-dark);
}

.onboarding-preview-steps-card .lucide {
  height: 16px;
  width: 16px;
}

.onboarding-preview-domain-card {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 16px;
  right: -28px;
  top: 58px;
  width: 214px;
}

.onboarding-preview-domain-card > .lucide {
  background: var(--onboarding-primary-soft);
  border-radius: 50%;
  color: var(--onboarding-dark);
  flex: 0 0 42px;
  height: 42px;
  padding: 10px;
  width: 42px;
}

.onboarding-preview-domain-card span {
  color: var(--onboarding-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.onboarding-preview-domain-card strong {
  color: var(--onboarding-heading);
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.onboarding-provision-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 640px;
}

.onboarding-step-progress span.is-complete {
  background: var(--onboarding-primary-soft);
  color: var(--onboarding-dark);
}

.onboarding-provision-status {
  align-items: center;
  background: var(--onboarding-surface);
  border: 1px solid #e6eef7;
  border-radius: 16px;
  display: flex;
  gap: 22px;
  margin-bottom: 24px;
  padding: 22px;
}

.onboarding-provision-ring {
  align-items: center;
  display: inline-flex;
  flex: 0 0 112px;
  height: 112px;
  justify-content: center;
  position: relative;
  width: 112px;
}

.onboarding-provision-ring svg {
  height: 112px;
  transform: rotate(-90deg);
  width: 112px;
}

.onboarding-provision-ring circle {
  fill: none;
  stroke: #e5edf7;
  stroke-width: 10;
}

.onboarding-provision-ring circle:last-child {
  stroke: var(--onboarding-primary);
  stroke-dasharray: 327;
  stroke-dashoffset: 327;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.35s ease;
}

.onboarding-provision-ring strong {
  color: var(--onboarding-heading);
  font-size: 22px;
  font-weight: 800;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.onboarding-provision-label {
  color: var(--onboarding-accent);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.onboarding-provision-status p {
  color: var(--onboarding-heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.onboarding-provision-progress {
  background: var(--onboarding-primary-soft);
  border-radius: 50px;
  height: 14px;
  margin-bottom: 20px;
  overflow: hidden;
}

.onboarding-provision-progress div {
  background: linear-gradient(90deg, var(--onboarding-primary), var(--onboarding-accent));
  border-radius: inherit;
  height: 100%;
  transition: width 0.35s ease;
  width: 0;
}

.onboarding-provision-note {
  align-items: center;
  color: var(--onboarding-muted);
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.55;
}

.onboarding-provision-note .lucide {
  animation: onboarding-spin 1.2s linear infinite;
  color: var(--onboarding-primary);
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.onboarding-provision-preview {
  background:
    linear-gradient(150deg, var(--onboarding-primary-soft) 0%, #f7fbff 48%, var(--onboarding-surface) 100%);
}

.onboarding-provision-console {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(20, 30, 55, 0.16);
  max-width: 460px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.onboarding-provision-console-head {
  align-items: center;
  background: var(--onboarding-dark);
  display: flex;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
}

.onboarding-provision-console-head span {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.onboarding-provision-console-head strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
}

.onboarding-provision-console-body {
  padding: 28px;
}

.onboarding-provision-pulse {
  align-items: center;
  background:
    radial-gradient(circle, rgba(30, 206, 255, 0.2) 0 34%, transparent 35%),
    var(--onboarding-surface);
  border: 1px solid #e6eef7;
  border-radius: 16px;
  display: flex;
  height: 130px;
  justify-content: center;
  margin-bottom: 22px;
}

.onboarding-provision-pulse .lucide {
  animation: onboarding-pulse 1.6s ease-in-out infinite;
  color: var(--onboarding-primary);
  height: 54px;
  width: 54px;
}

.onboarding-provision-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.onboarding-provision-steps li {
  align-items: center;
  border: 1px solid #e6eef7;
  border-radius: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr auto;
  margin-bottom: 12px;
  padding: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.onboarding-provision-steps li:last-child {
  margin-bottom: 0;
}

.onboarding-provision-steps li > .lucide {
  background: #f3f8fc;
  border-radius: 50%;
  color: var(--onboarding-muted);
  height: 42px;
  padding: 11px;
  width: 42px;
}

.onboarding-provision-steps strong {
  color: var(--onboarding-heading);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.onboarding-provision-steps span {
  color: var(--onboarding-muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.onboarding-provision-steps em {
  background: #eef2f7;
  border-radius: 50px;
  color: var(--onboarding-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  padding: 7px 10px;
}

.onboarding-provision-steps li.is-active {
  background: var(--onboarding-surface);
  border-color: rgba(30, 206, 255, 0.38);
  box-shadow: 0 12px 28px rgba(30, 206, 255, 0.12);
}

.onboarding-provision-steps li.is-active > .lucide {
  color: var(--onboarding-primary);
}

.onboarding-provision-steps li.is-active em {
  background: var(--onboarding-primary-soft);
  color: var(--onboarding-dark);
}

.onboarding-provision-steps li.is-done {
  border-color: rgba(30, 206, 255, 0.42);
}

.onboarding-provision-steps li.is-done > .lucide {
  background: var(--onboarding-primary-soft);
  color: var(--onboarding-dark);
}

.onboarding-provision-steps li.is-done em {
  background: var(--onboarding-primary-soft);
  color: var(--onboarding-dark);
}

@keyframes onboarding-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes onboarding-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 991.98px) {
  .onboarding-step-page {
    padding: calc(var(--header-height) + 32px) 0 48px;
  }

  .onboarding-step-form {
    padding: 40px;
  }

  .onboarding-step-form h1 {
    font-size: 34px;
  }

  .onboarding-step-preview {
    min-height: 560px;
  }

  .onboarding-provision-main {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .onboarding-step-form {
    padding: 28px;
  }

  .onboarding-step-form h1 {
    font-size: 28px;
  }

  .onboarding-step-preview {
    min-height: auto;
    padding: 28px;
  }

  .onboarding-preview-hero {
    flex-direction: column;
    min-height: auto;
    padding: 24px;
  }

  .onboarding-preview-modules {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .onboarding-preview-floating {
    margin-top: 16px;
    position: static;
    width: 100%;
  }

  .onboarding-provision-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .onboarding-provision-steps li {
    grid-template-columns: 42px 1fr;
  }

  .onboarding-provision-steps em {
    grid-column: 2;
    justify-self: flex-start;
  }
}

/* Onboarding plans */
.onboarding-plans-page {
  --onboarding-plans-primary: var(--primary-color);
  --onboarding-plans-primary-soft: var(--primary-light-color);
  --onboarding-plans-dark: var(--secondary-color);
  --onboarding-plans-heading: var(--heading-color);
  --onboarding-plans-accent: var(--acent-color);
  --onboarding-plans-muted: #6f7b85;
  --onboarding-plans-surface: #ecf9fd;
  background: #ffffff;
  min-height: 100vh;
  padding-top: calc(var(--header-height) + 22px);
}

.onboarding-plans-hero {
  background: var(--onboarding-plans-surface);
  padding: 24px 0 10px;
}

.onboarding-plans-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
  position: relative;
}

.onboarding-plans-shell:before {
  content: none;
}

.onboarding-plans-shell > * {
  position: relative;
  z-index: 1;
}

.onboarding-plans-progress {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.onboarding-plans-progress span {
  align-items: center;
  background: #eef2f7;
  border-radius: 50%;
  color: var(--onboarding-plans-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.onboarding-plans-progress span.is-complete {
  background: var(--onboarding-plans-primary-soft);
  color: var(--onboarding-plans-dark);
}

.onboarding-plans-progress span.is-active {
  background: var(--onboarding-plans-dark);
  color: #ffffff;
}

.onboarding-plans-kicker,
.onboarding-plans-section-heading span {
  color: var(--onboarding-plans-accent);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.onboarding-plans-hero h1 {
  color: var(--onboarding-plans-heading);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 10px;
}

.onboarding-plans-hero p {
  color: var(--onboarding-plans-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.onboarding-plans-ready-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6eef7;
  border-radius: 10px;
  color: var(--onboarding-plans-dark);
  display: flex;
  gap: 14px;
  padding: 14px 16px;
}

.onboarding-plans-ready-icon {
  align-items: center;
  background: var(--onboarding-plans-primary-soft);
  border-radius: 50%;
  display: inline-flex;
  color: var(--onboarding-plans-dark);
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.onboarding-plans-ready-icon .lucide {
  height: 24px;
  width: 24px;
}

.onboarding-plans-ready-card span {
  color: var(--onboarding-plans-muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}

.onboarding-plans-ready-card strong {
  color: var(--onboarding-plans-heading);
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.onboarding-plans-section,
.onboarding-plans-compare-section,
.onboarding-plans-foundation,
.onboarding-plans-faq {
  padding: 46px 0;
}

.onboarding-plans-free-strip {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(20, 30, 55, 0.08);
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 22px;
}

.onboarding-plans-free-card {
  box-shadow: none;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0;
  margin-top: 14px;
  padding: 14px 16px;
}

.onboarding-plans-free-card .button {
  align-self: flex-start;
  justify-content: center;
  width: auto;
}

.onboarding-plans-pricing-start {
  background: var(--onboarding-plans-surface) !important;
  padding-top: 20px;
}

.onboarding-plans-pricing-heading {
  margin-bottom: 24px;
}

.onboarding-plans-pricing-heading h2 {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.onboarding-plans-pricing-heading p {
  color: var(--onboarding-plans-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.onboarding-plans-free-strip span {
  color: var(--onboarding-plans-accent);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.onboarding-plans-free-strip strong {
  color: var(--onboarding-plans-heading);
  display: block;
  font-size: 18px;
}

.onboarding-plan-card {
  background: #ffffff;
  border: 1px solid rgba(20, 30, 55, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(20, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.onboarding-plan-card:hover {
  border-color: rgba(30, 206, 255, 0.52);
  box-shadow: 0 28px 70px rgba(20, 30, 55, 0.13);
  transform: translateY(-4px);
}

.onboarding-plan-card.is-featured {
  border-color: rgba(30, 206, 255, 0.72);
  box-shadow: 0 28px 76px rgba(30, 206, 255, 0.16);
}

.onboarding-plan-card-head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.onboarding-plan-label {
  color: var(--onboarding-plans-accent);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.onboarding-plan-card h2 {
  color: var(--onboarding-plans-heading);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.onboarding-plan-badge,
.onboarding-plans-table-badge {
  background: var(--onboarding-plans-primary-soft);
  border-radius: 50px;
  color: var(--onboarding-plans-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 12px;
  white-space: nowrap;
}

.onboarding-plan-description {
  color: var(--onboarding-plans-muted);
  font-size: 14px;
  line-height: 1.6;
  min-height: 46px;
}

.onboarding-plan-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 12px 0 4px;
}

.onboarding-plan-price strong {
  color: var(--onboarding-plans-heading);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.onboarding-plan-price span {
  color: var(--onboarding-plans-muted);
  font-size: 14px;
  font-weight: 700;
}

.onboarding-plan-original {
  color: var(--onboarding-plans-muted);
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: line-through;
}

.onboarding-plan-action {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}

.onboarding-plan-feature-list {
  border-top: 1px solid #e6eef7;
  list-style: none;
  margin: auto 0 0;
  padding: 22px 0 0;
}

.onboarding-plan-feature-list li {
  align-items: flex-start;
  color: var(--onboarding-plans-dark);
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.onboarding-plan-feature-list li:last-child {
  margin-bottom: 0;
}

.onboarding-plan-feature-list .lucide {
  color: var(--onboarding-plans-primary);
  flex: 0 0 18px;
  height: 18px;
  margin-top: 1px;
  width: 18px;
}

.onboarding-plans-compare-link {
  margin-top: 34px;
}

.onboarding-plans-section-heading {
  margin: 0 auto 28px;
  max-width: 680px;
  text-align: center;
}

.onboarding-plans-section-heading h2 {
  color: var(--onboarding-plans-heading);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 12px;
}

.onboarding-plans-section-heading p {
  color: var(--onboarding-plans-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.onboarding-plans-compare-card {
  background: #ffffff;
  border: 1px solid rgba(20, 30, 55, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 58px rgba(20, 30, 55, 0.09);
  overflow: hidden;
  padding: 18px;
}

.onboarding-plans-table {
  margin-bottom: 18px;
  vertical-align: middle;
}

.onboarding-plans-table thead th {
  background: var(--onboarding-plans-surface);
  border-color: #e6eef7;
  color: var(--onboarding-plans-heading);
  min-width: 220px;
  padding: 22px;
}

.onboarding-plans-table thead th:first-child {
  min-width: 260px;
}

.onboarding-plans-table thead strong {
  color: var(--onboarding-plans-heading);
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 10px;
}

.onboarding-plans-table thead p {
  color: var(--onboarding-plans-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 0;
}

.onboarding-plans-table thead h3 {
  color: var(--onboarding-plans-dark);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.onboarding-plans-table td {
  border-color: #edf2f7;
  color: var(--onboarding-plans-dark);
  font-size: 14px;
  padding: 16px;
}

.onboarding-plans-table .lucide {
  color: var(--onboarding-plans-primary);
  height: 18px;
  width: 18px;
}

.onboarding-plans-table .lucide-x {
  color: var(--onboarding-plans-muted);
}

.onboarding-plans-table-action {
  padding-left: 22px;
  padding-right: 22px;
}

.onboarding-plans-feature-title {
  background: var(--onboarding-plans-dark);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.onboarding-plans-info-icon {
  color: var(--onboarding-plans-muted);
  height: 15px;
  margin-left: 6px;
  width: 15px;
}

.onboarding-plans-show-more {
  margin-bottom: 6px;
}

.onboarding-plans-foundation {
  background: var(--onboarding-plans-dark);
}

.onboarding-plans-foundation .onboarding-plans-section-heading h2 {
  color: #ffffff;
}

.onboarding-plans-foundation-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  height: 100%;
  padding: 26px;
}

.onboarding-plans-foundation-card > .lucide {
  background: rgba(30, 206, 255, 0.18);
  border-radius: 14px;
  color: var(--onboarding-plans-primary);
  height: 48px;
  margin-bottom: 20px;
  padding: 12px;
  width: 48px;
}

.onboarding-plans-foundation-card h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.onboarding-plans-foundation-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.onboarding-plans-faq {
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .onboarding-plans-hero h1 {
    font-size: 36px;
  }

  .onboarding-plans-shell {
    padding: 0;
  }

  .onboarding-plans-free-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .onboarding-plans-page {
    padding-top: calc(var(--header-height) + 24px);
  }

  .onboarding-plans-hero {
    padding-top: 28px;
  }

  .onboarding-plans-shell {
    padding: 0;
  }

  .onboarding-plans-hero h1,
  .onboarding-plans-section-heading h2 {
    font-size: 28px;
  }

  .onboarding-plans-includes {
    align-items: stretch;
    flex-direction: column;
  }

  .onboarding-plans-includes span,
  .onboarding-plan-action {
    width: 100%;
  }
}

.empty-sites-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.empty-sites-step {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a5568;
  font-size: 14px;
}

.empty-sites-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #051e41;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ------------------------------------------------------------------
   Welcome overlay — central tenant dashboard (no sites yet)
------------------------------------------------------------------ */
#sch-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(1, 4, 18, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#sch-card {
    background: #fff;
    border-radius: 20px;
    max-width: 540px;
    width: 92%;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 32px 80px rgba(0, 0, 0, 0.75),
        0 8px 24px rgba(37, 99, 235, 0.25);
    opacity: 0;
    transform: translateY(32px) scale(0.96);
    transition:
        opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#sch-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sch-card-header {
    background: linear-gradient(140deg, #020c22 0%, #0b1f5e 45%, #1d4ed8 100%);
    padding: 38px 40px 30px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sch-card-body {
    padding: 28px 32px 26px;
    text-align: center;
    background: #f8faff;
}

.sch-step {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 15px 12px;
    text-align: left;
    border: 1px solid #e2e8f8;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.07);
}

.sch-step-icon  { font-size: 20px; margin-bottom: 6px; }
.sch-step-title { font-size: 12px; font-weight: 700; color: #051e41; margin-bottom: 3px; }
.sch-step-desc  { font-size: 11px; color: #64748b; line-height: 1.5; }

#sch-progress-track {
    height: 3px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 20px;
}

#sch-progress-bar {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #1d4ed8, #7c3aed);
    transition: width 12s linear;
}
