/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Shared site header overrides */
#header,
#header-wrap,
#header.full-header #logo,
#header.full-header #primary-menu > ul {
	border: 0;
}

@media (min-width: 992px) {
	#header-wrap > .container {
		max-width: 1400px !important;
		padding-left: 48px !important;
		padding-right: 48px !important;
	}

	#header .header-row {
		min-height: 92px !important;
	}
}

#logo a {
	width: auto;
	font-size: 0;
	line-height: 1;
}

#logo img {
	margin-left: 0;
	margin-right: 0;
	transition: height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
}

#header-wrap,
#header.full-header #header-wrap,
#header.transparent-header.full-header #header-wrap,
#header.sticky-header #header-wrap {
	border-bottom: 0 !important;
	box-shadow: none;
}

#header,
#header-wrap,
#header.sticky-header #header-wrap,
#header.full-header #header-wrap {
	background-color: #5caeb0;
}

#header.full-header #primary-menu .menu-container > .menu-item {
	border-left: 0;
}

#header.full-header #logo {
	padding-right: 0 !important;
	border-right: 0 !important;
}

#header.full-header #primary-menu {
	border-right: 0;
}

#header.full-header #primary-menu > ul,
#header.full-header .primary-menu .menu-container,
#header .primary-menu .menu-container,
.is-expanded-menu .full-header .primary-menu .menu-container,
#header.full-header .header-row > *:last-child {
	border-right: 0 !important;
	margin-right: 0;
	padding-right: 0;
}

#header.full-header #primary-menu > ul {
	padding-right: 0 !important;
	margin-right: 0 !important;
	border-right: 0 !important;
}

#header.full-header #primary-menu .menu-container > .menu-item > .menu-link::after,
#header.full-header #primary-menu .menu-container > .menu-item::after {
	display: none;
}

#header .menu-container > .menu-item > .menu-link,
#header .menu-container > .menu-item.current > .menu-link,
#header .menu-link,
#header .sub-menu-container .menu-link {
	color: #fff;
}

#header .menu-container > .menu-item:hover > .menu-link,
#header .menu-container > .menu-item.current > .menu-link,
#header .sub-menu-container .menu-item:hover > .menu-link {
	color: rgba(255, 255, 255, 0.85);
}

#header .primary-menu-trigger svg path,
#header #primary-menu-trigger svg path {
	stroke: #fff;
}

#header .header-misc .button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
}

#header .header-misc .button:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

#header.sticky-header #header-wrap,
body[data-site-page="home"] #header.sticky-header #header-wrap {
	background: #fff !important;
	background-color: #fff !important;
}

#header.sticky-header .menu-container > .menu-item > .menu-link,
#header.sticky-header .menu-container > .menu-item.current > .menu-link,
#header.sticky-header .menu-link,
#header.sticky-header .sub-menu-container .menu-link {
	color: #3d3d3d;
}

#header.sticky-header .menu-container > .menu-item:hover > .menu-link,
#header.sticky-header .menu-container > .menu-item.current > .menu-link,
#header.sticky-header .sub-menu-container .menu-item:hover > .menu-link {
	color: #2b6777;
}

#header.sticky-header .primary-menu-trigger svg path,
#header.sticky-header #primary-menu-trigger svg path {
	stroke: #3d3d3d;
}

#header.sticky-header .header-misc .button {
	background: transparent;
	border-color: rgba(43, 103, 119, 0.5);
	color: #2b6777;
}

#header.sticky-header .header-misc .button:hover {
	background: rgba(43, 103, 119, 0.08);
	border-color: #2b6777;
	color: #2b6777;
}

/* Blend header into the homepage hero */
body[data-site-page="home"] #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 199;
	background: transparent;
}

body[data-site-page="home"] #header-wrap,
body[data-site-page="home"] #header.full-header #header-wrap {
	background: transparent;
}

/* Keep the same non-sticky logo variant across all pages */
#header:not(.sticky-header) #logo .logo-default {
	display: none;
}

#header:not(.sticky-header) #logo .logo-dark {
	display: flex;
}

body[data-site-page="home"] #header:not(.sticky-header) #logo .logo-default {
	display: none;
}

body[data-site-page="home"] #header:not(.sticky-header) #logo .logo-dark {
	display: flex;
}

#header.sticky-header #logo .logo-default {
	display: flex;
}

#header.sticky-header #logo .logo-dark {
	display: none;
}

@media (max-width: 991.98px) {
	body:not(.is-expanded-menu) #header,
	body:not(.is-expanded-menu) #header-wrap {
		z-index: 200000 !important;
	}

	body:not(.is-expanded-menu) #header-wrap {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
	}

	#header #primary-menu-trigger,
	#header .primary-menu-trigger {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px !important;
		height: 44px !important;
		padding: 8px !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		position: relative;
		z-index: 200010 !important;
	}

	#header #primary-menu-trigger svg,
	#header .primary-menu-trigger svg {
		display: none !important;
	}

	#header #primary-menu-trigger::before,
	#header .primary-menu-trigger::before {
		content: "";
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 2px;
		background: #ffffff;
		box-shadow: 0 -7px 0 #ffffff, 0 7px 0 #ffffff;
	}

	#header.sticky-header #primary-menu-trigger::before,
	#header.sticky-header .primary-menu-trigger::before {
		background: #2b6777;
		box-shadow: 0 -7px 0 #2b6777, 0 7px 0 #2b6777;
	}

	body[data-site-page="home"]:not(.is-expanded-menu) #header {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		z-index: 200000 !important;
		background: #5caeb0 !important;
		--cnvs-header-bg: #5caeb0;
		--cnvs-header-border-color: rgba(255, 255, 255, 0.2);
	}

	body[data-site-page="home"]:not(.is-expanded-menu) #header-wrap,
	body[data-site-page="home"]:not(.is-expanded-menu) #header.full-header #header-wrap {
		background: #5caeb0 !important;
	}

	body:not(.is-expanded-menu) #header .mobile-menu-off-canvas .menu-container.d-block {
		z-index: 200100 !important;
	}

	body:not(.is-expanded-menu) #header .mobile-menu-off-canvas .menu-container {
		z-index: 200090 !important;
		background: #5caeb0 !important;
		opacity: 1 !important;
	}

	body:not(.is-expanded-menu) #header .mobile-menu-overlay .menu-container {
		position: fixed !important;
		top: var(--cnvs-header-height) !important;
		left: 0 !important;
		width: 100% !important;
		max-height: calc(100dvh - var(--cnvs-header-height)) !important;
		height: calc(100dvh - var(--cnvs-header-height)) !important;
		padding: 14px 18px 24px !important;
		background: #5caeb0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		opacity: 1 !important;
		z-index: 200100 !important;
	}

	body:not(.is-expanded-menu) #slider,
	body:not(.is-expanded-menu) .slider-element {
		z-index: 1 !important;
	}
}

body[data-site-page="home"] #header .header-wrap-clone {
	display: none;
}

body[data-site-page="home"] #slider {
	padding-top: 92px;
}

body[data-site-page="home"] #slider .img-map {
	opacity: 0.18 !important;
	filter: sepia(1) hue-rotate(95deg) saturate(2.2) brightness(0.9);
	mix-blend-mode: soft-light;
}

@media (min-width: 768px) {
	body[data-site-page="home"] #slider .row > .col-md-5:first-child {
		padding-left: 0;
	}

	body[data-site-page="home"] #slider .slider-title h2 {
		min-height: 3.8em;
	}

	body[data-site-page="home"] #slider .slider-title h2 .t-rotate {
		display: inline-block;
		min-width: 10ch;
		white-space: nowrap;
	}

	body[data-site-page="home"] #slider .slider-title h2 .t-rotate:not(.morphext) {
		position: relative;
		color: transparent !important;
	}

	body[data-site-page="home"] #slider .slider-title h2 .t-rotate:not(.morphext)::after {
		content: attr(data-first);
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
	}
}

@media (min-width: 992px) {
	body[data-site-page="home"] #header-wrap > .container,
	body[data-site-page="home"] #slider .vertical-middle.container {
		max-width: 1320px;
		padding-left: 28px;
		padding-right: 28px;
	}

	body[data-site-page="home"] #header .header-row {
		min-height: 92px;
	}

	body[data-site-page="home"] #slider .vertical-middle {
		padding-top: 28px;
	}

	body[data-site-page="home"] #slider .slider-title {
		margin-top: 10px;
	}
}

.contact-page-wrap {
	background: linear-gradient(180deg, #f4f8f8 0%, #ffffff 36%);
}

.contact-side-panel {
	padding: 34px 28px;
	border-radius: 18px;
	background: linear-gradient(160deg, #2f747a 0%, #4da4a9 100%);
	color: #fff;
	box-shadow: 0 18px 48px rgba(38, 88, 94, 0.2);
}

.contact-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-side-panel h2,
.contact-side-panel h4,
.contact-side-panel p,
.contact-side-panel .fbox-content p {
	color: #fff;
}

.contact-info-card,
.contact-expectation {
	margin-top: 22px;
	padding: 22px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
}

.contact-info-card .fbox-icon i {
	color: #fff;
}

.contact-form-shell {
	padding: 34px;
	border: 1px solid #d9e7e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(13, 45, 48, 0.08);
}

.contact-form-head {
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6efef;
}

.contact-form-head p {
	color: #6c7a7b;
}

.contact-form-shell .form-control,
.contact-form-shell .form-select {
	min-height: 52px;
	border: 1px solid #cfdddd;
	border-radius: 12px;
	background-color: #f9fcfc;
}

.contact-form-shell textarea.form-control {
	min-height: 160px;
	padding-top: 14px;
}

.contact-form-shell .form-control:focus,
.contact-form-shell .form-select:focus {
	border-color: #4da4a9;
	box-shadow: 0 0 0 0.2rem rgba(77, 164, 169, 0.15);
	background-color: #fff;
}

.contact-form-shell .button {
	padding-left: 28px;
	padding-right: 28px;
}

.contact-form-note {
	display: inline-block;
	margin-left: 14px;
	color: #708183;
	font-size: 13px;
	vertical-align: middle;
}

@media (max-width: 991.98px) {
	.contact-form-shell,
	.contact-side-panel {
		padding: 24px;
	}

	.contact-form-note {
		display: block;
		margin-top: 12px;
		margin-left: 0;
	}
}

.hosting-order-head {
	margin-bottom: 18px;
}

.hosting-order-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(77, 164, 169, 0.12);
	color: #2f747a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hosting-order-head p,
.hosting-order-card-head p {
	color: #6d7b7d;
}

.hosting-plan-card {
	position: relative;
	height: 100%;
	padding-bottom: 8px;
	border-radius: 16px;
	border-color: #d7e6e7 !important;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hosting-plan-card:hover,
label.checked .hosting-plan-card {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(31, 81, 86, 0.12);
	border-color: #4da4a9 !important;
}

.hosting-plan-card input[type="radio"] {
	transform: scale(1.15);
}

.hosting-plan-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
}

.hosting-plan-currency,
.hosting-plan-period {
	font-size: 13px;
	color: #6d7b7d;
}

.hosting-plan-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #2f747a;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hosting-order-card {
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(13, 45, 48, 0.08);
}

.hosting-order-card .card-body {
	padding: 28px;
}

.hosting-order-card-head {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5efef;
}

.hosting-order-form .form-control {
	min-height: 50px;
	border: 1px solid #cfdddd;
	border-radius: 12px;
	background: #fbfcfc;
}

.hosting-order-form textarea.form-control {
	min-height: 132px;
	padding-top: 12px;
}

.hosting-order-form .form-control:focus {
	border-color: #4da4a9;
	box-shadow: 0 0 0 0.2rem rgba(77, 164, 169, 0.14);
	background: #fff;
}

.hosting-order-sidecard {
	padding: 26px;
	border: 1px solid #d9e7e8;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
	box-shadow: 0 14px 34px rgba(13, 45, 48, 0.06);
}

.hosting-content-wrap {
	background:
		radial-gradient(circle at top left, rgba(77, 164, 169, 0.12), transparent 34%),
		linear-gradient(180deg, #f6fbfb 0%, #ffffff 24%, #ffffff 100%);
}

.hosting-intro-panel {
	margin-bottom: 26px;
	padding: 34px;
	border: 1px solid #d9e8e8;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 249, 0.96)),
		#fff;
	box-shadow: 0 28px 60px rgba(15, 56, 60, 0.08);
}

.hosting-kicker,
.hosting-side-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(47, 116, 122, 0.1);
	color: #235f64;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hosting-intro-title {
	margin: 14px 0 14px;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: #14393d;
}

.hosting-intro-copy {
	max-width: 60ch;
	font-size: 1.02rem;
	line-height: 1.75;
	color: #52686b;
}

.hosting-intro-metrics {
	display: grid;
	gap: 14px;
}

.hosting-metric-card {
	padding: 18px 20px;
	border: 1px solid rgba(77, 164, 169, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 32px rgba(20, 57, 61, 0.06);
}

.hosting-metric-card strong {
	display: block;
	margin-bottom: 4px;
	font-size: 1.05rem;
	color: #173c40;
}

.hosting-metric-card span {
	display: block;
	color: #61797c;
	line-height: 1.55;
}

.hosting-flow-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 26px;
}

.hosting-flow-step {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	border: 1px solid #d8e6e7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(19, 59, 63, 0.05);
}

.hosting-flow-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6f4f5;
	color: #256268;
	font-weight: 700;
	flex: 0 0 auto;
}

.hosting-flow-step strong,
.hosting-submit-copy strong,
.hosting-side-block h5,
.hosting-side-note strong {
	display: block;
	color: #173c40;
}

.hosting-flow-step small,
.hosting-submit-copy span {
	display: block;
	margin-top: 4px;
	color: #667d80;
	line-height: 1.55;
}

.hosting-flow-step.is-active {
	border-color: #4da4a9;
	background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
	box-shadow: 0 18px 38px rgba(36, 101, 106, 0.1);
}

.hosting-sales-layout {
	--bs-gutter-y: 2rem;
}

@media (max-width: 991.98px) {
	.hosting-order-card .card-body,
	.hosting-order-sidecard {
		padding: 22px;
	}
}

.hosting-order-head h3,
.hosting-order-card-head h4 {
	color: #16373b;
}

.hosting-plan-card {
	overflow: hidden;
	padding: 18px 18px 14px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hosting-plan-card::after {
	content: '';
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #4da4a9, #77c1c5);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.hosting-plan-card:hover::after,
label.checked .hosting-plan-card::after,
.hosting-plan-card.featured-plan::after {
	opacity: 1;
}

.hosting-plan-card .pricing-title h3 {
	margin-bottom: 6px;
	font-size: 1.35rem;
	color: #173c40;
}

.hosting-plan-price h3 {
	margin-bottom: 0 !important;
	font-size: 2rem;
	letter-spacing: -0.03em;
}

.hosting-plan-card .pricing-features ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.hosting-plan-card .pricing-features li {
	padding: 10px 0;
	border-top: 1px solid #edf3f4;
	color: #51676a;
}

.hosting-order-card {
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 252, 0.98)),
		#fff !important;
}

.hosting-order-card .card-body {
	padding: 32px;
}

.hosting-form-section-label {
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2c666b;
}

.hosting-form-section-label-secondary {
	margin-top: 6px;
}

.hosting-order-form label {
	margin-bottom: 8px;
	font-weight: 600;
	color: #204449;
}

.hosting-order-form .form-control {
	padding: 12px 14px;
	color: #17393d;
}

.hosting-order-form .form-control::placeholder {
	color: #8aa0a3;
}

.hosting-order-form .form-result > p {
	display: none;
	margin: 0;
}

.hosting-submit-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 8px;
	padding: 18px 20px;
	border: 1px solid #dbe7e8;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
}

.hosting-submit-copy {
	max-width: 32rem;
}

.hosting-submit-bar .btn {
	min-width: 220px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #2f747a, #4da4a9);
	box-shadow: 0 14px 28px rgba(37, 98, 104, 0.18);
}

.hosting-submit-bar .btn:hover,
.hosting-submit-bar .btn:focus {
	background: linear-gradient(135deg, #29666b, #479aa0);
}

.hosting-order-sidecard {
	position: sticky;
	top: 112px;
}

.hosting-side-block,
.hosting-side-note,
.hosting-side-linkbox {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e2ecec;
}

.hosting-side-block h5 {
	margin-bottom: 10px;
	font-size: 0.98rem;
}

.hosting-side-note p,
.hosting-side-linkbox p {
	color: #5f7679;
	line-height: 1.7;
}

.hosting-side-linkbox span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2f747a;
}

@media (max-width: 991.98px) {
	.hosting-intro-panel {
		padding: 24px;
		border-radius: 22px;
	}

	.hosting-flow-strip {
		grid-template-columns: 1fr;
	}

	.hosting-order-sidecard {
		position: static;
	}

	.hosting-order-card .card-body,
	.hosting-order-sidecard {
		padding: 22px;
	}

	.hosting-submit-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.hosting-submit-bar .btn {
		width: 100%;
		min-width: 0;
	}
}

.saas-demo-cta {
	margin-top: 18px;
	padding: 36px 28px;
	border-radius: 20px;
	background: linear-gradient(145deg, #f6fbfb 0%, #ffffff 100%);
	box-shadow: 0 18px 46px rgba(13, 45, 48, 0.08);
}

.saas-demo-eyebrow,
.saas-modal-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(77, 164, 169, 0.12);
	color: #2f747a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.saas-demo-cta p {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	color: #6d7b7d;
}

.saas-modal-header {
	padding: 20px 24px;
	border-bottom: 1px solid #e8f0f0;
}

.saas-modal-body {
	padding: 0;
}

.saas-modal-footer {
	padding: 16px 24px 22px;
	border-top: 1px solid #e8f0f0;
}

.saas-modal-panel {
	height: 100%;
	padding: 32px 28px;
	background: linear-gradient(160deg, #2f747a 0%, #4da4a9 100%);
	color: #fff;
}

.saas-modal-panel h3,
.saas-modal-panel p,
.saas-modal-panel li,
.saas-modal-panel i {
	color: #fff;
}

.saas-modal-panel .iconlist li {
	margin-bottom: 12px;
}

.saas-modal-formwrap {
	padding: 28px;
	background: #fff;
}

.saas-modal-formwrap .form-control,
.saas-modal-formwrap .form-select {
	min-height: 50px;
	border: 1px solid #cfdddd;
	border-radius: 12px;
	background: #fbfcfc;
}

.saas-modal-formwrap textarea.form-control {
	min-height: 140px;
	padding-top: 12px;
}

.saas-modal-formwrap .form-control:focus,
.saas-modal-formwrap .form-select:focus {
	border-color: #4da4a9;
	box-shadow: 0 0 0 0.2rem rgba(77, 164, 169, 0.14);
	background: #fff;
}

@media (max-width: 991.98px) {
	.saas-demo-cta,
	.saas-modal-panel,
	.saas-modal-formwrap {
		padding: 22px;
	}
}

.mobile-demo-cta {
	margin-top: 18px;
	padding: 36px 28px;
	border-radius: 20px;
	background: linear-gradient(145deg, #f6fbfb 0%, #ffffff 100%);
	box-shadow: 0 18px 46px rgba(13, 45, 48, 0.08);
}

.mobile-demo-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(77, 164, 169, 0.12);
	color: #2f747a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mobile-demo-cta p {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	color: #6d7b7d;
}

.mobile-modal-header {
	padding: 20px 24px;
	border-bottom: 1px solid #e8f0f0;
}

.mobile-modal-body {
	padding: 0;
}

.mobile-modal-footer {
	padding: 16px 24px 22px;
	border-top: 1px solid #e8f0f0;
}

.mobile-modal-panel {
	height: 100%;
	padding: 32px 28px;
	background: linear-gradient(160deg, #275f7a 0%, #4d8fa9 100%);
	color: #fff;
}

.mobile-modal-panel h3,
.mobile-modal-panel p,
.mobile-modal-panel li,
.mobile-modal-panel i {
	color: #fff;
}

.mobile-modal-panel .iconlist li {
	margin-bottom: 12px;
}

.mobile-modal-formwrap {
	padding: 28px;
	background: #fff;
}

.mobile-modal-formwrap .form-control,
.mobile-modal-formwrap .form-select {
	min-height: 50px;
	border: 1px solid #cfdddd;
	border-radius: 12px;
	background: #fbfcfc;
}

.mobile-modal-formwrap textarea.form-control {
	min-height: 140px;
	padding-top: 12px;
}

.mobile-modal-formwrap .form-control:focus,
.mobile-modal-formwrap .form-select:focus {
	border-color: #4d8fa9;
	box-shadow: 0 0 0 0.2rem rgba(77, 143, 169, 0.14);
	background: #fff;
}

@media (max-width: 991.98px) {
	.mobile-demo-cta,
	.mobile-modal-panel,
	.mobile-modal-formwrap {
		padding: 22px;
	}
}

#gotoTop {
	display: flex;
	align-items: center;
	justify-content: center;
}

#gotoTop::before {
	content: "\2191";
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.portal-side-panel {
	padding: 34px 28px;
	border-radius: 18px;
	background: linear-gradient(160deg, #2f747a 0%, #4da4a9 100%);
	color: #fff;
	box-shadow: 0 18px 48px rgba(38, 88, 94, 0.2);
}

.portal-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.portal-side-panel h2,
.portal-side-panel p,
.portal-side-panel li {
	color: #fff;
}

.portal-card {
	padding: 34px;
	border: 1px solid #d9e7e8;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
	box-shadow: 0 18px 46px rgba(13, 45, 48, 0.08);
}

@media (max-width: 991.98px) {
	.portal-side-panel,
	.portal-card {
		padding: 24px;
	}
}


