@import url('./plugins/fontawesome/css/all.min.css');
@import url('./plugins/Gallery/CSS-Gallery.css');

* {
	box-sizing: border-box;
}

a {
	color: #087cb0;
}

a:hover {
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	max-width: 2000px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	text-align: center;
	font-size: medium;
	font-family: 'Arimo', sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
		'wdth' 100,
		'YTLC' 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0.5em 0px;
	font-family: 'Playfair Display', serif;
	line-height: normal;
	font-weight: normal;
}

img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}

a[href^='tel:'],
a[href^='mailto:'] {
	white-space: nowrap;
}

ul {
	text-align: left;
}

.Admin {
	display: inline-block;
	width: 100%;
	font-size: x-small;
	background-color: #d8dcdd;
	text-align: left;
}

.Admin a {
	display: inline-block;
	text-decoration: none;
	color: #929292;
	margin: 8px;
}

/* Back-to-top styles */
.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	font-size: medium;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}

.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #41c1c6;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition:
		color 0.25s,
		background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}

.BackToTop a:hover {
	color: #ffffff;
	background-color: #087cb0;
}

.BackToTop #BackToTop {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}

.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.Box-1 {
	display: block;
	padding-top: 35px;
	width: 100%;
}

.Box-2 {
	width: 39%;
	margin: 35px 5%;
	display: inline-block;
	vertical-align: top;
}

.Box-2 ul,
.Box-2 p {
	line-height: 1.5em;
	text-align: left;
}

.Box-80 {
	display: block;
	width: 800px;
	max-width: 100%;
	margin: 70px auto 35px auto;
}

.Box-Top {
	border-top: 8px solid #087cb0;
}

.Box-Display {
	display: inline-block;
	margin: 35px 2%;
	width: 28%;
	border-radius: 8px;
	background-color: #74a7be;
	color: white;
	overflow: hidden;
	padding-bottom: 15px;
	vertical-align: top;
	min-height: 544px;
}

.Box-Display-Button a {
	display: inline-block;
	background-color: white;
	color: #087cb0;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 8px;
}

.Box-Display-Button a:hover {
	color: white;
	background-color: #087cb0;
}

.Box-Display h2 {
	margin-left: 15px;
	margin-right: 15px;
}

.Box-Display p {
	padding: 0px 15px;
}

.Box-80 p {
	line-height: 1.5em;
	font-size: 1.15em;
}

.Box-Inline {
	display: inline-block;
	padding: 8px;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

.Button {
	display: inline-block;
}

.Button a {
	display: inline-block;
	text-decoration: none;
	background-color: #41c1c6;
	color: white;
	padding: 10px 20px;
	border-radius: 8px;
}

.Button a:hover {
	background-color: #087cb0;
}

.Drop-Cap {
	font-family: 'Playfair', serif;
	font-size: 3em;
	line-height: normal;
}

/* CAPTCHA styles */
.captcha-field {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em; /* Space between CAPTCHA image and refresh button */
}

.captcha {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.captcha-image {
	max-height: 60px; /* Ensures the image doesn't get too tall */
	margin-right: 10px;
}

.captcha-refresh-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}

.Container {
	width: 1400px;
	display: inline-block;
	max-width: 90%;
}

footer {
	display: block;
	width: 100%;
	padding: 25px 0px 100px 0px;
	background-color: #087cb0;
	color: #c0ced4;
	margin-top: -5px;
}

.Footer-Box {
	display: inline-block;
	padding: 35px;
	width: 24.5%;
	min-width: 300px;
	text-align: left;
	vertical-align: top;
}

.Footer-Box .Button a {
	background-color: #c0ced4;
}

.Footer-Box .Button a:hover {
	background-color: #41c1c6;
}

.Footer-Menu {
	margin-top: 35px;
}

.Footer-Menu a {
	display: block;
	width: 100%;
	padding: 3px 0px 3px 5px;
	color: #c0ced4;
	border-left: 5px solid;
	margin-bottom: 5px;
	text-decoration: none;
}

.Footer-Menu a:hover {
	border-left: 8px solid #ffffff;
}

/* Form styles */
.form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.form-input-field.required {
	flex: 1;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
}

.form-row .form-input-field {
	flex: 1;
}

.button {
	padding: 0.75em 1em;
	background-color: #c4c6c8;
	color: black;
	font-weight: bold;
	font-size: 1em;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	transition:
		color 0.25s,
		background-color 0.25s;
}

.button:hover {
	background-color: #a8bbce;
	color: black;
}

.form-input-field {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left;
	min-width: 200px;
}

.form-field-label,
.form-field-input {
	width: 100%;
	font-size: 1em;
}

.form-field-input {
	padding: 0.5em;
	border: none;
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.form-field-input[type='date'],
textarea.form-field-input {
	font-size: 1.15em;
}

.form-field-input[type='file'] {
	cursor: pointer;
}

.form-input-field.required {
	flex: 1;
}

.form-input-field.required .form-field-label::before {
	content: '*';
	color: red;
}

header {
	display: inline-block;
	padding: 20px 0px 5px 0px;
	width: 100%;
}

.Header-Right {
	display: inline-block;
	float: right;
	margin-left: 2%;
	margin-top: 53px;
	color: #647178;
	font-size: small;
}

.Header-Right .Button a {
	display: block;
	background-color: #087cb0;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 8px;
	border-radius: 4px;
}

.Header-Right .Button a:hover {
	background-color: #41c1c6;
}

.Hero {
	display: inline-block;
	padding: 20px 0px;
	width: 100%;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(76, 222, 228, 1) 0%,
		rgba(45, 132, 135, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(76, 222, 228, 1) 0%,
		rgba(45, 132, 135, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(76, 222, 228, 1) 0%,
		rgba(45, 132, 135, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(76, 222, 228, 1) 0%,
		rgba(45, 132, 135, 1) 100%
	);
	background-color: #6c98ad;
}

.Hero img {
	width: 1400px;
	max-width: 100%;
	display: inline-block;
	border-radius: 8px;
}

.Hero-Text {
	display: inline-block;
	float: right;
	color: white;
	margin-right: 10%;
	width: 30%;
	padding: 20px;
	border-radius: 8px;
	margin-top: -32%;
	position: relative;
	background-image: -webkit-linear-gradient(
		4deg,
		rgba(18, 125, 177, 0.79) 0%,
		rgba(18, 125, 177, 1) 100%
	);
	background-image: -moz-linear-gradient(
		4deg,
		rgba(18, 125, 177, 0.79) 0%,
		rgba(18, 125, 177, 1) 100%
	);
	background-image: -o-linear-gradient(
		4deg,
		rgba(18, 125, 177, 0.79) 0%,
		rgba(18, 125, 177, 1) 100%
	);
	background-image: linear-gradient(
		86deg,
		rgba(18, 125, 177, 0.79) 0%,
		rgba(18, 125, 177, 1) 100%
	);
	border-width: 3px;
	border-style: solid;
	-webkit-box-shadow: 4px 4px 8px rgba(47, 46, 46, 1);
	box-shadow: 4px 4px 8px rgba(47, 46, 46, 1);
}

.Logo {
	display: inline-block;
	float: left;
	width: 250px;
}

.Logo-Rule {
	border-top: 4px solid #41c1c6;
	margin: 70px 0px 35px 0px;
	width: 100%;
	display: inline-block;
	border-radius: 4px;
}

.Logo-Rule img {
	width: 100px;
	margin-top: -50px;
}

/* Navigation styles */
.Nav-Row {
	display: inline-block;
	background-color: white;
	width: 100%;
	border-top: 1px solid #127db1;
	border-bottom: 1px solid #127db1;
	text-transform: uppercase;
}

.Nav-Inline-Block {
	display: inline-block;
	width: 100%;
}

nav {
	display: flex;
	list-style: none;
	justify-content: center;
}

nav menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin: 0px;
}

nav li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	height: 100%;
}
nav li ul {
	padding-left: 0px;
	text-align: left;
}
nav li ul li {
	text-align: left;
	padding-left: 0px;
	display: block;
}

nav a {
	text-decoration: none;
	color: #495358;
	padding: 1em 2em;
	display: inline-block;
}

nav a:hover {
	color: #127db1;
}

nav li ul li i {
	margin-right: 8px;
	color: #127db1;
}
.menu-toggle {
	display: none;
	font-family: inherit;
	font-size: inherit;
	color: #5f6e75;
}

/* Dropdown content */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 100%; /* Position the dropdown below the menu item */
	left: 0;
	width: 300px;
	border-radius: 8px;
}

.dropdown-content a {
	text-align: left;
	display: block;
	padding: 8px 12px; /* Bring items closer to the left edge */
}

/* Show dropdown when active */
.dropdown-content.show {
	display: block;
}

.Row-BG {
	display: inline-block;
	width: 100%;
	background-image: url('Images-Main/Live-Oaks.jpg');
	background-size: cover;
	line-height: 0%;
	background-attachment: fixed;
	background-position: center bottom;
}

.Row-BG-Text {
	display: inline-block;
	width: 33%;
	padding: 70px 15px;
	color: white;
	float: right;
	line-height: normal;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(25, 157, 221, 0.86) 0%,
		rgba(13, 90, 127, 0.85) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(25, 157, 221, 0.86) 0%,
		rgba(13, 90, 127, 0.85) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(25, 157, 221, 0.86) 0%,
		rgba(13, 90, 127, 0.85) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(25, 157, 221, 0.86) 0%,
		rgba(13, 90, 127, 0.85) 100%
	);
}

.Row-BG-Text-Item {
	display: inline-block;
	margin: 8px;
	padding: 5px 15px;
	background-color: white;
	color: #7db0c8;
	border-radius: 8px;
	width: 145px;
}

.Row-Contact {
	background-color: #e9edf1;
	padding: 35px 1em 100px 1em;
	margin-top: -5px;
}

.Row-Helcim {
	display: inline-block;
	width: 100%;
	color: white;
	background-color: #087cb0;
	padding: 25px 5%;
	margin-top: 35px;
}

.Row-Helcim .Button a:hover {
	background-color: white;
	color: #41c1c6;
}

/* Scroll to highlight styles */
@keyframes highlight-ani {
	0% {
		background-color: transparent;
	}
	25% {
		background-color: #fff59d;
	}
	75% {
		background-color: #fff59d;
	}
	100% {
		background-color: transparent;
	}
}

.ScrollToHighlight-anchor-highlight {
	animation: highlight-ani 2s ease;
}

.ScrollToHighlight-anchor-highlight:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999999;
	opacity: 0.25;
	pointer-events: none;
	animation-name: ScrollToHighlight-highlight-ani;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}

/* Scroll to highlight styles */
@keyframes highlight-ani {
	0% {
		background-color: transparent;
	}
	25% {
		background-color: #fff59d;
	}
	75% {
		background-color: #fff59d;
	}
	100% {
		background-color: transparent;
	}
}

.ScrollToHighlight-anchor-highlight {
	position: relative;
}

/* Media Queries */

@media (max-width: 1400px) {
	.Hero img {
		border-radius: 0px;
	}
}

@media (max-width: 1200px) {
	.Hero-Text {
		margin: -10% 0px 0px 0px;
		width: 90%;
		float: none;
		background-image: -webkit-linear-gradient(
			270deg,
			rgba(18, 125, 177, 0.82) 0%,
			rgba(18, 125, 177, 1) 18.91%,
			rgba(24, 135, 187, 1) 100%
		);
		background-image: -moz-linear-gradient(
			270deg,
			rgba(18, 125, 177, 0.82) 0%,
			rgba(18, 125, 177, 1) 18.91%,
			rgba(24, 135, 187, 1) 100%
		);
		background-image: -o-linear-gradient(
			270deg,
			rgba(18, 125, 177, 0.82) 0%,
			rgba(18, 125, 177, 1) 18.91%,
			rgba(24, 135, 187, 1) 100%
		);
		background-image: linear-gradient(
			180deg,
			rgba(18, 125, 177, 0.82) 0%,
			rgba(18, 125, 177, 1) 18.91%,
			rgba(24, 135, 187, 1) 100%
		);
	}
	.Box-Display {
		width: 65%;
	}
	.Row-BG-Text {
		width: 75%;
	}
}

@media (max-width: 1032px) {
	.Box-2 {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 1000px) {
	nav {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}

	nav ul {
		margin-top: 0;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	nav li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}

	nav li a {
		width: 100%;
	}

	.menu-toggle {
		display: flex;
		justify-content: center; /* Center the button horizontally */
		gap: 0.5em;
		align-items: center;
		padding: 1em;
		width: 100%;
		border: none;
		background-color: transparent;
		cursor: pointer;
	}

	.menu-toggle i {
		font-size: 1.5em;
	}

	#main-menu {
		display: none;
		background-color: #ffffff;
		width: 100%;
	}

	.menu-toggle .close {
		display: none;
	}

	#main-nav.active .menu-toggle .close {
		display: var(--fa-display, inline-block);
	}

	#main-nav.active .menu-toggle .open {
		display: none;
	}

	#main-nav.active #main-menu {
		display: flex;
		flex-direction: column;
	}

	.dropdown-content {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.dropdown-content.show {
		display: block;
	}

	/* Prevent underlining dropdown links on hover/focus */
	nav .dropdown-content a,
	nav .dropdown-content a:active,
	nav .dropdown-content a:focus {
		text-decoration: none !important;
	}

	/* Center dropdown items on mobile */
	.dropdown-content a {
		text-align: center;
	}
}

@media (max-width: 750px) {
	.Box-Display {
		width: 100%;
		margin: 35px 0px;
	}
}

@media (max-width: 1250px) {
	.Logo {
		display: block;
		margin: 0px auto;
		float: none;
	}
	.Header-Right {
		float: none;
		width: 100%;
		margin: 15px 0px;
	}
	.Mobile-No {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.captcha-field {
		flex-direction: column; /* Stack elements vertically */
		align-items: flex-start;
	}

	.captcha {
		display: flex;
		flex-direction: row; /* Ensure the CAPTCHA image and refresh button are side by side */
		align-items: center;
		justify-content: flex-start;
		width: 100%;
	}

	.captcha-image {
		margin-right: 10px; /* Ensure space between the CAPTCHA image and the refresh button */
		max-width: 75%; /* Ensure the image doesn't take up too much space */
	}

	.captcha-refresh-btn {
		margin-top: 0; /* Remove top margin */
		padding: 0;
		height: 100%; /* Align with the height of the CAPTCHA image */
	}

	.form-input-field.required {
		width: 100%; /* Ensure the input field takes full width */
	}
}

@media (max-width: 600px) {
	.Drop-Cap {
		font-size: 2.5em;
	}
	.Row-BG-Text {
		width: 100%;
	}
	.Row-BG-Text-Item {
		font-size: small;
		width: 120px;
	}
}

/* Premium CTA and Box-3 styles */
.Premium-CTA {
	background: linear-gradient(135deg, #087cb0 0%, #0d5a7f 100%);
	color: white;
	padding: 50px 40px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(8, 124, 176, 0.15);
	margin: 40px auto;
	max-width: 1000px;
}

.Premium-CTA h2 {
	font-size: 2.2em;
	color: white;
	padding-bottom: 15px;
	font-family: 'Playfair Display', serif;
}

.Premium-CTA p {
	font-size: 1.15em;
	max-width: 700px;
	margin: 0 auto 30px auto;
	line-height: 1.6em;
	color: #e2f1f8;
}

.Premium-CTA .CTA-Buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.Premium-CTA .CTA-Button {
	background-color: white;
	color: #087cb0;
	padding: 12px 25px;
	border-radius: 30px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.Premium-CTA .CTA-Button:hover {
	background-color: #087cb0;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.Premium-CTA .CTA-Button-Secondary {
	background-color: transparent;
	color: white;
	border: 2px solid white;
	padding: 12px 25px;
	border-radius: 30px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.Premium-CTA .CTA-Button-Secondary:hover {
	background-color: white;
	color: #087cb0;
	transform: translateY(-2px);
}

.Box-3 {
	width: 29%;
	margin: 35px 2%;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border-top: 8px solid #087cb0;
	border-radius: 12px;
	padding: 30px 25px;
	box-shadow: 0 10px 30px rgba(8, 124, 176, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: left;
	box-sizing: border-box;
}

.Box-3:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(8, 124, 176, 0.15);
}

.Box-3 h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	color: #0d5a7f;
	margin-bottom: 20px;
	border-bottom: 2px solid #eef6f9;
	padding-bottom: 12px;
	text-align: center;
	line-height: 1.3;
}

.Box-3 h2 i {
	color: #41c1c6;
	display: inline-block;
	margin-bottom: 5px;
}

.Box-3 h3 {
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7b8e97;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
}

.Box-3 h3 i {
	color: #087cb0;
	margin-right: 5px;
}

.Box-3 p {
	font-family: 'Arimo', sans-serif;
	font-size: 1.05em;
	line-height: 1.6;
	color: #3b4b52;
	margin: 0;
	text-align: left;
}

.Box-3 p a {
	color: #087cb0;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.2s ease;
}

.Box-3 p a:hover {
	color: #41c1c6;
	text-decoration: underline;
}

@media (max-width: 1050px) {
	.Box-3 {
		width: 90%;
		margin: 15px auto;
		display: block;
	}
}

@media (max-width: 768px) {
	.Premium-CTA {
		padding: 40px 20px;
		margin: 30px 15px;
	}
	.Premium-CTA h2 {
		font-size: 1.8em;
	}
	.Premium-CTA .CTA-Buttons {
		flex-direction: column;
		gap: 15px;
	}
	.Premium-CTA .CTA-Button,
	.Premium-CTA .CTA-Button-Secondary {
		width: 100%;
		justify-content: center;
	}
}
