/*!
Theme Name: Dev Bro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: dev-bro
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.

Dev Bro 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
--------------------------------------------------------------*/

/* Brand variables
--------------------------------------------- */
:root {
	--color-primary: #104b59;
	--color-primary-dark: #0b363f;
	--color-accent: #5fbd74;
	--color-accent-dark: #4da562;
	--color-secondary: #f2762e;
	--color-secondary-dark: #d9631f;
	--color-text: #232323;
	--color-light: #ffffff;
	--color-surface: #eff3f3;
	--header-container: 1200px;
}

/* Smooth-scroll to in-page anchors (nav links, footer menu). The
 * scroll-margin-top keeps the sticky header from covering the top of
 * whatever section was jumped to. */
html {
	scroll-behavior: smooth;
}

#about,
#services,
#testimonials,
#contact {
	scroll-margin-top: 90px;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

/* 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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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

/* Header
--------------------------------------------- */
.site-header {
	position: relative;
	z-index: 100;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Topbar: two-tone bar, dark info panel + orange social chip — both stay
 * within the same centered container as the rest of the site. */
.topbar {
	background: var(--color-primary-dark);
	color: var(--color-light);
	font-size: 0.8125rem;
}

.topbar__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 1.75em;
}

.topbar__info-panel {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 0.75em 0;
}

.topbar__address-panel {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 0.75em 0;
}

.topbar__social-panel {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	background: var(--color-secondary);
	padding: 0.6em 1.1em;
	border-radius: 6px;
	margin: 0.4em 0;
}

.topbar__info {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 1.75em;
	flex-wrap: wrap;
}

.topbar__item {
	display: flex;
	align-items: center;
	gap: 0.4em;
}

.topbar__item a {
	color: var(--color-light);
	text-decoration: none;
}

.topbar__item a:hover,
.topbar__item a:focus {
	color: var(--color-accent);
}

.topbar__icon {
	flex: 0 0 auto;
	opacity: 0.85;
}

.topbar__social {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0.75em;
}

.topbar__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2em;
	height: 2.2em;
	border-radius: 6px;
	background: transparent;
	color: var(--color-light);
	transition: background-color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.topbar__social a:hover,
.topbar__social a:focus {
	background: var(--color-primary-dark);
	color: var(--color-light);
	transform: translateY(-3px) scale(1.08);
}

/* Main header row */
.header-main {
	background: var(--color-light);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 0;
	z-index: 20;
	transition: box-shadow 0.2s ease;
}

.header-main__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 1.4em 1.75em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
}

.header-main.is-stuck {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Branding */
.site-branding {
	display: flex;
	align-items: center;
	gap: 0.75em;
	flex: 0 0 auto;
}

.site-branding img {
	display: block;
	height: auto;
	max-height: 60px;
	width: auto;
}

.site-branding .site-title {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.1;
}

.site-branding .site-title a {
	color: var(--color-primary);
	text-decoration: none;
}

.site-branding .site-description {
	margin: 0;
	font-size: 0.8rem;
	color: var(--color-text);
}

/* Primary navigation */
.main-navigation {
	flex: 1 1 auto;
}

/* Mobile-first: the menu is a hidden drawer until opened, or until the
 * 60em breakpoint switches it to a horizontal row. The #primary-menu ID
 * takes priority over _s's own `.main-navigation ul` display rules so the
 * two systems don't fight over the same property. */
.main-navigation #primary-menu {
	display: none;
}

.main-navigation.toggled #primary-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	width: 100%;
	background: var(--color-light);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	padding: 0.5em 1.25em 1em;
	position: absolute;
	top: 100%;
	left: 0;
}

.main-navigation.toggled #primary-menu > li {
	width: 100%;
}

.main-navigation.toggled #primary-menu > li > a {
	width: 100%;
}

.main-navigation.toggled ul ul {
	position: static;
	box-shadow: none;
	border-top: none;
	padding-left: 1em;
}

.main-navigation.toggled ul ul a {
	width: auto;
}

.main-navigation #primary-menu > li > a {
	padding: 0.5em 0;
	color: var(--color-text);
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	position: relative;
}

.main-navigation #primary-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 2px;
	background: var(--color-accent);
	transition: right 0.2s ease;
}

.main-navigation #primary-menu > li > a:hover::after,
.main-navigation #primary-menu > li > a:focus::after,
.main-navigation #primary-menu > li.current-menu-item > a::after {
	right: 0;
}

.main-navigation #primary-menu > li > a:hover,
.main-navigation #primary-menu > li > a:focus,
.main-navigation #primary-menu > li.current-menu-item > a {
	color: var(--color-primary);
}

.main-navigation ul ul {
	background: var(--color-light);
	border-top: 3px solid var(--color-accent);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	padding: 0.4em 0;
}

.main-navigation ul ul a {
	padding: 0.6em 1.2em;
	color: var(--color-text);
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: var(--color-primary);
	background: rgba(16, 75, 89, 0.06);
}

/* Mobile menu toggle */
.menu-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: transparent;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	cursor: pointer;
}

.menu-toggle__bar {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--color-primary);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.main-navigation.toggled .menu-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.main-navigation.toggled .menu-toggle__bar:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Desktop: horizontal row, toggle button hidden */
@media screen and (min-width: 60em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation #primary-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2em;
		position: static;
		width: auto;
		background: none;
		box-shadow: none;
		padding: 0;
	}

	.main-navigation #primary-menu > li {
		width: auto;
	}

	.main-navigation #primary-menu > li > a {
		width: auto;
	}
}

/* Shared "swipe" button: the site's one CTA style. A lead icon-box (hidden,
 * width 0) and a trail icon-box (visible) flank the label and swap widths on
 * hover, so the whole block glides smoothly from right to left instead of
 * just fading/translating in place. Used in the header, hero slider, and
 * any section CTA — keep every button on the site on this one class rather
 * than hand-rolling a new style. */
.header-cta {
	flex: 0 0 auto;
}

.btn-swipe {
	display: inline-flex;
	align-items: stretch;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 999px;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: 0 4px 14px -4px rgba(11, 54, 63, 0.35);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-swipe__label {
	display: flex;
	align-items: center;
	background: var(--color-secondary);
	color: var(--color-light);
	padding: 1.05em 1.9em;
	transition: background-color 0.3s ease;
}

.btn-swipe__icon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 0;
	padding-top: 1.05em;
	padding-bottom: 1.05em;
	overflow: hidden;
	background: var(--color-primary-dark);
	color: var(--color-light);
	transition: width 0.45s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.3s ease;
}

.btn-swipe__icon-box--trail {
	width: 3.6em;
}

.btn-swipe__icon {
	flex: 0 0 auto;
}

/* Animated (via GSAP) attention ring; JS drives scale/opacity in a loop. */
.btn-swipe__pulse {
	position: absolute;
	inset: 6px;
	border-radius: 6px;
	border: 2px solid var(--color-accent);
	opacity: 0;
	pointer-events: none;
}

.btn-swipe:hover,
.btn-swipe:focus-visible {
	box-shadow: 0 12px 26px -6px rgba(11, 54, 63, 0.4);
	
}

.btn-swipe:hover .btn-swipe__label,
.btn-swipe:focus-visible .btn-swipe__label {
	background: var(--color-secondary-dark);
}

.btn-swipe:hover .btn-swipe__icon-box--lead,
.btn-swipe:focus-visible .btn-swipe__icon-box--lead {
	width: 3.6em;
}

.btn-swipe:hover .btn-swipe__icon-box--trail,
.btn-swipe:focus-visible .btn-swipe__icon-box--trail {
	width: 0;
}

.btn-swipe:active {
	transform: translateY(0) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {

	.btn-swipe,
	.btn-swipe__label,
	.btn-swipe__icon-box {
		transition: none;
	}
}

@media screen and (max-width: 39.9375em) {

	.topbar__info li:last-child {
		display: none;
	}

	/* Logo + full CTA button grouped on the left, hamburger pushed to the
	 * far right — instead of the desktop order (branding, nav, cta). */
	.header-main__inner {
		justify-content: flex-start;
		gap: 0.75em;
		padding-right: 1.1em;
	}

	.site-branding {
		order: 1;
	}

	.header-cta {
		order: 2;
	}

	.main-navigation {
		order: 3;
		width: auto;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.site-branding .site-title {
		font-size: 1.15rem;
	}

	.header-cta .btn-swipe__label {
		padding: 0.65em 1em;
		font-size: 0.8rem;
	}

	.header-cta .btn-swipe__icon-box--trail {
		width: 2.4em;
	}

	.header-cta .btn-swipe:hover .btn-swipe__icon-box--lead,
	.header-cta .btn-swipe:focus-visible .btn-swipe__icon-box--lead {
		width: 2.4em;
	}	.site-branding img {
	    max-height: 45px;
	}
}

@media screen and (max-width: 26.5625em) {

	/* Very narrow phones (< ~425px): drop the button label back to
	 * icon-only so logo + button + hamburger still fit on one line. */
	.header-cta .btn-swipe__label {
		display: none;
	}

}

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

/* Footer
--------------------------------------------- */
.site-footer {
	background: var(--color-primary-dark);
	color: rgba(255, 255, 255, 0.75);
}

.footer-widgets__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr auto;
	align-items: stretch;
}
.site-footer  .footerlogo {
    width: 75%;
    margin: 0 0 15px 0;
}
.footer-panel {
	position: relative;
	padding: 4.5em 2em 3.5em;
}

.footer-panel--about {
	overflow: hidden;
}

.footer-panel--links {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* Decorative globe/grid motif watermarked behind the about panel. */
.footer-globe {
	position: absolute;
	top: 50%;
	right: -6em;
	width: 26em;
	height: 26em;
	transform: translateY(-50%);
	fill: none;
	stroke: rgba(255, 255, 255, 0.08);
	stroke-width: 1;
	pointer-events: none;
}

.footer-panel__content {
	position: relative;
	z-index: 1;
}

.footer-heading {
	margin: 0 0 1em;
	color: var(--color-light);
	font-size: 1.05rem;
	letter-spacing: 0.02em;
}

.footer-brand {
	margin: 0 0 0.9em;
}

.footer-brand a {
	color: var(--color-light);
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-brand img {
	max-height: 50px;
	width: auto;
}

.footer-address {
	margin: 0 0 1em;
	line-height: 1.6;
	max-width: 32em;
}

.footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact li {
	margin: 0 0 0.85em;
}

.footer-contact li.footer-contact__item--address {
	display: flex;
	align-items: center;
	gap: 0.85em;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
}

.footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 0.85em;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-contact a:hover,
.footer-contact a:focus {
	color: var(--color-light);
}

.footer-contact__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 2.1em;
	height: 2.1em;
	border-radius: 6px;
	background: var(--color-secondary);
	color: var(--color-light);
	transition: background-color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer-contact a:hover .footer-contact__icon,
.footer-contact a:focus .footer-contact__icon {
	background: var(--color-secondary-dark);
	transform: scale(1.08);
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin: 0 0 0.7em;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--color-accent);
	padding-left: 0.3em;
}

.footer-rail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 2em 1.75em;
	gap: 1em;
}

.footer-rail a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4em;
	height: 2.4em;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.4);
	color: var(--color-light);
	transition: background-color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer-rail a:hover,
.footer-rail a:focus {
	background: var(--color-secondary);
	color: var(--color-light);
	transform: translateY(-3px) scale(1.08);
}

.footer-bottom {
	background: rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 1.5em 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75em;
	font-size: 0.85rem;
}

.footer-copyright {
	margin: 0;
}

.footer-legal {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 1.5em;
}

.footer-legal a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus {
	color: var(--color-accent);
}

@media screen and (max-width: 59.9375em) {

	.footer-widgets__inner {
		grid-template-columns: 1fr 1fr;
	}

	.footer-panel--about {
		grid-column: 1 / -1;
	}

	.footer-panel--links {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-rail {
		grid-column: 1 / -1;
		flex-direction: row;
		justify-content: flex-start;
		padding: 0 2em 2.5em;
	}

	.footer-globe {
		right: -10em;
		opacity: 0.6;
	}
}

@media screen and (max-width: 39.9375em) {

	.footer-widgets__inner {
		grid-template-columns: 1fr;
	}

	.footer-panel--links {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-bottom__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

/* Hero slider
--------------------------------------------- */
.hero-slider {
	position: relative;
	overflow: hidden;
	height: 82vh;
	min-height: 560px;
	max-height: 840px;
	background: var(--color-primary-dark);
}

.hero-slider__track {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-slide {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-slide.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

/* Once JS confirms GSAP is driving the crossfade, let it own opacity
 * exclusively so the CSS transition doesn't fight the tween. */
.hero-slider.is-gsap-driven .hero-slide {
	transition: none;
}

.hero-slide__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.hero-slide__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
}

.hero-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(11, 54, 63, 0.92) 0%, rgba(11, 54, 63, 0.78) 30%, rgba(11, 54, 63, 0.4) 58%, rgba(11, 54, 63, 0.12) 100%);
}

.hero-slide__content {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: center;
}

.hero-slide__inner {
	max-width: var(--header-container);
	width: 100%;
	margin: 0 auto;
	padding: 0 1.75em;
}

.hero-slide__eyebrow {
	margin: 0 0 0.6em;
	color: var(--color-light);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.95rem;
	font-weight: 600;
	opacity: 0.9;
}

.hero-slide__heading {
	margin: 0 0 1.75em;
	max-width: 25ch;
	color: var(--color-light);
	font-size: clamp(2.1rem, 4.6vw, 3.5rem);
	line-height: 1.1;
	font-weight: 800;
	text-wrap: balance;
}

.hero-slide__heading strong {
	color: var(--color-accent);
	font-weight: 800;
}

/* The hero CTA uses the shared .btn-swipe component (see the Header section
 * above) with a stronger drop shadow so it lifts off the busy photo. */
.hero-slide .btn-swipe {
	box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.5);
}

.hero-slide .btn-swipe:hover,
.hero-slide .btn-swipe:focus-visible {
	box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.55);
}

/* Prev / next arrows */
.hero-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.1em;
	height: 3.1em;
	margin-top: -1.55em;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: var(--color-light);
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.hero-slider__arrow:hover,
.hero-slider__arrow:focus-visible {
	background: var(--color-secondary);
}

.hero-slider__arrow--prev {
	left: 1.5em;
}

.hero-slider__arrow--next {
	right: 1.5em;
}

.hero-slider__arrow--prev:hover {
	transform: translateX(-3px);
}

.hero-slider__arrow--next:hover {
	transform: translateX(3px);
}

/* Dots */
.hero-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 1.75em;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 0.6em;
	transform: translateX(-50%);
}

.hero-slider__dot {
	width: 0.6em;
	height: 0.6em;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: background-color 0.25s ease, width 0.25s ease;
}

.hero-slider__dot.is-active {
	width: 1.9em;
	background: var(--color-secondary);
}

@media screen and (max-width: 59.9375em) {

	.hero-slider {
		height: 76vh;
		min-height: 480px;
	}

	.hero-slider__arrow {
		width: 2.6em;
		height: 2.6em;
		margin-top: -1.3em;
	}
}

@media screen and (max-width: 39.9375em) {

	.hero-slider__arrow {
		display: none;
	}

	.hero-slide__heading {
		max-width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {

	.hero-slide__img {
		transition: none;
	}
}

/* Shared section chrome (eyebrow badge + heading), reused by every
 * homepage content section — About, Services, Contact, etc. */
.section-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 1.25em;
	padding: 0.5em 1.2em;
	border: 1px solid rgba(11, 54, 63, 0.25);
	border-radius: 999px;
	color: var(--color-primary);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.section-heading {
	margin: 0 0 1.1em;
	color: var(--color-primary-dark);
	font-size: clamp(1.9rem, 3.4vw, 2.6rem);
	line-height: 1.15;
	font-weight: 800;
	text-wrap: balance;
}

.section-heading strong {
	color: var(--color-accent-dark);
	font-weight: 800;
}

/* About section
--------------------------------------------- */
.about-section {
	overflow: hidden;
	padding: 6rem 0;
	background: var(--color-light);
}

.about-section__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 0 1.75em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.about-section__media {
	position: relative;
	min-height: 420px;
}

.about-section__globe {
	position: absolute;
	top: -3em;
	left: -3.5em;
	width: 14em;
	height: 14em;
	fill: none;
	stroke: rgba(16, 75, 89, 0.14);
	stroke-width: 1;
	pointer-events: none;
	z-index: 0;
}

.about-section__img {
	position: absolute;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 20px 50px -15px rgba(11, 54, 63, 0.35);
}

.about-section__img img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section__img--main {
	left: 0;
	bottom: 0;
	width: 76%;
	height: 86%;
	z-index: 1;
}

.about-section__img--accent {
	right: 0;
	top: 0;
	width: 44%;
	height: 48%;
	z-index: 2;
	border: 6px solid var(--color-light);
}

.about-section__content {
	min-width: 0;
}

.about-section__text {
	margin: 0 0 2em;
	max-width: 42em;
	color: var(--color-text);
	line-height: 1.75;
}

.about-section__features {
	margin: 0 0 2.25em;
	padding: 1.75em;
	background: var(--color-surface);
	border-radius: 12px;
}

.about-section__features h3 {
	margin: 0 0 1em;
	color: var(--color-primary-dark);
	font-size: 1.15rem;
}

.about-section__features ul {
	display: grid;
	gap: 0.85em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-section__features li {
	display: flex;
	align-items: center;
	gap: 0.85em;
	color: var(--color-text);
}

.about-section__feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.7em;
	height: 1.7em;
	border-radius: 50%;
	background: var(--color-accent);
	color: var(--color-light);
}

@media screen and (max-width: 64em) {

	.about-section__inner {
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	.about-section__media {
		min-height: 340px;
		max-width: 30em;
	}
}

@media screen and (max-width: 39.9375em) {

	.about-section {
		padding: 4rem 0;
	}

	.about-section__media {
		min-height: 280px;
	}
}

/* Services section
--------------------------------------------- */
.services-section {
	background: var(--color-light);
}

.services-section__intro {
	background: var(--color-surface);
	padding: 5rem 0;
}

.services-section__intro-inner {
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 0 1.75em;
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 3rem;
	align-items: center;
}

.services-section__text {
	margin: 0;
	max-width: 30em;
	color: var(--color-text);
	line-height: 1.75;
}

.services-section__grid {
	max-width: var(--header-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 3.5rem 2.25rem;
	border-left: 1px solid rgba(11, 54, 63, 0.1);
}

.service-card__icon,
.service-card__title,
.service-card__text {
	flex: 0 0 auto;
}

.service-card .icon-link {
	flex: 0 0 auto;
	margin-top: auto;
}

.service-card:first-child {
	border-left: none;
}

.service-card__icon {
	display: flex;
	margin: 0 0 1.5em;
	color: var(--color-secondary);
}

.service-card__icon svg {
	width: 3.75em;
	height: 3.75em;
}

.service-card__title {
	margin: 0 0 0.75em;
	color: var(--color-primary-dark);
	font-size: 1.2rem;
}

.service-card__text {
	margin: 0 0 2em;
	max-width: 26em;
	color: var(--color-text);
	line-height: 1.7;
	font-size: 0.95rem;
}

/* Reusable small circular icon-link — service "read more" affordances,
 * and anywhere else a bare circular action button fits. */
.icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75em;
	height: 2.75em;
	border-radius: 50%;
	background: var(--color-primary-dark);
	color: var(--color-light);
	text-decoration: none;
	transition: background-color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.icon-link:visited {
	/* Beats the theme's global a:visited (an element+pseudo-class selector,
	 * which otherwise outranks this single-class one) so the arrow stays
	 * white instead of the browser's default visited-link purple. */
	color: var(--color-light);
}

.icon-link:hover,
.icon-link:focus-visible {
	background: var(--color-secondary);
	transform: translate(3px, -3px);
}

@media screen and (max-width: 64em) {

	.services-section__intro-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

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

	.service-card {
		border-left: 1px solid rgba(11, 54, 63, 0.1);
		border-top: 1px solid rgba(11, 54, 63, 0.1);
	}

	.service-card:nth-child(2n+1) {
		border-left: none;
	}

	.service-card:nth-child(-n+2) {
		border-top: none;
	}
}

@media screen and (max-width: 39.9375em) {

	.services-section__intro {
		padding: 3.5rem 0;
	}

	.services-section__grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		border-left: none !important;
		border-top: 1px solid rgba(11, 54, 63, 0.1);
		padding: 2.5rem 1.75em;
	}

	.service-card:first-child {
		border-top: none;
	}
}

/* Contact section
--------------------------------------------- */
.section-eyebrow--dark {
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--color-light);
}

.contact-section {
	position: relative;
	overflow: hidden;
	padding: 7rem 0;
}

.contact-section__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.contact-section__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}

.contact-section__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(11, 54, 63, 0.95) 0%, rgba(11, 54, 63, 0.86) 35%, rgba(11, 54, 63, 0.6) 65%, rgba(11, 54, 63, 0.4) 100%);
}

.contact-section__inner {
	position: relative;
	z-index: 1;
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 0 1.75em;
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 3.5rem;
	align-items: start;
}

.contact-section__intro {
	padding-top: 1rem;
}

.contact-section__heading {
	margin: 0 0 1.1em;
	color: var(--color-light);
	font-size: clamp(1.9rem, 3.4vw, 2.7rem);
	line-height: 1.15;
	font-weight: 800;
	text-wrap: balance;
}

.contact-section__heading strong {
	color: var(--color-accent);
}

.contact-section__text {
	margin: 0 0 2em;
	max-width: 30em;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.75;
}

.contact-section__features {
	display: grid;
	gap: 0.9em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-section__features li {
	display: flex;
	align-items: center;
	gap: 0.75em;
	color: var(--color-light);
	font-weight: 600;
}

.contact-section__features svg {
	flex: 0 0 auto;
	color: var(--color-accent);
}

/* Contact card */
.contact-card {
	background: rgba(11, 54, 63, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	overflow: hidden;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
}

.contact-card__tabs {
	display: flex;
}

.contact-card__tab {
	flex: 1 1 0;
	padding: 1.1em 0.75em;
	border: none;
	background: rgba(255, 255, 255, 0.06);
	color: var(--color-light);
	font-weight: 700;
	font-size: 0.82rem;
	line-height: 1.3;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.contact-card__tab:hover {
	background: rgba(255, 255, 255, 0.14);
}

.contact-card__tab.is-active {
	background: var(--color-secondary);
}

.contact-card__panels {
	padding: 2.25em 2em 2.5em;
}

.contact-card__panel[hidden] {
	display: none;
}

/* Contact Form 7 field styling, scoped to the glass card */
/* CF7 wraps each label block in its own <p> (via wpautop, since blank
 * lines separate the fields in the form template) — that <p> is the real
 * grid item, not the <label> inside it, so the column-span rules below
 * target the <p>, not the label. */
.contact-card .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5em 1.25em;
}

.contact-card .wpcf7-form > p {
	margin: 0;
}

.contact-card .wpcf7-form p:has(select),
.contact-card .wpcf7-form p:has(textarea),
.contact-card .wpcf7-form p:has(input[type="submit"]) {
	grid-column: 1 / -1;
}

.contact-card .wpcf7-form label {
	display: block;
	margin: 0;
	color: var(--color-light);
	font-weight: 700;
	font-size: 0.85rem;
}

.contact-card .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.6em;
}

.contact-card .wpcf7-form-control {
	width: 100%;
	padding: 0.9em 1.1em;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--color-light);
	font-size: 0.95rem;
	font-family: inherit;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-card select.wpcf7-form-control {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1.1em center;
	padding-right: 2.5em;
}

.contact-card select.wpcf7-form-control option {
	color: var(--color-text);
}

.contact-card .wpcf7-form-control::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.contact-card .wpcf7-form-control:focus {
	outline: none;
	border-color: var(--color-accent);
	background: rgba(255, 255, 255, 0.16);
}

.contact-card textarea.wpcf7-form-control {
	min-height: 6.5em;
	resize: vertical;
}

.contact-card .wpcf7-form p:has(input[type="submit"]) {
	margin-top: 0.5em;
}

.contact-card .wpcf7-submit {
	width: auto;
	padding: 0.95em 2.2em;
	border: none;
	border-radius: 999px;
	background: var(--color-secondary);
	color: var(--color-light);
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.contact-card .wpcf7-submit:hover {
	background: var(--color-secondary-dark);
	transform: translateY(-2px);
}

.contact-card .wpcf7-spinner {
	margin-left: 0.6em;
}

.contact-card .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.4em;
	color: #ffc4c4;
	font-size: 0.8rem;
	font-weight: 400;
}

.contact-card .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0.5em 0 0;
	padding: 0.9em 1.1em;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	color: var(--color-light);
	font-size: 0.85rem;
}

@media screen and (max-width: 64em) {

	.contact-section__inner {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}

@media screen and (max-width: 39.9375em) {

	.contact-section {
		padding: 5rem 0;
	}

	.contact-card__tab {
		font-size: 0.72rem;
		padding: 1em 0.5em;
	}

	.contact-card .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.contact-card__panels {
		padding: 1.75em 1.5em 2em;
	}
}

/* Why Choose Us section
--------------------------------------------- */
.why-section {
	background: var(--color-primary-dark);
	padding: 6.5rem 0;
}

.why-section__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 0 1.75em;
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 4.5rem;
	align-items: start;
}

.why-section__heading {
	margin: 0 0 1.1em;
	color: var(--color-light);
	font-size: clamp(1.9rem, 3.4vw, 2.6rem);
	line-height: 1.15;
	font-weight: 800;
	text-wrap: balance;
}

.why-section__heading strong {
	color: var(--color-accent);
}

.why-section__text {
	margin: 0 0 2.75em;
	max-width: 28em;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
}

.why-section__plane {
	max-width: 220px;
	margin-top: 3.5em;
}

.why-section__plane-img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
	will-change: transform;
}

/* Stats */
.why-section__stats {
	position: relative;
}

.why-section__globe {
	position: absolute;
	top: 50%;
	right: -2em;
	z-index: 0;
	width: 16em;
	height: auto;
	transform: translateY(-50%);
	opacity: 0.5;
	pointer-events: none;
}

.stat-row {
	position: relative;
	z-index: 1;
	padding: 1.85em 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-row:first-child {
	padding-top: 0;
}

.stat-row:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.stat-row__number {
	display: block;
	margin: 0 0 0.15em;
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(2.6rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

/* Hollow/outline numerals, with the solid fallback above for browsers
 * that don't support text-stroke. */
@supports (-webkit-text-stroke: 1px black) or (text-stroke: 1px black) {

	.stat-row__number {
		color: transparent;
		-webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.75);
		text-stroke: 1.5px rgba(255, 255, 255, 0.75);
	}
}

.stat-row__label {
	display: block;
	color: var(--color-light);
	font-weight: 700;
	font-size: 1rem;
}

@media screen and (max-width: 64em) {

	.why-section__inner {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.why-section__plane {
		margin: 0 auto;
	}

	.why-section__globe {
		display: none;
	}
}

@media screen and (max-width: 39.9375em) {

	.why-section {
		padding: 4.5rem 0;
	}

	.stat-row__number {
		font-size: 2.4rem;
	}
}

/* Our Process section
--------------------------------------------- */
.process-section {
	position: relative;
	overflow: hidden;
	padding: 7rem 0;
	background: var(--color-surface);
}

.process-section__watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 65em;
	height: 65em;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.process-section__watermark svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: rgba(16, 75, 89, 0.08);
}

.process-section__inner {
	position: relative;
	z-index: 1;
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 0 1.75em;
}

.process-section__intro {
	max-width: 34em;
	margin: 0 auto 4.5rem;
	text-align: center;
}

.process-section__intro .section-eyebrow {
	margin-left: auto;
	margin-right: auto;
}

.process-section__intro .section-heading {
	margin-bottom: 0;
}

.process-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

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

.process-step__media {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 2.25em;
}

.process-step__ring {
	position: absolute;
	inset: -16px;
	border: 3px solid var(--color-secondary);
	border-radius: 50%;
}

.process-step__number {
	position: absolute;
	top: -14px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2em;
	height: 2.2em;
	margin-left: -1.1em;
	border: 3px solid var(--color-surface);
	border-radius: 50%;
	background: var(--color-secondary);
	color: var(--color-light);
	font-weight: 800;
	font-size: 1rem;
}

.process-step__photo {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 5px solid var(--color-surface);
	border-radius: 50%;
	box-shadow: 0 15px 35px -12px rgba(11, 54, 63, 0.35);
	transition: transform 0.35s ease;
}

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

.process-step:hover .process-step__photo {
	transform: scale(1.05);
}

.process-step__arrow {
	position: absolute;
	right: -4px;
	bottom: 10px;
	z-index: 2;
	color: var(--color-secondary);
	transform: rotate(15deg);
}

.process-step__title {
	margin: 0 0 0.6em;
	color: var(--color-primary-dark);
	font-size: 1.25rem;
}

.process-step__text {
	max-width: 24em;
	margin: 0 auto;
	color: var(--color-text);
	line-height: 1.7;
	font-size: 0.95rem;
}

@media screen and (max-width: 64em) {

	.process-steps {
		grid-template-columns: 1fr;
		gap: 4rem;
	}
}

@media screen and (max-width: 39.9375em) {

	.process-section {
		padding: 4.5rem 0;
	}

	.process-section__intro {
		margin-bottom: 3rem;
	}
}

/* Testimonials section
--------------------------------------------- */
.testimonials-section {
	background: var(--color-primary-dark);
	padding: 6.5rem 0;
}

.testimonials-section__inner {
	max-width: var(--header-container);
	margin: 0 auto;
	padding: 0 1.75em;
}

.testimonials-section__intro {
	max-width: 30em;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.testimonials-section__intro .section-eyebrow {
	margin-left: auto;
	margin-right: auto;
}

.testimonials-section__heading {
	margin: 0;
	color: var(--color-light);
	font-size: clamp(1.9rem, 3.4vw, 2.6rem);
	font-weight: 800;
}

.testimonials-section__heading strong {
	color: var(--color-accent);
}

/* Slider */
.testimonial-slider {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.testimonial-slider__track {
	position: relative;
}

.testimonial-slide {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.testimonial-slide.is-active {
	position: relative;
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

.testimonial-slider.is-gsap-driven .testimonial-slide {
	transition: none;
}

.testimonial-slide__media {
	overflow: hidden;
	border-radius: 14px 0 0 14px;
	background: rgba(255, 255, 255, 0.08);
}

.testimonial-slide__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
}

.testimonial-slide__panel {
	position: relative;
	overflow: hidden;
	padding: 3em 3em 2.75em;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 0 14px 14px 0;
}

.testimonial-slide__quote-mark {
	position: absolute;
	right: 1.75em;
	bottom: 1.5em;
	z-index: 0;
	color: rgba(255, 255, 255, 0.08);
}

.testimonial-slide__title {
	position: relative;
	z-index: 1;
	margin: 0 0 0.5em;
	color: var(--color-light);
	font-size: 1.4rem;
}

.testimonial-slide__stars {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 0.2em;
	margin: 0 0 1.25em;
	color: var(--color-secondary);
}

.testimonial-slide__text {
	position: relative;
	z-index: 1;
	margin: 0 0 1.75em;
	max-width: 30em;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.75;
}

.testimonial-slide__name {
	position: relative;
	z-index: 1;
	margin: 0 0 0.2em;
	color: var(--color-light);
	font-weight: 700;
	font-size: 1.05rem;
}

.testimonial-slide__role {
	position: relative;
	z-index: 1;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.85rem;
}

/* Number+arrow nav pill, straddling the seam between photo and panel */
.testimonial-slider__nav {
	position: absolute;
	left: 42.5%;
	top: 50%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: 4.2em;
	border: none;
	border-radius: 999px;
	overflow: hidden;
	transform: translate(-50%, -50%);
	cursor: pointer;
	box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.55);
	transition: transform 0.25s ease;
}

.testimonial-slider__nav:hover {
	transform: translate(-50%, -50%) scale(1.06);
}

.testimonial-slider__nav-number,
.testimonial-slider__nav-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
}

.testimonial-slider__nav-number {
	background: var(--color-secondary);
	color: var(--color-light);
	font-weight: 800;
	font-size: 1.3rem;
}

.testimonial-slider__nav-arrow {
	background: var(--color-light);
	color: var(--color-primary-dark);
	transition: background-color 0.25s ease;
}

.testimonial-slider__nav:hover .testimonial-slider__nav-arrow {
	background: var(--color-surface);
}

@media screen and (max-width: 51.9375em) {

	.testimonial-slide {
		grid-template-columns: 1fr;
	}

	.testimonial-slide__media {
		border-radius: 14px 14px 0 0;
	}

	.testimonial-slide__img {
		min-height: 240px;
	}

	.testimonial-slide__panel {
		padding: 2.5em 1.75em 2.25em;
		border-radius: 0 0 14px 14px;
	}

	.testimonial-slider__nav {
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translate(-50%, 50%);
	}

	.testimonial-slider__nav:hover {
		transform: translate(-50%, 50%) scale(1.06);
	}
}

@media screen and (max-width: 39.9375em) {

	.testimonials-section {
		padding: 4.5rem 0;
	}
}

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