wra@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");

/*
	
/* Basic */

	body {
		background: #fff;
	}
body2 {
    margin: 0;
    overflow: hidden;
}

	body, input, select, textarea {
		color: #41576C;
		font-family: "Roboto", Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	a {
		color: #629DD1;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		color: #666f77;
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5 {
		color: #666f77;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.125em;
	}
	 h6 {
		color: #cfb06e;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.125em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.5em;
		line-height: 1.5em;
		padding-top: 40px;
	}

	h3 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 1.25em;
		line-height: 1.5em;
		text-decoration: underline;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		margin: 3em 0;
	}

		hr.major {
			margin: 2em 0 5em 0;
			
		}
		hr.major2 {
			margin: 2em 0 5em 0;
			color: #cfb06e;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
		overflow-x: auto;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}
.section {
    width: 100%;
    min-height: 100vh;  /* or height: auto; if you just want it to size itself */
    position: relative;
    /* other styles as needed */
}
/* Apply specific styles for each section */
#section1 img,
#section2 img,
#section3 img {
    width: 100%;
    height: 100%;
    min-height: 100vh; /* Ensures full viewport height */
    object-fit: cover; /* Maintains aspect ratio */
}

/* Ensure the section container itself takes up full height */
#section1,
#section2,
#section3 {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Full screen height */
    overflow: hidden;
}

/* Overlay fix to align content properly */
#section1 .overlay3,
#section2 .overlay3,
#section3 .overlay3 {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}

	header p {
		color: #bbb;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.85em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.75em;
		line-height: 1.5em;
	}

	header.major {
		text-align: center;
		margin: 0 0 4em 0;
	}

		header.major h2 {
			font-size: 2em;
			 margin-top: 40px;
		}
		header.major2 h2 {
    text-align: center;
    font-size: 4em;
    color: #cfb06e !important; /* Forces color */
}
		header.major h2 + p {
			font-size: 1.5em;
			margin: -1em 0 2em 0;
		}
.overlay2 h5 {
    text-align: center; /* Centers the text */
    width: 100%; /* Ensures it spans the full width */
    font-size: 1.8em; /* Adjust size as needed */
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

/* General Dropdown Styling */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Hide dropdown menus by default */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0;
    z-index: 1000;
}

/* Stack menu items vertically */
.dropdown-menu li {
    list-style: none;
    display: block;
}

/* Dropdown link styling */
.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    transition: background 0.3s ease;
    white-space: nowrap;
}

/* Hover effect */
.dropdown-menu li a:hover {
    background: #f4f4f4;
}

/* Show first-level dropdown on hover */
.dropdown:hover > .dropdown-menu {
    display: block;
}

/* ===== Fix Expertise Dropdown (Center Align) ===== */
.dropdown-menu.center-align {
    left: 50%;  /* Start centering */
    transform: translateX(-50%); /* Fully center the dropdown */
}

/* ===== Fix Contact Dropdown (Right Align) ===== */
.dropdown-menu.right-align {
    left: auto;
    right: 0; /* Aligns it within the screen */
    transform: none;
}

/* === Nested Dropdown Fix === */

/* Nested dropdown container */
.dropdown-menu .dropdown {
    position: relative;
}

/* By default, submenus appear to the right */
.dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
}

/* Show nested dropdown on hover */
.dropdown-menu li:hover > .dropdown-menu {
    display: block;
}

/* Fix for submenus that might go off-screen */
.dropdown-menu .dropdown-menu.right-align {
    left: auto;
    right: 100%; /* Moves submenu to the left if needed */
    margin-left: 0;
    margin-right: 5px;
}



/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #666f77;
		display: block;
		font-size: 0.9em;
		font-weight: 500;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: none;
		border: solid 1px rgba(144, 144, 144, 0.25);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #629DD1;
			box-shadow: 0 0 0 1px #629DD1;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #555f66;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 6px;
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #41576C;
			border-color: #41576C;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #629DD1;
			box-shadow: 0 0 0 1px #629DD1;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 3em 2em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: inline-block;
			margin: 0 0 1.25em 0;
			color: #ffffff;
			background: #629DD1;
			width: 3em;
			height: 3em;
			font-size: 2em;
			text-align: center;
			line-height: 3em;
			border-radius: 100%;
			box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
		}

/* Image */

	.image {
		border-radius: 6px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 6px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}
		.image-label-container {
			position: relative;
			display: inline-block;
			width: 100%;
		  }

		  .image-label-container img {
			width: 100%;
			height: 350px;
			object-fit: cover;
		  }

		  .image-label {
			position: absolute;
			top: 10px; /* Adjust this to move label up/down */
			left: 50%;
			transform: translateX(-50%);
			background: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
			color: #41576C;
			padding: 8px 12px;
			font-size: 30px;
			font-weight: bold;
			border-radius: 5px;
  }

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 3em 0;
		padding-left: 0;
	}

		ul li {
			padding-left: 0.5em;
		}
	.ul2 {
    list-style: disc;
    margin-bottom: 30px !important; /* Forces space below the list */
    padding-left: 20px; /* Indents bullet points */
}

.ul2 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px; /* Adds space between bullet points */
}

.ul2 li::before {
    content: "•"; /* Custom bullet */
    color: #cfb06e; /* Matches design */
    font-size: 1.2em;
    margin-right: 10px; /* Space between bullet and text */
}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1.25em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 1.5em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #666f77;
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #41576C;
		border-radius: 6px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.125em;
		font-size: 0.9em;
		height: 2.85em;
		line-height: 2.85em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		text-indent: 0.25em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #232d33;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #0f1315;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.2em;
			height: 2.65em;
			line-height: 2.65em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #ffffff;
			box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
			color: #cfb06e !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #629DD1;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #76a9d7;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #4e91cb;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #555f66 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Wrapper */

	.wrapper {
		padding: 0em 0 4em 0;
	}

		.wrapper.style1 {
			background: #fff;
			color: #555f66;
		}

		.wrapper.style2 {
			background: #41576C;
			color: #cfb06E;
		}
		.wrapper.style3 {
			background: #41576C !important;
			color: #cfb06E;
		}
		.wrapper.style4 {
			background: #41576C !important;
			color: #cfb06E;
		}
			.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #cfb06E;
			}

			.wrapper.style2 header p {
				color: #cfb06E;
			}

			.wrapper.style2 .button.alt {
				box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
				color: #cfb06E !important;
			}

				.wrapper.style2 .button.alt:hover {
					background-color: rgba(144, 144, 144, 0.275);
				}

				.wrapper.style2 .button.alt:active {
					background-color: rgba(144, 144, 144, 0.4);
				}

				.wrapper.style2 .button.alt.icon:before {
					color: #cfb06E;
				}

/* Header */

	#skel-layers-wrapper {
		padding-top: 3em;
	}

	#header {
		background: #fff;
		color: #555f66;
		cursor: default;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
	}

		#header h1 {
			color: #666f77;
			font-weight: 500;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1.25em;
			top: 0;
			vertical-align: middle;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav > ul > li {
					border-radius: 6px;
					display: inline-block;
					margin-left: 2em;
					padding-left: 0;
				}

					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-o-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: #555f66;
						display: inline-block;
						text-decoration: none;
					}

						#header nav > ul > li a:hover {
							color: #629DD1;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li .button {
						height: 2.25em;
						line-height: 2.25em;
						margin-bottom: 0;
						padding: 0 1em;
						position: relative;
						top: -0.075em;
						vertical-align: middle;
					}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}

/* Banner */

	#banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #d8d8d8;
    text-align: center;
    padding: 0;
}
#banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
	display: block;
}
@media (max-width: 983px) {
    #banner-video {
        width: auto; /* Full viewport width */
        height: auto; /* Maintain aspect ratio */
        top: 0;
        left: 0;
        transform: none; /* Remove translate for simpler positioning */
    }
}
#banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 72, 80, 0.25);
}

#banner .inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Center the heading text */
#banner .text-container {
    flex-grow: 1; /* This pushes everything else down */
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .text-container h2 {
    color: #ffffff;
    font-size: 3.5em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Push the logo to the bottom */
#banner .logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px; /* Adjust spacing from the bottom */
}

#banner .logo-container img {
    max-width: 100%;
    height: auto;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent background for text */
    color: #41576c;
    padding: 15px 30px;
    text-align: center;
    border-radius: 10px;
    max-width: 60%;
}
.overlay2 {
    position: absolute;
    bottom: 30%; /* Raises the list higher */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 5px;
}
.overlay2 ul li {
    margin: 2px 0; /* Reduce vertical spacing */
    padding-left: 10px; /* Adjust alignment */
}
.overlay3 {
    position: absolute;
    top: 50%;  /* Centers the container vertically */
    left: 50%;  /* Centers the container horizontally */
    transform: translate(-50%, -50%);  /* Ensures exact centering */
    width: 60%;  /* Adjusts the width of the container */
    background: rgba(255, 255, 255, 0.7);  /* Keeps background readable */
    padding: 20px;
    border-radius: 8px;
    text-align: center;  /* Ensures text is centered */
}

.columns-container {
    display: flex;
    justify-content: space-between;
    text-align: left;
	padding-left: 20px;
    color: white;
}
.columns-container3 {
    display: flex;
    flex-direction: column;  /* Stacks items vertically */
    align-items: center;  /* Centers content horizontally */
}

.columns-container3 ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.columns-container3 li {
    margin: 10px 0;  /* Adds spacing between items */
    font-size: 1.1em;
    color: white;  /* Keeps text readable */
}

.column {
    width: 30%;
    padding: 10px;
}
.section {
    scroll-margin-top: 100px; /* Ensures proper scroll location */
    position: relative;
}
.overlay h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
	color: #41576c;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay ul li {
    margin: 5px 0;
    font-size: 1.1em;
}
/* Parallax Banner */
.parallax-banner {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner2 */
.parallax-banner2 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner3 */
.parallax-banner3 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner4 */
.parallax-banner4 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner5 */
.parallax-banner5 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner6 */
.parallax-banner6 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner7 */
.parallax-banner7 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Parallax Banner8 */
.parallax-banner8 {
    position: relative;
    height: 80vh; /* Adjust as needed */
    overflow: hidden;
	background: transparent !important;
	 z-index: 1; /* Lower than header */
}
/* Background Image */
.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/Corporate.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
/* Background Image */
.parallax-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/FN.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.parallax-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/CA1.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.parallax-bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/pm1.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.parallax-bg5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/career1.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.parallax-bg6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/career2.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.parallax-bg7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/water1.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.parallax-bg8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/career3.jpeg') !important; /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.image-container {
    position: relative;
    text-align: center;
}

.image-header {
    position: absolute;
    top: 20px; /* Moves the header into correct position */
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 25px;
    border-radius: 8px;
    z-index: 10; /* Ensures it stays visible */
}

 /* Glassmorphism Effect */
        .glass {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        }

        /* Navbar Glass Effect */
        #header {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(15px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        /* Glass Effect for Banners */
        .glass-banner {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            background: url('../images/inno6.jpeg') center/cover no-repeat;
			 z-index: 1; /* Lower than header */
        }

        .glass-content {
            padding: 2rem 3rem;
            text-align: center;
            color: white;
        }

        /* Buttons */
        .glass-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            padding: 12px 24px;
            color: white;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .glass-btn:hover {
            background: rgba(255, 255, 255, 0.4);
        }
/* Glassmorphism Effect2 */
.glass2 {
    background: rgba(0, 0, 0, 0.8); /* Increased opacity */
    border-radius: 16px;
    backdrop-filter: blur(8px); /* Stronger blur for contrast */
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
/* Glassmorphism Effect3 */
.glass3 {
    background: rgba(0, 0, 0, 0.7); /* Increased opacity */
    border-radius: 16px;
    backdrop-filter: blur(8px); /* Stronger blur for contrast */
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
/* Glassmorphism Effect4 */
.glass4 {
    background: rgba(0, 0, 0, 0.7); /* Increased opacity */
    border-radius: 16px;
    backdrop-filter: blur(8px); /* Stronger blur for contrast */
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

/* Glass Effect for Banners */
.glass-banner2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/water2.jpeg') center/cover no-repeat; /* Gradient added */
	 z-index: 1; /* Lower than header */
}

/* Content Styling */
.glass-content2 {
    padding: 4rem 5rem;
    text-align: center;
    color: #183eb6;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); /* Stronger shadow */
	
}

/* Buttons */
.glass-btn2 {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 12px 24px;
    color: 322827;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.glass-btn2:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* Glass Effect for Banners */
.glass-banner3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 16px;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url('../images/inno9.jpeg') center/cover no-repeat; /* Gradient added */
	 z-index: 1; /* Lower than header */
}

/* Content Styling */
.glass-content3 {
    padding: 4rem 5rem;
    text-align: center;
    color: #080807;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); /* Stronger shadow */
	
}

/* Buttons */
.glass-btn3 {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 12px 24px;
    color: 322827;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.glass-btn3:hover {
    background: rgba(255, 255, 255, 0.4);
}
/* Glass Effect for Banners */
.glass-banner4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
	border-radius: 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url('../images/inno10.jpeg') center/cover no-repeat; /* Gradient added */
	 z-index: 1; /* Lower than header */
}

/* Content Styling */
.glass-content4 {
    padding: 4rem 5rem;
    text-align: center;
    color: #080807;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); /* Stronger shadow */
	
}

/* Buttons */
.glass-btn4 {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 12px 24px;
    color: 322827;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.glass-btn4:hover {
    background: rgba(255, 255, 255, 0.4);
}
/* Custom h6 for Glassmorphism */
h6.custom-h6 {
    font-size: 1rem; /* Adjust size if needed */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1246eb; /* Soft white */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Subtle depth */
    background: rgba(255, 255, 255, 0.5); /* Slight glass effect */
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    margin-bottom: 1rem;
}/* Custom h6 for Glassmorphism */
/* Styled Paragraph with Glass Effect */
p.glass-paragraph {
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2); /* White border */
    color: #1246eb; /* Matching text color */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Light shadow for depth */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    margin: 0.5rem 0;
    max-width: 90%; /* Keeps the paragraph from stretching too wide */
    line-height: 1.5;
    font-size: 0.95rem;
}
h1.custom-h1 {
    font-size: 1rem; /* Adjust size if needed */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #322827; /* Soft white */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Subtle depth */
    background: rgba(255, 255, 255, 0.5); /* Slight glass effect */
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    margin-bottom: 1rem;
}/* Custom h6 for Glassmorphism */
h2.custom-h2 {
    font-size: 3.5em; /* Adjust size if needed */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #cfb06e; /* Acadia Gold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Subtle depth */
    background: rgba(65, 87, 108, 1); /* Slight glass effect */
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    margin-bottom: 1rem;
}/* Custom h6 for Glassmorphism */

h4.custom-h4 {
    font-size: 1rem; /* Adjust size if needed */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #cfb06e; /* Soft white */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Subtle depth */
    background: rgba(255, 255, 255, 0.1); /* Slight glass effect */
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    margin-bottom: 1rem;
}
h4.custom-h42 {
    font-size: 1rem; /* Adjust size if needed */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #080807; /* Soft white */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Subtle depth */
    background: rgba(255, 255, 255, 0.1); /* Slight glass effect */
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    margin-bottom: 1rem;
}
/* Glass Card Styling */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 20px;
    text-align: center;
    color: #cfb06e; /* Text Color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card2 {
    background: #41576c;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 20px;
    text-align: center;
    color: #cfb06e; /* Text Color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card3 {
    background: #41576c;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 20px;
    text-align: center;
    color: #080807; /* Text Color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card4 {
    background: #41576c;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 20px;
    text-align: center;
    color: #080807; /* Text Color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Hover Effect */
.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

/* Headings and Text */
.glass-card h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cfb06e; /* Text Color */
}

.glass-card p {
    font-size: 0.95em;
}
@media (max-width: 983px) {
    /* Adjusts the flex layout for smaller screens */
    .glass2 div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .glass-card2 {
        width: 90%; /* Makes each card take up nearly full width */
        max-width: 300px; /* Prevents them from getting too large */
        margin: 10px auto; /* Adds spacing between stacked elements */
    }
}
@media (max-width: 983px) {
    /* Force mobile nav text color to #cfb06e */
    .dropdown-menu li a {
        color: #cfb06e !important;
    }
}
@media (max-width: 983px) {
    /* Force ALL nav links (top-level + dropdowns) to #cfb06e */
    #nav ul li a {
        display: block;
        padding: 12px;
        text-decoration: none;
		color: #cfb06e !important;
    }
}
@media (max-width: 983px) {
    h2, .corporate-governance-section h2 {
        font-size: 6vw !important; /* Slightly smaller for tiny devices */
    }
}
/* Style for Dropdowns - Hidden by Default */
@media (max-width: 983px){
	#nav .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #042e41; /* Acadia Blue */
    z-index: 1000;
    width: 200px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 5px;
	-webkit-overflow-scrolling: touch; /* Smooth touch scroll */
	left: 0; /* Align dropdown with parent */
        transform: none; /* Remove shifting */
        width: auto; /* Keeps existing width */
        min-width: 200px; /* Keeps dropdown from collapsing */
        max-width: 100%; /* Ensures it stays on screen */
        box-sizing: border-box; /* Keeps padding inside */
	}
	  /* Nested Dropdown Background */
    #nav .dropdown-menu .dropdown-menu {
        background-color: #033f6d !important; /* Nested Color */
    }
}
/* Show dropdown on hover OR when active */
@media (max-width: 983px){
	#nav .dropdown:hover > .dropdown-menu,
	#nav .dropdown.active > .dropdown-menu {
    display: block;
	position: static; /* Prevent it from going off-screen */
    max-height: none; /* No height limit */
    overflow: visible; /* Show all items */
	}
}
 /* Remove scrollbar but keep finger scrolling */
  @media (max-width: 983px){
	  .dropdown-menu::-webkit-scrollbar {
        width: 0; /* Remove scrollbar */
        background: transparent;
    }
	  
}
/* Dropdown Items */
@media (max-width: 983px){
	#nav .dropdown-menu li {
    display: block;
    width: 100%;
}
}
@media (max-width: 983px){
#nav .dropdown-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #cfb06e;
    white-space: nowrap;
}
}
@media (max-width: 983px){
#nav .dropdown-menu li a:hover {
    background-color: #2f3e4c;
}
}
@media (max-width: 983px){
 #nav ul li {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
}
/* Mobile View: Stack Items Vertically */
@media (max-width: 983px) {
     #nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    #nav li {
        width: 100%;
    }

    .dropdown-menu {
        width: 100%;
        position: static;
    }
}
@media (max-width: 983px) {
    #banner img {
        width: 60%; /* Adjust as needed */
        height: auto; /* Maintain aspect ratio */
        display: block;
        margin: 0 auto; /* Center the logo */
    }
}
@media (max-width: 983px) {
    .parallax-bg, .parallax-bg2, .parallax-bg3, .parallax-bg4, .parallax-bg5, .parallax-bg6, .parallax-bg7, .parallax-bg8 {
        background-attachment: scroll; /* Removes parallax effect on mobile */
        background-position: center;
    }
}
        @media (max-width: 983px) {
            .transport-section {
                position: relative;
                width: 100%;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                color: white;
            }
            .transport-section img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;.imige.fit
                height: 100%;
                object-fit: cover;
                filter: brightness(50%);
            }
            .overlay2 {
                position: relative;
                background: rgba(0, 0, 0, 0.7);
                padding: 20px;
                border-radius: 8px;
                width: 90%;
                color: white;
            }
            .overlay2 h5 {
                font-size: 1.8em;
                margin-bottom: 10px;
            }
            .columns-container {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .column {
                width: 100%;
                margin-bottom: 15px;
            }
            .column h6 {
                font-size: 1.4em;
                margin-top: 15px;
                color: #cfb06e;
            }
            .column ul {
                list-style: none;
                padding: 0;
                text-align: left;
            }
            .column ul li {
                padding: 5px 0;
                font-size: 1.1em;
            }
        }
/* Footer */

	#footer {
		background: #fff;
		padding: 4em 0 6em 0;
	}
#footer2 {
		background: #41576C;
		padding: 4em 0 6em 0;
	}

		#footer a {
			color: inherit;
		}

		#footer .copyright {
			color: #bbb;
			font-size: 0.9em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(144, 144, 144, 0.25);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		#footer .icons a {
			color: #bbb;
		}

#banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

#banner .inner {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}
