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

/*
	Escape Velocity 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.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;
	}

	body, input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #919499;
		font-size: 14pt;
		line-height: 1.75em;
		letter-spacing: 0.025em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		color: #484d55;
	}

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

	a {
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
		text-decoration: underline;
		color: #717479;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 700;
		color: #484d55;
	}

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

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		margin: 2em 0 2em 0;
	}

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

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

	.nobr {
		white-space: nowrap;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin-bottom: 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 68em;
	}

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

			.container {
				width: 70em;
			}

		}

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

			.container {
				width: calc(100% - 100px);
			}

		}

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

			.container {
				width: calc(100% - 100px);
			}

		}

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

			.container {
				width: calc(100% - 40px);
			}

		}

/* 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: 1680px) {

			.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-xlarge {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-xlarge {
					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-large {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-large {
					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: -8.75px;
					margin-left: -8.75px;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

			.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-medium {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-medium {
					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: 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-small {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-small {
					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;
						}

		}

/* Section/Article */

	section,
	article {
		margin: 0 0 4em 0;
	}

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

	header.style1 {
		text-align: center;
		padding: 3em 0 3em 0;
	}

		header.style1 h2 {
			font-weight: 700;
			font-size: 2em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

		header.style1 p {
			color: #b1b4b9;
			display: block;
			margin: 1.15em 0 0 0;
			font-size: 1.3em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

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

			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 thead {
				background: #484d55;
				color: #fff;
			}

			table.default tfoot {
				background: #eee;
			}

/* Form */

	form label {
		display: block;
		font-weight: 700;
		color: #484d55;
		margin: 0.25em 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #eee;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		width: 100%;
		padding: 0.75em 1em 0.75em 1em;
	}

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

	form input[type="text"],
	form input[type="email"]
	input[type="password"] {
		line-height: 1em;
	}

	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 8em;
	}

	form ul.actions {
		margin-top: 0;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		font-style: italic;
		line-height: 1.35em;
	}

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

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

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

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

/* Image */

	.image {
		display: inline-block;
	}

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

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

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

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

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

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

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		display: inline-block;
		background: #444;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.25em;
		text-decoration: none;
		border-radius: 0.35em;
		border: 0;
		outline: 0;
		cursor: pointer;
		padding: 0 2.25em 0 2.25em;
		font-size: 0.9em;
		min-width: 12em;
		height: 4em;
		line-height: 4em;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: #f98780;
		}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1em;
			min-width: 14em;
		}

		input[type="button"].style1,
		input[type="submit"].style1,
		input[type="reset"].style1,
		button.style1,
		.button.style1 {
			background: #e97770 url("images/overlay.png");
			color: #fff;
		}

			input[type="button"].style1:hover,
			input[type="submit"].style1:hover,
			input[type="reset"].style1:hover,
			button.style1:hover,
			.button.style1:hover {
				background-color: #f98780;
			}

			input[type="button"].style1:active,
			input[type="submit"].style1:active,
			input[type="reset"].style1:active,
			button.style1:active,
			.button.style1:active {
				background-color: #d96760;
			}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		button.style2,
		.button.style2 {
			background: none;
			color: #606167;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			button.style2:hover,
			.button.style2:hover {
				box-shadow: inset 0px 0px 2px 0px #606167;
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			button.style2:active,
			.button.style2:active {
				box-shadow: inset 0px 0px 2px 0px #202127;
			}

		input[type="button"].style3,
		input[type="submit"].style3,
		input[type="reset"].style3,
		button.style3,
		.button.style3 {
			background: #2f333b url("images/overlay.png");
			color: #fff;
		}

			input[type="button"].style3:hover,
			input[type="submit"].style3:hover,
			input[type="reset"].style3:hover,
			button.style3:hover,
			.button.style3:hover {
				background-color: #3f434b;
			}

			input[type="button"].style3:active,
			input[type="submit"].style3:active,
			input[type="reset"].style3:active,
			button.style3:active,
			.button.style3:active {
				background-color: #1f232b;
			}

/* List */

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

		ul li {
			padding-left: 0.5em;
		}

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

			ul.style2 li {
				border-top: solid 1px #eee;
				padding: 1.5em 0 0 0;
				margin: 1.5em 0 0 0;
			}

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

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

			ul.style3 li {
				border-top: solid 1px #eee;
				padding: 0.5em 0 0 0;
				margin: 0.5em 0 0 0;
			}

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

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

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
		margin: 3em 0 0 0;
	}

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

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

			ul.actions li:last-child {
				margin-right: 0;
			}

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

/* ---------------------------------------------------------------------------------------- WHY choose us? (home page section) -------------------------------------------------------------------------*/

/* Feature List */

.feature-list {
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0.75em;
}

	.feature-list section {
		border-top: solid 1px #eee;
		padding-top: 3em;
		padding-left: 5em;
		position: relative;
	}

	@media screen and (min-width: 981px) {

		.feature-list > .row > :nth-child(-n + 2) > section {
			border-top: 0;
			padding-top: 0;
		}

	}

	.feature-list h3 {
		color: #e97770 !important;
		margin: -0.35em 0 0.75em 0;
		font-size: 1.15em;
		letter-spacing: 0.05em;
	}

		.feature-list h3:before {
			display: block;
			color: #fff;
			background: #2f333b url("images/overlay.png");
			border-radius: 2.5em;
			text-align: center;
			width: 2.5em;
			height: 2.5em;
			line-height: 2.5em;
			margin-right: 0.75em;
			position: absolute;
			left: 0;
			margin-top: -0.5em;
		}

	.feature-list.small section {
		padding-left: 3.5em;
	}

	.feature-list.small h3:before {
		font-size: 0.8em;
	}

/* 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;
		font-size: 1.25em;
	}

	.icon > .label {
		display: none;
	}

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

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

/* Box */

.box header {
	margin: 0 0 1.5em 0;
}

	.box header.style1 {
		position: relative;
		margin: -0.5em 0 0 0;
		padding-top: 0;
	}

.box h2 {
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}

.box h3 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.box.post-excerpt .image.left {
	position: relative;
	top: 0.5em;
	width: 5em;
}

.box.post-excerpt h3, .box.post-excerpt p {
	margin-left: 7em;
}

/* Wrapper */

.wrapper {
	position: relative;
	padding: 6em 0 9em 0;
}

	.wrapper .title {
		position: absolute;
		top: 0;
		left: 50%;
		text-align: center;
		text-transform: uppercase;
		display: block;
		font-weight: 700;
		letter-spacing: 0.25em;
		font-size: 0.9em;
		width: 25em;
		height: 3.25em;
		top: -3.25em;
		line-height: 3.25em;
		margin-bottom: -3.25em;
		margin-left: -12.5em;
		padding-top: 0.5em;
	}

		.wrapper .title:before {
			content: '';
			position: absolute;
			bottom: -38px;
			left: -35px;
			width: 35px;
			height: 38px;
			background: url("images/shadow.png");
		}

		.wrapper .title:after {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			content: '';
			position: absolute;
			bottom: -38px;
			right: -35px;
			width: 35px;
			height: 38px;
			background: url("images/shadow.png");
		}

	.wrapper.style1 {
		background: #e97770 url("images/overlay.png");
		color: #eee;
		color: rgba(255, 255, 255, 0.75);
	}

		.wrapper.style1 .title {
			background: #e97770 url("images/overlay.png");
			color: #fff;
		}

		.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
			color: #fff;
		}

	.wrapper.style2 {
		background: #fff;
	}

		.wrapper.style2 .title {
			background: #fff;
			color: #484d55;
		}

	.wrapper.style3 {
		background: #f3f3f3 url("images/overlay.png");
	}

		.wrapper.style3 .title {
			background: #f3f3f3 url("images/overlay.png");
			color: #484d55;
		}

		.wrapper.style3 .image {
			border: solid 10px #fff;
		}

/* Page Wrapper */

#page-wrapper > section {
	margin-bottom: 0;
}

/* Override for Why Choose Us section ONLY */
#main.wrapper.style2 {
    background-color: #000;
}

#main.wrapper.style2 .title {
    background-color: #000;
    color: #fff;
}

/* Why Choose Us Cards - Unique Classes */
.why-choose-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.why-choose-card {
  display: block;
  position: relative;
  max-width: 300px;
  min-height: 280px;
  background-color: #000;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #4b0000, #1a0000);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  transition: transform 0.3s ease;
}

.why-choose-card:hover {
  transform: translateY(-5px);
}

.why-choose-card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #5c0000, #ff0000);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.why-choose-card:hover:before {
  transform: scale(28);
}

.why-choose-card-title {
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #fff;
}

.why-choose-card-desc {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
  transition: color 0.5s ease-out;
}

.why-choose-card:hover .why-choose-card-desc {
  color: rgba(255, 255, 255, 0.9);
}

.why-choose-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #800000, #4b0000);
  border-radius: 0 4px 0 32px;
}

.why-choose-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

/* Responsive for cards */
@media screen and (max-width: 980px) {
    .why-choose-cards-wrapper {
        gap: 15px;
    }
    
    .why-choose-card {
        max-width: 280px;
    }
}

@media screen and (max-width: 736px) {
    .why-choose-card {
        max-width: 100%;
        margin: 8px 0;
    }
}


/*------------------------------------------------------------------------------------------------------------- Header ---------------------------------------------------------------------------------------*/

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		height: 24em;
		background: url("../../images/banner.jpg") center center;
		background-size: cover;
		padding: 0;
	}

		#header:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
		}

		.homepage #header {
			height: 35em;
		}

/* Logo */

	#logo {
		width: 100%;
		text-align: center;
		position: relative;
		top: 1.5em;
	}

		#logo h1 {
			font-weight: 900;
			text-transform: uppercase;
			color: #fff;
			font-size: 2em;
			letter-spacing: 0.25em;
		}

		#logo p {
			color: #eee;
			color: rgba(255, 255, 255, 0.5);
			text-transform: uppercase;
			margin: 1.25em 0 0 0;
			display: block;
			letter-spacing: 0.2em;
			font-size: 0.9em;
		}






/* =========================
   Responsive logo + header fixes
   Paste at the END of your header CSS
   ========================= */

/* If your site uses a fixed navbar, set the nav height here.
   Adjust the value to match your navbar's height (in px or rem). */
:root {
  --nav-height: 64px; /* <-- change if your navbar is taller/shorter */
}

/* Ensure header content stacks above the overlay and is below the navbar */
#header {
  position: relative;        /* already set, but reinforce */
  z-index: 1;                /* bring header content above pseudo-overlay */
  box-sizing: border-box;
  padding-top: var(--nav-height); /* pushes header content BELOW a fixed navbar */
}

/* Make the overlay sit *behind* the header content */
#header:before {
  z-index: 0;
}

/* Make header use flexbox center alignment (safe override) */
#header {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Reset the top offset from earlier styles and keep logo centered */
#logo {
  position: relative;
  top: 0 !important;         /* override previous top: 1.5em */
  transform: translateY(0);   /* avoid pushes that break centering */
  margin: 0 auto;
  text-align: center;
  z-index: 2;                 /* keeps logo above overlay */
}

/* Responsive sizing for the logo image (smooth scaling) */
#logo img {
  display: block;
  margin: 0 auto;
  height: auto;
  /* clamp(min, preferred, max) - adjusts by viewport width (vw) */
  width: clamp(120px, 18vw, 300px); 
  max-width: 90%;
}

/* Finer control at tablet and mobile breakpoints */
@media (max-width: 1100px) {
  :root { --nav-height: 56px; }  /* reduce top padding slightly on smaller screens */
  #logo img { width: clamp(100px, 20vw, 240px); }
  #header { height: auto; }      /* allow header to grow/shrink naturally */
}

@media (max-width: 900px) {
  :root { --nav-height: 56px; }
  #logo img { width: clamp(90px, 24vw, 200px); }
  #header { padding-top: calc(var(--nav-height) - 6px); }
}

@media (max-width: 480px) {
  :root { --nav-height: 48px; }
  #logo img { width: clamp(72px, 32vw, 160px); }
  #header { padding-top: calc(var(--nav-height) - 8px); }
}



/*------------------------------------------------------------------ Nav Bar Edits ---------------------------------------------------------*/

	
	#nav > ul {
	display: inline-block;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.048);
	padding: 0 1.5em 0 1.5em;
	background: rgba(34, 40, 53, 0.068);  /* Semi-transparent background */
	backdrop-filter: blur(10px);  /* Blur effect */
	-webkit-backdrop-filter: blur(10px);  /* Safari support */
}


#nav {
		position: absolute;
		display: block;
		top: 2.5em;
		left: 0;
		width: 100%;
		text-align: center;
	}

		#nav > ul {
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
			padding: 0 1.5em 0 1.5em;
		}

			#nav > ul > li {
				display: inline-block;
				text-align: center;
				padding: 0 1.5em 0 1.5em;
			}

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

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					color: #eee;
					color: rgba(255, 255, 255, 0.75);
					text-transform: uppercase;
					text-decoration: none;
					font-size: 0.7em;
					letter-spacing: 0.25em;
					height: 5em;
					line-height: 5em;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
					-o-transition: all .25s ease-in-out;
					-ms-transition: all .25s ease-in-out;
					transition: all .25s ease-in-out;
					outline: 0;
				}

				#nav > ul > li:hover > a {
					color: #fff;
				}

				#nav > ul > li.active > a, #nav > ul > li.active > span {
					color: #fff;
				}

	.dropotron {
		background: #222835 url("images/overlay.png");
		background-color: rgba(44, 50, 63, 0.925);
		padding: 1.25em 1em 1.25em 1em;
		border-radius: 0.35em;
		box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
		min-width: 12em;
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
		list-style: none;
	}

		.dropotron.level-0 {
			margin-top: -1px;
			margin-left: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.dropotron a, .dropotron span {
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			display: block;
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.7em;
			letter-spacing: 0.25em;
			border-top: solid 1px rgba(255, 255, 255, 0.15);
			line-height: 3em;
		}

		.dropotron li {
			padding-left: 0;
		}

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

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
			}


			/* =====================================================
   FIX: Mobile Hamburger Menu Text Color (Override)
   ===================================================== */

/* This targets the mobile dropdown menu UL / LI / links */
#navPanel,
#navPanel a,
#navPanel ul,
#navPanel li {
    color: #fff !important;           /* Make all text white */
    fill: #fff !important;            /* Fix SVG icons if any */
}

/* Links specifically */
#navPanel a {
    color: #fff !important;
}

/* If your mobile menu labels inside dropdown are p/h1/etc */
#navPanel * {
    color: #fff !important;
}

/* Optional: highlight the active/hover state */
#navPanel a:hover {
    color: #ff6464 !important;        /* Any light red or your brand color */
}


/*------------------------------------------------------------------------------------- BOOKING HOME PAGE TAB ------------------------------------------------------------- */

	#intro {
	padding-bottom: 8em;
	text-align: center;
}

	#intro p.style1 {
		font-size: 1.5em;
		letter-spacing: 0.075em;
	}

	#intro p.style2 {
		font-weight: 700;
		color: #fff;
		border-radius: 0.35em;
		box-shadow: none;  /* Remove the white border */
		font-size: 2.75em;
		letter-spacing: 0.075em;
		line-height: 1.35em;
		padding: 1em 0 1em 0;
		margin-bottom: 1em;
	}

		#intro p.style2 a {
			color: inherit;
			text-decoration: none;
		}

	#intro p.style3 {
		font-size: 1.1em;
		width: 48em;
		margin: 0 auto;
}

#intro.wrapper.style1 {
	background-color: #6e0909;  /* Dark red */
	color: #fff;
	border: 5px solid #000;
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
	position: relative;
}

/* Center running man silhouette */
#intro.wrapper.style1::before {
	content: '🏃';  /* Running emoji as silhouette */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30em;  /* Even bigger */
	opacity: 0.25;  /* Less transparent */
	filter: grayscale(100%) brightness(0);  /* Makes it black */
	z-index: 0;
}

/* Left running man - smaller and higher */
#intro.wrapper.style1::after {
	content: '🏃';
	position: absolute;
	top: 40%;
	left: 15%;
	transform: translate(-50%, -50%) scaleX(-1);  /* Flip horizontally */
	font-size: 22em;  /* Smaller */
	opacity: 0.18;  /* More transparent */
	filter: grayscale(100%) brightness(0);
	z-index: 0;
}

/* Right running man - different size and position */
#intro.wrapper.style1 .container::before {
	content: '🏃';
	position: absolute;
	top: 60%;
	right: -35%;
	transform: translate(-50%, -50%) rotate(-5deg);  /* Slight rotation */
	font-size: 26em;  /* Different size */
	opacity: 0.20;
	filter: grayscale(100%) brightness(0);
	z-index: 0;
}

#intro.wrapper.style1 .container {
	position: relative;
	z-index: 1;  /* Keep content above silhouette */
}

/* Scale down all runners on tablets and smaller */
@media screen and (max-width: 1280px) {
	#intro.wrapper.style1::before {
		font-size: 20em;
	}
	
	#intro.wrapper.style1::after {
		font-size: 15em;
	}
	
	#intro.wrapper.style1 .container::before {
		font-size: 18em;
	}
}

/* Scale down more on mobile */
@media screen and (max-width: 736px) {
	#intro.wrapper.style1::before {
		font-size: 12em;
	}
	
	#intro.wrapper.style1::after {
		font-size: 9em;
	}
	
	#intro.wrapper.style1 .container::before {
		font-size: 10em;
	}
}

/* Override the tab/title */
#intro .title {
	background-color: #6e0909;  /* Same dark red */
	color: #fff;
	border: 5px solid #000;
	border-bottom: none;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5em), calc(100% - 5px) calc(100% - 1.5em), calc(100% - 5px) 100%, 5px 100%, 5px calc(100% - 1.5em), 0 calc(100% - 1.5em));
	box-shadow: none;
	height: 4.5em;
	line-height: 3.25em;
	margin-bottom: -1.5em;
	z-index: 10;
}

/* Keep the side shadows for 3D effect */
#intro .title:before,
#intro .title:after {
	filter: brightness(0.3);
}










/* Centering wrapper */
.book-now-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

/* -----------------------------------
   Uiverse Button (black → white hover)
----------------------------------- */

.btn-53,
.btn-53 *,
.btn-53 :after,
.btn-53 :before,
.btn-53:after,
.btn-53:before {
  border: 0 solid;
  box-sizing: border-box;
}

/* Kill ANY browser or theme outlines, borders, glow, or focus colors */
.btn-53,
.btn-53:focus,
.btn-53:active,
.btn-53:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Remove HTML5 UP default hover color inheritance */
.btn-53,
.btn-53:hover,
.btn-53 * {
  background-image: none !important;
}

/* Base button */
.btn-53 {
  background-color: #000000 !important;  /* black default */
  color: #f8f5f5 !important;             /* white text default */
  cursor: pointer;
  font-family: ui-sans-serif, system-ui;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;

  border: 1px solid #fffdfd !important;     /* black border default */
  border-radius: 999px;
  display: block;
  font-weight: 900;
  overflow: hidden;
  padding: 1.2rem 3rem;
  position: relative;
  text-transform: uppercase;
}

/* DEFAULT STATE "ORIGINAL" LAYER */
.btn-53 .original {
  background: #fcf8f8 !important;  /* black */
  color: #0a0000 !important;       /* white text */
  inset: 0;
  display: grid;
  place-content: center;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

/* HOVER STATE BACKGROUND OVERRIDE */
.btn-53:hover .original {
  background: #ffffff !important;  /* white bg */
  color: #ffffff !important;       /* black text */
  transform: translateY(100%);
}

/* LETTER ANIMATION LAYER */
.btn-53 .letters {
  display: inline-flex;
  gap: 2px;
}

/* Default letter color (hover text color) */
.btn-53 span {
  color: #ffffff !important;       /* black text on hover */
  opacity: 0;
  transform: translateY(-15px);
  transition:
    transform 0.2s cubic-bezier(0.87, 0, 0.13, 1),
    opacity 0.2s;
}

.btn-53 span:nth-child(2n) {
  transform: translateY(15px);
}

/* Fade in on hover */
.btn-53:hover span {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger animation */
.btn-53:hover span:nth-child(2) { transition-delay: 0.1s; }
.btn-53:hover span:nth-child(3) { transition-delay: 0.2s; }
.btn-53:hover span:nth-child(4) { transition-delay: 0.3s; }
.btn-53:hover span:nth-child(5) { transition-delay: 0.4s; }
.btn-53:hover span:nth-child(6) { transition-delay: 0.5s; }


/* Spacer between BOOK and NOW */
.btn-53 .btn-space {
  display: inline-block;
  width: 0.5rem; /* adjust spacing here */
  opacity: 0; /* stays invisible on default */
  transition:
    opacity 0.2s,
    transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

/* On hover, spacer appears with letters */
.btn-53:hover .btn-space {
  opacity: 1;
  transform: translateY(0);
}


/* Breakpoints for the section bookmark and button */
@media screen and (max-width: 768px) {
  /* Make the bookmark full width on tablets/small screens */
  #intro .title {
    width: 90%;        /* stretch nearly full width */
    margin-left: -45%; /* keep it centered */
    font-size: 0.85em; /* optional smaller font */
  }

  /* Optional: reduce button padding to prevent overflow */
  .btn-53 {
    padding: 1rem 2rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  #intro .title {
    width: 95%;        /* almost full width on phones */
    margin-left: -47.5%;
    font-size: 0.8em;  /* smaller font for mobile */
  }

  .btn-53 {
    padding: 0.8rem 1.5rem;
    font-size: 0.85rem;
  }
}



/*--------------------------------------------------------------------------- ATA Logo over the slideshow--------------------------------------------- ----------*/

/* Logo */

	#logo {
		width: 100%;
		text-align: center;
		position: relative;
		top: 0;  /* Changed from 1.5em */
		padding-top: 1em;  /* Adds space below the nav bar */
		padding-bottom: 9em;
		z-index: 1;  /* Keeps it behind nav but in front of background */
	}

		#logo h1 {
			font-weight: 900;
			text-transform: uppercase;
			color: #fff;
			font-size: 2em;
			letter-spacing: 0.25em;
		}

		#logo p {
			color: #eee;
			color: rgba(255, 255, 255, 0.5);
			text-transform: uppercase;
			margin: 1.25em 0 0 0;
			display: block;
			letter-spacing: 0.2em;
			font-size: 0.9em;
		}

		/* Logo image specific styles */
		#logo .logo-image {
			max-width: 350px;  /* Increased from 200px */
			height: auto;
			display: block;
			margin: 0 auto;
		}

		#logo .logo-heading {
			margin: 0;
		}

		#logo .logo-link {
			display: inline-block;
		}

	
#logo p.logo-tagline {
	color: #fff;
	text-transform: uppercase;
	margin: 1.25em 0 0 0;
	display: block;
	letter-spacing: 0.2em;
	font-size: 0.9em;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
	font-weight: 700;
}

div.logo-tagline, 
div.logo-tagline strong {
	color: #fff !important;
	text-transform: uppercase;
	margin: .75em 0 0 0;
	display: block;
	letter-spacing: 0.2em;
	font-size: 0.9em;
	text-shadow: 3px 3px 12px rgb(0, 0, 0);
	font-weight: 700;
}



/*----------------------------- Slideshow HERO section ---------------------------*/
.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.slideshow .slide.active {
	opacity: 1;
}

/* Make sure nav and logo are above slideshow */
#nav {
	z-index: 100;
}

#logo {
	z-index: 50;
}
 /*------------------------------------------------------------------------------------------------------------- END HEADER ---------------------------------------------------------------------------------------*/
/* Main */

/* Footer */

	#footer {
		background: #282b34 url("images/overlay.png");
		color: #eee;
		color: rgba(255, 255, 255, 0.5);
		padding-bottom: 6em;
	}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b, #footer a {
			color: #fff;
		}

		#footer hr {
			border-top-color: #333;
			border-top-color: rgba(255, 255, 255, 0.05);
		}

		#footer form input[type="text"],
		#footer form input[type="email"],
		#footer form input[type="password"],
		#footer form select,
		#footer form textarea {
			background: #ccc;
			box-shadow: none;
		}

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

		#footer input[type="button"],
		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer button,
		#footer .button {
			color: #fff;
			box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
		}

			#footer input[type="button"]:hover,
			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer button:hover,
			#footer .button:hover {
				color: #fff;
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
			}

			#footer input[type="button"]:active,
			#footer input[type="submit"]:active,
			#footer input[type="reset"]:active,
			#footer button:active,
			#footer .button:active {
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
			}

			#footer input[type="button"].style2:active,
			#footer input[type="submit"].style2:active,
			#footer input[type="reset"].style2:active,
			#footer button.style2:active,
			#footer .button.style2:active {
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
			}

		#footer .title {
			background: #282b34 url("images/overlay.png");
			color: #eee;
		}

		#footer header.style1 {
			padding-bottom: 6em;
			margin-bottom: 6em;
			border-bottom: solid 1px rgba(255, 255, 255, 0.05);
		}

			#footer header.style1 h2 {
				color: #fff;
			}

			#footer header.style1 .p {
				color: inherit;
			}

		#footer .feature-list {
			max-width: 100%;
		}

			#footer .feature-list section {
				border-top-color: rgba(255, 255, 255, 0.05);
			}

			#footer .feature-list h3:before {
				background: #3d4249 url("images/overlay.png");
			}

/* Copyright */

	#copyright {
		text-align: center;
		padding-top: 6em;
		margin-top: 6em;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
	}

		#copyright ul {
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
			color: #aaa;
			color: rgba(255, 255, 255, 0.25);
			padding: 0.75em 2em;
			font-size: 0.9em;
		}

			#copyright ul li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				border-left: solid 1px #333;
				border-left-color: rgba(255, 255, 255, 0.05);
			}

				#copyright ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		#copyright a {
			color: inherit;
		}

			#copyright a:hover {
				color: #fff;
			}

/* XLarge */

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

		/* Basic */

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

	}

/* Large */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
				line-height: 1.5em;
				letter-spacing: 0.015em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4em 0 7em 0;
			}

		/* Logo */

			#logo {
				margin-top: -0.5em !important;
			}

				#logo h1 {
					font-size: 1.75em;
				}

		/* Intro */

			#intro {
				padding-bottom: 7em;
			}

				#intro p.style1 {
					font-size: 1.25em;
				}

				#intro p.style2 {
					font-size: 2.25em;
				}

		/* Footer */

			#footer {
				padding-bottom: 4em;
			}

				#footer header.style1 {
					padding-bottom: 4em;
					margin-bottom: 4em;
					border-bottom: solid 1px rgba(255, 255, 255, 0.05);
				}

		/* Copyright */

			#copyright {
				padding-top: 4em;
				margin-top: 4em;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

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

		/* Section/Article */

			header br {
				display: none;
			}

		/* Form */

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

		/* Feature List */

			.feature-list {
				max-width: 40em;
			}

				.feature-list section {
					padding-top: 4em;
				}

				.feature-list > .row > :first-child > section {
					border-top: 0;
					padding-top: 0;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Logo */

			#logo {
				top: 0;
			}

		/* Intro */

			#intro p.style3 {
				width: auto;
			}

		/* Highlights */

			#highlights .highlight {
				max-width: 40em;
				margin-left: auto;
				margin-right: auto;
			}

		/* -----------------------------------------------------------------------------------------Footer---------------------------------------------------------------- */

			html {
    scroll-behavior: smooth;
}
		
		#footer .feature-list {
				border-top: solid 1px rgba(255, 255, 255, 0.05);
				padding-top: 4em;
			}

	}

		@media screen and (max-width: 980px) and (min-width: 737px) {

				#footer .feature-list > .row > :nth-child(2) > section {
					border-top: 0;
					padding-top: 0;
				}

		}

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

		/* 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;
			}

			#titleBar {
				-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;
				background: none;
			}

				#titleBar .title {
					display: none;
				}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					top: 0;
					left: 0;
					width: 60px;
					height: 44px;
				}

					#titleBar .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;
					}

					#titleBar .toggle:before {
						-moz-transition: all .15s ease-in-out;
						-webkit-transition: all .15s ease-in-out;
						-ms-transition: all .15s ease-in-out;
						transition: all .15s ease-in-out;
						text-decoration: none;
						content: '\f0c9';
						font-size: 14px;
						position: absolute;
						top: 6px;
						left: 6px;
						display: block;
						width: 54px;
						height: 38px;
						line-height: 38px;
						text-align: center;
						color: rgba(255, 255, 255, 0.75);
						background-color: rgba(92, 95, 103, 0.5);
						border-radius: 0.25em;
					}

					#titleBar .toggle:active:before {
						background-color: rgba(92, 95, 103, 0.75);
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-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: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #080808 ;
				box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
			}

				#navPanel .link {
					display: block;
					color: rgb(255, 255, 255);
					text-transform: uppercase;
					text-decoration: none;
					font-size: 0.85em;
					letter-spacing: 0.15em;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					margin: 0 15px 0 15px;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#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: #181414;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

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

	}

/* Small */

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

		/* Basic */

			body, input, select, textarea {
				line-height: 1.5em;
				font-size: 10.5pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 0.05em;
				margin: 0 0 1em 0;
			}

			hr {
				margin: 1em 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

			header br {
				display: none;
			}

			header.style1 {
				padding: 0 0 1em 0;
			}

				header.style1 h2 {
					font-size: 1.5em;
					letter-spacing: 0.075em;
					line-height: 1.25em;
				}

				header.style1 p {
					font-size: 1em;
					letter-spacing: 0;
					display: block;
					margin: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				font-size: 1em;
				max-width: 30em;
				margin: 0 auto;
			}

		/* Actions */

			ul.actions {
				margin: 2em 0 0 0;
			}

				ul.actions li {
					margin: 15px 0 0 0;
					display: block;
				}

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

		/* Feature List */

			.feature-list section {
				padding-top: 2em;
				padding-left: 4em;
			}

			.feature-list h3:before {
				font-size: 0.9em;
			}

		/* Box */

			.box.post-excerpt .image.left {
				position: relative;
				top: 0.25em;
				width: 25%;
				margin: 0;
			}

			.box.post-excerpt h3, .box.post-excerpt p {
				margin-left: 32.5%;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 0 6em 0;
			}

				.wrapper .title {
					font-size: 0.9em;
					width: 18em;
					height: 2.5em;
					top: -2.5em;
					line-height: 2.5em;
					margin-bottom: -2.5em;
					margin-left: -9em;
					padding-top: 0.5em;
				}

					.wrapper .title:before, .wrapper .title:after {
						height: 15px;
						bottom: -15px;
						background-size: 100% 100%;
					}

		/* Header */

			#header {
				height: 17em;
			}

				.homepage #header {
					height: 20em;
				}

		/* Logo */

			#logo {
				text-align: center;
				padding-left: 2em;
				padding-right: 2em;
			}

				#logo h1 {
					font-size: 1.5em;
					letter-spacing: 0.2em;
				}

				#logo p {
					margin: 1.25em 0 0 0;
					display: block;
					letter-spacing: 0.2em;
					font-size: 0.9em;
				}

		/* Intro */

			#intro {
				text-align: center;
				padding-right: 2em;
				padding-left: 2em;
				padding-bottom: 5em;
				margin: 0 auto;
			}

				#intro p.style1 {
					margin-bottom: 1.5em;
				}

				#intro p.style2 {
					font-size: 1.5em;
					letter-spacing: 0.05em;
					line-height: 1.25em;
					padding: 1.25em;
				}

		/* Features */

			#features header.style1 {
				padding-bottom: 4em;
			}

			#features ul.actions {
				margin-top: 4em;
			}

		/* Content */

			#content {
				padding: 0 0 2em 0;
			}

				#content header.style1 {
					padding-bottom: 2.5em;
				}

		/* Footer */

			#footer {
				padding-bottom: 0;
			}

				#footer header.style1 {
					padding-bottom: 0;
					margin-bottom: 2em;
					border-bottom: 0;
				}

				#footer .feature-list {
					border-top: 0;
					padding-top: 0;
				}

		/* Copyright */

			#copyright {
				padding-top: 0;
				margin-top: 4em;
				border-top: 0;
			}

				#copyright ul {
					padding: 1em 2em;
					width: 100%;
				}

					#copyright ul li {
						display: block;
						margin: 0.5em 0 0 0;
						border-left: 0;
						padding: 0;
					}

						#copyright ul li:first-child {
							margin-top: 0;
						}

	}


	/* Simple Contact Info Column */
.contact-info-column {
	display: flex;
	flex-direction: column;
	gap: 2em;
	padding: 2em;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 1em;
	font-size: 1.1em;
}

.contact-item i {
	font-size: 1.5em;
	color: #9b0e07;
	min-width: 30px;
}

.contact-item a {
	color: #484d55;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-item a:hover {
	color: #4e1a19;
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 736px) {
	.contact-info-column {
		padding: 1em;
		gap: 1.5em;
	}
	
	.contact-item {
		font-size: 1em;
	}
}

	
/*------------------------------------------------------------------------------------- Testimonials Section Styling ---------------------------------------------------------------------------*/

/* ------------------------------
   Testimonials Section Unique
------------------------------- */

/* Section wrapper — KEEP BACKGROUND/DECORATIVE ELEMENTS */
#testimonials-unique {
  padding: 6em 0;
  text-align: center;
  color: #111; /* keep text readable */
  position: relative;
}

/* Big Section Title */
#testimonials-unique .title {
  font-size: 3em;        /* make it huge */
  font-weight: 800;      /* bold */
  margin-bottom: 2rem;   /* spacing below title */
  color: #111;           /* fully visible */
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Cards container */
.testimonials-container-unique {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

/* Track wrapper for sliding effect */
.testimonial-track-unique {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Individual testimonial card */
.testimonial-card-unique {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

/* Card content */
.testimonial-content-unique {
  background-color: #fff; /* keep cards white */
  width: 100%;
  max-width: 350px;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Header: avatar + name + role */
.testimonial-header-unique {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar-unique {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e97770;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-name-unique {
  font-weight: 700;
  font-size: 1.1em;
}

.testimonial-role-unique {
  font-size: 0.9em;
  color: #777;
}

/* Rating */
.testimonial-rating-unique {
  color: #e97770;
  font-size: 1.2em;
}

/* Text */
.testimonial-text-unique {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
}

/* Button */
.testimonial-btn-unique {
  padding: 0.8em 2em;
  background-color: #e97770;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.testimonial-btn-unique:hover {
  background-color: #fff;
  color: #e97770;
  border: 1px solid #e97770;
}

/* Dots */
.testimonial-dots-unique {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

.testimonial-dots-unique span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-dots-unique span.active {
  background: #e97770;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .testimonial-content-unique {
    max-width: 95%;
    padding: 1rem;
  }

  #testimonials-unique .title {
    font-size: 2em; /* scale title down on mobile */
  }
}


/*-----------------------------------------------------------------------About The Coaching Section Styling HOME PAGEE  ---------------------------------------------------------------*/

/* About Coach Section - Streamlined */
.coach-showcase-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2em;
}

.coach-profile-layout {
	display: flex;
	gap: 3em;
	align-items: flex-start;
	margin-bottom: 2em;
}

/* Left Column - Photo */
.coach-photo-wrapper {
	flex: 0 0 300px;
	text-align: center;
}

.coach-photo-frame {
	position: relative;
	width: 280px;
	height: 320px;
	margin: 0 auto 1em auto;
	padding: 8px;
	background: linear-gradient(135deg, #8B0000 0%, #000000 50%, #8B0000 100%);
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.coach-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.coach-name-title {
	font-size: 1.6em;
	font-weight: 700;
	color: #8B0000;
	margin: 0.5em 0 0.3em 0;
	letter-spacing: 0.05em;
}

.coach-credentials {
	font-size: 0.9em;
	color: #666;
	line-height: 1.5em;
	margin: 0;
}

/* Right Column - Bio */
.coach-bio-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.coach-bio-intro {
	font-size: 1.15em;
	line-height: 1.7em;
	color: #484d55;
	margin: 0;
}

.coach-bio-intro strong {
	color: #8B0000;
	font-size: 1.1em;
}

.coach-philosophy-box {
	background: #f8f8f8;
	padding: 1.5em;
	border-radius: 8px;
	border-left: 4px solid #8B0000;
}

.philosophy-heading {
	font-size: 1.2em;
	font-weight: 700;
	color: #8B0000;
	margin: 0 0 0.8em 0;
	letter-spacing: 0.03em;
}

.philosophy-text1 {
	font-size: 1em;
	line-height: 1.6em;
	color: #000000;
	margin: 0;
}

.coach-commitment {
	font-size: 1em;
	line-height: 1.6em;
	color: #484d55;
	margin: 0;
}

/* Learn More Button */
.learn-more-button-container {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}

.learn-more-button-container a {
    text-decoration: none;
}


.learn-more-animated-button {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.75em 2em;
	font-size: 1.1em;
	font-weight: 600;
	color: #e6e8eb;
	background: #970303;
	border: 2px solid #080808;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1;
	outline: none;

}

.learn-more-animated-button:focus {
	outline: none;
}

.learn-more-animated-button::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000 !important;
	border-radius: 50%;
	left: -100%;
	top: 0;
	transition: all 0.7s ease;
	z-index: -1;
	aspect-ratio: 1/1;
}

.learn-more-animated-button:hover::before {
	left: 0;
	transform: scale(1.5);
}

.learn-more-animated-button:hover {
	color: #ffffff;
	border-color: #000000;
	background: #970303 !important;
}

.learn-more-arrow {
	width: 2em;
	height: 2em;
	padding: 0.4em;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transform: rotate(0deg);
	transition: all 0.3s ease;
	fill: #f4f5f7;
}

.learn-more-animated-button:hover .learn-more-arrow {
	transform: rotate(45deg);
	background: #ffffff;
	border: none;
	fill: #000000;
}

/* Responsive */
@media screen and (max-width: 980px) {
	.coach-profile-layout {
		flex-direction: column;
		align-items: center;
		gap: 2em;
	}
	
	.coach-photo-wrapper {
		flex: none;
	}
}

@media screen and (max-width: 736px) {
	.coach-showcase-container {
		padding: 1em;
	}
	
	.coach-photo-frame {
		width: 240px;
		height: 280px;
	}
	
	.coach-name-title {
		font-size: 1.3em;
	}
	
	.coach-bio-intro {
		font-size: 1em;
	}
}

/*------------------------------------------------------------------------------ BOOKING PAGE Calendly plugin and informaiton section styling -------------------------------------------------------*/

/* Booking Consultation Section - Independent Dark Red Background */
#intro.wrapper.style1 {
    background: #6e0909 !important;
    text-align: center;
}

.booking-consultation-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 3em !important;
}

.booking-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
}

.booking-info-block {
    margin: 0 auto 3em auto;
    width: 100%;
    max-width: 1000px;
}

.booking-main-heading {
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    text-align: center;
}

.booking-description-text {
    font-size: 1.2em;
    line-height: 1.8em;
    color: #f0f0f0;
    margin: 0 auto 2em auto;
    text-align: center;
}

/* ---- NEW CARD STYLE APPLIED ---- */
.card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2em auto;
    background-image: linear-gradient(163deg, #f11313 0%, #fdfdfd 100%);
    padding: 3px;
    border-radius: 20px;
    transition: all .3s;
    height: auto; 
	min-height: unset !important;
}

.card2 {
    width: 100%;
    background-color: #1a1a1a;
    border-radius: 20px;
    padding: 1.15rem;
    transition: all .2s;
    height: auto;   
	min-height: unset !important;
}

.card2:hover {
    transform: scale(0.98);
}

.card:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}

.booking-card-wrapper {
    display: flex;
    justify-content: center;
}

.booking-benefits-heading {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.4em;
}

.booking-benefits-items {
    list-style: none;
    padding-left: 0;
    color: #e0e0e0;
    font-size: 1.1em;
    line-height: 1.5em;
}

.booking-benefits-items li {
    margin-bottom: 0.5rem;
}

.booking-call-to-action {
    font-size: 1.1em;
    color: #f0f0f0;
    margin-top: 2em;
}

.booking-call-to-action strong {
    color: #ffffff;
    font-size: 1.2em;
}

/* New Skew Button Styling */
.booking-button-container {
    margin-top: 2em;
    text-align: center;
    display: flex;
    justify-content: center;
}

.booking-skew-button {
    padding: 1em 2.5em;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    transition: all 1000ms;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #ffffff;
    background: #000000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New', monospace;
    font-weight: 900;
    line-height: 1;
}

.booking-skew-button:hover {
    color: #000000;
    transform: scale(1.05);
    outline: 2px solid #ffffff;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.booking-skew-button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.booking-skew-button:hover::before {
    width: 250%;
}

/* Responsive */
@media screen and (max-width: 736px) {
    .booking-consultation-container {
        padding: 0 1.5em !important;
    }

    .booking-main-heading {
        font-size: 1.5em;
    }

    .booking-description-text {
        font-size: 1em;
    }

    .booking-benefits-items li {
        font-size: 1em;
    }

    .card {
        max-width: 100%;
    }
    
    .booking-skew-button {
        font-size: 14px;
        padding: 0.9em 2em;
        letter-spacing: 3px;
    }
}


/* Make Calendly overlay sit above everything, including mobile nav */
.calendly-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important; /* make sure this is higher than your mobile nav */
}

/* Optional: fix iframe sizing for small screens */
.calendly-overlay .calendly-frame {
    max-width: 100% !important;
    max-height: 100% !important;
}






/*------------------------------------------------------------------------------ PRICING page price cards -----------------------------------------------------------------------------------------*/


.pricing-section {
            background: linear-gradient(135deg, #1a0a0a 0%, #230d14 50%, #000000 100%);
            padding: 6rem 2rem;
            position: relative;
            overflow: hidden;
        }
        
        .pricing-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(239, 68, 68, 0.1) 0%, transparent 70%);
            transform: translateX(-50%);
            pointer-events: none;
        }
        
        .max-w-7xl {
            max-width: 80rem;
            margin-left: auto;
            margin-right: auto;
        }
        
        .text-center {
            text-align: center;
        }
        
        .mb-16 {
            margin-bottom: 4rem;
            animation: fadeInDown 0.8s ease-out;
        }
        
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .mb-4 {
            margin-bottom: 1rem;
        }
        
        .text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem;
        }
        
        .font-bold {
            font-weight: 700;
        }
        
        .text-white {
            color: #fff;
        }
        
        .text-gray-400 {
            color: #9ca3af;
        }
        
        .text-lg {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }
        
        .grid {
            display: grid;
        }
        
        .grid-cols-1 {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
        
        .gap-8 {
            gap: 2rem;
        }
        
        @media (min-width: 768px) {
            .md\:grid-cols-3 {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        
        .text-sm {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }
        
        .mt-16 {
            margin-top: 4rem;
        }
        
        .text-red-500 {
            color: #ffffff;
        }
        
        .hover\:text-red-400:hover {
            color: #f87171;
        }
        
        .font-semibold {
            font-weight: 600;
        }
        
        .transition-colors {
            transition-property: color;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
        
        .pricing-card {
            background: linear-gradient(145deg, #1e293b, #0f172a);
            border-radius: 1.5rem;
            padding: 2.5rem;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            border: 1px solid rgba(51, 65, 85, 0.5);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        
        .pricing-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(239, 68, 68, 0.05) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .pricing-card:hover::before {
            opacity: 1;
        }
        
        .pricing-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 35px 70px rgba(239, 68, 68, 0.4);
            border-color: rgba(239, 68, 68, 0.5);
        }
        
        .pricing-card.popular {
            border: 2px solid #ef4444;
            background: linear-gradient(145deg, #2d1f1f, #1a0f0f);
            box-shadow: 0 25px 60px rgba(239, 68, 68, 0.3);
        }
        
        .pricing-card.popular::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, transparent 50%);
            pointer-events: none;
            border-radius: 1.5rem;
        }
        
        @media (min-width: 768px) {
            .pricing-card.popular {
                transform: scale(1.08);
            }
            
            .pricing-card.popular:hover {
                transform: translateY(-15px) scale(1.1);
            }
        }
        
        .popular-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: linear-gradient(135deg, #ef4444, #dc2626);
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 0 1.5rem 0 1rem;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
            }
            50% {
                box-shadow: 0 4px 25px rgba(239, 68, 68, 0.6);
            }
        }
        
        .plan-name {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            color: #fff;
            text-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
            position: relative;
            z-index: 1;
        }
        
        .plan-price {
            font-size: 3.5rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.25rem;
            background: linear-gradient(135deg, #fff 0%, #ef4444 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            z-index: 1;
        }
        
        .plan-period {
            color: #94a3b8;
            font-size: 1.25rem;
        }
        
        .plan-duration {
            color: #ef4444;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
        
        .feature-list {
            list-style: none;
            margin-bottom: 2rem;
            flex-grow: 1;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            color: #cbd5e1;
        }
        
        .checkmark {
            color: #ef4444;
            margin-right: 0.75rem;
            font-weight: bold;
            flex-shrink: 0;
            font-size: 1.2rem;
            text-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
        }
        
        .cta-button {
            width: 100%;
            padding: 1rem;
            border-radius: 0.75rem;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            position: relative;
            overflow: hidden;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: auto;
        }
        
        .cta-button span {
            position: relative;
            z-index: 2;
            transition: transform 0.3s ease;
        }
        
        .cta-button:hover span {
            transform: scale(1.1);
        }
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }
        
        .cta-button:hover::before {
            width: 300px;
            height: 300px;
        }
        
        .cta-button.primary {
            background: linear-gradient(135deg, #ef4444, #dc2626);
            color: white;
            box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
        }
        
        .cta-button.primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(239, 68, 68, 0.6);
        }
        
        .cta-button.secondary {
            background: linear-gradient(135deg, #334155, #1e293b);
            color: white;
            border: 1px solid rgba(239, 68, 68, 0.3);
        }
        
        .cta-button.secondary:hover {
            background: linear-gradient(135deg, #475569, #334155);
            border-color: rgba(239, 68, 68, 0.6);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);
        }

/* Black separator line at the top of the Pricing section */
.pricing-section {
   border-top: 6px solid #000;

}





/* =====================================================
   FORCE MOBILE-LIKE STACKED CARDS FOR 1100px → MOBILE
   (prevents tall/skinny cards for the whole 'mid-range')
   Desktop ( >1100px ) left alone
   Paste this at BOTTOM of your CSS
   ===================================================== */

/* Primary: apply mobile-style stacking from 1100px down */
@media screen and (max-width: 1100px) {
  /* ensure the pricing grid stacks and centers */
  .pricing-grid,
  .pricing-container,
  .md\:grid-cols-3,
  .grid.pricing-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1.75rem !important;
    width: 100% !important;
  }

  /* make cards stable, consistent widths and auto height */
  .pricing-card {
    width: clamp(320px, 88%, 620px) !important;
    max-width: 620px !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 1.5rem 1.75rem !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
  }

  /* Ensure the popular card doesn't blow out size */
  .pricing-card.popular {
    width: clamp(320px, 90%, 640px) !important;
    max-width: 640px !important;
  }

  /* Prevent any nth-child grid tricks */
  .pricing-card:nth-child(3),
  .pricing-card:nth-child(2),
  .pricing-card:nth-child(1) {
    grid-column: auto !important;
    justify-self: center !important;
    order: initial !important;
  }

  /* Titles */
  .plan-name {
    font-size: clamp(1.1rem, 3.2vw, 1.9rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 0.35rem !important;
    text-align: center !important;
  }

  /* Price */
  .plan-price,
  .pricing-price,
  .price {
    font-size: clamp(1.6rem, 5.6vw, 2.8rem) !important;
    line-height: 1 !important;
    margin: 0.25rem 0 0.6rem !important;
    text-align: center !important;
  }

  /* Period */
  .plan-period,
  .plan-duration {
    display: block !important;
    text-align: center !important;
    margin-top: 0.15rem !important;
    font-size: clamp(0.85rem, 2.2vw, 1.1rem) !important;
  }

  /* ===== FIX FOR BYO PAGE PRICING ===== */
  .byo-pricing {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 2rem auto !important;
  }

  .byo-pricing-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .byo-starting {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
    margin-bottom: 0.5rem !important;
  }

  .byo-price-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 0.3rem !important;
    margin-bottom: 0.75rem !important;
  }

  .byo-price {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    line-height: 1 !important;
    font-weight: bold !important;
    text-align: center !important;
  }

  .byo-period {
    font-size: clamp(1rem, 3vw, 1.4rem) !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .byo-duration {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
    margin-top: 0.25rem !important;
  }

  .byo-duration p {
    margin: 0 !important;
  }

  .feature-list { margin-bottom: 1.25rem !important; }
  .feature-item { font-size: clamp(0.9rem, 2.2vw, 1rem) !important; }
  .cta-button { width: 100% !important; padding: 0.9rem !important; font-size: 0.97rem !important; }

  .pricing-card,
  .pricing-card.popular {
    transform: none !important;
  }

  .pricing-section { padding: clamp(3rem, 5.5vw, 6rem) 1.25rem !important; }

  .pricing-section .title,
  .pricing-section .mb-16 {
    margin-bottom: 1.25rem !important;
  }
}

/* Slight refinement for smaller mid-range devices */
@media screen and (max-width: 900px) {
  .pricing-card {
    width: clamp(320px, 92%, 520px) !important;
    max-width: 520px !important;
  }

  .plan-price { font-size: clamp(1.5rem, 6.5vw, 2.4rem) !important; }
  .plan-name  { font-size: clamp(1.05rem, 3.8vw, 1.6rem) !important; }

  .byo-price {
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
  }
  .byo-period {
    font-size: clamp(0.95rem, 2.8vw, 1.3rem) !important;
  }
}

/* Small tablet / phablet */
@media screen and (max-width: 768px) {
  .pricing-card {
    width: clamp(300px, 94%, 480px) !important;
    max-width: 480px !important;
    padding: 1.25rem 1.25rem !important;
  }

  .plan-price { font-size: clamp(1.4rem, 7.5vw, 2rem) !important; }
  .plan-name  { font-size: clamp(1rem, 4.2vw, 1.4rem) !important; }

  .byo-price {
    font-size: clamp(1.6rem, 6.5vw, 2.2rem) !important;
  }
  .byo-period {
    font-size: clamp(0.9rem, 2.6vw, 1.2rem) !important;
  }

  /* ===== ADDED SPACING FOR MOBILE-ISH: push price down a bit from title and create space below price before subtext ===== */
  .plan-name {
    margin-bottom: 0.9rem !important; /* more space under title on these mid-widths */
  }

  .plan-price {
    margin-bottom: 0.35rem !important; /* space between price and period/duration */
  }

  .byo-price-wrap {
    margin-top: 0.25rem !important; /* extra top spacing so the BYO price isn't jammed under title */
    margin-bottom: 0.65rem !important; /* space before the 4-month program text */
  }

  .byo-duration {
    margin-top: 0.6rem !important; /* ensure the 4-month text sits lower and centered */
  }
}

/* =====================================================
   MOBILE FIX — price centered + period aligned + spacing
   ===================================================== */
@media screen and (max-width: 600px) {
  .pricing-card {
    width: 95% !important;
    max-width: 450px !important;
    padding: 1rem 1rem !important;
  }

  /* increase spacing above the price: move price further away from title */
  .plan-name {
    margin-bottom: 1.1rem !important;
    text-align: center !important;
  }

  /* force price wrapper to line up correctly and be centered */
  .plan-price,
  .plan-period {
    display: inline-block !important;
    vertical-align: baseline !important;
    text-align: center !important;
  }

  /* same line alignment and extra spacing below price */
  .plan-price {
    font-size: clamp(1.5rem, 9vw, 2rem) !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.35rem !important; /* space before subtext / 4-month label */
  }

  .plan-period {
    font-size: clamp(0.95rem, 4vw, 1.2rem) !important;
    margin-bottom: 0.35rem !important;
  }

  /* BYO section sizing + spacing */
  .byo-price {
    font-size: clamp(1.5rem, 10vw, 2rem) !important;
  }
  .byo-period {
    font-size: clamp(0.85rem, 4vw, 1.1rem) !important;
  }

  .byo-starting,
  .byo-duration {
    font-size: clamp(0.85rem, 3vw, 1rem) !important;
  }

  /* extra spacing specifically between price and the 4-month program line */
  .byo-price-wrap {
    margin-top: 0.45rem !important;
    margin-bottom: 0.9rem !important; /* more breathing room before the 4-month text */
  }

  .byo-duration {
    margin-top: 0.9rem !important;
    text-align: center !important;
  }
}








		/*------------------------------------------------------------------------------ ABOUT US page price cards -----------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------
   About Us Section Styling (ATA Unique Classes)
--------------------------------------------------------- */
#ata-about-us {
    background: #fff;
    padding: 6em 0;
}

.ata-title {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    color: #8B0000;
    margin-bottom: 2em;
    position: relative;
}

.ata-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -2em;
    height: 1px;
    width: 1px;
    visibility: hidden; /* acts as anchor/bookmark */
}

/* About Us Container */
.ata-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}

/* Mission Block */
.ata-mission-block {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 4em auto;
    padding: 2em;
    background: #fff;
    border-radius: 12px;
    border: 3px solid #000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ata-mission-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.ata-section-heading {
    font-size: 2.2em;
    font-weight: 700;
    color: #8B0000;
    text-align: center;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ata-mission-text {
    font-size: 1.2em;
    line-height: 1.8em;
    color: #484d55;
}

/* ---------------------------------------------------------
   Founder Profile Section
--------------------------------------------------------- */
.ata-founder-section {
    margin-bottom: 4em;
}

.ata-founder-layout {
    display: flex;
    gap: 3em;
    align-items: flex-start;
    margin-top: 2em;
    flex-wrap: wrap;
}

/* Photo Grid */
.ata-photo-grid {
    flex: 0 0 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.ata-photo-frame {
    position: relative;
    padding: 6px;
    background: linear-gradient(135deg, #8B0000 0%, #000000 50%, #8B0000 100%);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.ata-photo-frame.large {
    grid-column: 1 / -1;
    height: 280px;
}

.ata-photo-frame.small {
    height: 180px;
}

.ata-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* Bio Content */
.ata-founder-bio {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.ata-founder-text {
    font-size: 1.1em;
    line-height: 1.7em;
    color: #484d55;
}

/* Credentials Box */
.ata-credentials-box {
    background: #f3f3f3;
    padding: 1.5em;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.ata-credentials-heading {
    font-size: 1.3em;
    font-weight: 700;
    color: #8B0000;
    margin-bottom: 1em;
    text-align: center;
}

.ata-credentials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.ata-credentials-grid p {
    font-weight: 700;
    color: #000;
    margin-bottom: 0.8em;
}

.ata-credentials-list,
.ata-pr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ata-credentials-list li,
.ata-pr-list li {
    padding: 0.4em 0;
    color: #484d55;
    font-size: 0.95em;
    border-bottom: 1px solid #eee;
}

.ata-credentials-list li:last-child,
.ata-pr-list li:last-child {
    border-bottom: none;
}

/* ---------------------------------------------------------
   Core Values Cards
--------------------------------------------------------- */
.ata-values-section {
    margin-bottom: 4em;
}

.ata-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2em;
    margin-top: 2em;
}

.ata-value-card {
    background: #fff;
    padding: 2em;
    border-radius: 12px;
    text-align: center;
    border: 3px solid #000;
    box-shadow: 0 6px 20px rgba(139, 0, 0, 0.15);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ata-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 34px rgba(139, 0, 0, 0.28);
}

.ata-value-icon {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.ata-value-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #8B0000;
    margin-bottom: 0.8em;
}

.ata-value-text {
    font-size: 1em;
    line-height: 1.6em;
    color: #484d55;
}

/* ---------------------------------------------------------
   Coaching Philosophy Box
--------------------------------------------------------- */
.ata-philosophy-section {
    background: #8B0000;
    padding: 3em;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.ata-philosophy-section .ata-section-heading {
    color: #fff;
}

.ata-philosophy-text {
    font-size: 1.2em;
    line-height: 1.8em;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */
@media screen and (max-width: 980px) {
    .ata-founder-layout {
        flex-direction: column;
    }

    .ata-photo-grid {
        flex: none;
        max-width: 500px;
        margin: 0 auto;
    }

    .ata-credentials-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }
}

@media screen and (max-width: 736px) {
    .ata-container {
        padding: 1em;
    }

    .ata-section-heading {
        font-size: 1.6em;
    }

    .ata-photo-grid {
        grid-template-columns: 1fr;
    }

    .ata-photo-frame.large {
        grid-column: 1;
        height: 250px;
    }

    .ata-values-grid {
        grid-template-columns: 1fr;
    }
}
/* Top Separator Line for About Us Section */
#ata-about-us {
    border-top: 4px solid #000; /* solid black line */
}



/*------------------------------------------------------------------------------------- After Pricing Card Pages ----------------------------------------------------------------*/

/* ============================================ */
/* BUILD YOUR OWN SECTION - OVERRIDE & POLISH */
/* Add this to your main CSS file AFTER existing styles */
/* This will override the wrapper style3 and clean everything up */
/* ============================================ */

/* Override the wrapper style3 for the about-us section */
#about-us.wrapper.style3 {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 40%, #2d0a0a 100%) !important;
    padding: 80px 0 120px 0 !important;
    position: relative !important;
    border: none !important;
    border-top: 6px solid #000000 !important;
}

/* Override any default wrapper container padding */
#about-us .container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

/* Clean up the title styling - CENTER IT PROPERLY */
#about-us .title {
    font-size: 4rem !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #ffffff 0%, #fca5a5 50%, #dc2626 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-align: center !important;
    margin: 0 auto 60px auto !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    padding: 0 20px !important;
    filter: drop-shadow(0 0 40px rgba(220, 38, 38, 0.3)) !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    display: block !important;
}

/* Make the pricing card reactive with hover effects */
#about-us .byo-pricing {
    text-align: center;
    margin-bottom: 80px;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.08), rgba(0, 0, 0, 0.4));
    border-radius: 24px;
    border: 1px solid rgba(220, 38, 38, 0.2);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

#about-us .byo-pricing:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(0, 0, 0, 0.5));
    border-color: rgba(220, 38, 38, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(220, 38, 38, 0.3);
}

#about-us .byo-pricing-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

#about-us .byo-starting {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    font-weight: 600;
    transition: color 0.3s ease;
}

#about-us .byo-pricing:hover .byo-starting {
    color: #ccc;
}

#about-us .byo-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
    justify-content: center;
}

#about-us .byo-price {
    font-size: 5.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fca5a5 0%, #f87171 25%, #ef4444 50%, #dc2626 75%, #b91c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.04em;
    line-height: 1;
    filter: drop-shadow(0 0 30px rgba(220, 38, 38, 0.4));
    transition: filter 0.3s ease;
}

#about-us .byo-pricing:hover .byo-price {
    filter: drop-shadow(0 0 40px rgba(220, 38, 38, 0.6));
}

#about-us .byo-period {
    font-size: 1.8rem;
    color: #aaa;
    font-weight: 500;
    transition: color 0.3s ease;
}

#about-us .byo-pricing:hover .byo-period {
    color: #ccc;
}

#about-us .byo-duration {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(0, 0, 0, 0.6));
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: 16px;
    padding: 16px 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

#about-us .byo-pricing:hover .byo-duration {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.25), rgba(0, 0, 0, 0.7));
    border-color: rgba(220, 38, 38, 0.5);
    box-shadow: 0 12px 32px rgba(220, 38, 38, 0.4);
}

#about-us .byo-duration p {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Features Section */
#about-us .byo-features {
    max-width: 1000px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

#about-us .byo-features-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #e5e5e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 50px 0;
    letter-spacing: -0.02em;
    text-align: center;
}

#about-us .byo-features-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#about-us .byo-feature {
    position: relative;
}

#about-us .byo-feature-card {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.6), rgba(15, 15, 15, 0.8));
    border: 1px solid rgba(100, 100, 100, 0.3);
    border-radius: 24px;
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

#about-us .byo-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0) 0%, rgba(220, 38, 38, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

#about-us .byo-feature-card:hover {
    border-color: rgba(220, 38, 38, 0.6);
    box-shadow: 
        0 16px 40px -12px rgba(220, 38, 38, 0.3),
        0 0 0 1px rgba(220, 38, 38, 0.2);
    transform: translateY(-4px);
    background: linear-gradient(135deg, rgba(35, 35, 35, 0.7), rgba(20, 20, 20, 0.9));
}

#about-us .byo-feature-card:hover::before {
    opacity: 1;
}

#about-us .byo-feature-content {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

#about-us .byo-check-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

#about-us .byo-feature-card:hover .byo-check-wrap {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.6);
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
}

#about-us .byo-check {
    width: 28px;
    height: 28px;
    color: white;
    stroke-width: 3;
}

#about-us .byo-feature-text {
    flex: 1;
    min-width: 0;
}

#about-us .byo-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 12px 0;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#about-us .byo-feature-desc {
    font-size: 1.1rem;
    color: #bbb;
    line-height: 1.7;
    margin: 0;
}

/* CTA Button */
#about-us .byo-cta {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

#about-us .byo-cta-btn {
    width: 100%;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border: none;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 28px 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 0 0 1px rgba(220, 38, 38, 0.3),
        0 16px 40px -12px rgba(220, 38, 38, 0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    letter-spacing: 0.03em;
}

#about-us .byo-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 1.2s ease;
}

#about-us .byo-cta-btn:hover {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 
        0 0 0 1px rgba(239, 68, 68, 0.5),
        0 24px 56px -14px rgba(220, 38, 38, 0.7);
    transform: translateY(-3px) scale(1.02);
}

#about-us .byo-cta-btn:hover::before {
    transform: translateX(100%);
}

#about-us .byo-cta-btn:active {
    transform: translateY(0) scale(0.99);
}

#about-us .byo-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#about-us .byo-cta-btn:hover .byo-arrow {
    transform: translateX(8px);
}

/* ============================================ */
/* RESPONSIVE DESIGN */
/* ============================================ */

@media (max-width: 980px) {
    #about-us.wrapper.style3 {
        padding: 60px 0 90px 0 !important;
    }

    #about-us .container {
        padding: 0 30px !important;
    }
}

@media (max-width: 768px) {
    #about-us.wrapper.style3 {
        padding: 50px 0 80px 0 !important;
    }

    #about-us .container {
        padding: 0 20px !important;
    }

    #about-us .title {
        font-size: 2.5rem !important;
        margin-bottom: 40px !important;
    }

    #about-us .byo-pricing {
        padding: 35px 25px;
        margin-bottom: 50px;
    }

    #about-us .byo-price {
        font-size: 4rem;
    }

    #about-us .byo-period {
        font-size: 1.4rem;
    }

    #about-us .byo-features {
        margin-bottom: 50px;
    }

    #about-us .byo-features-title {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    #about-us .byo-feature-card {
        padding: 30px;
    }

    #about-us .byo-feature-title {
        font-size: 1.25rem;
    }

    #about-us .byo-feature-desc {
        font-size: 1rem;
    }

    #about-us .byo-check-wrap {
        width: 44px;
        height: 44px;
    }

    #about-us .byo-check {
        width: 24px;
        height: 24px;
    }

    #about-us .byo-cta-btn {
        font-size: 1.2rem;
        padding: 24px 32px;
    }
}

@media (max-width: 480px) {
    #price-veiws.wrapper.style3 {
        padding: 40px 0 60px 0 !important;
    }

    #price-veiw .container {
        padding: 0 15px !important;
    }

    #price-veiw .title {
        font-size: 2rem !important;
    }

    #price-veiw .byo-price {
        font-size: 3.5rem;
    }

    #price-veiw .byo-pricing-content {
        flex-direction: column;
        gap: 25px;
    }

    #price-veiw .byo-feature-content {
        gap: 20px;
    }
}


.byo-cta a {
    text-decoration: none;
}



.byo-cta-btn {
    margin-bottom: 40px;
}
.byo-features h2:first-of-type {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}
.byo-features > p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3em auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}


#contact {
  scroll-margin-top: 120px;
}

html, body {
				margin: 0;
				padding: 0;
				height: 100%;
			}
			
			#page-wrapper {
				min-height: 100%;
				display: flex;
				flex-direction: column;
			}
			
			#footer {
				margin-top: auto;
				margin-bottom: 0 !important;
				padding-bottom: 2em;
			}
			
			#footer .container {
				margin-bottom: 0;
			}
			
			#copyright {
				margin-bottom: 0 !important;
				padding-bottom: 0 !important;
			}

			html, body {
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.slideshow .slide {
    max-width: 100vw; /* Ensure slides never exceed viewport */
}

#page-wrapper {
    overflow-x: hidden;
}

