@import url('./plugins/fontawesome/css/all.min.css');

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-size: medium;
	font-family: 'Source Sans 3', sans-serif;
	max-width: 2560px;
	color: rgba(80, 80, 81, 1);
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0.5em 0px;
	font-family: 'Source Sans 3', sans-serif;
}

img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}

a[href^='tel:'],
a[href^='mailto:'] {
	/* prevents word break, maintains display type */
	white-space: nowrap;
}

.Admin {
	text-align: left;
	width: 100%;
	display: inline-block;
}

.Admin a {
	color: #336b8a;
	font-size: x-small;
	margin-left: 20px;
	text-decoration: none;
}

.Box-2 {
	width: 43%;
	margin-left: 3%;
	display: inline-block;
	margin-top: 45px;
	vertical-align: top;
	margin-right: 3%;
}

.Box-2 h2 {
	text-align: left;
}

.Box-2 p {
	text-align: left;
	line-height: 1.5em;
}

.Box-2L {
	width: 40%;
	display: inline-block;
	margin-top: 45px;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #9b9b9c;
	padding-bottom: 15px;
	vertical-align: top;
	min-height: 593px;
}

.Box-2L p {
	width: 90%;
	display: inline-block;
}

.Box-60 {
	background-color: #ffffff;
	width: 73%;
	display: inline-block;
	float: left;
}

.Box-Left {
	width: 63%;
	display: inline-block;
	text-align: left;
	margin-top: 45px;
	margin-right: 10%;
	float: right;
	font-size: 1.25em;
	padding-bottom: 45px;
}

.Button a {
	background-color: #e15136;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: inline-block;
}

.Button a:hover {
	background-color: #002c6d;
}

.Click-To-Call {
	text-transform: capitalize;
	font-size: medium;
	font-size: 1.2em;
}

.Click-To-Call a {
	color: #e15136;
	display: inline-block;
	border: 2px solid #002c6d;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
}

.Click-To-Call a:hover {
	background-color: #002c6d;
	color: rgba(255, 255, 255, 1);
}

.Container {
	width: 1300px;
	display: inline-block;
	max-width: 90%;
}

footer {
	width: 100%;
	background-color: #002c6d;
	color: #ffffff;
	padding-bottom: 100px;
}

.Footer-Box {
	width: 25%;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 35px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.Footer-Menu a {
	color: #ffffff;
	display: inline-block;
	width: 90%;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-indent: 5px;
}

.Footer-Menu a:hover {
	background-color: #ffffff;
	color: #002c6d;
}

header {
	width: 100%;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.Header-Right {
	display: inline-block;
	float: right;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 1.15em;
	margin-top: 20px;
}

.Hero {
	width: 100%;
	display: inline-block;
}

.Hero-Home {
	background-image: url(Images-Main/Hero-Home.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding-top: 90px;
	padding-bottom: 90px;
	background-position: center top;
	overflow-x: no-content;
}

.Hero-Page {
	background-image: url(Images-Main/Hero-Page.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding-top: 90px;
	padding-bottom: 90px;
	overflow-x: no-content;
	background-position: right 0%;
}

.Hero-Text {
	background-color: #002c6de0;
	display: inline-block;
	margin-left: 10%;
	color: rgba(255, 255, 255, 1);
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
	transform: skew(-20deg);
	max-width: 70%;
	float: left;
}

.reviews-section {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;

	.reviews {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: start;
		gap: 2%;

		.review {
			flex: 1 1 30%;
			max-width: 300px;

			img {
				width: 100%;
			}
		}
	}
}

.Logo {
	display: inline-block;
	float: left;
	width: 300px;
	max-width: 90%;
}

.Reputation-Bar {
	width: 100%;
	margin-top: 45px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 0px;
	padding-bottom: 20px;
	max-width: none;
}

.Reputation-Bar img {
	margin-left: 2%;
	margin-right: 2%;
	max-height: 164px;
	max-width: 12%;
	vertical-align: middle;
	display: inline-block;
	min-width: 148px;
	margin-top: 20px;
}

.Reputation-Bar-Right {
	float: right;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: top;
	text-align: left;
	width: 27%;
}

aside .Reputation-Bar-Right {
	width: auto;
}

.Reputation-Bar-Right img {
	display: block;
	max-width: 145px;
	margin-top: 89px;
	margin-bottom: 96px;
}

.Review-Box {
	display: inline-block;
	width: 47%;
	margin-right: 2%;
	margin-top: 35px;
	vertical-align: top;
	min-width: 316px;
	line-height: 1.15em;
	font-size: 0.85em;
	color: gray;
}

.reviews a {
	display: inline-block;
	width: 47%;
	margin-right: 2%;
	margin-top: 35px;
	vertical-align: top;
	min-width: 316px;
	border-bottom: 4px solid transparent;
}

.reviews a:hover {
	border-bottom: 4px solid #e15136;
}

.reviews a:hover {
}

.Row-BG {
	width: 100%;
	margin-top: 45px;
	display: inline-block;
}

.Row-BG-Services {
	background-image: url(Images-Main/BG-Services.jpg);
	background-size: cover;
}

.Row-BG-Text {
	width: 40%;
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #ffffff;
	background-color: #002c6dd4;
	font-size: 1.2em;
}

.Row-BG-Text p {
	line-height: 2em;
}

.Row-Gray {
	background-color: #f7f7f7;
	display: inline-block;
	width: 100%;
}

.Row-Orange {
	width: 100%;
	background-color: #e15136;
	color: #ffffff;
	margin-top: -7px;
}

/* .Row-Orange h2 {
	text-transform: uppercase;
} */

.Top-Row {
	width: 100%;
	display: inline-block;
	background-color: #002c6d;
	padding-left: 5%;
	padding-right: 5%;
	text-align: right;
	font-weight: lighter;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(Images-Main/Top-Row-Background.jpg);
	background-position: left 0%;
	background-size: cover;
}

.Top-Row a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none !important;
	margin-left: 23px;
}

.Top-Row a:hover {
	text-decoration: underline;
}

.BEGIN-NAV-CSS------------------------------------------- {
}

.Nav-Row {
	display: inline-block;
	background-color: #002c6d;
	width: 100%;
}

.Nav-Inline-Block {
	display: inline-block;
	width: 100%;
}

/* Navigation styles */

nav {
	display: flex;
	list-style: none;
	justify-content: center;
}

nav button {
	color: #fffefd;
}

nav menu {
	display: flex;
	flex-wrap: wrap;
	/* Wrap menu items on mobile */
	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;
	/* Added for positioning of dropdown-content */
	height: 100%;
}

nav a {
	text-decoration: none;
	color: #ffffff;
	padding: 1em;
	display: inline-block;
}

nav a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 8px #fefbfb;
}

.Nav-Orange a {
	background-color: #e15136;
	transform: skewX(-20deg);
	text-transform: uppercase;
}

.menu-toggle {
	display: none;
	font-family: inherit;
	font-size: inherit;
}

.dropdown-content {
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 100%;
	/* Position dropdown below its parent */
	left: 0px;
	background-color: #ffffff;
	line-height: normal;
	width: 270px;
	margin: 0px;
	display: none;
	padding: 0px;
}

.dropdown-content a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	/* Ensure padding is included in width calculation */
	text-align: left;
	color: #002c6d;
}

.dropdown-content.show {
	display: block;
}

.dropdown-toggle .close {
	display: none;
}

.dropdown-toggle.active .close {
	display: var(--fa-display, inline-block);
}

.dropdown-toggle.active .open {
	display: none;
}

.dropdown-toggle.active {
	color: #ffffff;
}

.END-NAV-CSS----------------------------------------- {
}

/* Media Queries for Mobile responsiveness */

@media only screen and (max-width: 950px) {
	.BEGIN-NAV-CSS---------------------------------- {
	}

	nav {
		flex-direction: column;
		width: 100%;
		align-items: center;
		/* Center items horizontally */
	}

	nav ul {
		margin-top: 0;
		/* Reset margin */
		padding-left: 0;
		/* Reset padding */
		width: 100%;
		/* Set width to 100% */
		text-align: center;
		/* Center items horizontally */
	}

	nav li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		/* Added for positioning of dropdown-content */
	}

	nav li a {
		width: 100%;
		color: #002c6d;
		/*text-align: left;*/
	}

	.Nav-Orange a {
		color: #ffffff;
		transform: skew(0deg);
	}

	.menu-toggle {
		display: flex;
		justify-content: flex-start;
		gap: 0.5em;
		align-items: center;
		padding: 1em;
		width: 100%;
		border: none;
		background-color: transparent;
		/* Optional background color */
		cursor: pointer;
		/* Show hand cursor on hover */
	}

	.menu-toggle i {
		font-size: 1.5em;
		/* Adjust icon size */
	}

	#main-menu {
		display: none;
		/* Hide menu by default */
		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;
		/* Show menu on focus or hover of toggle button */
		flex-direction: column;
	}

	.dropdown-content {
		position: static;
		/* Reset position */
		width: 100%;
		/* Set width to 100% */
		margin: 0;
		/* Reset margin */
		padding: 0;
	}

	.dropdown-content a {
		text-align: center;
		color: #657680;
	}

	.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;
	}

	.END-NAV-CSS--------------------------- {
	}

	.dropdown-toggle.active {
		color: #002c6d;
	}
}

/*END NAV Styles */

/* 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: #e15136;
	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: #002c6d;
}

.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;
}

/* end back-to-top styles */

/* form styles */
.form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
}

.form-row .input-field {
	flex: 1;
}

.button {
	padding: 0.75em 1em;
	background-color: #002c6d;
	color: #ffffff;
	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: #e15136;
}

.input-field {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left;
	min-width: 200px;
}

.field-label,
.field-input {
	width: 100%;
	font-size: 1em;
}

.field-input {
	padding: 0.5em;
	border: none;

	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.field-input[type='date'],
textarea.field-input {
	font-size: 1.15em;
}

.field-input[type='file'] {
	cursor: pointer;
}

.input-field.required .field-label::before {
	content: '*';
	color: red;
}

.field-options {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
}

.field-options.row {
	flex-direction: row;
	flex-wrap: wrap;
}

.field-options .option {
	position: relative;
}

.field-options .option .option-input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0px;
}

.field-options .option .option-label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.75em;
	padding: 0.75em;
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.option-input:focus + .option-label {
	outline: black auto 1px;
}

.option-input:checked + .option-label {
	background-color: #ffd602;
	color: black;
}

.option-label::before {
	display: block;
	font-family: 'Font Awesome 5 Pro';
}

.option-input[type='radio'] + .option-label::before {
	content: '\f111';
	font-weight: 300;
}

.option-input[type='radio']:checked + .option-label::before {
	content: '\f058';
	font-weight: 600;
}

.option-input[type='checkbox'] + .option-label::before {
	content: '\f0c8';
	font-weight: 300;
}

.option-input[type='checkbox']:checked + .option-label::before {
	content: '\f14a';
	font-weight: 600;
}

.captcha-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0.5em;
	column-gap: 1em;
}

.captcha-field .input-field {
	flex: 1;
	min-width: 275px;
}

.captcha {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.captcha .captcha-image {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.captcha:not([data-captcha-loaded]) {
	opacity: 0;
}

.captcha .captcha-refresh-btn {
	font-size: 1.1em;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* end form styles */

/* review director styles */
.review-director {
	width: 325px;
	color: white;
	padding: 1em;
}

.review-director-stars {
	justify-content: center;
}

.review-director-stars button {
	background-color: transparent;
	border: none;
	color: yellow;
	padding: 0.5em;
	font-size: 1.1em;
	cursor: pointer;
}

/* end review director styles */

@media (max-width: 1100px) {
	.Top-Row {
		background-position: 3% 0%;
	}

	.Box-2L {
		width: 75%;
		min-height: 0px;
	}

	.menu-item-box {
		transform: skew(0deg);
	}

	.Box-60 {
		width: 100%;
	}

	.Box-Left {
		width: 90%;
		margin-right: 0px;
		float: none !important;
		margin-left: 0px;
	}

	.Reputation-Bar-Right img {
		margin-left: 2%;
		margin-right: 2%;
		max-height: 164px;
		max-width: 15%;
		vertical-align: middle;
		display: inline-block;
		min-width: 148px;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.Reputation-Bar-Right {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.Footer-Box {
		width: 90%;
	}

	.Box-2 {
		width: 90%;
	}

	.Box-2 img {
		max-width: 100% !important;
		width: 400px;
	}
}

@media (max-width: 850px) {
	.Header-Right {
		width: 100%;
		margin-top: 21px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.Row-BG-Text {
		width: 75%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.Logo {
		float: none;
	}

	.Hero-Page {
		background-size: cover;
		background-attachment: scroll;
	}
}

@media (max-width: 550px) {
	.Hero-Text {
		transform: skew(-5deg);
	}

	.Mobile-No {
		display: none;
	}
}
