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




/* -------------------------------------------------------------------------- */
/* RESET + BASE                                                               */
/* -------------------------------------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
	/* Removes blue tap highlight on mobile */
	outline: none;
	/* Removes default focus outline */
}

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 STYLES                                                               */
/* -------------------------------------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Body (initial background) */
body {
	background: #f2f5f3;
	font-family: 'Poppins', sans-serif;
	color: #6b7770;
	font-weight: 400;
	font-size: 13pt;
	line-height: 2em;
}

/* Overriding background (as per your second definition) */
body {
	background: #f0f0f0;
	/* keeping it here so it wins out */
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	/* override to generic 'sans-serif' as in original code */
}

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

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: none;
	color: #6b7770;
	margin: 0 0 0.5em 0;
	line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	text-decoration: none;
	color: inherit;
}

h2 {
	font-size: 1.65em;
}

h2.major {
	position: relative;
	border-top: solid 5px #124E66;
	font-size: 1.65em;
	text-align: center;
	margin: 0em 2em 3em 2em;
	top: 0.175em;
}

h2.major span {
	background: #fff;
	position: relative;
	display: inline-block;
	top: -0.775em;
	padding: 0 1.25em;
}

h3,
h4 {
	font-size: 1.25em;
}

a {
	color: #006376;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

b,
strong {
	font-weight: 400;
	color: #6b7770;
}

i,
em {
	font-style: italic;
}

br.clear {
	clear: both;
}

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

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

hr {
	border: 0;
	border-top: solid 2px #E7EAE8;
	margin: 0 0 3em 0;
}

blockquote {
	border-left: solid 5px #E7EAE8;
	padding: 1em 0 1em 1.5em;
	font-style: italic;
}

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

/* Section/Article spacing */
section,
article {
	margin-bottom: 6em;
}

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

/* Header paragraphs */
header>p {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #c1cac5;
}

/* Animate-on-scroll placeholder classes */
.animate-on-scroll {
	opacity: 0;
	margin-top: 5em;
	margin-inline: auto;
	transition: opacity 0.6s ease-out;
}

.animate-on-scroll.visible {
	opacity: 1;
}

/* Container widths */
.container {
	margin: auto;
	max-width: 100%;
	width: 64em;
}

@media screen and (max-width: 1680px) {
	.container {
		width: 75em;
	}
}

@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);
	}
}

@media screen and (max-width: 360px) {
	.container {
		width: calc(100% - 30px);
	}
}

/* -------------------------------------------------------------------------- */
/* TESTIMONIALS SECTION (Swiper)                                              */
/* -------------------------------------------------------------------------- */

/* Reset default blockquote styling */
blockquote {
	margin: 0;
	padding: 0;
	border: none;
	quotes: none;
}

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

/* Testimonials Section */
.testimonials-section {
	width: 100%;
	padding: 3em 0;
	text-align: center;
	background: #124e66;
	position: relative;
	border-radius: 30px;
	overflow: visible;
}

/* Swiper container */
.swiper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0;
	overflow: visible;
}

.swiper-slide {
	transition: transform 0.3s ease, opacity 0.3s ease;
	max-width: 300px;
	position: relative;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-slide {
	background: #f6f3f3;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 6rem 2rem 2rem;
	/* Increased top padding */
	position: relative;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

/* Profile Image */
.person-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	background: #fff;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.person-image img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/* Content Inside the Testimonial */
.testimonial-content {
	margin-top: 3rem;
	text-align: center;
}

/* Testimonial Text with Quotes */
.testimonial-text {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	margin: 0 auto;
	max-width: 500px;
	font-style: italic;
	position: relative;
	padding: 2rem 4rem;
	text-align: center;
}

.testimonial-text:before {
	content: "“";
	font-size: 3rem;
	color: #ccc;
	position: absolute;
	left: 20px;
	top: 10px;
}

.testimonial-text:after {
	content: "”";
	font-size: 3rem;
	color: #ccc;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

/* Author Name and Title */
.author-name {
	font-size: 1.3rem;
	margin-bottom: 0.2rem;
	font-weight: bold;
	color: #333;
	margin-top: 2rem;
}

.author-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #777;
	margin-bottom: 1.5rem;
	font-style: italic;
}

/* Active Slide Scaling */
.swiper-slide-active {
	transform: scale(1.05);
	opacity: 1;
	z-index: 2;
}

.swiper-slide-prev,
.swiper-slide-next {
	opacity: 0.7;
	transform: scale(0.9);
}

/* Swiper Pagination */
.swiper-pagination {
	margin-top: 2rem;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.swiper-pagination-bullet:hover {
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #5a2ea8;
	opacity: 1;
	transform: scale(1.2);
}

/* Responsive Adjustments for Testimonials */
@media (max-width: 768px) {
	.testimonial-slide {
		padding: 4rem 1rem 2rem;
		max-width: 100%;
	}

	.author-name {
		font-size: 1.1rem;
	}

	.author-title {
		font-size: 0.85rem;
	}

	.testimonial-text {
		font-size: 1rem;
	}

	.person-image {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 600px) {
	.testimonial-slide {
		padding: 3.5rem 1rem 1.5rem;
		max-width: 80%;
	}

	.author-name {
		font-size: 1rem;
	}

	.author-title {
		font-size: 0.8rem;
	}

	.testimonial-text {
		font-size: 0.9rem;
	}

	.person-image {
		width: 70px;
		height: 70px;
	}
}

/* -------------------------------------------------------------------------- */
/* FORM + BUTTONS                                                             */
/* -------------------------------------------------------------------------- */

/* Basic Buttons */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 40;
	text-transform: none;
	text-decoration: none;
	background: #b1ddab;
	color: #fff;
	border: 0;
	line-height: 1em;
	border-radius: 100px;
	outline: 0;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	font-size: 1.25em;
	padding: 0.85em 1.85em;
	text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background: #124E66bb;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	background: #a1cd9b;
}

/* Alternate button style */
input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background: #c1cac5;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background: #ccd5d0;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
	background: #b1bab5;
}

/* Large Buttons */
input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
	font-size: 1.65em;
	background-color: #124E66;
	color: #ffffff;
	padding: 0.5em 1.5em;
	border: none;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.45s ease-in-out;
}

.button.large:hover {
	background-color: #146f90;
	color: #fff;
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

ul li {
	padding-left: 0.5em;
}

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

ol li {
	padding-left: 0.25em;
}

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

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

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

/* Actions */
ul.actions {
	list-style: none;
	padding-left: 0;
	text-align: center;
	margin: 2em 0 0 0;
}

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

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

/* Forms */
form label {
	display: block;
	margin: 0 0 1em 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #6b7770;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	display: block;
	width: 100%;
	border-radius: 8px;
	border: solid 2px #E7EAE8;
	line-height: 3em;
	padding: 0 1em;
	font-family: inherit;
}

form textarea {
	min-height: 9em;
	padding: 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border-color: #a1cd9b;
}

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

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

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

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

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

/* Tables */
table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tr {
	border-top: solid 2px #E7EAE8;
}

table.default tr:first-child {
	border-top: 0;
}

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

table.default th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 1em 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #6b7770;
}

table.default thead {
	background: #E7EAE8;
	color: #fff;
}

/* Images */
.image {
	position: relative;
	display: inline-block;
	border-radius: 8px;
}

.image img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("images/overlay.png");
	border-radius: 8px;
}

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

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

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

/* Box classes */
.box.highlight {
	text-align: center;
}

.box.highlight h2 {
	font-size: 3em;
	margin: 0 0 0.25em 0;
}

.box.highlight header>p {
	font-size: 1.65em;
	margin: 0 0 1.5em 0;
}

.box.highlight .icon:hover:before {
	color: #ffffff;
	background-color: #124E66;
}

.box.feature {
	text-align: center;
}

.box.post header {
	margin: 0 0 2.5em 0;
}

.box.post h3 {
	font-size: 3em;
	margin: 0 0 0.25em 0;
}

.box.post header>p {
	font-size: 1.65em;
	margin: 0 0 0.5em 0;
}

.box.post ul.meta {
	margin: 0 0 0.5em 0;
}

.box.post-summary h3 {
	line-height: 1em;
	margin: 0 0 0.75em 0;
}

.box.post-summary .meta {
	margin: 0;
	line-height: 1em;
}

.box.page-content header {
	margin: 0 0 2.5em 0;
}

.box.page-content h2 {
	font-size: 3em;
	margin: 0 0 0.5em 0;
}

.box.page-content header>p {
	font-size: 1.65em;
	margin: 0 0 0.5em 0;
}

.box.page-content ul.meta {
	margin: 0 0 0.5em 0;
}

/* -------------------------------------------------------------------------- */
/* SERVICES / BENEFITS SECTION                                               */
/* -------------------------------------------------------------------------- */

/* Example #services background image usage */
#services {
	position: relative;
	background-color: #fff;
	/* Example placeholder images if used:
     background-image: url('images/windmills.png');
     background-repeat: no-repeat;
     background-position: right center;
     background-size: contain;
  */
}

.benefits-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Three per row */
	gap: 40px;
	justify-content: center;
	align-items: start;
	padding: 20px;
}

.benefit {
	text-align: center;
	max-width: 250px;
	margin: auto;
	cursor: pointer;
	position: relative;
	padding-top: 3em;
}

.benefit h3 {
	margin: 10px 0;
	color: #124E66;
}

.benefit .info {
	color: #6b6b6b;
	font-size: 0.9em;
	line-height: 1.5;
	opacity: 1;
	/* Always visible */
	transition: color 0.3s ease;
}


/* Default icon styles */
.icon-wrapper {
	color: #124E66;
	fill: #124E66;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 2.5em;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* Hover effect: Only highlight the icon */
.benefit:hover .icon-wrapper {
	background-color: #124E66;
	color: #fff;
	fill: #fff;
	transform: scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
	.benefits-section {
		grid-template-columns: repeat(2, 1fr);
		/* Two per row for tablets */
	}
}



/* Extra “hover-lift” style for benefits (optional)
.benefit:hover {
  /* transform: translateY(-10px); */
/* } */

/* -------------------------------------------------------------------------- */
/* CONTACT SECTION                                                            */
/* -------------------------------------------------------------------------- */

.contact-section {
	background: #124E66;
	padding: 4em 1em;
	color: #ecece7;
	margin-bottom: 0;
}

.contact-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 4em;
	align-items: flex-start;
}

.contact-form-section,
.contact-details-section {
	flex: 1 1 300px;
	min-width: 300px;
}

.contact-heading {
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ecece7;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	background: #ffffff;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 0.75em;
	margin-bottom: 1em;
	font-size: 1em;
	color: #2e3330;
	font-family: inherit;
	resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #555;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-bottom: 1px solid #ecece7;
}

.contact-btn {
	background: none;
	border: 1px solid #ecece7;
	color: #ecece7;
	padding: 0.5em 1.5em;
	border-radius: 0;
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: background 0.3s;
}

.contact-btn:hover {
	background: #ecece7;
	color: #2e3330;
}

.contact-info h3 {
	font-size: 1rem;
	font-weight: 800;
	margin: 2em 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ecece7;
}

.contact-info p,
.contact-info a {
	font-size: 1em;
	color: #d1d1cb;
	margin-bottom: 0em;
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
}


.social-links {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	/* Right-align the list of social icons */
	margin-bottom: 1em;
	/* some spacing before the next section */
}

/* Each icon styling (as before) */
.social-links li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #d3d0c7;
	color: #2e3330;
	width: 40px;
	height: 40px;
	border-radius: 90%;
	font-size: 1.1em;
	text-decoration: none;
	transition: background 0.3s, transform 0.2s;
}

.social-links li a:hover {
	background: #ecece7;
	transform: scale(1.05);
}

/* CENTER THE TRADEMARK TEXT (Footer) */
.contact-footer {
	margin-top: 2em;
	text-align: center;
	/* ensures the trademark text is in the center */
}

.contact-footer p {
	font-size: 0.9em;
	color: #d1d1cb;
	margin: 1em 0 0 0;
	/* Or add an <hr> above if you want a dividing line */
}

.contact-footer hr {
	border: none;
	border-top: 1px solid #d1d1cb;
	width: 100%;
	margin: 1em auto;
}

.legal {
	margin: 1em 0;
}

.footer-links {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

.footer-links li a {
	color: #d1d1cb;
	text-decoration: none;
	font-size: 0.9em;
}

.footer-links li a:hover {
	text-decoration: underline;
}

@media (max-width: 980px) {
	.contact-container {
		flex-direction: column;
		padding-inline: 1em;
		align-items: stretch;
		gap: 2em;
	}
}

/* -------------------------------------------------------------------------- */
/* ROW / COLUMN SYSTEM (UNIFIED)                                             */
/* -------------------------------------------------------------------------- */

/* Base row setup (unified) */
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
	margin-top: -50px;
	margin-left: -50px;
}

.row>* {
	box-sizing: border-box;
	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;
}

/* Base column classes (col-N) */
.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%;
}

/* -------------------------------------------------------------------------- */
/* MEDIA QUERIES FOR ADDITIONAL COLUMN CLASSES                               */
/* -------------------------------------------------------------------------- */

/* 1680px */
@media screen and (max-width: 1680px) {
	.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%;
	}
}

/* 1280px */
@media screen and (max-width: 1280px) {
	.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%;
	}
}

/* 980px */
@media screen and (max-width: 980px) {
	.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%;
	}
}

/* 736px */
@media screen and (max-width: 736px) {
	.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%;
	}
}

/* 360px */
@media screen and (max-width: 360px) {
	.row>.imp-xsmall {
		order: -1;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------------------------------------- */
/* ICON STYLES                                                                */
/* -------------------------------------------------------------------------- */

/* Shared base for .icon */
.icon {
	text-decoration: none;
	position: relative;
}

/* For brand icons */
.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Wrapper for label under icon */
.icon-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px;
	text-align: center;
}

.icon-container .label {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
}

/* Solid icons */
.icon.solid: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: 600;
	color: #ffffff;
	padding: 1em;
	font-size: 300%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

/* For certain breakpoints, if you want to shrink icon size: */
@media screen and (max-width: 736px) {
	.icon.solid:before {
		font-size: 180%;
		/* smaller for tablets */
	}
}

@media screen and (max-width: 360px) {
	.icon.solid:before {
		font-size: 180%;
		/* smaller for phones */
	}
}

/* -------------------------------------------------------------------------- */
/* PAGE WRAPPER, HEADER, NAV, BANNER, FOOTER                                  */
/* -------------------------------------------------------------------------- */

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

/* Keyframes for fade/slide animations */
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInBackground {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Header */
#header {
	text-align: center;
	font-size: 2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: none;
	padding: 2em 0.5em;
	background: #fff;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(-20px);
	animation: fadeInDown 1s ease-out forwards;
}

#header .logo {
	position: relative;
	text-align: center;
	border-top: solid 5px #124E66c5;
	top: 0.65em;
	opacity: 0;
	animation: fadeInDown 0.8s ease-out 0.5s forwards;
}

#header .logo div {
	background: #fff;
	position: relative;
	display: inline-block;
	padding: 0 1.5em;
	top: -0.65em;
}

#header .logo h1 {
	display: inline;
	color: #124E66;
}

#header .logo p {
	display: inline;
	font-weight: 200;
	color: #9c9c9c;
}

/* Smooth typing text (example) */
#smooth-typing-text {
	font-size: 1.5em;
	font-weight: bold;
	color: #124E66;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

/* Nav */
body {
	padding-top: 3em;
	/* for fixed nav spacing */
}

#nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgb(23, 55, 67);
	width: 100%;
	height: 3.2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: none;
	cursor: default;
	display: flex;
	align-items: center;
}

.nav-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 2em;
	position: relative;
}

/* Logo Link on the left */
.logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.logo-link span {
	font-size: 1.25rem;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
}

.logo {
	height: 70px;
	padding-bottom: 1.2em;
}

/* Centered Menu */
.menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.menu li {
	display: inline-block;
	margin: 0 0.5em;
	position: relative;
	border: none !important;
}

.menu li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 5px 1.5em 0.25em 1.5em;
	opacity: 0.8;
	transition: color 0.3s ease-in-out;
	position: relative;
}

/* Hover underline effect */
.menu li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 2px;
	background: #fffffffb;
	transition: width 0.3s ease-in-out;
}

.menu li a:hover::after {
	width: 100%;
}

.menu li a:hover {
	color: #fff;
}

/* (If you used .dropotron, keep it; else can remove) 
.dropotron {
    ...
}
*/

/* Banner */
/* Banner Container - Desktop Default */
#banner {
	position: relative;
	width: 100%;
	height: 100vh;
	/* Full viewport height */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 2%;
	padding-bottom: 8%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.832), rgba(0, 0, 0, 0.1)),
		url("your-image.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

/* Banner Content */
#banner .content {
	position: relative;
	width: 45%;
	text-align: left;
	color: #ffffff;
	padding: 2em;
	z-index: 3;
}

/* Heading that always stays visible */
#banner .content h2 {
	font-size: 2.8rem;
	color: #0f4156;
	margin-bottom: 0.3em;
	font-weight: bold;
}

/* Smooth-typing text that changes/fades */
#smooth-typing-text {
	font-size: 1.6rem;
	font-weight: 700;
	color: #2b3033;
	transition: opacity 0.5s ease-in-out;
	margin-bottom: 1em;
}

/* CTA Button */
#button.large {
	color: #ffffff;
	background: #124E66;
	font-size: 1.5em;
	padding: 0.8em 1.5em;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
	display: inline-block;
	margin-top: 0.5em;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#button.large:hover {
	background: #0f3b4b;
	transform: scale(1.05);
}

#button.large:active {
	background: #0d3443;
	transform: scale(0.98);
}



/* Main */
/* Industries Section */
.industries-section {
	text-align: center;
	padding: 5em 2em;
	background-color: #ffffff;
}

/* Centering Container */
.industries-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Industries Grid */
.industries-grid {
	display: flex;
	justify-content: center;
	gap: 2em;
	flex-wrap: nowrap;
	margin-top: 2em;
}

/* Industry Card */
.industry-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 0;
	width: 300px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

/* Hover Effect */
.industry-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Industry Image with Fading Bottom */
.industry-image {
	width: 100%;
	height: 180px;
	/* Adjust height as needed */
	background-size: cover;
	background-position: center;
	position: relative;
}

/* Fade Effect (Using Linear Gradient) */
.industry-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	/* Adjust fade height */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Headings */
.industry-card h3 {
	font-size: 1.4em;
	color: #124E66;
	margin: 1em 0 0.5em;
}

/* Text */
.industry-card p {
	font-size: 1em;
	color: #666;
	line-height: 1.6;
	padding: 0 1.5em 1.5em;
}

/* Contact Button Container */
.button-container {
	margin: 7em;
	text-align: center;
}

/* Contact Button */
.button.large {
	background: #124E66;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0.85em 2em;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.button.large:hover {
	background: #146f90;
	transform: scale(1.05);
}


/* Main */
#main {
	background: #fff;
	border-bottom: solid 5px #ffffff;
	border-top-width: 35px;
	border-bottom-width: 10px;
	padding: 6em 0 6em 0;
}

/* Footer */
#footer {
	text-align: center;
	padding: 8em 0 0 0;
}

#footer a {
	color: inherit;
}

#footer p {
	color: inherit;
	padding: 1em;
}

#footer h2.major {
	margin: 0 0 2em 0;
}

#footer h2.major span {
	background: #f2f5f3;
}

/* Copyright */
#copyright {
	display: inline-block;
	background: #e7eae8;
	padding: 0.75em 2em;
	border-radius: 8px;
	color: #8b9790;
	margin: 4em 0 0 0;
}

#copyright a {
	color: inherit;
}

#copyright .menu {
	margin: 0;
}

/* -------------------------------------------------------------------------- */
/* RESPONSIVE NAV PANEL (TITLEBAR) (Optional - if you use it)                */
/* -------------------------------------------------------------------------- */

/* Hidden by default on large screens */
#navPanel,
#titleBar {
	display: none;
}

/* Overwrites at narrower widths if used */
@media screen and (max-width: 980px) {

	html,
	body {
		overflow-x: hidden;
	}

	#header {
		display: none;
		/* as in original smaller breakpoints code */
	}

	/* BANNER Section*/
	#banner {
		height: 55vh;
		background-size: cover;
		/* Ensures full visibility of the image */
		background-position: left;
	}

	#banner .content {
		width: 100%;
		/* Slightly wider text block for readability */
		margin: 0 auto;
		text-align: auto;
		padding: 1.5em;
		border-radius: 8px;
	}

	#banner .content h2 {
		font-size: 2rem;
		padding-top: 10%;
		color: #124E66;
	}

	#smooth-typing-text {
		font-size: 1.4rem;
		color: #151515;
	}

	.button.large {
		font-size: 1.2em;
		margin-top: 1em;
	}

	/*BENEFITS SECTION*/
	.benefit {
		cursor: pointer;
		position: relative;
		text-align: center;
		/* Ensure alignment */
		padding-bottom: 30px;
		/* Increased spacing to prevent overlap */
		margin-top: 15px;
		/* Increased margin for better spacing */
		-webkit-tap-highlight-color: transparent;
	}

	.benefit p {
		display: none;
		/* Hide text initially */
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
		margin-top: 12px;
		/* Ensures spacing between text and icon */
	}

	.benefit.active p {
		display: block;
		opacity: 1;
	}

	/* "Tap for more" text appears below each benefit */
	.benefit::after {
		content: "Tap for more";
		font-size: 0.9em;
		/* Slightly larger for readability */
		color: #666;
		position: absolute;
		bottom: -35px;
		/* Increased bottom spacing to prevent overlap */
		left: 50%;
		transform: translateX(-50%);
		transition: opacity 0.3s ease-in-out;
	}

	/* Hide "Tap for more" text when active */
	.benefit.active::after {
		opacity: 0;
	}

	/* Industries Section*/
	.industries-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		/* 2 per row */
		gap: 4.5em;
		/* Adjust spacing between cards */
		justify-content: center;
	}

	.industry-card {
		width: 90%;
		/* Allow responsiveness */
		margin: 0 auto;
	}



	#nav {
		display: none;
	}

	#main {
		border-top-width: 0;
	}

	.sidebar {
		border-top: solid 2px #e7eae8;
		padding-top: 50px;
	}

	body {
		padding-top: 44px;
	}

	body.homepage {
		padding-top: 0;
	}

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

	/* Hide "SKYERIS" on PC screens */
	.mobile-title {
		display: none;
	}


	.mobile-title {
		display: block;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		font-size: 1.4em;
		color: #124E66;
		/* Adjust color to match theme */
		text-transform: uppercase;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		line-height: 44px;
		z-index: 1000;
	}

	#titleBar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background-color: #ffffff;
		/* White background */
		padding: 0 15px;
	}

	#titleBar .toggle {
		position: absolute;
		right: 15px;
		/* Align menu icon to the right */
		top: 50%;
		transform: translateY(-50%);
		width: 44px;
		height: 44px;
	}

	#titleBar .toggle:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f0c9';
		/* ☰ Menu icon */
		color: #124E66;
		font-size: 20px;
		display: inline-block;
		text-align: center;
		line-height: 44px;
	}


	#navPanel {
		backface-visibility: hidden;
		transform: translateX(-275px);
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background-color: #353c37;
		background-image: url("images/overlay.png");
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		text-transform: none;
		font-size: 1.25em;
		box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
	}

	#navPanel nav {
		position: relative;
		z-index: 1000;
	}

	#navPanel .link {
		display: block;
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		height: 44px;
		line-height: 44px;
		padding: 0 1em;
		border-top: solid 2px rgba(87, 93, 89, 0.15);
		font-size: 0.8em;
	}

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

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

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

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

/* Small (max-width: 600px) adjustments */
@media screen and (max-width: 600px) {

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

	h2 {
		font-size: 1.25em;
	}

	h2.major {
		font-size: 1.25em;
		margin: 0 0 2em 0;
	}

	h2.major span {
		padding: 0 1em;
	}

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

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

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

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

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

	ul.special {
		margin: -0.75em 0 2em -0.75em;
	}

	ul.special li {
		padding: 0.75em 0 0 0.75em;
	}

	ul.special li a:before {
		font-size: 28px;
	}

	.box.highlight h2 {
		font-size: 2em;
	}

	.box.highlight header>p {
		font-size: 1.25em;
	}

	.box.post h3 {
		font-size: 2em;
	}

	.box.post header>p {
		font-size: 1.25em;
	}

	.box.page-content h2 {
		font-size: 2em;
	}

	.box.page-content header>p {
		font-size: 1.25em;
	}

	/*BENEFITS SECTION*/
	.benefits-section {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* Two per row */
		gap: 20px;
		/* Space between rows */
		text-align: center;
	}

	.benefit {
		padding: 15px;
		font-size: 0.9em;
		-webkit-tap-highlight-color: transparent;
	}

	.benefit p {
		font-size: 0.9em;
	}

	.benefit::after {
		font-size: 0.8em;
		bottom: -15px;
	}

	/*BANNER SECTION*/

	#banner {
		height: 50vh;
		background-size: cover;
		/* Ensures full visibility of the image */
		background-position: left;
	}

	#banner .content {
		width: 100%;
		/* Slightly wider text block for readability */
		margin: 0 auto;
		text-align: left;
		padding: 1.5em;
		border-radius: 8px;
	}

	#banner .content h2 {
		font-size: 2rem;
		color: #124E66;
	}

	#smooth-typing-text {
		font-size: 1.4rem;
		color: #151515;
	}

	.button.large {
		font-size: 1.2em;
		margin-top: 1em;
	}

	/* Industries Section for Mobile (600px) */

	.industries-grid {
		grid-template-columns: repeat(1, 1fr);
		/* 1 per row */
		gap: 4.2em;
		/* Reduce spacing slightly */
	}

	.industry-card {
		width: 100%;
	}

	#main {
		padding: 3em 0;
	}

	.sidebar {
		border-top: solid 2px #e7eae8;
		padding-top: 50px;
		margin-top: 30px;
	}

	#footer {
		padding: 3em 0;
	}

	#copyright .menu li {
		display: block;
		border-left: 0;
		padding-left: 0;
		line-height: 1.75em;
	}
}

.disabled-links a {
	pointer-events: none;
	color: gray;
	cursor: default;
	text-decoration: none;
}


/* Reset Banner to be a simple white container */
#banner-construction {
	background-image: none !important;
	background-color: #ffffff !important;
	padding: 3em 2em;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.uc-content-wrapper {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.uc-video {
	width: 550px;
	/* adjust width */
	height: 350px;
	/* adjust height */
	display: block;
	/* removes inline spacing */
	margin: 0 auto;
	/* centers video */
	object-fit: cover;
	/* fills the container nicely */
	border-radius: 10px;
	/* optional: rounded corners */
}


/* Text Styling */
.uc-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #2c3e50;
	margin-bottom: 0.5rem;
}

.uc-subtitle {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	max-width: 600px;
}



/* Mobile Responsive */
@media screen and (max-width: 600px) {
	.uc-title {
		font-size: 1.8rem;
	}
}