/*!
Theme Name: axis
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: axis
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.

axis 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;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --m-0: 0;
  --m-3xs: 0.125rem; /* 2px */
  --m-2xs: 0.25rem;  /* 4px */
  --m-xs: 0.5rem;    /* 8px */
  --m-s: 0.75rem;    /* 12px */
  --m-m: 1rem;       /* 16px */
  --m-l: 1.25rem;    /* 20px */
  --m-xl: 1.75rem;   /* 28px */
  --m-2xl: 2.25rem;  /* 36px */
  --m-3xl: 3rem;     /* 48px */
  --m-4xl: 4.5rem;   /* 72px */
  --m-auto: auto;
}


/* ============================================
   SPACING UTILITY CLASSES
   Using Shoelace spacing tokens
   ============================================ */

/* Margin - All sides */
.m-0 { margin: var(--m-0); }
.m-3xs { margin: var(--m-3xs); }
.m-2xs { margin: var(--m-2xs); }
.m-xs { margin: var(--m-xs); }
.m-s { margin: var(--m-s); }
.m-m { margin: var(--m-m); }
.m-l { margin: var(--m-l); }
.m-xl { margin: var(--m-xl); }
.m-2xl { margin: var(--m-2xl); }
.m-3xl { margin: var(--m-3xl); }
.m-4xl { margin: var(--m-4xl); }
.m-auto { margin: auto; }

/* Margin - X axis */
.mx-0 { margin-left: var(--m-0); margin-right: var(--m-0); }
.mx-3xs { margin-left: var(--m-3xs); margin-right: var(--m-3xs); }
.mx-2xs { margin-left: var(--m-2xs); margin-right: var(--m-2xs); }
.mx-xs { margin-left: var(--m-xs); margin-right: var(--m-xs); }
.mx-s { margin-left: var(--m-s); margin-right: var(--m-s); }
.mx-m { margin-left: var(--m-m); margin-right: var(--m-m); }
.mx-l { margin-left: var(--m-l); margin-right: var(--m-l); }
.mx-xl { margin-left: var(--m-xl); margin-right: var(--m-xl); }
.mx-2xl { margin-left: var(--m-2xl); margin-right: var(--m-2xl); }
.mx-3xl { margin-left: var(--m-3xl); margin-right: var(--m-3xl); }
.mx-4xl { margin-left: var(--m-4xl); margin-right: var(--m-4xl); }
.mx-auto { margin-left: var(--m-auto); margin-right: var(--m-auto); }

/* Margin - Y axis */
.my-0 { margin-top: var(--m-0); margin-bottom: var(--m-0); }
.my-3xs { margin-top: var(--m-3xs); margin-bottom: var(--m-3xs); }
.my-2xs { margin-top: var(--m-2xs); margin-bottom: var(--m-2xs); }
.my-xs { margin-top: var(--m-xs); margin-bottom: var(--m-xs); }
.my-s { margin-top: var(--m-s); margin-bottom: var(--m-s); }
.my-m { margin-top: var(--m-m); margin-bottom: var(--m-m); }
.my-l { margin-top: var(--m-l); margin-bottom: var(--m-l); }
.my-xl { margin-top: var(--m-xl); margin-bottom: var(--m-xl); }
.my-2xl { margin-top: var(--m-2xl); margin-bottom: var(--m-2xl); }
.my-3xl { margin-top: var(--m-3xl); margin-bottom: var(--m-3xl); }
.my-4xl { margin-top: var(--m-4xl); margin-bottom: var(--m-4xl); }
.my-auto { margin-top: var(--m-auto); margin-bottom: var(--m-auto); }

/* Margin - Top */
.mt-0 { margin-top: var(--m-0); }
.mt-3xs { margin-top: var(--m-3xs); }
.mt-2xs { margin-top: var(--m-2xs); }
.mt-xs { margin-top: var(--m-xs); }
.mt-s { margin-top: var(--m-s); }
.mt-m { margin-top: var(--m-m); }
.mt-l { margin-top: var(--m-l); }
.mt-xl { margin-top: var(--m-xl); }
.mt-2xl { margin-top: var(--m-2xl); }
.mt-3xl { margin-top: var(--m-3xl); }
.mt-4xl { margin-top: var(--m-4xl); }
.mt-auto { margin-top: var(--m-auto); }

/* Margin - Right */
.mr-0 { margin-right: var(--m-0); }
.mr-3xs { margin-right: var(--m-3xs); }
.mr-2xs { margin-right: var(--m-2xs); }
.mr-xs { margin-right: var(--m-xs); }
.mr-s { margin-right: var(--m-s); }
.mr-m { margin-right: var(--m-m); }
.mr-l { margin-right: var(--m-l); }
.mr-xl { margin-right: var(--m-xl); }
.mr-2xl { margin-right: var(--m-2xl); }
.mr-3xl { margin-right: var(--m-3xl); }
.mr-4xl { margin-right: var(--m-4xl); }
.mr-auto { margin-right: var(--m-auto); }

/* Margin - Bottom */
.mb-0 { margin-bottom: var(--m-0); }
.mb-3xs { margin-bottom: var(--m-3xs); }
.mb-2xs { margin-bottom: var(--m-2xs); }
.mb-xs { margin-bottom: var(--m-xs); }
.mb-s { margin-bottom: var(--m-s); }
.mb-m { margin-bottom: var(--m-m); }
.mb-l { margin-bottom: var(--m-l); }
.mb-xl { margin-bottom: var(--m-xl); }
.mb-2xl { margin-bottom: var(--m-2xl); }
.mb-3xl { margin-bottom: var(--m-3xl); }
.mb-4xl { margin-bottom: var(--m-4xl); }
.mb-auto { margin-bottom: var(--m-auto); }

/* Margin - Left */
.ml-0 { margin-left: var(--m-0); }
.ml-3xs { margin-left: var(--m-3xs); }
.ml-2xs { margin-left: var(--m-2xs); }
.ml-xs { margin-left: var(--m-xs); }
.ml-s { margin-left: var(--m-s); }
.ml-m { margin-left: var(--m-m); }
.ml-l { margin-left: var(--m-l); }
.ml-xl { margin-left: var(--m-xl); }
.ml-2xl { margin-left: var(--m-2xl); }
.ml-3xl { margin-left: var(--m-3xl); }
.ml-4xl { margin-left: var(--m-4xl); }
.ml-auto { margin-left: var(--m-auto); }

/* Padding - X axis */
.px-0, .wp-block-group__inner-container .px-0 p { padding-left: var(--m-0); padding-right: var(--m-0); }

/* Padding - All sides */
.p-0 { padding: var(--m-0); }
.p-3xs { padding: var(--m-3xs); }
.p-2xs { padding: var(--m-2xs); }
.p-xs { padding: var(--m-xs); }
.p-s { padding: var(--m-s); }
.p-m { padding: var(--m-m); }
.p-l { padding: var(--m-l); }
.p-xl { padding: var(--m-xl); }
.p-2xl { padding: var(--m-2xl); }
.p-3xl { padding: var(--m-3xl); }
.p-4xl { padding: var(--m-4xl); }

/* Padding - X axis */
.px-0 { padding-left: var(--m-0); padding-right: var(--m-0); }
.px-3xs { padding-left: var(--m-3xs); padding-right: var(--m-3xs); }
.px-2xs { padding-left: var(--m-2xs); padding-right: var(--m-2xs); }
.px-xs { padding-left: var(--m-xs); padding-right: var(--m-xs); }
.px-s { padding-left: var(--m-s); padding-right: var(--m-s); }
.px-m { padding-left: var(--m-m); padding-right: var(--m-m); }
.px-l { padding-left: var(--m-l); padding-right: var(--m-l); }
.px-xl { padding-left: var(--m-xl); padding-right: var(--m-xl); }
.px-2xl { padding-left: var(--m-2xl); padding-right: var(--m-2xl); }
.px-3xl { padding-left: var(--m-3xl); padding-right: var(--m-3xl); }
.px-4xl { padding-left: var(--m-4xl); padding-right: var(--m-4xl); }

/* Padding - Y axis */
.py-0 { padding-top: var(--m-0); padding-bottom: var(--m-0); }
.py-3xs { padding-top: var(--m-3xs); padding-bottom: var(--m-3xs); }
.py-2xs { padding-top: var(--m-2xs); padding-bottom: var(--m-2xs); }
.py-xs { padding-top: var(--m-xs); padding-bottom: var(--m-xs); }
.py-s { padding-top: var(--m-s); padding-bottom: var(--m-s); }
.py-m { padding-top: var(--m-m); padding-bottom: var(--m-m); }
.py-l { padding-top: var(--m-l); padding-bottom: var(--m-l); }
.py-xl { padding-top: var(--m-xl); padding-bottom: var(--m-xl); }
.py-2xl { padding-top: var(--m-2xl); padding-bottom: var(--m-2xl); }
.py-3xl { padding-top: var(--m-3xl); padding-bottom: var(--m-3xl); }
.py-4xl { padding-top: var(--m-4xl); padding-bottom: var(--m-4xl); }

/* Padding - Top */
.pt-0 { padding-top: var(--m-0); }
.pt-3xs { padding-top: var(--m-3xs); }
.pt-2xs { padding-top: var(--m-2xs); }
.pt-xs { padding-top: var(--m-xs); }
.pt-s { padding-top: var(--m-s); }
.pt-m { padding-top: var(--m-m); }
.pt-l { padding-top: var(--m-l); }
.pt-xl { padding-top: var(--m-xl); }
.pt-2xl { padding-top: var(--m-2xl); }
.pt-3xl { padding-top: var(--m-3xl); }
.pt-4xl { padding-top: var(--m-4xl); }

/* Padding - Right */
.pr-0 { padding-right: var(--m-0); }
.pr-3xs { padding-right: var(--m-3xs); }
.pr-2xs { padding-right: var(--m-2xs); }
.pr-xs { padding-right: var(--m-xs); }
.pr-s { padding-right: var(--m-s); }
.pr-m { padding-right: var(--m-m); }
.pr-l { padding-right: var(--m-l); }
.pr-xl { padding-right: var(--m-xl); }
.pr-2xl { padding-right: var(--m-2xl); }
.pr-3xl { padding-right: var(--m-3xl); }
.pr-4xl { padding-right: var(--m-4xl); }

/* Padding - Bottom */
.pb-0 { padding-bottom: var(--m-0); }
.pb-3xs { padding-bottom: var(--m-3xs); }
.pb-2xs { padding-bottom: var(--m-2xs); }
.pb-xs { padding-bottom: var(--m-xs); }
.pb-s { padding-bottom: var(--m-s); }
.pb-m { padding-bottom: var(--m-m); }
.pb-l { padding-bottom: var(--m-l); }
.pb-xl { padding-bottom: var(--m-xl); }
.pb-2xl { padding-bottom: var(--m-2xl); }
.pb-3xl { padding-bottom: var(--m-3xl); }
.pb-4xl { padding-bottom: var(--m-4xl); }

/* Padding - Left */
.pl-0 { padding-left: var(--m-0); }
.pl-3xs { padding-left: var(--m-3xs); }
.pl-2xs { padding-left: var(--m-2xs); }
.pl-xs { padding-left: var(--m-xs); }
.pl-s { padding-left: var(--m-s); }
.pl-m { padding-left: var(--m-m); }
.pl-l { padding-left: var(--m-l); }
.pl-xl { padding-left: var(--m-xl); }
.pl-2xl { padding-left: var(--m-2xl); }
.pl-3xl { padding-left: var(--m-3xl); }
.pl-4xl { padding-left: var(--m-4xl); }




/* ============================================
   FLEXBOX UTILITY CLASSES
   Using Shoelace design tokens for consistency
   ============================================ */

/* Display */
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
.d-block { display: block; }
.d-inline-block { display: inline-block; }
.d-inline { display: inline; }
.d-none { display: none; }

/* Flex Direction */
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column { flex-direction: column; }
.flex-column-reverse { flex-direction: column-reverse; }

/* Flex Wrap */
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }

/* Justify Content */
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }

/* Justify Self */
.justify-self-start { justify-self: flex-start; }
.justify-self-end { justify-self: flex-end; }
.justify-self-center { justify-self: center; }
.justify-self-between { justify-self: space-between; }
.justify-self-around { justify-self: space-around; }
.justify-self-evenly { justify-self: space-evenly; }

/* Align Items */
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.align-center { align-items: center; }
.align-baseline { align-items: baseline; }
.align-stretch { align-items: stretch; }

/* Align Self */
.align-self-auto { align-self: auto; }
.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }
.align-self-center { align-self: center; }
.align-self-baseline { align-self: baseline; }
.align-self-stretch { align-self: stretch; }

/* Align Content (for multi-line flex containers) */
.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-center { align-content: center; }
.align-content-between { align-content: space-between; }
.align-content-around { align-content: space-around; }
.align-content-evenly { align-content: space-evenly; }
.align-content-stretch { align-content: stretch; }

.gap-2xl { gap:var(--m-2xl); }

.gap-3xl { gap:var(--m-3xl) !important; }

.gap-4xl { gap:var(--m-4xl); }


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
	font-family: "Special Gothic Expanded One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.header-font {
	font-family: "Special Gothic Expanded One", sans-serif;
	letter-spacing: .96px;
}

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

h1 {
	color: #D3B75C;
}

h1.entry-title {
	text-align: center;
}

h2 {
	font-size: 36px;
}

.inter-font {
	font-family: "Inter", sans-serif;
	text-transform: capitalize;
	font-weight: 700;
}

.font-weight-500 {
	font-weight: 500;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
}

body.home,
body.logistics-side,
body.hospitality-side {
	background-color: #000000;
	color: #ffffff;
}

body.home header,
body.home footer {
	display: none;
}

body.page-child {
	background-color: #ffffff;
	color: #000000;
}

body.home .entry-content {
	margin: 0;
}

.landing-logo-text {
	position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	z-index: 1;
}

.landing-logo-text h2 {
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.wp-block-columns.home-col-container {
	max-width: 100%;
    padding: 0;
    gap: 0;
	margin-bottom: 0;
}

.wp-block-columns.home-col-container .wp-block-image img {
	transition: transform .3s ease-in-out;
}

.wp-block-columns.home-col-container .wp-block-image img:hover {
	transform: scale(1.1);
}

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

.post-thumbnail img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--m-2xl);
}

.home .entry-header,
body.parent-worldwide .entry-header,
.page-id-2983 .entry-header, 
.page-id-3235 .entry-header {
	display: none;
}

body.page-about-us.parent-worldwide .entry-header {
	display: block;
}

.worldwide-featured-img {
	position: relative;
}

.worldwide-featured-img img {
	position: absolute;
    max-width: 880px;
    max-height: 880px;
    left: -235px;
    top: -175px;
}

.wp-block-columns {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.mw-248 {
	max-width: 248px !important;
}

.mw-277 {
	max-width: 277px !important;
}

.page-about-us .wp-block-columns {
	max-width: 1200px;
}

.wp-block-columns,
.entry-title,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-group__inner-container p {
	padding-left: 2rem;
	padding-right: 2rem;
}

ul.wp-block-list {
	margin-left: var(--m-s);
}

.text-nowrap {
	white-space: nowrap;
}

.projects-section a {
	text-decoration: none;
}

.projects-section p {
	padding-left: 0;
	padding-right: 0;
}

.mobile-hide {
	display: block;
}

.desktop-hide {
	display: none;
}

.filler {
	height: min(20vw, 300px) !important;
}

.line-right {
	display: flex;
	align-items: center;
}

.line-right::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #D3B75C;
    margin-left: .5rem;
    max-width: 100%; /* Optional: limit the line length */
}

.line-right-white {
	display: flex;
	align-items: center;
	position: relative;
}

.line-right-white::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ffffff;
    margin-right: 0.5rem;
    margin-left: 0;
    position: absolute;
    left: 14.5rem;
    width: 100vw;
}

.line-left-white {
	display: flex;
	align-items: center;
	position: relative;
    margin-left: 6rem;
}

.line-left-white::before {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ffffff;
    margin-right: 0.5rem;
    margin-left: 0;
    position: absolute;
    right: 100%;
    width: 100vw;
}

.ml-55per {
	margin-left: 65%;
}

/* Navigation menu item with arrow icon */
.menu-item.has-arrow > a {
	display: flex;
	align-items: center;
}

.menu-item.has-arrow > a::before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23D3B75C' d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.page-about-us .wp-block-gallery figure.wp-block-image {
	cursor: pointer;
}

.page-about-us .wp-block-gallery figure.wp-block-image figcaption {
	top: 0;
    bottom: unset;
    background: unset;
    opacity: 0;
    background-color: #C8A637;
    transition: opacity .3s ease-in-out;
    height: 100%;
    width: 100%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-about-us .wp-block-gallery figure.wp-block-image figcaption strong {
	font-size: 1.25rem;
}

.page-about-us .wp-block-gallery figure.wp-block-image:hover figcaption {
	opacity: .9;
}

.page-about-us .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    content: "";
    height: 100%;
    -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
    mask-image: linear-gradient(0deg, #000 20%, #0000);
    max-height: 40%;
	display: none;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    animation: modalSlideIn 0.8s ease-out;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

.modal-close:hover {
    color: #000;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

.open-modal,
.close-btn {
    padding: 12px 24px;
    background-color: #D3B75C;
    color: #000;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.close-btn {
    margin-top: 20px;
}


@media (max-width: 1400px) {
	.worldwide-featured-img img {
		max-width: 780px;
		left: -235px;
		top: -175px;
	}
}

@media (max-width: 1160px) {
	.worldwide-featured-img img {
		max-width: 680px;
		left: -235px;
		top: -175px;
	}
}

@media (max-width: 960px) {
	.worldwide-featured-img img {
		position: relative;
		max-width: 100%;
		max-height: 100%;
		left: unset;
		top: unset;
	}
}

@media (max-height: 56.25em) {
	.landing-logo-text img {
		max-height: 100px;
		width: auto;
	}
}

@media (max-width: 37.5em) {
	.mobile-hide {
		display: none;
	}
	.desktop-hide {
		display: block;
	}
	.mw-248 {
		max-width: 100% !important;
	}
	.ml-55per {
		margin-left: 0;
	}
	.line-right-white {
		overflow: hidden;
	}
	.landing-logo-text img {
		max-height: 100px;
		width: auto;
	}
	.landing-right-cover {
		min-height: 60vh !important;
	}
	.landing-left-cover {
		min-height: 90vh !important;
	}
}


/* Links
--------------------------------------------- */
a {
	color: #D3B75C;
}

a:visited {
	color: #D3B75C;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
/* Custom WordPress Button Styling */
.wp-block-button__link {
  border: 2px solid #D3B75C !important; /* Gold border color */
  border-radius: 40px !important; /* Fully rounded */
  background: transparent !important;
  color: #000 !important; /* Dark text */
  padding: 8px 36px !important;
  font-weight: 400 !important;
	font-size: 24px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}

.wp-block-button__link:hover {
  background: #d4af37 !important;
  color: #fff !important;
}

/* Remove default button wrapper styles */
.wp-block-button {
  margin: 0 !important;
}

/* Override filled button styles if needed */
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 2px solid #d4af37 !important;
  background: transparent !important;
  color: #333 !important;
}

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

/* Footer */
footer {
	background-color: #D3B75C;
	color: black;
}

footer a {
	text-decoration: none;
}

.footer-widgets {
	font-weight: 700;
    margin: 0 auto;
    padding: 0 2rem;
}

body.logistics-side footer .footer-widgets.hospitality {
	display: none;
}

body.hospitality-side footer .footer-widgets.worldwide {
	display: none;
}

.footer-contact > .footer-widgets {
	position: relative;
	overflow: visible;
	z-index: 1;
}

.footer-contact > .footer-widgets.hospitality::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url('https://temp1.thinktankstlouis.com/wp-content/uploads/2025/10/Isolation_Mode-2.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	z-index: -1;
}

footer .wp-block-contact-form-7-contact-form-selector {
	max-width: 1300px;
	margin: 0 auto;
}

footer .section-label,
footer .wpcf7-list-item-label {
	font-size: 14px;
}


.footer-bottom {
	background-color: black;
	color: #D3B75C;
}

/* Navigation
--------------------------------------------- */
/* Header Styling */
.site-header {
	background-color: #000;
	padding: 3rem 2rem;
	position: sticky;
    z-index: 99;
    top: 0;
	transition: background-color .2s ease-in-out, padding .2s ease-in-out;
}

.page-id-2983 .site-header,
.page-id-3235 .site-header {
	background-color: transparent;
}

.site-header.scrolled {
	background-color: #000;
	padding: 1.5rem 2rem;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

/* Client Login - Left */
.client-login {
	flex: 0 0 auto;
}

.client-login-mobile {
	display: none;
}

.client-login-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #D3B75C;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	transition: opacity 0.3s ease;
}

a.client-login-link {
	color: white;
	text-transform: uppercase;
	font-family: "Special Gothic Expanded One", sans-serif;
	letter-spacing: .96px;
	
}

.client-login-link:hover {
	opacity: 0.8;
}

.client-login-link svg {
	width: 40px;
	height: 40px;
}

/* Logo - Center */
.site-branding {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.site-branding .custom-logo-link {
	display: block;
}

.site-branding .custom-logo {
	max-height: 93px;
	width: auto;
	transition: max-height .2s ease-in-out;
}

.site-header.scrolled .site-branding .custom-logo {
	max-height: 50px;
}

.site-title {
	display: none;
}

/* Hamburger Menu - Right */
.main-navigation {
	flex: 0 0 auto;
	margin-left: auto;
}

.hamburger {
	background: transparent;
	border: none;
	padding: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1001;
}

.hamburger-line {
	display: block;
	width: 28px;
	height: 3px;
	background: #D3B75C;
	transition: all 0.3s ease;
}

.hamburger:hover .hamburger-line {
	background: #fff;
}

/* Hamburger animation when open */
.main-navigation.toggled .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translateY(11px);
}

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

.main-navigation.toggled .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translateY(-12px);
}

/* Hide menu by default */
.main-navigation ul {
	position: fixed;
	top: 0;
	right: -150vw;
	height: 100vh;
	background: #000;
	margin: 0;
	padding: 1rem;
	transition: right 0.4s ease-in-out;
	overflow-y: auto;
	z-index: 999;
	list-style: none;
	top: 6rem;
}

.main-navigation.toggled ul {
	display: block;
	right: 0;
	background: #000;
	min-width: 42vw;
	z-index: 99;
	
	height: 100dvh;
}

.main-navigation ul > li {
	margin-top: var(--m-xl);
	margin-bottom: var(--m-xl);
	padding-left: var(--m-xl);
	padding-right: var(--m-xl);
}

.main-navigation ul > li a {
	color: #D3B75C;
	text-decoration: none;
	transition: color 0.3s ease;
}

.main-navigation ul li a:hover {
	color: #fff;
}

/* Overlay when menu is open */
.main-navigation::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.main-navigation.toggled::before {
	opacity: 1;
	visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
	.site-branding .custom-logo {
		max-height: 40px;
	}
	
	.client-login-link {
		font-size: 10px;
	}
	
	.client-login-link svg {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 468px) {
	.site-header {
		padding: 1rem;
	}
	.site-header.scrolled {
		padding: .5rem 1rem;
	}
	.site-branding {
		position: relative;
		left: 0;
		transform: unset;
	}
	.site-branding .custom-logo {
		max-height: 40px;
	}
	.site-header.scrolled .site-branding .custom-logo {
		max-height: 40px;
	}
	
	.client-login-mobile {
		display: block;
	}
	
	.client-login {
		display: none;
	}
	
	.main-navigation ul {
		top: 4rem;
	}

}

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

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

.globe-bg {
	position: relative;
	overflow: visible;
}

.globe-bg::after {
    content: '';
    position: absolute;
    background-image: url(https://temp1.thinktankstlouis.com/wp-content/uploads/2025/10/globe-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: -36%;
    width: 807px;
    height: 807px;
    left: -10%;
	opacity: .2;
}

.textured-bg-vert::after {
    content: '';
    position: absolute;
    background-image: url(https://temp1.thinktankstlouis.com/wp-content/uploads/2025/10/AXIS_PineappleTexture-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: -30%;
    width: 53%;
    height: 136%;
    left: 0%;
}

.parent-worldwide .textured-bg-vert::after {
    background-size: contain;
    top: -10%;
    width: 53%;
    height: 136%;
    left: 0%;
}

/* Hospitality Homepage */
.textured-bg-vert {
	position: relative;
	overflow: visible;
}

body.home .textured-bg-vert::after {
    content: '';
    position: absolute;
    background-image: url(https://temp1.thinktankstlouis.com/wp-content/uploads/2025/10/AXIS_PineappleTexture-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -16%;
    width: 53%;
    height: 136%;
    left: 0%;
}

.textured-bg-horiz {
	position: relative;
	overflow: visible;
}

.textured-bg-horiz::after {
    content: '';
    position: absolute;
    background-image: url(https://temp1.thinktankstlouis.com/wp-content/uploads/2025/10/AXIS_PineappleTexture_2-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
}

.pineapple-bg {
	position: relative;
	overflow: visible;
}

.pineapple-bg::after {
    content: '';
    position: absolute;
    background-image: url(https://temp1.thinktankstlouis.com/wp-content/uploads/2025/10/Pineapple.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: -6%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
}

/* Hotel Iris Page */
.iris-pics {
	gap: .5rem;
}

.iris-pics > .wp-block-column > figure {
	height: 100%;
}

.iris-pics > .wp-block-column > figure > img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-top: auto;
	padding-left: 1rem;
    padding-right: 1rem;
	max-width: 200px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	width: attr(width px);
}

.wp-block-columns.mw-1310 {
	max-width: 1310px;
}

@media (max-width: 768px) {
	.textured-bg-vert::after,
	.textured-bg-horiz::after {
		display: none;
	}
	.globe-bg::after {
		width: 100%;
		height: 100%;
		max-width: 807px;
		max-height: 807px;
	}
}

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

.bypostauthor {
	display: block;
}

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

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

/* Swiper */
/* Testimonial Slider Styles */
.testimonial-slider-wrapper {
    position: relative;
    padding: 0 100px;
}

.testimonial-prev,
.testimonial-next {
    transition: opacity 0.3s ease;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    opacity: 0.6;
}

.testimonial-slide {
    min-height: 200px;
}

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

@media (max-width: 768px) {
    .testimonial-slider-wrapper {
        padding: 0 20px;
    }
    
    .testimonial-prev {
        left: 10px !important;
		display: none;
    }
    
    .testimonial-next {
        right: 10px !important;
		display: none;
    }
    
    .testimonial-slide {
        flex-direction: column;
        text-align: center;
    }
}


/* Contact Form 7 */
/* Contact Form Layout */

/* Input fields styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
    background: #fff;
    display: block;
}

/* Two-column layout for checkboxes and textarea */
.form-row {
    display: flex;
    gap: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input-column {
	flex: 1;
}

.input-column p {
	margin-bottom: 0;
}

.checkboxes-column {
    flex: 1;
}

.textarea-column {
    flex: 1;
}

/* Section labels */
.section-label {
    display: block;
    color: #000;
}

/* Checkbox styling */
.wpcf7 .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
}

.wpcf7 input[type="checkbox"] {
    margin-right: 8px;
}

/* Textarea styling */
.wpcf7 textarea {
    width: 100%;
    max-height: 200px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    background: #fff;
    resize: vertical;
}

/* Submit button */
.wpcf7 input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 12px 40px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-submit:hover {
    background: #000;
    color: #D3B75C;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"] {
        width: 100%;
    }
}

/* Quote Form Wrapper */
.quote-form-wrapper {
    background-color: #D4B55E;
    padding: 1rem 2rem;
    font-family: 'Inter', sans-serif;
	display: flex;
	gap: 2rem;
	max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
	flex-wrap: wrap;
}

.quote-form-header {
    margin-bottom: 40px;
}

.quote-form-header h2 {
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #000;
    letter-spacing: .8px;
}

.quote-form-header .phone-number {
	font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #000;
}

.quote-form-header .email-address {
	font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

/* Form Fields Container */
.quote-form-fields {
    max-width: 1400px;
    margin: 0 auto;
}

.quote-form-wrapper .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.quote-form-fields p {
	margin-top: 0;
	margin-bottom: 0;
}

.quote-form-wrapper .form-row.submit-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.form-field {
    position: relative;
}

.quote-form-wrapper .form-field.full-width {
    width: 100%;
}

/* Input Fields */
.quote-form-wrapper input[type="text"],
.quote-form-wrapper input[type="email"],
.quote-form-wrapper input[type="tel"],
.quote-form-wrapper select {
    width: 100%;
    padding: 18px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
}

.quote-form-wrapper input::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500;
}

.quote-form-wrapper select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
    cursor: pointer;
    font-weight: 500;
}

.quote-form-wrapper select option:first-child {
    color: #000;
}

/* Radio Buttons */
.form-field-radio {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 18px 0;
}

.quote-form-wrapper .wpcf7-radio {
    display: flex;
    gap: 40px;
	flex-wrap: wrap;
}

.quote-form-wrapper .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
}

.quote-form-wrapper input[type="radio"] {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    accent-color: #fff;
    cursor: pointer;
}

.quote-form-wrapper .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Submit Button */
.quote-form-wrapper input[type="submit"] {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quote-form-wrapper input[type="submit"]:hover {
    background-color: #000;
    color: #D4B55E;
}

/* Remove CF7 default styles */
.quote-form-wrapper .wpcf7-form p {
    margin: 0;
}

.quote-form-wrapper .wpcf7-not-valid-tip {
    color: #c00;
    font-size: 14px;
    margin-top: 5px;
}

.quote-form-wrapper .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 968px) {
    .quote-form-wrapper .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-field-radio {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .quote-form-wrapper {
        padding: 40px 20px;
    }
    
    .quote-form-header h2 {
        font-size: 28px;
    }
    
    .form-field-radio {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .quote-form-wrapper input[type="submit"] {
        width: 100%;
    }
}


/* SA Slider */
#slider_3048 {
	max-width: 1300px;
	margin: 0 auto;
}

#slider_3048 .owl-item p {
	position: relative;
}

#slider_3048 .owl-item p::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 1.07%, #030303 97.68%);
}

#slider_3048 .test-overlay {
	position: absolute;
	bottom: 1rem;
    text-align: center;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 500px;
    width: 100%;
}


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