/*!
Theme Name: DFantastic
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
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: dfantastic
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-VariableFont.woff2') format('woff2'),
		url('fonts/Inter-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Italic';
    src: url('fonts/Inter-Italic-VariableFont.woff2') format('woff2'),
		url('fonts/Inter-Italic-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Light';
    src: url('fonts/Canela-Light-Trial.woff2') format('woff2'),
		url('fonts/Canela-Light-Trial.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #121A29;
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, calc(13px + 0.214vw), 16px);
	line-height: 1.5;
}

.italic {
	font-family: "Inter Italic", sans-serif;
}

.canela-light {
	font-family: "Canela Light", serif;
}

.text-12 {
	font-size: 0.75rem;
}

.text-13 {
	font-size: 0.8125rem;
}

.text-14 {
	font-size: 0.875rem;
}

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

.text-18 {
	font-size: 1.125rem;
}

.text-20 {
	font-size: 1.25rem;
}

.text-28 {
	font-size: 1.5rem;
}

.text-44 {
	font-size: 1.75rem;
}

.text-56 {
	font-size: 2rem;
}

.text-84 {
	font-size: 2.5rem;
}

@media screen and (min-width: 750px) {
	.text-56 {
		font-size: 2rem;
	}

	.text-84 {
		font-size: 3.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.text-28 {
		font-size: 1.75rem;
	}

	.text-44 {
		font-size: 2rem;
	}
	
	.text-56 {
		font-size: 2.8rem;
	}

	.text-84 {
		font-size: 5.25rem;
	}
}

@media screen and (min-width: 1300px) {
	.text-44 {
		font-size: 2.75rem;
	}
	.text-56 {
		font-size: 3.5rem;
	}
}

.text-navy {
	color: #0A2240;
}

.text-orange {
	color: #FF681F;
}

.text-gray {
	color: #2F3033;
}

.text-white {
	color: #FFFFFF;
}

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

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

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

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

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

.opacity-0-4 {
	opacity: 0.4;
}

.opacity-0-5 {
	opacity: 0.5;
}

.opacity-0-6 {
	opacity: 0.6;
}

.opacity-0-7 {
	opacity: 0.7;
}

.opacity-0-8 {
	opacity: 0.8;
}

.line-height-1-8 {
	line-height: 1.8;
}

.small-section-heading {
	margin-bottom: 0;
}

.banner.banner-inner {
	padding: clamp(70px, 5vw, 100px) 5% clamp(20px, 5vw, 100px) 5%;
}

@media screen and (min-width: 750px) {
	.banner,
	.banner.banner-inner {
		padding-left: 8%;
		padding-right: 8%;
	}
}

.banner.banner-inner .small-section-heading {
	margin-bottom: 1.5em;
}

.banner.banner-inner .banner-image-container .image-container-inner {
	border-radius: clamp(15px, 1vw, 25px);
}

.page-heading {
	margin: 0;
	line-height: 1.15;
}

.section-heading {
	margin: 0.5em 0;
	line-height: 1.3;
}

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

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

section.section {
	padding: clamp(40px, 5vw, 100px) 5%;
}

section.section.bottom-0 {
	padding-bottom: 0;
}

section.section-wide {
	padding: clamp(40px, 5vw, 100px) 0;
}

section+section {
	margin-top: -2px;
}

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

.container-wide {
	max-width: 1500px;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow:  hidden;
}

.w-100 {
	width: 100%;
}

.mw-50 {
	max-width: 50%;
}

.h-100 {
	height: 100%;
}

@media screen and (min-width: 750px) {
	.desktop-w-50 {
		width: 50%;
	}
	
	.desktop-w-65 {
		width: 65%;
	}
	
	.desktop-w-80 {
		width: 80%;
	}
	
	.desktop-w-90 {
		width: 90%;
	}
}

.radius-25 {
	border-radius: clamp(10px, 1vw, 25px);
}

.padding-30 {
	padding: clamp(20px, 1.5vw, 30px);
}

.padding-0-5 {
	padding: 0 5%;
}

.pt-40 {
	padding-top: 40%;
}

.pt-30 {
	padding-top: 30%;
}

.pt-50 {
	padding-top: 50%;
}

.pt-60 {
	padding-top: 60%;
}

.pt-70 {
	padding-top: 70%;
}

.pt-80 {
	padding-top: 80%;
}

.pt-110 {
	padding-top: 110%;
}

.pt-120 {
	padding-top: 120%;
}

.mt-0 {
	margin-top: 0;
}

.mt-0-5 {
	margin-top: 0.5em;
}

.mt-1 {
	margin-top: 1em;
}

.mt-2 {
	margin-top: 2em;
}

.mt-3 {
	margin-top: 3em;
}

.mt-4 {
	margin-top: 4em;
}

.m-0 {
	margin: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1-5 {
	margin-bottom: 1.5em;
}

.mb-2 {
	margin-bottom: 2em;
}

.mb-3 {
	margin-bottom: 3em;
}

.mb-4 {
	margin-bottom: 4em;
}

@media screen and (max-width: 749px) {
	.mobile-center {
		text-align: center;
	}
	
	.mobile-0-auto {
		margin: 0 auto;
	}
}

@media screen and (min-width: 750px) {
	.desktop-0-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

.z-2 {
	z-index: 2;
}

/* .absolute-center {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} */

.bg-blue {
	background-color: #0A2240;
	color: #F6F3F1;
}

.bg-white {
	background-color: #FFFFFF;
}

.grid-bg {
	background-image: url('images/grid-white.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.section-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrap-reverse {
	flex-wrap: wrap-reverse;
}

.section-flex .flex-item {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.section-flex .flex-item.flex-fit {
		width: fit-content;
	}
	
	.section-flex .flex-item.flex-35 {
		width: 35%;
	}
	.section-flex .flex-item.flex-40 {
		width: 40%;
	}
	
	.section-flex .flex-item.flex-45 {
		width: 45%;
	}
	
	.section-flex .flex-item.flex-47 {
		width: 47%;
	}
	
	.section-flex .flex-item.flex-50 {
		width: 50%;
	}
	
	.section-flex .flex-item.flex-55 {
		width: 55%;
	}
}

.flex-align-start {
	display: flex;
	align-items: flex-start;
}

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

.section-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 2vw, 40px);
}

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

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

.section-grid.gap-small {
	grid-gap: clamp(15px, 1vw, 20px);
}

.section-grid.gap-5 {
	grid-gap: clamp(15px, 5vw, 90px);
}

.section-grid.gap-0 {
	grid-gap: 0px;
}

.section-grid .grid-item {
	grid-column: span 1;
}

.section-grid .grid-item.row-span-2 {
	grid-row: span 2;
}

.section-grid .grid-item.grid-item-2-mobile {
	grid-column: span 2;
}

.section-grid .grid-item.grid-item-3-mobile {
	grid-column: span 3;
}

@media screen and (min-width: 750px) {
	.section-grid.grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.section-grid.grid-3:not(.full-tablet) {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.section-grid.grid-5 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.section-grid .grid-item.grid-item-2 {
		grid-column: span 2;
	}
}

@media screen and (min-width: 1024px) {
	
	.section-grid.grid-3.full-tablet {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.section-grid.grid-5 {
		grid-template-columns: repeat(5, 1fr);
	}
}

.image-grid .grid-item {
	border-radius: clamp(10px, 1vw, 25px);
}

.banner {
	padding: clamp(40px, 5vw, 100px) 5%;
}

.banner.banner-home,
.banner.banner-inner {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 750px) {
	.banner.banner-home .banner-text-container {
		width: 60%;
	}
}

.banner-slider-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.banner-slider {
	height: 100%;
	width: 100%;
}

.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .image-container {
	height: 100%;
	width: 100%;
}

.banner-slider-container .owl-stage-outer {
	position: relative;
}

.banner-slider-container .owl-stage-outer:after {
	content: "";
	width: 65vw;
	height: 100%;
	background: linear-gradient(to right, rgba(246, 243, 241, 1) 0%, rgba(246, 243, 241, 1) 30%, rgba(246, 243, 241, 0.75) 75%, rgba(246, 243, 241, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner-slider-container .owl-dots {
	position: absolute;
	width: fit-content;
	z-index: 3;
	bottom: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.banner-slider-container .owl-dots .owl-dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border 0.5s ease;
	margin: 0 5px;
}

.banner-slider-container .owl-dots .owl-dot.active {
	border: 1px solid #121A29;
}

.banner-slider-container .owl-dots .owl-dot:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #121A29;
}

.who-flex .list-item .image-wrapper {
    width: 100%;
	padding-top: 0;
	margin-top: 1em;
	transition: padding-top 0.5s ease;
}

.who-flex .list-item.active .image-wrapper {
	padding-top: 60%;
	border-radius: clamp(10px, 1vw, 20px);
}

.who-flex .list-images {
	display: none;
}

.who-flex .list-item .list-item-label {
	display: flex;
	align-items: center;
}

.who-flex .list-item:not(:last-child) {
	border-bottom: 1px solid rgba(18, 26, 41, 0.3);
	padding-bottom: 1.5em;
}

.who-flex .list-item {
	padding-top: 1.5em;
	cursor: pointer;
}

.who-flex .list-item .list-item-label .number-container {
	margin-right: 1em;
}

.who-flex .list-item .list-item-label .number {
	opacity: 0.4;
}

.who-flex .list-item .list-item-label .title {
	margin: 0;
}

.who-flex .list-item .list-item-label .text {
	margin: 0;
}

.who-flex .list-item .list-item-label .number,
.who-flex .list-item .list-item-label .title {
	transition: color 0.5s ease, opacity 0.5s ease;
}

.who-flex .list-item.active .list-item-label .number,
.who-flex .list-item.active .list-item-label .title,
.who-flex .list-item:hover .list-item-label .number,
.who-flex .list-item:hover .list-item-label .title {
	color: #F38343;
}

.who-flex .list-item.active .list-item-label .number,
.who-flex .list-item:hover .list-item-label .number {
	opacity: 1;
}

@media screen and (min-width: 750px) {
	
	.who-flex {
		display: flex;
		justify-content: space-between;
	}
	
	.who-flex .list-items {
		width: 30%;
		flex-shrink: 0;
	}

    .who-flex .list-items .image-wrapper {
        display: none !important;
    }
	
	.who-flex .list-images {
		display: block;
		width: 60%;
		border-radius: clamp(15px, 1vw, 25px);
	}
	
	.who-flex .list-images .list-images-inner {
		width: 100%;
		padding-top: 60%;
	}
	
	.who-flex .list-images .absolute-image {
		opacity: 0;
		transition: opacity 0.5s ease;
	}
	
	.who-flex .list-images .absolute-image.active {
		z-index: 2;
		opacity: 1;
	}

}

.what-we-do .chart-container {
	background-image: url('images/grid-white.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.what-we-do .chart-container .chart-title {
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid #F6F3F1;
	border-radius: clamp(8px, 0.8vw, 10px);
	padding: 0 clamp(20px, 1vw, 30px);
	margin-bottom: 2em;
	transition: color 0.5s ease, border 0.5s ease;
}

.what-we-do .chart-container:has(.chart-item:hover) .chart-title {
	border: 1px solid #F38343;
	color: #F38343;
}

.what-we-do .chart-container .chart-items .chart-item {
	display: flex;
	align-items: flex-start;
	border: 0.5px solid #F6F3F1;
	border-radius: clamp(8px, 0.8vw, 10px);
	margin: 1.5em 0;
	padding: clamp(10px, 1vw, 25px);
	transition: border 0.5s ease;
}

.what-we-do .chart-container .chart-items .chart-item:hover {
	border: 0.5px solid #F38343;	
}

.what-we-do .chart-container .chart-items .chart-item .icon-container {
	width: clamp(50px, 3vw, 60px);
	width: clamp(50px, 3vw, 60px);
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid #F6F3F1;
    border-radius: clamp(8px, 0.8vw, 10px);
	margin-right: 1em;
	padding: clamp(5px, 0.8vw, 15px);
}

.what-we-do .chart-container .chart-items .chart-item .text-container .title {
	margin: 0;
	transition: color 0.5s ease;
}
.what-we-do .chart-container .chart-items .chart-item:hover .text-container .title {
	color: #F38343!important;
}

.what-we-do .chart-container .chart-items .chart-item .text-container .title span {
	display: block;
}

.what-we-do .chart-container .chart-items .chart-item .text p {
	margin: 0.5em 0 0 0;
}

@media screen and (min-width: 750px) {
	
	.what-we-do .chart-container {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60vw;
	}
	
	.what-we-do .chart-container .chart-container-inner {
		height: 80%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.what-we-do .chart-container .chart-title {
		max-width: clamp(230px, 15vw, 250px);
		margin-bottom: 0;
	}
	
	.what-we-do .chart-container .chart-title .line {
		background-color: #F6F3F1;
		height: 0.5px;
		width: 80%;
		position: absolute;
		transition: background-color 0.5s ease;
	}

	.what-we-do .chart-container:has(.chart-item:first-child:hover) .chart-title .line.line-1,
	.what-we-do .chart-container:has(.chart-item:nth-child(2):hover) .chart-title .line.line-2,
	.what-we-do .chart-container:has(.chart-item:nth-child(3):hover) .chart-title .line.line-3,
	.what-we-do .chart-container:has(.chart-item:nth-child(4):hover) .chart-title .line.line-4 {
		background-color: #F38343;
	}
	
	.what-we-do .chart-container .chart-title .line.line-1 {
		right: 100%;
        top: 30%;
        transform: rotate(50deg);
        transform-origin: right;
	}
	
	.what-we-do .chart-container .chart-title .line.line-2 {
		left: 100%;
		top: 30%;
        transform: rotate(-50deg);
        transform-origin: left;
	}
	
	.what-we-do .chart-container .chart-title .line.line-3 {
		right: 100%;
        bottom: 30%;
        transform: rotate(-50deg);
        transform-origin: right;
	}
	
	.what-we-do .chart-container .chart-title .line.line-4 {
		left: 100%;
		bottom: 30%;
        transform: rotate(50deg);
        transform-origin: left;
	}
	
	.what-we-do .chart-container .chart-items {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.what-we-do .chart-container .chart-items .chart-item {
		position: absolute;
		width: clamp(240px, 43%, 500px);
		margin: 0;
	}
	
	.what-we-do .chart-container .chart-items .chart-item:first-child {
		top: 0;
		left: 0;
	}
	
	.what-we-do .chart-container .chart-items .chart-item:nth-child(2) {
		top: 0;
		right: 0;
	}
	
	.what-we-do .chart-container .chart-items .chart-item:nth-child(3) {
		bottom: 0;
		left: 0;
	}
	
	.what-we-do .chart-container .chart-items .chart-item:last-child {
		bottom: 0;
		right: 0;
	}
	
	.what-we-do .chart-container .chart-items .chart-item .text {
		max-height: 0px;
		transition: max-height 0.5s ease;
	}

	.what-we-do .chart-container .chart-items .chart-item:hover .text {
		max-height: 100px;
	}
}

@media screen and (min-width: 1024px) {
	
	.what-we-do .chart-container {
		height: 100%;
	}
}

@media screen and (min-width: 750px) {
	.reasons .grid-item {
		padding: 0 clamp(20px, 1vw, 30px);
	}
	.reasons .grid-item:before {
		content: "";
		width: 1px;
		height: clamp(200px, 8vw, 250px);
		background-color: rgba(246, 243, 241, 0.15);
		position: absolute;
		top: 0;
		left: 0;
	}
}

.reasons .icon-container {
	width: 25%;
}

.reasons .grid-item .title {
	transition: color 0.5s ease;
}

.reasons .grid-item:hover .title {
	color: #F38343;
}

.reasons .grid-item .text {
	transition: opacity 0.5s ease;
}

.reasons .grid-item:hover .text {
	opacity: 1;
}

.reasons .grid-item .icon.fade-icon,
.reasons .grid-item .gif.fade-icon {
	transition: opacity 0.5s ease;
}

.reasons .grid-item .gif.fade-icon {
	opacity: 0;
}

.reasons .grid-item:hover .icon.fade-icon {
	opacity: 0;
}

.reasons .grid-item:hover .gif.fade-icon {
	opacity: 1;
}

.projects-grid .project-item {
	border-radius: clamp(10px, 1vw, 25px);
}

.projects-grid .project-item:before,
.projects-grid .project-item:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.35s ease;
}

.projects-grid .project-item:after {
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 1;
}

.projects-grid .project-item:before {
	bottom: 0;
	height: 45%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
}

.projects-grid .project-item:hover:after {
	opacity: 0;
}

.projects-grid .project-item:hover:before {
	opacity: 1;
}

.projects-grid .project-item img {
	opacity: 0.85;
	transition: transform 0.5s ease, opacity 0.35s ease;
}

.projects-grid .project-item:hover img {
	opacity: 1;
	transform: scale(1.1);
}

.projects-grid .project-name {
	position: absolute;
	bottom: 0;
	left: 0; 
	margin: 1.5em 2em;
	z-index: 2;
}

.brands .brand-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: clamp(15px, 1vw, 25px);
}

.brands .brand-item {
	border: 2.5px solid #F38343;
}

.brands .brand-item .main-container {
	padding: clamp(20px, 2vw, 50px);
	background: rgba(255, 255, 255, 0.75);
}

.brands .brand-item .main-container .solution-text {
	margin-top: 0;
	margin-bottom: 2em;
}

@media screen and (min-width: 750px) {
	
	.brands .brand-item {
		border: 2.5px solid transparent;
		transition: border 0.5s ease;
	}
	
	.brands .brand-item:hover {
		border: 2.5px solid #F38343;
	}
	.brands .brand-item .main-container {
		opacity: 0;
		transition: opacity 0.5s ease;
	}
	
	.brands .brand-item:hover .main-container {
		opacity: 1;
	}
}

.trusted-partners .partners-slider .partner-item {
	width: 100%;
}

.projects-brands .projects-brands-text {
	margin-bottom: clamp(40px, 8vw, 100px);
}

.projects-brands .projects-brands-sliders {
	overflow: hidden;
	width: 100%;
}

.projects-brands .partners-slider .partner-item {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.projects-brands .projects-brands-text {
		margin-bottom: 0;
		padding-right: clamp(40px, 8vw, 100px);
	}

	.projects-brands .section-flex {
		align-items: center;
	}
}

.about-content .about-stack {
	position: relative;
	overflow: hidden;
}

.about-content .about-stack-section {
	position: relative;
	isolation: isolate;
	z-index: 1;
}

.about-content .about-stack-section:nth-child(2) {
	z-index: 2;
}

.about-content .about-stack-section:nth-child(3) {
	z-index: 3;
}

.about-content .about-stack-section .container {
	transform-origin: center center;
	will-change: transform;
}

.about-content .about-stack-section .text-container.grid-bg {
	background-color: #0A2240;
}

@media screen and (max-width: 749px) {
	.about-content .about-stack-section .image-container-inner {
		padding-top: 60%;
	}
}

@media screen and (min-width: 750px) {
	.about-content .about-stack-section--reverse .section-flex {
		flex-flow: row-reverse;
		align-items: stretch;
	}
}

.about-content .section .container {
	background-color: rgba(255,255,255,0.05);
	box-shadow: 0px 9px 12px rgba(0,0,0,0.25);
}

.about-content .section-flex .text-container {
	padding: clamp(40px, 4vw, 80px) 5%;
}

.about-content .about-stack-section .text-container.grid-bg {
	position: relative;
}

.about-content .about-stack-section .text-container.grid-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.05);
	pointer-events: none;
	z-index: 0;
}

.about-content .about-stack-section .text-container.grid-bg > * {
	position: relative;
	z-index: 1;
}

.about-content .vision-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
}

.about-content .vision-text-container .vision-items {
	margin-block: auto;
}

.about-content .vision-items .vision-item:not(:last-child) {
	margin-bottom: clamp(24px, 3vw, 40px);
}

.about-content .vision-items .vision-item-label {
	letter-spacing: 0.1em;
	margin: 0 0 0.75em;
}

.about-content .vision-items .vision-item-heading {
	margin: 0 0 0.15em;
}

.about-content .vision-items .vision-item-description {
	margin: 0;
}

.about-content .vision-items .vision-item-description p {
	margin: 0;
}

.about-content .list-items {
	margin-bottom: 2em;
}

.solutions-focus .list-items {
	margin-bottom: 2.5em;
}

.about-content .list-items .text-wrapper,
.solutions-focus .list-items .text-wrapper {
	padding: 0;
	margin: 0;
}

.about-content .list-items .mission-item-title,
.about-content .list-items .mission-item-text,
.solutions-focus .list-items .mission-item-title,
.solutions-focus .list-items .mission-item-text {
	margin: 0;
	padding: 0;
}

.about-content .list-items .mission-item-text p,
.solutions-focus .list-items .mission-item-text p {
	margin: 0;
}

.about-content .list-items .item:not(:last-child),
.solutions-focus .list-items .item:not(:last-child) {
	margin-bottom: 16px;
}

@media screen and (min-width: 750px) {
	.about-content .list-items .item:not(:last-child),
	.solutions-focus .list-items .item:not(:last-child) {
		margin-bottom: 20px;
	}
}

.about-content .list-items .icon-container,
.solutions-focus .list-items .icon-container,
.solutions-noise-reduction .list-items .icon-container {
    width: clamp(50px, 3vw, 60px);
    flex-shrink: 0;
    background-color: rgba(243, 131, 67, 0.102);
    border-radius: clamp(8px, 0.8vw, 10px);
    margin-right: 1em;
    padding: clamp(5px, 0.8vw, 15px);
}

@media screen and (max-width: 749px) {
	.about-content .list-items .icon-container,
	.solutions-focus .list-items .icon-container,
	.solutions-noise-reduction .list-items .icon-container {
		width: 36px;
		padding: 6px;
		border-radius: 6px;
		margin-right: 0.75em;
	}
}

.compliance .compliance-item {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.03);
}

.contact .contact-items .contact-item {
	display: flex;
	margin-bottom: 1em;
	text-decoration: none;
	width: fit-content;
}

.contact .contact-items .contact-item .icon-container {
	flex-shrink: 0;
	width: clamp(30px, 2vw, 50px);
}

.contact .contact-items .contact-item .title {
	margin: 0;
}

.contact .contact-items .contact-item .text {
	margin: 0.25em 0 0.5em 0;
}

.contact .social-media-items {
	display: flex;
}

.contact .social-media-items .social-media-item {
	text-decoration: none;
	display: flex;
	width: clamp(30px, 2vw, 50px);
	height: clamp(30px, 2vw, 50px);
	margin-right: 1.5em;
}

.contact .social-media-items .social-media-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(1) brightness(0);
	-webkit-filter: grayscale(1) brightness(0);
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.contact .social-media-items .social-media-item:hover img {
	filter: grayscale(0) brightness(1);
	-webkit-filter: grayscale(0) brightness(1);
}

.contact .form-container .form-container-inner {
	border-radius: clamp(15px, 1vw, 25px);
	padding: clamp(15px, 2vw, 50px);
}

.contact form label {
	display: none;
}

.contact form .form-field {
	width: 100%;
}

.contact form .form-field br {
	display: none;
}

.contact form .form-field-submit p,
.contact form .form-field p {
	margin: 0;
}

.contact form .form-field input,
.contact form .form-field textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border-radius: clamp(8px, 0.7vw, 10px);
}

.contact form .form-field-submit button {
	width: 100%;
	justify-content: center;
	border-radius: clamp(8px, 0.7vw, 10px);
	border: none;
	background-color: #FF681F;
	cursor: pointer;
	transition: background-color 0.5s ease;
}

.contact form .form-field-submit button:hover {
	background-color: #E0793E;
}

.site-footer .footer-tagline {
	line-height: 1.3;
}

.site-footer .footer-awards-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: clamp(20px, 1.5vw, 35px);
}

@media screen and (min-width: 750px) {
	.site-footer .footer-awards-list {
		justify-content: flex-end;
	}
}

.site-footer .footer-awards-list .award-item {
	width: 18%;
}

.site-footer .footer-logo-container {
	display: flex;
	width: 65%;
}

.site-footer .footer-logo-container img {
	width: 100%;
	object-fit: contain;
}

.site-footer .footer-navigation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: clamp(15px, 2vw, 40px);
}

.site-footer .footer-navigation .widget .widget-title {
	opacity: 0.4;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
}

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

.site-footer .footer-navigation .widget .menu .menu-item {
	margin-bottom: 0.2em;
}

.site-footer .footer-navigation .widget .menu a {
	color: #F6F3F1;
	opacity: 0.7;
	text-decoration: none;
	font-size: 0.875rem;
	display: flex;
	padding: 0.2em 0;
	transition: color 0.5s ease, opacity 0.5s ease;
}

.site-footer .footer-navigation .widget .menu a:hover,
.site-footer .footer-navigation .widget .menu .current-menu-item > a,
.site-footer .footer-navigation .widget .menu .current-menu-ancestor > a,
.site-footer .footer-navigation .widget .menu .current_page_item > a,
.site-footer .footer-navigation .widget .menu .current_page_ancestor > a {
	color: #F38343;
	opacity: 1;
}

.site-footer .footer-bottom {
	border-top: 1px solid rgba(246, 243, 241, 0.15);
}

.site-footer .footer-bottom-left {
	margin: 1em 0;
}

.site-footer .copyright-text,
.site-footer .footer-bottom-right .widget {
	margin: 0;
}

.site-footer .footer-bottom-right .textwidget {
	display: flex;
	justify-content: flex-start;
}

.site-footer .footer-bottom-right .textwidget p {
	margin: 0;
	margin-left: 0;
	margin-right: 1em;
}

.site-footer .footer-bottom-right .textwidget a {
	color: #F6F3F1;
	opacity: 0.4;
	text-decoration: none;
	display: block;
	font-size: 0.75rem;
}

@media screen and (min-width: 750px) {
	
	.site-footer .footer-bottom-right {
		margin: 1em 0;
	}
	
	.site-footer .footer-navigation {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: clamp(15px, 2vw, 40px);
	}
	
	.site-footer .footer-bottom-right .textwidget {
		justify-content: flex-end;
	}

	.site-footer .footer-bottom-right .textwidget p {
		margin-left: 1em;
		margin-right: 0;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer .footer-navigation {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-gap: clamp(15px, 2vw, 40px);
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.scroll-indicator-wrapper {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 3;
}

.scroll-indicator {
	position: absolute;
    bottom: clamp(75px, 6.5vw, 140px);
    left: 0;
    transform: rotate(270deg);
	display: flex;
	align-items: center;
}

.scroll-indicator:before {
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background-color: #0A2240;
	border-radius: 5vw;
	margin-right: 10px;
}

@media screen and (max-width: 749px) {
	.scroll-indicator-wrapper {
		display: none;
	}
}

@media screen and (min-width: 750px) {
	.scroll-indicator {
		left: 1%;
	}
}

.whatsapp-floating {
	position: fixed;
	right: 2.5%;
	bottom: 2.5vw;
	width: clamp(50px, 4vw, 80px);
	height: clamp(50px, 4vw, 80px);
	transition: transform 0.5s ease;
	z-index: 10;
}

.whatsapp-floating:hover {
	transform: translate(0, -10%);
}

.whatsapp-floating img {
	width: 100%;
	object-fit: contain;
}

.image-container-square {
	width: 100%;
	padding-top: 100%;
}

.absolute-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.absolute-image-center {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.absolute-image.bottom {
	top: unset;
	bottom: 0;
}

.contain {
	object-fit: contain;
}

.op-left {
	object-position: left;
}

.bottom-left-pattern {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	object-fit: contain;
}

@media screen and (min-width: 650px) {
	.bottom-left-pattern {
		width: 30%;
	}
}

.button-container-center {
	display: flex;
	justify-content: center;
}

.button {
	display: flex;
	align-items: center;
	width: fit-content;
	border-radius: 5vw;
	padding: clamp(7px, 0.7vw, 15px) clamp(15px, 1.5vw, 25px);
	text-decoration: none;
}

.button.button-1 {
	background-color: #FF681F;
	color: #F6F3F1;
	transition: background-color 0.5s ease, border 0.5s ease;
	border: 1px solid transparent;
}

.button.button-1:hover {
	background-color: #121A29;
}

.button.button-1.hover-outline:hover {
	border: 1px solid #F6F3F1;
}

.button.button-1 .arrow {
	width: 1.25em;
	height: 1.25em;
	margin-left: 0.5em;
}

.button.button-2 {
	background-color: rgba(255, 255, 255, 0.08);
	color: #F6F3F1;
	transition: background-color 0.5s ease;
}

.button.button-2:hover {
	background-color: #FF681F;
}

.button.button-2 .arrow {
	width: 1.25em;
	height: 1.25em;
	margin-left: 0.5em;
}

/* Navigation
--------------------------------------------- */

.site-header {
	position: fixed;
	width: 100%;
	z-index: 5;
	padding: clamp(10px, 1vw, 30px) 5%;
}

.site-header .header-main {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;	
	padding: clamp(10px, 0.7vw, 25px) clamp(25px, 2vw, 50px);
}
.site-header .header-main:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.80);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.08);
	border-radius: 10vw;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: -1;
}

.site-header .site-branding,
.site-header .site-branding .custom-logo-link {
	display: flex;
}

.site-header .custom-logo {
	filter: brightness(0) saturate(100%) invert(55%) sepia(98%) saturate(1352%) hue-rotate(349deg) brightness(101%) contrast(101%);
}

.site-header .custom-logo-link ~ .site-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header .site-title {
	margin: 0;
}

.site-header .site-title a {
	color: #FF681F;
	text-decoration: none;
}

.main-navigation {
	display: block;
	width: fit-content;
}

.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;
	margin: 0.5em 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #121A29;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8125rem;
	transition: color 0.5s ease;
	width: fit-content;
	padding: 0.5em 0;
}

.main-navigation li.menu-item-has-children > a {
	display: flex;
	align-items: center;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url('images/arrowhead-orange.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.5em;
	filter: grayscale(1) brightness(0);
	-webkit-filter: grayscale(1) brightness(0);
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.main-navigation li.menu-item-has-children:hover > a:after {
	filter: grayscale(0) brightness(1);
	-webkit-filter: grayscale(0) brightness(1);
}

.main-navigation li:hover > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #F38343;
}

.main-navigation li.menu-item-has-children.current-menu-item > a:after,
.main-navigation li.menu-item-has-children.current-menu-ancestor > a:after {
	filter: grayscale(0) brightness(1);
	-webkit-filter: grayscale(0) brightness(1);
}

/* Small menu. */
.menu-toggle {
	display: flex;
}

.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #F38343;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.menu-primary-menu-container {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	padding: 0 clamp(25px, 2vw, 50px);
    border-radius: clamp(15px, 2vw, 50px);
}

.main-navigation.toggled .menu-primary-menu-container {
	padding: clamp(15px, 1vw, 25px) clamp(25px, 2vw, 50px);
}

.main-navigation ul li.focus ul {
	position: relative;
    box-shadow: none;
    padding-left: 20px;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

.site-header .header-button {
	display: none;
}

@media screen and (min-width: 1024px) {
	
	.site-header .header-button {
		display: flex;
	}

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		width: fit-content;
		display: flex;
		flex-grow: 1;
	}
	
	.main-navigation .menu-primary-menu-container,
	.main-navigation.toggled .menu-primary-menu-container {
		position: relative;
		padding: 0;
		width: 100%;
		background-color: transparent;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-radius: 0;
		box-shadow: none;
	}
	
	.menu-primary-menu-container .menu,
	.main-navigation.toggled .menu-primary-menu-container .menu {
		display: flex;
		justify-content: space-evenly;
	}

	.main-navigation ul {
		display: flex;
	}
	
	.main-navigation ul li.focus ul,
	.main-navigation ul ul {
		position: absolute;
		padding: clamp(10px, 1vw, 30px);
        padding-left: clamp(10px, 1vw, 30px);
        padding-top: clamp(20px, 3vw, 60px);
        box-shadow: none;
        display: block;
		transform: translate(-30%, 0);
	}
	
	.main-navigation ul ul:before {
		content: "";
		width: 100%;
		height: calc(100% - clamp(20px, 2vw, 60px));
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.80);
		box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.08);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border-radius: clamp(10px, 1vw, 25px);
	}
	
	.main-navigation ul ul a {
		width: 150px;
		margin: 0;
		text-align: center;
	}
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Products
--------------------------------------------- */

.banner.banner-products {
	min-height: clamp(480px, 60vh, 680px);
	display: flex;
	align-items: center;
	padding: clamp(120px, 12vw, 160px) 5% clamp(60px, 6vw, 100px);
	color: #F6F3F1;
}

.products-banner-bg {
	position: absolute;
	inset: -20% 0;
	background-size: cover;
	background-position: center;
	will-change: transform;
}

.products-banner-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(10, 34, 64, 0.82);
}

.products-banner-content {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.products-banner-logo img {
	width: clamp(350px, 15vw, 502px);
	height: auto;
	margin: 0 auto;
}

.products-banner-heading {
	margin: 0 0 clamp(20px, 2vw, 32px);
	line-height: 1.2;
}

.products-banner-heading-primary {
	display: block;
	font-size: clamp(40px, 5vw, 72px);
	letter-spacing: 0.08em;
}

.products-banner-heading-secondary {
	display: block;
	margin-top: 0.5em;
	font-size: clamp(12px, 1vw, 14px);
	letter-spacing: 0.12em;
}

.products-banner-text {
	max-width: 640px;
	margin: 0 auto;
	font-weight: 300;
}

.text-beige {
	color: #F6F3F1;
}

.products-section {
	position: relative;
	padding-top: clamp(40px, 4vw, 70px);
}

.products-scroll-indicator {
	position: absolute;
	top: 30%;
	bottom: auto;
	left: 1%;
	z-index: 4;
	pointer-events: none;
}

@media screen and (max-width: 749px) {
	.products-scroll-indicator {
		display: none;
	}
}

.products-section .container {
	max-width: 1365px;
}

.products-filters {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(10px, 1vw, 16px);
}

.products-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: clamp(8px, 0.5vw, 14px) clamp(18px, 1.5vw, 28px);
	border: 1px solid #121A29;
	border-radius: 999px;
	background: transparent;
	color: #121A29;
	text-decoration: none;
	font-size: clamp(12px, 0.9vw, 14px);
	font-weight: 600;
	text-transform: uppercase;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.products-filter.is-active,
.products-filter:hover {
	background-color: #FF681F;
	border-color: #FF681F;
	color: #F6F3F1;
}

.products-grid.section-grid {
	grid-gap: clamp(12px, 1.6vw, 32px);
}

.product-card {
	background-color: #fff;
	border-radius: clamp(15px, 1vw, 25px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.product-card-image {
	cursor: pointer;
}

.product-card-image-inner {
	aspect-ratio: 3 / 2;
	background-color: #F6F3F1;
	border-radius: clamp(10px, 1vw, 25px) 0 0;
}

.product-card-image-inner img {
	object-fit: cover;
}

.product-card-image-hover {
	opacity: 0;
	transition: opacity 0.35s ease;
}

.product-card-image:hover .product-card-image-hover {
	opacity: 1;
}

.product-card-zoom {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	border: 0;
	padding: 0;
	background: transparent;
	color: #121A29;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.25s ease;
}

.product-card-image:hover .product-card-zoom {
	transform: scale(1.1);
}

.product-card-zoom svg {
	display: block;
	width: 28px;
	height: 28px;
}

.product-card-body {
	padding: clamp(14px, 1.1vw, 20px);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-card-series {
	margin-bottom: 0.35em;
	letter-spacing: 0.14em;
}

.product-card-title {
	margin: 0 0 0.5em;
	font-size: clamp(18px, 2.5vw, 28px);
	line-height: 1.2;
}

.product-card-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	padding: 0.65em 0;
	border-top: 1px dashed rgba(18, 26, 41, 0.1);
	border-bottom: 1px dashed rgba(18, 26, 41, 0.1);
}

.product-card-meta-item--left {
	text-align: left;
}

.product-card-meta-item--right {
	text-align: right;
}

.product-card-meta-label {
	display: block;
	font-size: clamp(12px, 0.9vw, 14px);
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	opacity: 0.5;
}

.product-card-meta-value {
	display: block;
	font-size: clamp(14px, 1vw, 18px);
	font-weight: 600;
}

.button.button-product {
	background-color: #121A29;
	color: #F6F3F1;
	width: 100%;
	justify-content: center;
	margin-top: auto;
	border-radius: clamp(10px, 0.8vw, 16px);
	transition: background-color 0.5s ease, transform 0.3s ease;
}

.button.button-product:hover {
	background-color: #FF681F;
	transform: scale(1.02);
}

.products-pagination {
	margin-top: clamp(40px, 4vw, 70px);
}

.products-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.products-pagination .page-numbers li {
	margin: 0;
}

.products-pagination .page-numbers a,
.products-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 50%;
	border: 1px solid rgba(18, 26, 41, 0.15);
	color: #121A29;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.products-pagination .page-numbers .current {
	background-color: #121A29;
	border-color: #121A29;
	color: #F6F3F1;
}

body.product-lightbox-open {
	overflow: hidden;
}

.product-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 3vw, 32px);
}

.product-lightbox[hidden] {
	display: none;
}

.product-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background-color: rgba(18, 26, 41, 0.92);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.product-lightbox.is-active .product-lightbox-backdrop {
	opacity: 1;
}

.product-lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(1400px, 100%);
	height: min(92vh, 900px);
	transform: scale(0.9);
	opacity: 0;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.product-lightbox.is-active .product-lightbox-dialog {
	transform: scale(1);
	opacity: 1;
}

.product-lightbox-slider-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: clamp(15px, 1vw, 25px);
}

.product-lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background-color: #fff;
	color: #121A29;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.product-lightbox-close:hover {
	background-color: #FF681F;
	color: #fff;
}

.product-lightbox-slider {
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.product-lightbox-slider.is-ready {
	opacity: 1;
}

.product-lightbox-slider:not(.owl-loaded) .item:not(:first-child) {
	display: none;
}

.product-lightbox-slider .owl-stage-outer,
.product-lightbox-slider .owl-stage-outer .owl-stage,
.product-lightbox-slider .owl-item,
.product-lightbox-slider .owl-item > .item {
	height: 100%;
}

.product-lightbox-slider .item {
	display: block;
	height: 100%;
}

.product-lightbox-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-lightbox-slider .owl-dots {
	position: absolute;
	width: fit-content;
	z-index: 4;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.product-lightbox-slider .owl-dots .owl-dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border 0.5s ease;
	margin: 0 5px;
}

.product-lightbox-slider .owl-dots .owl-dot.active {
	border: 1px solid #121A29;
}

.product-lightbox-slider .owl-dots .owl-dot:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #121A29;
}
