/*!
Theme Name: ASMI
Theme URI: http://underscores.me/
Author: Ian Perera
Author URI: http://www.innoflo.io
Description: BUS SHELTERS, BUS BENCHES and SIDEWALK CONSTRUCTION
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asmi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ASMI is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0544A4;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:visited {
	color: #6b46c1;
}

a:hover,
a:focus {
	color: #043a8f;
	text-decoration: underline;
}

a:active {
	color: #043a8f;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Old navigation styles - overridden by custom styles below */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* Override for desktop - ensure navigation is right-aligned */
@media screen and (min-width: 769px) {
	.main-navigation {
		display: flex;
		width: auto;
	}
	
	.main-navigation .nav-menu {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# ASMI Custom Styles
--------------------------------------------------------------*/

/* Typography Overrides
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #333;
}

h1 {
	font-weight: 700;
}

/* Site Layout
--------------------------------------------- */
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

/* Header Styles
--------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.header-wrapper {
	position: relative;
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	min-height: 60px;
}

.site-branding {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	max-height: 60px;
}

.site-branding .custom-logo {
	max-height: 60px;
	max-width: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.site-title a {
	color: #0544A4;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-title a:visited {
	color: #0544A4;
}

.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	color: #0544A4;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.menu-toggle svg {
	width: 40px;
	height: 40px;
}

/* Navigation Styles - Custom ASMI Styles (Desktop First)
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	margin-left: auto;
	width: auto;
}

.main-navigation .nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px;
	align-items: center;
	justify-content: flex-end;
}

.main-navigation .nav-menu li {
	margin: 0;
}

.main-navigation .nav-menu a {
	display: block;
	padding: 15px 0;
	color: #333;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.main-navigation .nav-menu a:hover,
.main-navigation .nav-menu a:focus,
.main-navigation .nav-menu .current-menu-item > a {
	color: #0544A4;
}

.main-navigation .nav-menu a:visited {
	color: #333;
}

/* Submenu Styles
--------------------------------------------- */
.main-navigation .nav-menu .menu-item-has-children {
	position: relative;
}

.main-navigation .nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 320px;
	width: auto;
	max-width: 500px;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	z-index: 1000;
	flex-direction: column;
	gap: 0;
	overflow: hidden;
}

.main-navigation .nav-menu .menu-item-has-children:hover .sub-menu,
.main-navigation .nav-menu .menu-item-has-children:focus-within .sub-menu {
	display: block;
}

.main-navigation .nav-menu .sub-menu li {
	margin: 0;
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.main-navigation .nav-menu .sub-menu a {
	padding: 12px 25px;
	font-size: 0.85rem;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.main-navigation .nav-menu .sub-menu a:hover,
.main-navigation .nav-menu .sub-menu a:focus {
	background: #f5f5f5;
	color: #0544A4;
}

/* Mobile Submenu Styles
--------------------------------------------- */
@media screen and (max-width: 768px) {
	.main-navigation .nav-menu .sub-menu {
		position: static;
		box-shadow: none;
		background: #f8f8f8;
		padding: 0;
		margin-left: 20px;
		display: none;
	}

	.main-navigation .nav-menu .menu-item-has-children.toggled .sub-menu {
		display: block;
	}

	.main-navigation .nav-menu .sub-menu a {
		padding: 10px 20px;
		font-size: 0.85rem;
	}
}

/* Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 80px 20px;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hero-container {
	text-align: center;
}

.hero-tagline {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.4;
	margin: 0 0 20px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	max-width: 100%;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

.hero-tagline br {
	display: block;
	line-height: 1.4;
}

.hero-subtagline {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0 0 40px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	line-height: 1.6;
	max-width: 100%;
	word-wrap: break-word;
	white-space: normal;
}

.hero-subtagline strong {
	font-weight: 700;
}

.hero-cta-button {
	display: inline-block;
	padding: 15px 40px;
	background: #0544A4;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	border-radius: 4px;
	transition: background 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-cta-button:hover,
.hero-cta-button:focus {
	background: #043a8f;
	transform: translateY(-2px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.hero-cta-button:visited {
	color: #fff;
	background: #0544A4;
}

/* Page Hero Section (Internal Pages)
--------------------------------------------- */
.page-hero-section {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0544A4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 60px 20px;
}

.page-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-hero-container {
	text-align: center;
}

.page-hero-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.2;
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

/* Content Area
--------------------------------------------- */
.site-main {
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.entry-title {
	text-transform: uppercase;
}

.entry-content {
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
}

.entry-content h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	margin: 40px 0 20px;
	color: #333;
}

.entry-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	margin: 30px 0 15px;
	color: #333;
}

.entry-content p {
	margin-bottom: 1.5em;
}

.entry-content ul,
.entry-content ol {
	margin-left: 2em;
	margin-bottom: 1.5em;
}

.entry-content li {
	margin-bottom: 0.5em;
}

.entry-content a {
	color: #0544A4;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #043a8f;
	text-decoration: underline;
}

.entry-content a:visited {
	color: #6b46c1;
}

.entry-content a:visited:hover,
.entry-content a:visited:focus {
	color: #043a8f;
}

/* Footer Styles
--------------------------------------------- */
.site-footer {
	background: #f8f8f8;
	padding: 60px 20px 30px;
	margin-top: 60px;
	border-top: 1px solid #e0e0e0;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-nav {
	margin-bottom: 30px;
}

.footer-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menu li {
	margin: 0;
}

.footer-menu a {
	color: #333;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: #0544A4;
}

.footer-menu a:visited {
	color: #333;
}

.footer-info {
	text-align: center;
	margin-bottom: 30px;
}

.footer-business-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0 0 10px;
	color: #333;
}

.footer-address {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px;
	color: #666;
}

.footer-contact {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #666;
}

.footer-contact a {
	color: #0544A4;
	text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus {
	text-decoration: underline;
}

.footer-contact a:visited {
	color: #0544A4;
}

.footer-contact .separator {
	margin: 0 10px;
}

.footer-bottom {
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	text-align: center;
}

.footer-copyright {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	color: #666;
	margin: 0;
}

/* Buttons
--------------------------------------------- */
.wp-block-button__link,
.button,
button[type="submit"] {
	display: inline-block;
	padding: 12px 30px;
	background: #0544A4;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.button:hover,
.button:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
	background: #043a8f;
}

.wp-block-button__link:visited,
.button:visited {
	color: #fff;
	background: #0544A4;
}

/* Responsive Design - Desktop First (Mobile Adaptations)
--------------------------------------------- */

/* Tablet and below (768px and below) */
@media screen and (max-width: 768px) {
	.header-inner {
		flex-wrap: wrap;
	}

	.menu-toggle {
		display: flex;
		order: 2;
	}

	.site-branding {
		order: 1;
	}

	.main-navigation {
		display: none !important;
		order: 3;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		padding: 20px;
		margin-top: 0;
	}

	.main-navigation.toggled {
		display: block !important;
	}

	.main-navigation .nav-menu {
		display: flex !important;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.main-navigation .nav-menu a {
		padding: 15px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.hero-section {
		min-height: 500px;
		padding: 60px 20px;
	}

	.hero-tagline {
		font-size: 2rem;
	}

	.hero-subtagline {
		font-size: 1rem;
	}

	.hero-cta-button {
		padding: 12px 30px;
		font-size: 0.9rem;
	}

	.two-column-container {
		grid-template-columns: 1fr !important;
		min-height: auto;
		display: grid !important;
		width: 100%;
		max-width: 100%;
	}

	.two-column-image {
		min-height: 300px;
		height: auto;
		order: 1;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.two-column-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		max-width: 100%;
	}

	.two-column-content {
		padding: 60px 30px;
		order: 2;
	}

	.two-column-headline {
		font-size: 2rem;
	}

	.two-column-text {
		font-size: 1rem;
	}

	.services-grid {
		grid-template-columns: 1fr !important;
		gap: 20px;
		display: grid !important;
		width: 100%;
		max-width: 100%;
	}

	.services-section .container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	.welcome-section {
		padding: 60px 20px;
	}

	.welcome-section .section-title {
		font-size: 2rem;
	}

	.welcome-text {
		font-size: 1.1rem;
	}

	.service-card {
		padding: 30px 20px;
		width: 100%;
		max-width: 100%;
	}

	.service-title {
		font-size: 1.5rem;
	}

	.services-section-title {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.services-archive-grid {
		grid-template-columns: repeat( 2, 1fr );
		gap: 30px;
	}

	.service-archive-image {
		height: 200px;
	}

	.service-archive-content {
		padding: 25px;
	}

	.service-archive-title {
		font-size: 1.25rem;
	}

	.certifications-logos-row {
		grid-template-columns: repeat( 2, 1fr );
		gap: 30px;
	}

	.certifications-section-title {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.certifications-text {
		font-size: 1.25rem;
		text-align: center;
	}

	.services-archive-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.service-archive-image {
		height: 200px;
	}

	.service-archive-content {
		padding: 20px;
	}

	.service-archive-title {
		font-size: 1.1rem;
	}

	.service-archive-description {
		font-size: 0.95rem;
	}

	.footer-menu {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.page-hero-section {
		min-height: 250px;
		padding: 40px 20px;
	}

	.page-hero-title {
		font-size: 1.75rem;
	}

	.projects-grid {
		grid-template-columns: repeat( 2, 1fr );
		gap: 20px;
	}

	.project-image {
		height: 200px;
	}

	.project-content {
		padding: 20px;
	}

	.project-title {
		font-size: 1.25rem;
	}

	.projects-section-title {
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.contact-two-column {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.contact-info-column {
		padding-right: 0;
	}

	.contact-form-column {
		padding-left: 0;
	}

	.contact-info-title,
	.contact-form-title {
		font-size: 2rem;
		margin-bottom: 25px;
	}

	.contact-form {
		padding: 30px 20px;
	}

	.gallery-carousel-section {
		padding: 0;
		margin-top: 0;
	}

	.gallery-section-title {
		font-size: 1.75rem;
		margin-bottom: 25px;
		padding: 0 15px;
	}

	.gallery-carousel {
		height: 250px;
	}

	.gallery-slide {
		min-width: 100%;
		width: 100%;
		padding: 0 15px;
	}

	.gallery-carousel-prev,
	.gallery-carousel-next {
		width: 35px;
		height: 35px;
		font-size: 1.5rem;
	}

	.gallery-carousel-prev {
		left: 5px;
	}

	.gallery-carousel-next {
		right: 5px;
	}

	.two-column-section {
		width: 100%;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
		overflow-x: hidden;
	}

	body {
		overflow-x: hidden;
	}

	.site {
		overflow-x: hidden;
		max-width: 100%;
	}
}

/* Mobile (480px and below) */
@media screen and (max-width: 480px) {
	.hero-tagline {
		font-size: 1.5rem;
	}

	.hero-subtagline {
		font-size: 0.9rem;
	}

	.header-container {
		padding: 0 15px;
	}

	.site-main {
		padding: 0 15px;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.hero-section {
		min-height: 400px;
		padding: 40px 15px;
	}

	.two-column-image {
		min-height: 250px;
		height: auto;
		width: 100%;
	}

	.two-column-image img {
		width: 100%;
		height: auto;
		max-height: 400px;
		object-fit: cover;
		display: block;
	}

	.two-column-content {
		padding: 40px 20px;
	}

	.two-column-headline {
		font-size: 1.75rem;
		margin-bottom: 20px;
	}

	.two-column-text {
		font-size: 0.95rem;
		margin-bottom: 30px;
	}

	.two-column-cta-button {
		padding: 12px 30px;
		font-size: 0.9rem;
		width: 100%;
		text-align: center;
	}

	.certifications-logos-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.certifications-section-title {
		font-size: 1.75rem;
		margin-bottom: 30px;
	}

	.certifications-text {
		font-size: 1.1rem;
	}

	.page-hero-section {
		min-height: 300px;
		padding: 40px 20px;
	}

	.page-hero-title {
		font-size: 2rem;
	}

	.projects-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.project-image {
		height: 200px;
	}

	.project-content {
		padding: 20px;
	}

	.project-title {
		font-size: 1.1rem;
	}

	.projects-section-title {
		font-size: 1.75rem;
		margin-bottom: 25px;
	}

	.contact-page-section {
		padding: 60px 15px;
	}

	.contact-info-title,
	.contact-form-title {
		font-size: 1.75rem;
		margin-bottom: 20px;
	}

	.contact-form {
		padding: 25px 15px;
	}

	.gallery-carousel-section {
		padding: 0;
		margin-top: 0;
	}

	.gallery-section-title {
		font-size: 1.75rem;
		margin-bottom: 25px;
		padding: 0 15px;
	}

	.gallery-carousel {
		height: 250px;
	}

	.gallery-slide {
		min-width: 100%;
		width: 100%;
		padding: 0 15px;
	}

	.gallery-carousel-prev,
	.gallery-carousel-next {
		width: 35px;
		height: 35px;
		font-size: 1.5rem;
	}

	.gallery-carousel-prev {
		left: 5px;
	}

	.gallery-carousel-next {
		right: 5px;
	}
}

/* Small Mobile (430px and below) */
@media screen and (max-width: 430px) {
	.services-grid {
		grid-template-columns: 1fr !important;
		display: grid !important;
		width: 100%;
		max-width: 100%;
	}

	.service-card {
		width: 100%;
		max-width: 100%;
		padding: 25px 15px;
	}

	.services-section-title {
		font-size: 1.75rem;
	}

	.service-title {
		font-size: 1.25rem;
	}
}

/* Gutenberg Block Styles
--------------------------------------------- */
.wp-block-group {
	margin-bottom: 2em;
}

.wp-block-columns {
	margin-bottom: 2em;
}

.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image img {
	height: auto;
	max-width: 100%;
}

/* Utility Classes
--------------------------------------------- */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

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

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

/* Welcome Section
--------------------------------------------- */
.welcome-section {
	padding: 80px 20px;
	text-align: center;
	background: #fff;
}

.welcome-section .section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	margin: 0 0 40px;
	color: #333;
}

.welcome-text {
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
	line-height: 1.9;
	color: #666;
}

.welcome-text p {
	margin: 0;
}

/* Two Column Section
--------------------------------------------- */
.two-column-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
}


.two-column-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
	width: 100%;
	max-width: 100%;
}

.two-column-image {
	width: 100%;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
}

.two-column-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-width: 100%;
}

.two-column-content {
	background: #000;
	color: #fff;
	padding: 80px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.two-column-headline {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	margin: 0 0 30px;
	color: #fff;
	line-height: 1.2;
}

.two-column-text {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 40px;
}

.two-column-text p {
	margin: 0 0 1.5em;
	color: #fff;
}

.two-column-text p:last-child {
	margin-bottom: 0;
}

.two-column-cta-button {
	display: inline-block;
	padding: 15px 40px;
	background: #0544A4;
	color: #fff !important;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	border-radius: 4px;
	transition: background 0.3s ease, transform 0.2s ease, color 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	align-self: flex-start;
}

.two-column-cta-button:hover,
.two-column-cta-button:focus {
	background: #043a8f;
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.two-column-cta-button:visited {
	color: #fff !important;
	background: #0544A4;
	text-decoration: none;
}

.two-column-cta-button:visited:hover,
.two-column-cta-button:visited:focus {
	color: #fff !important;
	background: #043a8f;
	text-decoration: none;
}

/* Services Section
--------------------------------------------- */
.services-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 80px 20px;
	background: #0544A4;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.services-section {
		width: 100%;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 60px 15px;
	}
}

.services-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.services-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	margin: 0 0 60px;
	color: #fff;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	gap: 30px;
}

.service-card {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px 30px;
	border-radius: 8px;
	transition: transform 0.3s ease, background 0.3s ease;
	backdrop-filter: blur(10px);
}

.service-card:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-5px);
}

.service-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.75rem;
	margin: 0 0 20px;
	color: #fff;
}

.service-bullets {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.service-bullets li {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
}

.service-bullets li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
}

.service-cta-button {
	display: inline-block;
	padding: 12px 30px;
	background: #fff;
	color: #0544A4;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	border-radius: 4px;
	transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-cta-button:hover,
.service-cta-button:focus {
	background: #f0f0f0;
	color: #043a8f;
	transform: translateY(-2px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.service-cta-button:visited {
	background: #fff;
	color: #0544A4;
}

/* Services Archive Page
--------------------------------------------- */
.services-archive-section {
	padding: 80px 20px;
	background: #fff;
}

.services-archive-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.services-page-content {
	margin-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #666;
}

.services-page-content h1,
.services-page-content h2,
.services-page-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.services-archive-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 40px;
	margin-top: 40px;
}

.service-archive-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.service-archive-card-link:hover,
.service-archive-card-link:focus {
	text-decoration: none;
}

.service-archive-card-link .service-archive-title {
	text-decoration: none;
}

.service-archive-card-link:hover .service-archive-title,
.service-archive-card-link:focus .service-archive-title {
	text-decoration: none;
}

.service-archive-card-link:hover .service-archive-card,
.service-archive-card-link:focus .service-archive-card {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.service-archive-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	will-change: transform;
}


.service-archive-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	border-radius: 12px 12px 0 0;
}

.service-archive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	transition: transform 0.5s ease, scale 0.5s ease;
	transform-origin: center;
}

.service-archive-card-link:hover .service-archive-image img,
.service-archive-card-link:focus .service-archive-image img {
	transform: scale(1.1) rotate(2deg);
}

.service-archive-content {
	padding: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.service-archive-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	margin: 0 0 15px;
	color: #333;
	text-transform: uppercase;
}

.service-archive-description {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #666;
	flex: 1;
}

.service-archive-description p {
	margin: 0 0 1em;
}

.service-archive-description p:last-child {
	margin-bottom: 0;
}

/* Single Service Page
--------------------------------------------- */
.entry-thumbnail {
	margin-bottom: 30px;
}

.entry-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Modern Image Effects for Service Detail Pages
--------------------------------------------- */
.single-services .entry-content img,
.post-type-services .entry-content img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: block;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}

.single-services .entry-content img:hover,
.post-type-services .entry-content img:hover {
	transform: scale(1.03) translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.single-services .entry-content figure,
.post-type-services .entry-content figure {
	margin: 30px 0;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-services .entry-content figure:hover,
.post-type-services .entry-content figure:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.single-services .entry-content figure img,
.post-type-services .entry-content figure img {
	margin: 0;
	border-radius: 16px;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-services .entry-content figure:hover img,
.post-type-services .entry-content figure:hover img {
	transform: scale(1.05);
}

/* Image overlay effect on hover */
.single-services .entry-content figure::before,
.post-type-services .entry-content figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(5, 68, 164, 0.1) 0%, rgba(5, 68, 164, 0) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	pointer-events: none;
	border-radius: 16px;
}

.single-services .entry-content figure:hover::before,
.post-type-services .entry-content figure:hover::before {
	opacity: 1;
}

/* Align images */
.single-services .entry-content img.alignleft,
.post-type-services .entry-content img.alignleft {
	float: left;
	margin: 0 30px 20px 0;
	max-width: 50%;
}

.single-services .entry-content img.alignright,
.post-type-services .entry-content img.alignright {
	float: right;
	margin: 0 0 20px 30px;
	max-width: 50%;
}

.single-services .entry-content img.aligncenter,
.post-type-services .entry-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Responsive images */
@media screen and (max-width: 768px) {
	.single-services .entry-content img,
	.post-type-services .entry-content img {
		border-radius: 12px;
		margin: 20px 0;
	}

	.single-services .entry-content img.alignleft,
	.single-services .entry-content img.alignright,
	.post-type-services .entry-content img.alignleft,
	.post-type-services .entry-content img.alignright {
		float: none;
		max-width: 100%;
		margin: 20px 0;
	}
}

.service-bullets-section {
	margin-top: 40px;
	padding: 30px;
	background: #f8f8f8;
	border-radius: 8px;
}

.service-bullets-section h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	margin: 0 0 20px;
	color: #333;
}

.service-bullets-section .service-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-bullets-section .service-bullets li {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
}

.service-bullets-section .service-bullets li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #0544A4;
	font-size: 1.5rem;
	line-height: 1.2;
}

.back-to-services-button {
	display: inline-block;
	margin-top: 40px;
	padding: 12px 30px;
	background: #0544A4;
	color: #fff !important;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	border-radius: 4px;
	transition: background 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

.back-to-services-button:hover,
.back-to-services-button:focus {
	background: #043a8f;
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-2px);
}

.back-to-services-button:visited {
	color: #fff !important;
}

/* Certifications Section
--------------------------------------------- */
.certifications-section {
	padding: 80px 20px;
	background: #fff;
}

.certifications-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.certifications-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	margin: 0 0 60px;
	color: #333;
}

.certifications-logos-row {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 40px;
	align-items: center;
	justify-items: center;
	margin-bottom: 40px;
}

.cert-logo-item {
	width: 100%;
	max-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cert-logo-item img {
	width: 100%;
	height: auto;
	max-height: 150px;
	object-fit: contain;
}

.certifications-text-row {
	text-align: right;
}

.certifications-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	color: #333;
	margin: 0;
}

/* Content Section
--------------------------------------------- */
.content-section {
	padding: 60px 20px;
	background: #fff;
}

.content-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Section Title
--------------------------------------------- */
.section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 40px;
	color: #333;
}

/* Projects Section
--------------------------------------------- */
.projects-section {
	padding: 60px 20px;
	background: #fff;
}

.projects-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.projects-page-content {
	margin-bottom: 60px;
	text-align: center;
}

.projects-page-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #666;
	max-width: 900px;
	margin: 0 auto;
}

.projects-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	margin: 0 0 40px;
	color: #333;
	text-transform: uppercase;
}

.projects-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 30px;
	margin-top: 40px;
}

.project-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.project-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.project-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #f5f5f5;
	flex-shrink: 0;
}

.project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.project-content {
	padding: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.project-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	margin: 0 0 15px;
	color: #333;
	text-transform: uppercase;
}

.project-description {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
	flex: 1;
}

.project-description p {
	margin: 0 0 1em;
}

.project-description p:last-child {
	margin-bottom: 0;
}

/* Gallery Carousel Section - Filmstrip Style
--------------------------------------------- */
.gallery-carousel-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0;
	background: rgba(5, 68, 164, 0.5);
	margin-top: 0;
	overflow: hidden;
}

.gallery-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	margin: 0 0 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
}

.gallery-carousel-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.gallery-carousel {
	display: flex;
	position: relative;
	width: 100%;
	height: 400px;
	transition: transform 0.6s ease-in-out;
	will-change: transform;
}

.gallery-slide {
	min-width: 33.333%;
	width: 33.333%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-slide:hover img {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.gallery-carousel-prev,
.gallery-carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(5, 68, 164, 0.9);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	line-height: 1;
}

.gallery-carousel-prev:hover,
.gallery-carousel-next:hover {
	background: #0544A4;
	transform: translateY(-50%) scale(1.1);
}

.gallery-carousel-prev {
	left: 20px;
}

.gallery-carousel-next {
	right: 20px;
}

/* Contact Page Section
--------------------------------------------- */
.contact-page-section {
	padding: 80px 20px;
	background: #fff;
}

.contact-page-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.contact-info-column {
	padding-right: 20px;
}

.contact-info-title,
.contact-form-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	margin: 0 0 30px;
	color: #333;
	text-transform: uppercase;
}

.contact-business-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	margin: 0 0 30px;
	color: #0544A4;
}

.contact-info-item {
	margin-bottom: 25px;
}

.contact-info-item strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #333;
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.contact-info-item p {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

.contact-info-item a {
	color: #0544A4;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-info-item a:hover {
	color: #043a8f;
	text-decoration: underline;
}

.contact-form-column {
	padding-left: 20px;
}

.contact-form {
	background: #f8f8f8;
	padding: 40px;
	border-radius: 8px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.form-group .required {
	color: #d32f2f;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	color: #333;
	background: #fff;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #0544A4;
	box-shadow: 0 0 0 3px rgba(5, 68, 164, 0.1);
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.contact-form-submit {
	display: inline-block;
	padding: 15px 40px;
	background: #0544A4;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form-submit:hover {
	background: #043a8f;
	transform: translateY(-2px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.contact-form-message {
	padding: 15px 20px;
	margin-bottom: 25px;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}

.contact-form-success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.contact-form-error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.g-recaptcha {
	margin-bottom: 10px;
}

/* Post Archive Styles
--------------------------------------------- */
.posts-navigation {
	margin: 40px 0;
	text-align: center;
}

.posts-navigation a {
	color: #0544A4;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 10px 20px;
	border: 2px solid #0544A4;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.posts-navigation a:hover,
.posts-navigation a:focus {
	background: #0544A4;
	color: #fff;
}

.posts-navigation a:visited {
	color: #0544A4;
	border-color: #0544A4;
}
