@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");

/*
	Telephasic by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/







html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #eeeeee;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #0c0c0c;
		line-height: 1.75em;
		font-size: 14pt;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #52575c;
		line-height: 1.75em;
		font-size: 15pt;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		color: #52575c;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h2 {
		font-size: 2em;
		line-height: 1.25em;
	}

	h3 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	a {
		-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		color: inherit;
		text-decoration: none;
		border-bottom: dotted 1px #62676c;
	}

		a:hover {
			color: #35bae2;
			border-bottom-color: rgba(255, 255, 255, 0);
		}

	strong, b {
		font-weight: 400;
		color: #3f4745;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #c2c7cc;
	}

	blockquote {
		border-left: solid 0.5em #c2c7cc;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1.5em;
	}

	br.clear {
		clear: both;
	}

	.features {
		margin-bottom: 1.5em;
	}

	.feature {
		text-align: center;
	}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	.row > section, .row > article {
		margin-bottom: 0;
	}

	header {
		margin-bottom: 1.5em;
	}

		header > p {
			display: block;
			color: #199cc4;
			padding: 0.75em 0 1em 0;
			font-size: 1.5em;
			line-height: 1.5em;
		}

		header.major {
			text-align: center;
		}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1200px;
	}

		@media screen and (max-width: 1280px) {

			.container {
				width: 960px;
			}

		}

		@media screen and (max-width: 1080px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 820px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 480px) {

			.container {
				width: 100%;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1080px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 820px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-1-narrower {
					width: 8.33333%;
				}

				.row > .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrower {
					width: 16.66667%;
				}

				.row > .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrower {
					width: 25%;
				}

				.row > .off-3-narrower {
					margin-left: 25%;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrower {
					width: 41.66667%;
				}

				.row > .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrower {
					width: 50%;
				}

				.row > .off-6-narrower {
					margin-left: 50%;
				}

				.row > .col-7-narrower {
					width: 58.33333%;
				}

				.row > .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrower {
					width: 66.66667%;
				}

				.row > .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrower {
					width: 75%;
				}

				.row > .off-9-narrower {
					margin-left: 75%;
				}

				.row > .col-10-narrower {
					width: 83.33333%;
				}

				.row > .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrower {
					width: 91.66667%;
				}

				.row > .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobilep {
					order: -1;
				}

				.row > .col-1-mobilep {
					width: 8.33333%;
				}

				.row > .off-1-mobilep {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobilep {
					width: 16.66667%;
				}

				.row > .off-2-mobilep {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobilep {
					width: 25%;
				}

				.row > .off-3-mobilep {
					margin-left: 25%;
				}

				.row > .col-4-mobilep {
					width: 33.33333%;
				}

				.row > .off-4-mobilep {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobilep {
					width: 41.66667%;
				}

				.row > .off-5-mobilep {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobilep {
					width: 50%;
				}

				.row > .off-6-mobilep {
					margin-left: 50%;
				}

				.row > .col-7-mobilep {
					width: 58.33333%;
				}

				.row > .off-7-mobilep {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobilep {
					width: 66.66667%;
				}

				.row > .off-8-mobilep {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobilep {
					width: 75%;
				}

				.row > .off-9-mobilep {
					margin-left: 75%;
				}

				.row > .col-10-mobilep {
					width: 83.33333%;
				}

				.row > .off-10-mobilep {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobilep {
					width: 91.66667%;
				}

				.row > .off-11-mobilep {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobilep {
					width: 100%;
				}

				.row > .off-12-mobilep {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Image */

	.image {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		display: inline-block;
		outline: 0;
		border: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 3em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 3em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

	a.image:hover {
		opacity: 0.85;
	}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		padding-top: 1em;
		list-style: none;
		padding-left: 0;
	}

		ul.actions.major {
			text-align: center;
		}

		ul.actions li {
			display: inline-block;
			margin-left: 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided li {
			border-top: solid 1px #ffffff;
			padding-top: 2em;
			margin-top: 2em;
			padding-left: 0;
		}

			ul.divided li:first-child {
				padding-top: 0;
				margin-top: 0;
				border-top: 0;
			}

/* Icons */

	ul.icons {
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			padding-left: 0;
		}

			ul.icons li:before {
				display: inline-block;
				color: #ffffff;
				background: #61666b;
				width: 2.5em;
				height: 2.5em;
				border-radius: 0.35em;
				text-align: center;
				line-height: 2.5em;
				margin-right: 0.75em;
			}

/* Menu */

	ul.menu {
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			display: inline-block;
			border-left: solid 1px #d2d7dc;
			padding-left: 1em;
			margin-left: 1em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/* Form */

	form .actions {
		padding-top: 0;
	}

	form label {
		display: block;
		font-weight: 300;
		color: #52575c;
		margin: 0 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		background: #f9fbfe;
		border: solid 1px #d2d7dc;
		border-radius: 0.35em;
		width: 100%;
		line-height: 1.5em;
		padding: 0.75em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #fcfcfc;
		}

	form textarea {
		min-height: 7em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-top: solid 1px #D2D7DC;
			}

				table.default tbody tr:nth-child(2n+1) {
					background: #f9fbfe;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default tfoot {
				border-top: solid 1px #D2D7DC;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		display: inline-block;
		color: inherit;
		background: none;
		text-decoration: none;
		border: solid 1px #c3c7ca;
		border-radius: 0.35em;
		padding: 0.8em 2em 0.8em 2em;
		cursor: pointer;
		outline: 0;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			color: #35bae2;
			border-color: #35bae2;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Wrappers */

	/* Homepage uses video background, no padding needed */
/* === Header Wrapper Rules === */

/* Homepage header:
------------------------------------------------------------ This is the gap between the nav bar and video background--------------------------------------------------
no padding, no background */


.homepage #header-wrapper {
    padding: 0;
    background: none;
}

/* Other pages: normal spacing + dark background */
:not(.homepage) #header-wrapper {
    padding: 4em 0 2em 0;   /* restore vertical spacing */
    background: #111;       /* solid background for contrast */
}

/* Generic wrapper (used site-wide) */
.wrapper {
    position: relative;
    background: #fdfdfd;
    overflow-x: hidden;
    padding: 6em 0;
}

.image-wrapper {
    position: relative;
}


	/*	------------------------------------------------- This is the END OF THE gap between the nav bar and video background-------------------------------------------------- */

	
	

	#footer-wrapper {
		-webkit-transform: translate3d(0, 0, 0);
		position: relative;
		border-top: solid 1px #000000;
		padding: 6em 0 6em 0;
		background-size: 128px 128px,				100% 100%;
	}

/* Header
----------------------------------------------------------------------------------------------------------------------- */
/* ----------- (old gradient light blue "verbolta" button log in case new code fails --*/
	/*
#logo {
		 position: absolute;
  z-index: 1;
  top: 12px;                  
  left: 50%;
  transform: translateX(-50%);
  width: auto;                
  margin-left: 0; 
	}

		#logo a {
  display: block;
  width: 100%;
  
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #04979c;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;

  border: none;
  background: transparent;
  
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); 

/* this adds the gradient to the logo */
  /*
  background: linear-gradient(180deg,
                               #47e2fd 0%,     
  #3fc6f0 30%,    
  #348bbdf8 50%,    
  #5ec9df 70%,    
  #35bae2 100%    
							  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
color: #027ea3;
   letter-spacing: 3px; 
  transition: all 0.3s ease;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

/* this is allowing the Verbolta image design to be on NAV BAR as a button for the home page below */

#nav {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    line-height: 4em;
    background: radial-gradient(ellipse 80px 100% at center, #bbbcc071 0%, #10111165 60%, #5a5d614b 100%);
    border-bottom: 3px solid #00000069;
    box-shadow: none;
    border-radius: 0;
    z-index: 0;
}

#nav > ul > li > span,
#nav > ul > li > a {
    color: #0b0b0c;
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 0.06em;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0.2em 1.4em;
    text-transform: none;
    transition: color 0.2s;
}


/* ---------------------------------------- END OF VERBOLTA BUTTON LOGO ---------------------------------------
Hover effect (separate section) */
#logo a:hover {
  color: #04c9d4;
  transform: scale(1.05);
}


	/* ---------------------------------------------------------------------------------------------------
	 above code is extra styling for hte "#logo a " section */

	#nav {
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4em;
		line-height: 4em;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
				margin-left: 1em;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > span, #nav > ul > li > a {
					color: #0e0101;
					text-decoration: none;
					outline: 0;
					border: 0;
					border: solid 1px rgba(255, 255, 255, 0.233);
					border-radius: 0.35em;
					padding: 0.3em 1em 0.3em 1em;
					-moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
				}

				#nav > ul > li.active > span, #nav > ul > li.active > a {
					border-color: rgba(255, 255, 255, 0.75);
					background-color: rgba(201, 193, 193, 0.342);
					color: #646060;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li.break {
					margin-left: 20em;
				} 
/* --------------------------------------------------------------------------------------------------THIS is the size and placement of the logo image on the nav bar ---------------*/
#logo {
    position: absolute;
    z-index: 1;
    top: 7.5px;
    left: 50%;
    transform: translateX(-50%);
    height: 64px; /* <-- increase this value */
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo a {
    display: block;
    height: 140px; /* <-- changes size of logo "Verbolta" in NAV bar */
    padding: 0;
    background: none;
    border: none;
}

#logo a img {
    height: 100%;
    width: auto;
    display: block;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
	.dropotron {
		text-align: left;
		line-height: 2em;
		border-radius: 0.35em;
		min-width: 12em;
		background: #fcf9f9;
		line-height: 1em;
		padding: 0.85em 0 0.85em 0;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
		margin-top: -0.8em;
		list-style: none;
	}

		.dropotron a, .dropotron span {
			display: block;
			padding: 0.65em 1em 0.65em 1em;
			border-top: solid 1px #7e7b7b;
			border-bottom: 0;
		}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li:first-child > a, .dropotron li:first-child > span {
				border-top: 0;
			}

			.dropotron li.active > a, .dropotron li.active > span {
				color: #35bae2;
			}

		.dropotron.level-0 {
			font-size: 0.9em;
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -1em;
				width: 1em;
				height: 1em;
				border-bottom: solid 0.5em #757070;
				border-left: solid 0.5em rgba(255, 255, 255, 0);
				border-right: solid 0.5em rgba(255, 255, 255, 0);
			}

			.dropotron.level-0.center:before {
				left: 50%;
				margin-left: -0.5em;
			}

			.dropotron.level-0.left:before {
				left: 1em;
			}

			.dropotron.level-0.right:before {
				right: 1em;
			}


		/* overrrides the entire section above to remove the orange header (hero area)background with the video */
		
			#header-wrapper {
    background: none !important;   /* remove gradient, overlay, and orange */
    padding: 0;                    /* optional: remove extra top/bottom space */
}









/* Hero */

	


/* Hero container */
.hero-container {
    position: relative;
	width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: #fffdfd;
    background: none;       /* remove orange background */
}


@media screen and (max-width: 980px) {
    .hero-section {
        min-height: 80vh;
    }
}

@media screen and (max-width: 736px) {
    .hero-section {
        min-height: 70vh;
    }
}

/* Hero video */
#heroVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* fills the section, maintains aspect ratio */
    z-index: -1;            /* behind content */
}

/* Optional dark overlay for readability */
.hero-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.25); /* adjust opacity for text visibility */
    z-index: 0;                  /* behind text but above video */
}

/* Hero content stays above video */
.hero-content {
    position: relative;
    z-index: 1;
    padding: 4em 2em;           /* adjust spacing to match Telephasic’s original hero */
}

/* Headline */
.hero-content h2 {
    font-size: 3em;
    color: #ffffff;
}

/* Paragraph text */
.hero-content p {
    font-size: 1.5em;
    line-height: 1.5em;
}

/* Buttons */
.hero-content .button {
    background: #050505;
    border-color: rgb(255, 241, 241);
    color: rgb(179, 171, 171);
    font-size: 1.25em;
}

.hero-content .button:hover {
    border-color: rgba(117, 115, 115, 0.75);
    background-color: rgba(255,255,255,0.15);
    color: #cfcdcd;
}









/* Promo */

	#promo {
		background: rgba(255, 255, 255, 0.05);
		border: solid 1px rgba(255, 255, 255, 0.25);
		border-radius: 0.5em;
		padding: 1.75em 2.5em 1.75em 2.5em;
		display: inline-block;
		position: relative;
		z-index: 1;
	}

		#promo h2 {
			color: #fff;
			display: inline-block;
			margin-right: 1em;
			font-size: 1.75em;
		}

		#promo .button {
			background: #fff;
			border-color: rgba(255, 255, 255, 0);
			color: #27636B;
			font-size: 1.25em;
		}

			#promo .button:hover {
				border-color: rgba(255, 255, 255, 0.75);
				background-color: rgba(255, 255, 255, 0.15);
				color: #fff;
			}

/* Main */

	#main {
		padding-bottom: 4em;
	}

/* Sidebar */

	#sidebar section {
		border-top: solid 1px #d2d7dc;
		margin-top: 3em;
		padding-top: 3em;
	}

		#sidebar section:first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

/* Footer */

	#footer {
		position: relative;
		z-index: 1;
	}

		#footer header.major {
			margin-bottom: 3em;
		}

/* Copyright */

	#copyright {
		position: relative;
		z-index: 1;
		text-align: center;
		border-top: solid 1px #d2d7dc;
		color: #a2a7ac;
		padding-top: 4em;
		margin-top: 6em;
	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 13pt;
			}

			span.extra {
				display: none;
			}

		/* Wrappers */

			.wrapper {
				padding: 5em 0 5em 0;
			}

			#header-wrapper {
				padding: 2em 0 2em 0;
			}

			.homepage #header-wrapper {
				padding: 8em 0 4em 0;
			}

			#promo-wrapper {
				padding: 5em 0 5em 0;
			}

			#footer-wrapper {
				padding: 5em 0 5em 0;
			}

	}

/* Narrow */

	@media screen and (max-width: 1080px) {

		/* Sections/Article */

			header br {
				display: none;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				padding-left: 1.25em;
				padding-right: 1.25em;
			}

		/* Wrappers */

			.wrapper {
				padding: 4em 2em 4em 2em;
			}

			#header-wrapper {
				padding: 5em 0 1em 0;
			}

			.homepage #header-wrapper {
				padding: 5em 0 4em 0;
			}

			#promo-wrapper {
				padding: 2em;
			}

			#footer-wrapper {
				padding: 4em 2em 4em 2em;
			}

		/* Header */

			#nav {
				position: relative;
				margin: 0.5em 0 0 0;
				line-height: 2.25em;
				height: 2.25em;
			}

				#nav > ul > li {
					margin-left: 0;
				}

					#nav > ul > li.break {
						margin-left: 0;
					}

			.dropotron.level-0 {
				margin-top: 1.1em;
			}

		/* Hero */

			#hero {
				padding: 3.5em 4em 0 4em;
			}

				#hero h2 {
					font-size: 2.75em;
				}

				#hero p br {
					display: none;
				}

		/* Promo */

			#promo {
				padding: 1.75em 2.5em 1.75em 2.5em;
				display: inline-block;
			}

				#promo .button {
					font-size: 1.25em;
				}

				#promo h2 {
					display: block;
					margin: 0 0 1em 0;
					font-size: 1.5em;
				}

		/* Copyright */

			#copyright {
				padding-top: 2em;
				margin-top: 3em;
			}

	}

/* Narrower */

	@media screen and (max-width: 820px) {

		/* Basic */

			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 14pt;
			}

			span.extra {
				display: inline;
			}

			.features {
				margin-bottom: 0;
			}

		/* Sections/Article */

			section, article {
				margin-bottom: 3em;
			}

			.row > section, .row > article {
				margin-bottom: 3em;
			}

			section:last-child,
			article:last-child {
				margin-bottom: 0;
			}

			.row > section:last-child,
			.row > article:last-child {
				margin-bottom: 0;
			}

		/* Menu */

			ul.menu {
				text-align: center;
			}

				ul.menu li {
					display: block;
					border: 0;
					padding: 0;
					margin: 0;
					line-height: 2em;
				}

					ul.menu li:first-child {
						border-top: 0;
					}

		/* Actions */

			ul.actions.major {
				padding-top: 2em;
			}

		/* Header */

			#nav {
				font-size: 0.9em;
			}

				#nav > ul > li > span, #nav > ul > li > a {
					padding: 0.25em 0.5em 0.25em 0.5em;
				}

		/* Hero */

			#hero h2 {
				font-size: 2.5em;
			}

		/* Main */

			#main {
				padding-bottom: 0;
			}

		/* Content */

			#content {
				margin-bottom: 3em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 3em;
			}

				#sidebar section {
					border-top: 0;
					margin-top: 0;
					padding-top: 1em;
				}

		/* Footer */

			#footer header.major {
				margin-bottom: 1.5em;
			}

	}

/* Mobile */

	#navPanel, #navButton {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 13pt;
				letter-spacing: 0;
			}

			h2 {
				font-size: 1.5em;
				line-height: 1.25em;
			}

		/* Sections/Article */

			header {
				margin-bottom: 1em;
			}

				header > p {
					font-size: 1em;
				}

		/* Divided */

			ul.divided li {
				padding-top: 0.75em;
				margin-top: 0.75em;
			}

		/* Wrappers */

			.wrapper {
				padding: 3em 20px 3em 20px;
			}

			#header-wrapper {
				padding: 3em 20px 20px 20px;
				text-align: center;
			}

			.homepage #header-wrapper {
				padding: 3em 20px 3em 20px;
			}

			#promo-wrapper {
				padding: 20px;
			}

			#footer-wrapper {
				padding: 3em 20px 3em 20px;
			}

		/* Header */

			#logo {
				position: relative;
			}

				#logo a {
					border: solid 1px rgba(255, 255, 255, 0.75);
					border-radius: 0.35em;
					height: 3em;
					line-height: 3em;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Footer */

			#footer ul.divided {
				margin: 0;
			}

				#footer ul.divided li:first-child {
					border-top: solid 1px #d2d7dc;
					padding-top: 0.75em;
					margin-top: 0.75em;
				}

				#footer ul.divided:first-child li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

		/* Hero */

			#hero {
				padding: 2.5em 2em 0 2em;
			}

				#hero header {
					margin: 0 0 1.25em 0;
				}

					#hero header h2 {
						font-size: 1.5em;
					}

				#hero p {
					font-size: 1em;
				}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					border: 0;
					height: 100%;
					left: 0;
					outline: 0;
					position: absolute;
					top: 0;
					width: 100%;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#navButton .toggle:before {
						background: rgba(128, 132, 136, 0.35);
						border-radius: 0 0 0.35em 0.35em;
						border-top: 0;
						color: #fff;
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 30px;
						left: 50%;
						line-height: 30px;
						margin-left: -40px;
						position: absolute;
						text-align: center;
						text-decoration: none;
						width: 80px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateY(-50vh);
				-webkit-transform: translateY(-50vh);
				-ms-transform: translateY(-50vh);
				transform: translateY(-50vh);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				background-image: url("images/overlay.png"), url("images/navPanel.svg"), -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
				background-image: url("images/overlay.png"), url("images/navPanel.svg"), -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
				background-image: url("images/overlay.png"), url("images/navPanel.svg"), -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
				background-image: url("images/overlay.png"), url("images/navPanel.svg"), linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
				display: block;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 100%;
				height: 50vh;
				z-index: 10002;
				box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
				font-size: 1em;
				background-color: #45474a;
				background-size: 128px 128px, 100% 100%, 100% 100%;
			}

				#navPanel .link {
					position: relative;
					z-index: 1;
					display: block;
					text-decoration: none;
					padding: 0.75em;
					color: #ddd;
					border: 0;
					border-top: dotted 1px rgba(255, 255, 255, 0.1);
				}

					#navPanel .link.depth-0 {
						color: #fff;
						font-weight: 400;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateY(50vh);
				-webkit-transform: translateY(50vh);
				-ms-transform: translateY(50vh);
				transform: translateY(50vh);
			}

			body.navPanel-visible #navButton {
				-moz-transform: translateY(50vh);
				-webkit-transform: translateY(50vh);
				-ms-transform: translateY(50vh);
				transform: translateY(50vh);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}

	}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}

			.feature {
				text-align: left;
			}

		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 2em;
			}

			header.major {
				text-align: left;
			}

		/* Image */

			.image {
				display: block;
			}

				.image.full, .image.left {
					float: none;
					display: block;
					width: 100%;
					margin: 0 0 1.5em 0;
				}

			.image-centered {
				float: none;
				display: block;
				width: 100%;
				margin: 0 0 1.5em 0;
			}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Form */

			form textarea {
				min-height: 10em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				text-align: center;
			}

		/* Header */

			#logo {
				position: relative;
				left: 0;
				top: 0;
				margin: 0;
				width: 100%;
			}

		/* Hero */

			#hero {
				padding: 2.5em 0 0 0;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}

		/* Footer */

			#footer header.major {
				margin-bottom: 1em;
			}

	}

	/* -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
	/* Choose a plan cards */

	/* === Pricing Cards (extra customization on top of Tailwind) === */
/* Pricing card hover effect */
/* Pricing card hover effect */
.pricing-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Featured card highlight */
.pricing-card.featured {
  border: 2px solid #4687db8e; /* keeps the blue border at all times */
}

.pricing-card.featured:hover {
  transform: scale(1.05); /* only enlarges when hovered */
}


/* Custom button style */
.btn-custom {
  background-color: #35bae2; /* original blue */
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border: 2px solid transparent; /* default border invisible */
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease, border-color 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn-custom:hover {
  background-color: transparent;   /* remove background */
  color: #35bae2;                  /* blue text */
  border-color: #35bae2;           /* blue border */
  transform: scale(1.05);
}



/* Custom note below pricing cards */
/* Custom note text */
.custom-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.525rem;
  color: #4b5563; /* main gray text */
}

.note-main {
  margin-bottom: 0.5rem; /* spacing between the lines */
}

.note-highlight {
  color: #35bae2;            /* standout color */
  font-weight: 700;
  background-color: rgba(11, 161, 161, 0); /* subtle highlight */
  padding: 0.1rem 0.3rem;
  border-radius: 0.2rem;
  display: inline-block;      /* keeps the highlight tight around text */
}
 
/*-------------------------------------------------------------------------- Styling for Templates Showcase Cards on templates page (no-sidebar) --------------------------------------*/

/* ================================
   Template Cards (Clean & Polished)
================================= */

/* Card container */
.custom-card {
  display: flex;
  flex-direction: column;
  height: 100%;

  /* Visual styling */
  border: 2px solid #cbd5e1;       /* subtle but visible border */
  border-radius: 12px;              /* rounded corners for entire card */
  overflow: hidden;                 /* contain image and content */
  background: #ffffff;              /* solid white background */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #35bae2;           /* accent color on hover */
}

/* Image styling */
.custom-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: scale 0.3s ease; /* ✅ use 'scale' instead of 'transform' so we don't override rotation */
  border-bottom: 1px solid #e2e8f0; /* subtle separation */
}

/* ✅ keep rotation intact, only scale on hover */
.custom-card:hover img {
  scale: 1.03;
}

/* Content container (title + description + button) */
.custom-card .p-4 {
  background: #f3f4f6;           /* smooth light gray */
  padding: 1rem;
  flex-grow: 1;                  /* ensures spacing works nicely */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title styling */
.custom-title {
  color: #1e293b;                /* dark slate for clarity */
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Description text */
.custom-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563; /* neutral gray */
  margin-bottom: 1rem;            /* space before button */
}

/* Button styling */
.custom-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #35bae2;            /* teal background */
  color: #fff;                    /* white text */
  font-weight: 600;
  border-radius: 0.375rem;
  border: 2px solid transparent;  /* invisible border for consistent size */
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease, border-color 0.3s ease;
}

.custom-link:hover {
  background: #ffffff;            /* white background on hover */
  color: #35bae2;                 /* teal text */
  border-color: #35bae2;          /* teal border */
  transform: scale(1.05);
  text-decoration: none;
}
 /*-----------breakpoint FIX for gallary left/right arrows for mobile version to look right-----------------*/

/* Polished mobile arrows - better visibility and touch targets */
@media (max-width: 768px) {
  .custom-card .relative button {
    max-width: 44px;                    /* larger touch target */
    height: 44px;
    font-size: 1.3rem;                  /* bigger arrow symbol */
    background: rgba(255, 255, 255, 0.9) !important;  /* more opaque */
    backdrop-filter: blur(8px);         /* frosted glass effect */
    border: 2px solid rgba(53, 186, 226, 0.3);  /* subtle teal border */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);  /* soft shadow for depth */
    font-weight: 700;                   /* bolder arrow */
    transition: all 0.2s ease;
  }
  
  .custom-card .relative button:active {
    transform: scale(0.9);              /* tactile press feedback */
    background: rgba(53, 186, 226, 0.95) !important;
    color: white;
  }
  
  /* Position with more breathing room */
  .custom-card .relative button:first-of-type {
    left: 0.75rem;
  }
  
  .custom-card .relative button:last-of-type {
    right: 0.75rem;
  }
}


/*-----------------Lighthouse features to view templates larger -------------------------------------------------------------------*/


/* Lightbox Modal Styles */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  animation: fadeIn 0.3s;
}

.lightbox-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.lightbox-content img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
}

.lightbox-close:hover {
  color: #ccc;
  transform: rotate(90deg);
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
  user-select: none;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.lightbox-arrow:hover {
  background: rgba(0,0,0,0.8);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* White Background Expand Button with Clear Black Icon */
.expand-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  padding: 2.5px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  z-index: 10;
  transition: all 0.25s ease;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.expand-btn:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.expand-btn:active {
  transform: scale(0.98);
}

/* Clear black expand icon */
.expand-btn::before {
  content: '⛶';
  font-size: 14px;
  color: #000;
  font-weight: bold;
  transition: transform 0.25s ease;
}

.expand-btn:hover::before {
  transform: scale(1.15);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.contact-link {
  font-weight: 500;           /* slightly bold, not too heavy */
  color: #1693ce;             /* your lightning blue */
  text-decoration: none;      /* removes underline */
  font-size: 1em;             /* matches paragraph text size */
  transition: color 0.2s;     /* smooth color change on hover */
  outline: none;              /* removes default focus outline */
}

.contact-link:hover,
.contact-link:focus {
  color: #0d6a96;             /* slightly darker blue on hover/focus */
  text-decoration: none;      /* keeps no underline */
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------- The page that comes up after START NOW and dislose that this is to select webiste options -------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Build Your Website Page Styling - Polished & Enhanced */
main.build-website {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   padding: 4rem 1.5rem;
   background: linear-gradient(135deg, #f9fafb 0%, #e0f7f7 100%);
   font-family: 'Inter', sans-serif;
}

main.build-website .content-wrapper {
   max-width: 900px;
   width: 100%;
}

main.build-website h2 {
   font-size: 2.75rem;
   font-weight: 700;
   margin-bottom: 1.5rem;
   color: #1f2937;
}

main.build-website p {
   font-size: 1.125rem;
   color: #4b5563;
   margin-bottom: 2rem;
   line-height: 1.6;
}

/* Steps Boxes */
main.build-website .steps-box {
   background-color: #ffffff;
   box-shadow: 0 8px 24px rgba(0,0,0,0.08);
   border-radius: 16px;
   padding: 2.5rem 2rem;
   text-align: left;
   margin-bottom: 2.5rem;
   transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
   border: 2px solid transparent;
   position: relative;
   opacity: 0;
   transform: translateY(10px);
   animation: fadeInUp 0.6s forwards;
}

main.build-website .steps-box:hover {
   transform: translateY(-4px) scale(1.02);
   box-shadow: 0 12px 36px rgba(0,0,0,0.12);
   border: 2px solid #35bae2;
}

main.build-website .steps-box h3 {
   font-size: 1.85rem;
   font-weight: 600;
   margin-bottom: 1.25rem;
   color: #1f2937;
}

main.build-website .steps-box ol {
   list-style-position: inside;
   list-style-type: decimal;
   margin-left: 0;
   padding-left: 0;
   color: #4b5563;
}

main.build-website .steps-box ol li {
   margin-bottom: 0.85rem;
   line-height: 1.6;
}

/* CTA Button */
main.build-website .cta-button {
   display: inline-block;
   background-color: #35bae2;
   color: #ffffff;
   font-weight: 600;
   font-size: 1.125rem;
   padding: 0.85rem 2.25rem;
   border-radius: 10px;
   text-decoration: none;
   transition: all 0.35s ease, box-shadow 0.35s ease;
   box-shadow: 0 4px 16px rgba(68, 76, 75, 0.3);
   border: 2px solid transparent;
   position: relative;
   overflow: hidden;
}

/* Button hover effect */
main.build-website .cta-button::after {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.15);
   transition: all 0.35s ease;
}

main.build-website .cta-button:hover::after {
   left: 0;
}

main.build-website .cta-button:hover {
   background-color: #ffffff;
   color: #35bae2;
   border: 2px solid #35bae2;
   box-shadow: 0 6px 20px rgba(50, 61, 60, 0.35);
   transform: translateY(-2px);
}

/* Active click state */
main.build-website .cta-button:active {
   transform: translateY(0);
   box-shadow: 0 4px 16px rgba(68, 76, 75, 0.3);
}

/* Small Note under button */
main.build-website .small-note {
   font-size: 0.875rem;
   color: #6b7280;
   margin-bottom: 1rem;
}

/* Fade-in animation */
@keyframes fadeInUp {
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------- STANDARD PLAN/PREMIUM PLAN/ENTERPRISE PLAN (view details) PAGE STYLING -------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ===============================
   Standard Package - Full Section CSS
   (paste this entire block to replace the prior section)
   =============================== */

/* ===============================
   Main container
   =============================== */
.sp-main {
  font-family: 'Inter', sans-serif;
  color: #1f2937;
  line-height: 1.6;
  background-color: #f9fafb;
  padding: 60px 20px;
}

/* ===============================
   Hero Section
   =============================== */
.sp-hero-section {
  text-align: center;
  margin: 100px auto 80px auto;
  padding: 0 20px;
  max-width: 900px;
}

/* Hero title (Standard package name) */
.sp-hero-title {
  font-family: 'Georgia', 'Times New Roman', serif; /* classic newspaper font */
  font-size: 6rem;       /* large desktop size */
  font-weight: 900;
  color: #000000;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.05);
}

/* Hero price */
.sp-hero-price {
  font-family: 'Arial', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #555555;
  margin-bottom: 60px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  width: 100%;
}

/* Full-width gradient line under price */
.sp-hero-price::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 85vw;  /* almost full viewport width */
  max-width: none;
  height: 2px;
  margin: 20px 0 0 0;
  border-radius: 1px;
  background: linear-gradient(to right,
                              rgba(0,0,0,0) 0%,
                              rgba(0,0,0,1) 5%,
                              rgba(0,0,0,1) 95%,
                              rgba(0,0,0,0) 100%);
}

/* ===============================
   Section Titles
   =============================== */
.sp-section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111827;
}

/* ===============================
   Features Section
   =============================== */
.sp-features-section {
  max-width: 1000px;
  margin: 0 auto 80px auto;
}

.sp-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Polished feature cards: subtle border + shadow + hover */
.sp-feature-card {
  background-color: #d1cccc2d;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid #4f515375;        /* polished subtle border */
  transition: transform 0.28s cubic-bezier(.2,.9,.2,1),
              box-shadow 0.28s cubic-bezier(.2,.9,.2,1),
              border-color 0.22s ease;
}

.sp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  border-color: #39b7f1;            /* slightly darker border on hover */
}

.sp-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.sp-feature-card p {
  font-size: 1rem;
  color: #4b5563;
}

/* ===============================
   Add-Ons Section
   =============================== */
.sp-addons-section {
  max-width: 1200px;
  margin: 0 auto 80px auto;
}

.sp-addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* Polished add-on cards: same visual language as feature cards */
.sp-addon-card {
  background-color: #bebaba15;
  border-radius: 16px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(46, 43, 43, 0.05);
  border: 1px solid #393e476e;        /* polished subtle border */
  transition: transform 0.28s cubic-bezier(.2,.9,.2,1),
              box-shadow 0.28s cubic-bezier(.2,.9,.2,1),
              border-color 0.22s ease;
}

.sp-addon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  border-color: #1f9cd6;
}

.sp-addon-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.sp-addon_card p,
.sp-addon-card p {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 15px;
}

/* ===============================
   Add-On Button (base + hover + selected)
   =============================== */

/* Base button */
.sp-addons-section .sp-addon-card .sp-addon-btn {
  align-self: center;
  background-color: #35bae2;        /* bright electric blue */
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease,
              border-color 0.22s ease, transform 0.18s ease, box-shadow 0.18s ease;
  border: 2px solid transparent;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
}

/* Ensure inner elements inherit color */
.sp-addons-section .sp-addon-card .sp-addon-btn,
.sp-addons-section .sp-addon-card .sp-addon-btn * {
  color: #ffffff !important;
  fill: currentColor !important;
}

/* Hover + focus */
.sp-addons-section .sp-addon-card .sp-addon-btn:hover,
.sp-addons-section .sp-addon-card .sp-addon-btn:focus {
  background-color: #85d4e721 !important;
  color: #0ea5e9 !important;
  border-color: #35bae2 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(14,165,233,0.12);
  outline: none;
}

.sp-addons-section .sp-addon-card .sp-addon-btn:hover *,
.sp-addons-section .sp-addon-card .sp-addon-btn:focus * {
  color: inherit !important;
  fill: currentColor !important;
}

/* Selected state */
.sp-addons-section .sp-addon-card .sp-addon-btn.selected {
  background-color: #ffffff !important;   /* invert color */
  color: #35bae2 !important;
  border: 2px solid #35bae2 !important;
}

/* Selected + hover: persist selected style */
.sp-addons-section .sp-addon-card .sp-addon-btn.selected:hover,
.sp-addons-section .sp-addon-card .sp-addon-btn.selected:focus {
  background-color: #ffffff !important;
  color: #35bae2 !important;
  border-color: #35bae2 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(14,165,233,0.12);
}

/* Keyboard focus */
.sp-addons-section .sp-addon-card .sp-addon-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(14,165,233,0.12);
}

/* Anchors inside cards */
.sp-feature-card a,
.sp-addon-card a {
  color: inherit;
  text-decoration: underline;
}

/* ===============================
   Continue Button on Botton of pages
   =============================== */

/* Continue Button Section */
.sp-continue-section {
    text-align: center;
    padding: 2em 1em; /* spacing from content above */
}

.sp-continue-btn {
    display: inline-block;
    background-color: #47abfd; /* light blue fill */
    color: #fff; /* white text */
    font-size: 1.2em;
    font-weight: 500;
    padding: 0.8em 2.2em;
    border-radius: 8px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sp-continue-btn:hover {
    background-color: #fff; /* white inside */
    color: #47abfd; /* text turns blue */
    border: 2px solid #47abfd; /* blue border appears */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sp-continue-btn {
        font-size: 1em;
        padding: 0.7em 2em;
    }
}



/* ===============================
   Responsive Adjustments
   =============================== */
@media (max-width: 1080px) {
  .sp-hero-title { font-size: 5rem; }
  .sp-hero-price { font-size: 2.2rem; margin-bottom: 50px; }
  .sp-hero-price::after { width: 90vw; }
}

@media (max-width: 820px) {
  .sp-hero-title { font-size: 3.5rem; }
  .sp-hero-price { font-size: 2rem; margin-bottom: 40px; }
  .sp-hero-price::after { width: 85vw; }
}

@media (max-width: 480px) {
  .sp-hero-title { font-size: 2.5rem; }
  .sp-hero-price { font-size: 1.6rem; margin-bottom: 30px; }
  .sp-hero-price::after { width: 80vw; }

  .sp-feature-card,
  .sp-addon-card { padding: 18px 14px; }

  .sp-addons-section .sp-addon-card .sp-addon-btn {
    padding: 9px 16px;
    font-size: 0.95rem;
  }
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------- ####### ABOUT US PAGE STYLING###### -------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ===========================
   About Us Page Styles
   =========================== */
body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #222;
  background-color: #92909000;
  margin: 0;
}

/* subtle gray container for About section */
.about-container {
  background-color: #ece9e956; /* subtle gray for the content area */
  padding: 60px 20px;        /* space around text and boxes */
  border-radius: 12px;       /* optional: rounded corners */
  max-width: 1100px;         /* optional: keeps it centered and not too wide */
  margin: 0 auto 60px auto;  /* center it horizontally and add bottom spacing */
  box-shadow: 0 4px 12px rgba(92, 91, 91, 0.151); /* optional: subtle pop */
}

.about-us {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-us h2 {
  font-size: 2.7rem;
  margin-bottom: 25px;
  position: relative;
  color: #0a66c2;
  font-weight: 700;
}

.about-us h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0a66c2, #47e2fd);
  margin: 12px auto 0;
  border-radius: 2px;
}

.about-us p {
  font-size: 1.05rem;
  max-width: 800px;
  margin: 0 auto 25px auto;
  line-height: 1.8;
  color: #444;
}

.about-us .about-boxes {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-us .about-box {
  flex: 1;
  min-width: 280px;
  background: linear-gradient(145deg, #ffffff, #f0f4f8);
  padding: 35px 25px;
  border-radius: 15px;
  border-left: 6px solid #0a66c2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-us .about-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  border-color: #47e2fd; /* lightning blue accent on hover */
}

.about-us .about-box h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #0a66c2;
  font-weight: 600;
}

.about-us .about-box p,
.about-us .about-box ul {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.about-us .about-box ul {
  padding-left: 0;
  margin: 10px 0 0 0;
  list-style-type: none; /* removed bullet points */
}

.about-us .about-box ul li {
  margin-bottom: 8px;
}

/* ===========================
   Founders Section
   =========================== */
.founders-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
}

.founders-section h2 {
  font-size: 2.4rem;
  margin-bottom: 50px;
  color: #0a66c2;
  font-weight: 700;
  position: relative;
}

.founders-section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0a66c2, #47e2fd);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Desktop: 4 in a row, tablet: 2x2, mobile: 1 column */
.founders-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.founder-card {
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  text-align: center;
}

.founder-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border: 2px solid #47e2fd; /* lightning blue on hover */
}

.founder-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid #0a66c2;
}

.founder-card h3 {
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #0a66c2;
  font-weight: 600;
}

.founder-card .role {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.founder-card .bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* ===========================
   Responsive Design
   =========================== */
@media (max-width: 1200px) {
  .founders-container {
    grid-template-columns: repeat(2, 1fr); /* tablet 2x2 */
  }
}

@media (max-width: 768px) {
  .founders-container {
    grid-template-columns: 1fr; /* mobile single column */
  }

  .about-us h2 {
    font-size: 2.2rem;
  }

  .about-us p {
    font-size: 1em;
  }

  .about-us .about-boxes {
    gap: 25px;
  }

  .about-us .about-box {
    min-width: 100%;
  }
}

@media (max-width: 600px) {
  .about-container {
    padding: 50px 15px;
  }

  .about-us h2 {
    font-size: 1.9rem;
  }

  .about-us .about-box {
    padding: 25px;
  }

  .founders-section {
    padding: 60px 15px;
  }

  .founder-card {
    padding: 20px;
  }

  .founder-card img {
    width: 120px;
    height: 120px;
  }
}






/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------- ####### OVERRIDING NAV BAR AND HEADER CODE ###### -------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



#nav {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    line-height: 4em;
    background: radial-gradient(ellipse 55% 100% at center, #ffffff4d 0%, #f4f5f7 60%, #fdfeff 100%);
    /* subtle shine effect */
    box-shadow: 0 1px 12px 0 rgba(60, 60, 60, 0.08);
    border-bottom: 3px solid #302d2d1c;
    border-radius: 0;
    z-index: 0;
}

#nav > ul > li > span,
#nav > ul > li > a {
    color: #066fac; /* slightly darker blue for better contrast on white */
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
    font-size: 1.00em;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0.2em 1.4em;
    text-transform: none;
    text-shadow: none; /* remove glow for Tesla-like clarity */
    transition: color 0.2s ease;
}

#nav > ul > li > a:hover,
#nav > ul > li > span:hover {
    color: #0b4f78; /* darker shade on hover, subtle but clean */
}


/* =============================
   Mobile Hamburger Logo Fix
   ============================= */
@media (max-width: 767px) {
    #logo {
        position: relative;       /* ensure it stacks naturally above content */
        top: -75px;               /* move up slightly */
        left: 50%;                /* center horizontally */
        transform: translateX(-50%);
        height: 100px;             /* bigger than before */
        z-index: 2;               /* make sure it's above video header */
    }

    #logo a img {
        height: 350%;             /* fill the new height */
        width: auto;
        display: block;
    }
}

/* ------------------------------
   Logo on top, buttons below for narrow desktop
   ------------------------------ */
@media (max-width: 1200px) and (min-width: 768px) {
  /* Header flex layout for stacking */
  #header {
    display: flex;
    flex-direction: column; /* stack logo above buttons */
    align-items: center;
    gap: 0.25em; /* reduced spacing between logo and buttons */
    height: auto;
  }

 /* Keep the wordmark centered */
#logo {
  position: absolute;
  z-index: 1;
  top: 7.5px;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  #logo a img {
    height: 100%;
    width: auto;
    display: block;
  }

  /* Navbar buttons below logo, centered */
  #nav {
    position: relative !important;
    width: 100%;
    text-align: center;
  }

  #nav > ul {
    display: flex;
    justify-content: center;
    gap: 1em; /* space between buttons */
    flex-wrap: wrap; /* wrap if needed */
    margin-top: 0.25em; /* reduce top margin to tighten spacing */
  }

  #nav > ul > li > a,
  #nav > ul > li > span {
    font-size: 0.9em; /* gradually smaller */
    padding: 0.25em 0.9em;
  }
}



/* VERBOLTA LOGO Symbol on far left */
.nav-symbol {
  position: absolute;
  top: 20px;        /* aligns vertically with nav */
  left: 20px;      /* padding from edge */
  height: 40px;    /* same height as nav bar */
  display: flex;
  align-items: center;
  z-index: 2;
}

.nav-symbol img {
  height: 215%;
  width: auto;
  display: block;
  pointer-events: none; /* not clickable */
}







/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------- ####### NEW HOME PLAGE CODE ###### -------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



/* --------------------------
   Hero (video background)
   Matches HTML: 
   <div class="hero-section">
     <video class="hero-video" ...></video>
     <div class="hero-content"><h1>...</h1><a class="hero-btn">...</a></div>
   </div>
   -------------------------- */

/* Reset (safe, no font applied globally) */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Hero Section */
.hero-section {
  width: 100%;
  height: 80vh; /* adjust as needed */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* center content */
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.hero-section * {
  font-family: inherit;
}

/* Background Video */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  z-index: -1; /* behind content */
  border-top: 4px solid rgba(0, 0, 0, 0.63);;   /* subtle top border */
  border-bottom: 4px solid rgba(0, 0, 0, 0.63);/* subtle bottom border */
  border-left: 4px solid rgba(0, 0, 0, 0.63);
  border-right: 4px solid rgba(0, 0, 0, 0.63);
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;

  display: flex;
  flex-direction: column; /* stack items vertically */
  gap: 20px;             /* space between heading and button */
  justify-content: center; /* vertically center content in hero */
  align-items: center;     /* horizontally center content */
}

.hero-content h1 {
  font-size: 5.5vw; /* original size */
  font-weight: 600;
  color: #ffffff;
  transition: 0.3s;
  margin-bottom: 40px;
  margin-bottom: 60px; /* space between heading and button */
  -webkit-text-stroke: 1.4px rgb(15, 15, 15); /* faint black outline */
}


.hero-content .hero-subtext {
  font-size: 1.3vw;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;

  /* Subtle black border around text */
  text-shadow: 
    -0.5px -0.5px 0 #000,  
     0.5px -0.5px 0 #000,  
    -0.5px  0.5px 0 #000,  
     0.5px  0.5px 0 #000;
}

.hero-mission {
  font-size: 1.6vw;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;

  /* Subtle black border around text */
  text-shadow: 
    -0.5px -0.5px 0 #000,  
     0.5px -0.5px 0 #000,  
    -0.5px  0.5px 0 #000,  
     0.5px  0.5px 0 #000;
}



.hero-content h1:hover {
  -webkit-text-stroke: 1px #fff; /* white outline on hover */
  color: transparent;             /* transparent center */
}

/* Super Button Styles */
.super-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(145deg, #0f0f0f, #1c1c1c);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.super-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, #00ffff, #f7f6f7, #00ffff);
  animation: rotate 4s linear infinite;
  z-index: -2;
}

.super-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #0a0a0a;
  border-radius: inherit;
  z-index: -1;
}

.super-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.super-button:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .super-button {
    font-size: 4.5vw;   /* slightly bigger on mobile */
    padding: 10px 20px; /* increase padding a bit */
  }

  .hero-content h1 {
    font-size: 12vw;
  }

  .super-button {
    font-size: 4vw;
    padding: 8px 16px;
    border-radius: 50px;
  }
}


/* NEW Hero secton words and button break points */

/* =============================
   Hero Content Responsive Fix
   ============================= */

/* Tablet (landscape and medium screens) */
@media (max-width: 1200px) {
  .hero-content h1 {
    font-size: 4rem;      /* fixed size for stability */
    margin-bottom: 40px; 
  }

  .hero-content .hero-subtext {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .hero-mission {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .super-button {
    font-size: 1rem;
    padding: 12px 24px;
  }
}

/* Tablet portrait & small laptops */
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .hero-content .hero-subtext {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .hero-mission {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }

  .super-button {
    font-size: 0.95rem;
    padding: 10px 20px;
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .hero-content {
    gap: 14px; /* tighten spacing */
    padding: 0 20px; /* breathing room on sides */
  }

  .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.2; /* prevent overlapping lines */
  }

  .hero-content .hero-subtext {
    font-size: 0.9rem;
    margin-bottom: 14px;
    line-height: 1.3;
  }

  .hero-mission {
    font-size: 1rem;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .super-button {
    font-size: 0.9rem;
    padding: 8px 18px;
  }
}

/* Very small phones */
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }

  .hero-content .hero-subtext,
  .hero-mission {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .super-button {
    font-size: 0.85rem;
    padding: 7px 16px;
  }
}




/*------------------------------------END OF HERO SECTION (rest of homepage below)----------------------------------------*/

/* -------------------Testimonials Section ---------------------------------*/
.testimonials-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4em 0; /* space above and below the section */
  background: #fff; /* optional, can remove if you want transparent */
}

.testimonials-container {
  display: flex;
  gap: 20px; /* space between cards */
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  justify-content: center;
  align-items: flex-start;
}

/* Testimonial Card */
.testimonial-card {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* subtle hover effect */
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.testimonial-card img {
  width: 100%;
  vertical-align: middle;
}

.testimonial-card blockquote {
  position: relative;
  background-color: #ffffff;
  padding: 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}

.testimonial-card blockquote:before,
.testimonial-card blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

.testimonial-card blockquote:before {
  top: 25px;
  left: 20px;
}

.testimonial-card blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

.testimonial-card .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}

.testimonial-card .author {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 25px;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-card .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}

.testimonial-card .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-container {
    flex-direction: column;
    gap: 20px;
  }
}
.section-divider {
  width: 1800px;
  height: 4px;
  background: linear-gradient(to right, rgba(0,0,0,0.05), rgba(0,0,0,0.15), rgba(0,0,0,0.05));
  margin: 4em auto;
  border-radius: 2px;
}


/*---------------- BELOW is testimoal card patter backgorund--------------- */

/* Wrapper with dotted pattern */
.pattern-background {
  background-color: #fff; /* base white */
  background-image: radial-gradient(#4441413d 1px, transparent 1px);
  background-size: 10px 10px; /* dot spacing */
  padding: 60px 0; /* vertical spacing */
  position: relative;
  z-index: 0;
}
/* Make cards above the pattern */
.testimonials-container {
  position: relative;
  z-index: 1; /* above the background */
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.testimonial-card {
  background: #fff;       /* card remains white */
  color: #706d6d27;            /* text color */
  border-radius: 10px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.testimonial-card blockquote {
  color: #000;
}

.testimonial-card .author h5,
.testimonial-card .author span {
  color: #333;
}
/* Apply pattern directly behind the entire section */
.testimonials-section {
  background-color: transparent; /* let wrapper show through */
  position: relative;
  z-index: 0;
}


/* ------------------------------------------------END Testimonials Section ------------------------------------------------------*/

/* Why Choose Us Section */
.why-choose-us {
  background: #f8f9fb;
  padding: 80px 20px;
}

.why-title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.why-title h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #111;
  letter-spacing: 1px;
}

/* Container */
.why-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Feature Boxes (NOT cards) */
.why-box {
  flex: 1;
  min-width: 320px;
  background: #eaf6f9; /* subtle accent background */
  padding: 60px 50px;
  border-radius: 8px;
  border: none;
  box-shadow: none; /* no card look */
  text-align: left;
}

.why-box:nth-child(2) {
  background: #f0f0f0; /* alternate color for visual rhythm */
}

.why-box:nth-child(3) {
  background: #fff; /* give third one variation */
}

.why-box h3 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #027ea3;
  font-weight: 700;
}

.why-box p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}


/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------- ----------------------------------------####### FINAL CHECKOUT PAGE STYLING###### -------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ---------------------------
   Final Selection Section (Polished Version)
   --------------------------- */
.final-selection {
  background-color: #ffffff; /* clean white bg */
  padding: 4rem 2rem;
  border-radius: 1rem;
  max-width: 56rem;
  margin: 2rem auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.final-selection h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111827; /* gray-900 */
  line-height: 1.2;
}

.final-selection p.subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151; /* gray-700 */
  margin-bottom: 2rem;
}

#selected-templates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin-bottom: 2.5rem;
}

#selected-templates p {
  background-color: #f3f4f6; /* gray-100 */
  color: #111827;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.final-selection button#sendSelectionsBtn {
  background: linear-gradient(90deg, #2563eb, #3b82f6); /* gradient blue */
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

.final-selection button#sendSelectionsBtn:hover {
  background: linear-gradient(90deg, #1e40af, #2563eb);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
  transform: translateY(-2px);
}

.final-selection p.notice {
  font-size: 0.875rem;
  color: #6b7280; /* gray-500 */
  margin-top: 2rem;
  line-height: 1.5;
}

.final-selection p.notice a {
  color: #2563eb;
  text-decoration: underline;
}

.final-selection p.notice a:hover {
  color: #1d4ed8;
}





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------POLICY  STYLING   SECTION  STARTS  HERE-------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ================================
   Policy Page Styles
================================= */

/* Overall container */
.policy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Poppins', 'Segoe UI', Roboto, sans-serif;
  color: #1e293b; /* slate-dark for headings/text */
}

/* Main section styling */
.policy {
  background: #ffffff;           /* clean white background */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Page header */
.policy h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;                /* darker slate for contrast */
  text-align: center;
  margin-bottom: 20px;
}

/* Intro paragraph */
.policy p:first-of-type {
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
  color: #334155;               /* medium-dark gray */
}

/* Container for all policy sections */
.policy-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Individual policy section card */
.policy-section {
  background: #f1f5f9;          /* soft gray background for each section */
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;   /* subtle border */
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.policy-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Policy section headers */
.policy-section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;              /* slate-dark for clarity */
  margin-bottom: 10px;
}

/* Policy section text */
.policy-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;               /* medium gray text */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .policy {
    padding: 30px 20px;
  }

  .policy h2 {
    font-size: 2rem;
  }

  .policy-section {
    padding: 20px 15px;
  }
}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------DESGIN VIEWING PAGES (between select Design and Pricing Cards)-------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* ================================
   Template Detail Page Styles
   (Reusable across all detail pages)
================================= */

/* Hero Title Section with character */
.detail-hero {
  text-align: center;
  padding: 3rem 0;
  background: linear-gradient(135deg, #f0fdff 0%, #e0f7ff 100%);
  border-radius: 16px;
  margin-bottom: 3rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(53, 186, 226, 0.2);
}

/* Decorative elements for character */
.detail-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(53, 186, 226, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.detail-hero::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(22, 147, 206, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.detail-hero h1 {
  color: #1e293b;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.detail-hero p {
  color: #475569;
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .detail-hero h1 {
    font-size: 2.5rem;
  }
  .detail-hero p {
    font-size: 1.1rem;
  }
}

/* Expanded gallery container - centered with max width */
.detail-gallery {
  border: 3px solid #cbd5e1;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  margin-bottom: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.detail-gallery:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
  border-color: #35bae2;
}

/* Gallery wrapper to control image aspect ratio */
.detail-gallery .relative {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f8fafc;
}

/* Gallery navigation arrows - polished style with proper positioning */
.detail-gallery button {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid rgba(53, 186, 226, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.detail-gallery button:first-of-type {
  left: 1rem;
}

.detail-gallery button:last-of-type {
  right: 1rem;
}

.detail-gallery button:hover {
  background: #35bae2 !important;
  color: white;
  border-color: #35bae2;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(53, 186, 226, 0.4);
}

.detail-gallery img {
  transition: scale 0.4s ease;
}

.detail-gallery:hover img {
  scale: 1.03;
}

/* Description Section - Beautiful card style with max width and centered */
.detail-description {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdff 50%, #ffffff 100%);
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 3.5rem;
  box-shadow: 0 6px 20px rgba(53, 186, 226, 0.12);
  margin-bottom: 3rem;
  transition: all 0.3s ease;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

/* Decorative corner accents */
.detail-description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #35bae2 0%, transparent 70%);
  opacity: 0.08;
  border-radius: 0 0 100% 0;
}

.detail-description::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(315deg, #1693ce 0%, transparent 70%);
  opacity: 0.08;
  border-radius: 100% 0 0 0;
}

.detail-description:hover {
  box-shadow: 0 10px 30px rgba(53, 186, 226, 0.2);
  transform: translateY(-3px);
  border-color: #35bae2;
}

.detail-description h2 {
  color: #1e293b;
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1.25rem;
}

/* Decorative underline for h2 */
.detail-description h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #35bae2 0%, #1693ce 100%);
  border-radius: 2px;
}

.detail-description h3 {
  color: #1e293b;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.75rem;
  padding-left: 1.5rem;
  border-left: 5px solid #35bae2;
  position: relative;
}

.detail-description p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 1.5rem;
  text-align: left;
  max-width: 100%;
}

.detail-description > div > p:first-of-type {
  text-align: center;
  font-size: 1.2rem;
  color: #334155;
  padding: 0 2rem;
}

.detail-description strong {
  color: #1e293b;
  font-weight: 700;
}

/* Feature list styling - more centered and polished */
.detail-description ul {
  list-style: none;
  padding: 0;
  margin: 2.5rem auto;
  max-width: 800px;
}

.detail-description ul li {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdff 100%);
  border-radius: 12px;
  margin-bottom: 1.25rem;
  box-shadow: 0 3px 10px rgba(53, 186, 226, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

/* Subtle animated gradient on hover */
.detail-description ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(53, 186, 226, 0.05), transparent);
  transition: left 0.5s ease;
}

.detail-description ul li:hover::before {
  left: 100%;
}

.detail-description ul li:hover {
  background: linear-gradient(135deg, #f0fdff 0%, #ffffff 100%);
  box-shadow: 0 6px 18px rgba(53, 186, 226, 0.25);
  transform: translateX(10px) scale(1.02);
  border-color: #35bae2;
}

.detail-description ul li .text-teal-500 {
  color: #35bae2;
  font-size: 1.75rem;
  margin-right: 1.25rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* Ordered list styling - centered and more dynamic */
.detail-description ol {
  padding-left: 0;
  counter-reset: step-counter;
  list-style: none;
  max-width: 800px;
  margin: 2.5rem auto;
}

.detail-description ol li {
  counter-increment: step-counter;
  padding: 1.75rem 2rem 1.75rem 5rem;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdff 100%);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 10px rgba(53, 186, 226, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

/* Decorative background shimmer */
.detail-description ol li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(53, 186, 226, 0.05), transparent);
  transition: right 0.5s ease;
}

.detail-description ol li:hover::after {
  right: 100%;
}

.detail-description ol li:hover {
  background: linear-gradient(135deg, #f0fdff 0%, #ffffff 100%);
  box-shadow: 0 6px 18px rgba(53, 186, 226, 0.25);
  transform: translateX(10px) scale(1.02);
  border-color: #35bae2;
}

.detail-description ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #35bae2 0%, #1693ce 100%);
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 3px 8px rgba(53, 186, 226, 0.4);
  z-index: 1;
}

/* Info box styling - polished callout, centered */
.detail-info-box {
  background: linear-gradient(135deg, #e0f7ff 0%, #f0fdff 100%);
  border-left: 6px solid #35bae2;
  padding: 2.25rem 2.5rem;
  border-radius: 14px;
  margin-top: 3rem;
  box-shadow: 0 5px 15px rgba(53, 186, 226, 0.2);
  transition: all 0.3s ease;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(53, 186, 226, 0.2);
}

/* Decorative icon */
.detail-info-box::before {
  content: '💡';
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 3rem;
  opacity: 0.15;
}

.detail-info-box:hover {
  box-shadow: 0 8px 24px rgba(53, 186, 226, 0.35);
  transform: translateY(-3px);
  border-color: #35bae2;
}

.detail-info-box p {
  color: #1e293b;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* Call to Action Section - centered and constrained */
.detail-cta {
  text-align: center;
  padding: 3rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

/* Subtle gradient accent bar */
.detail-cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #35bae2 0%, #1693ce 100%);
}

.detail-cta:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  border-color: #cbd5e1;
}

.detail-cta h3 {
  color: #1e293b;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.detail-cta p {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Button container */
.detail-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .detail-cta-buttons {
    flex-direction: row;
  }
}

/* Secondary button variant */
.custom-link-secondary {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #ffffff;
  color: #35bae2;
  font-weight: 600;
  border-radius: 0.375rem;
  border: 2px solid #35bae2;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(53, 186, 226, 0.2);
}

.custom-link-secondary:hover {
  background: #35bae2;
  color: #ffffff;
  transform: scale(1.05);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(53, 186, 226, 0.4);
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .detail-gallery button {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }

  .detail-description {
    padding: 2rem 1.5rem;
  }

  .detail-description h2 {
    font-size: 2rem;
  }

  .detail-description h3 {
    font-size: 1.5rem;
  }

  .detail-cta {
    padding: 2rem 1.5rem;
  }

  .detail-hero {
    padding: 2rem 1rem;
  }
}