/*!
Theme Name: De Mains De Maîtres Luxembourg
Author: demainsdemaitres
Author URI: https://www.demainsdemaitres.lu/
Text Domain: demainsdemaitres
Version: 1.0

*/

/* FONTS */
@font-face {
	font-family: 'Elysian';
	font-style: normal;
	font-weight: 500;
	font-display: swap; /* Améliore les performances de chargement */
	src: url('./assets/fonts/Elysian-Medium.woff2') format('woff2'),
		url('./assets/fonts/Elysian-Medium.woff') format('woff'),
		url('./assets/fonts/Elysian-Medium.ttf') format('truetype');
}

:root {
	--green: #5c9390;
	--blue: #7d96a9;
	--primary: #ffbb57;
	--gold: #cca74d;
	--font-elysian: 'Elysian', Georgia, serif;
	--vh: 1vh;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (min-width: 1400px) {
	.big-container {
		max-width: 1520px;
	}
}

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

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
}

body.menu-open {
	overflow: hidden;
	padding-right: 15px;
}

h2 {
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-size: 32px;
	font-weight: 300;
}

/* Animation states - Hide animated elements before GSAP loads */
.site-header h1,
.banner-quote-section .quote-line,
.banner-quote-section .quote-author,
.banner-quote-section .image-wrapper img,
.banner-animated-text-section .banner-text-animate,
.text-block-section .col-left h2,
.text-block-section .col-left h2.bigger,
.text-block-section .col-left .image-wrapper img,
.text-block-section .col-right .text-content,
.site-footer .footer-col,
.site-footer .footer-listing-wrapper,
.site-footer .listing-item,
.contact-page-section .contact-header-animate,
.contact-page-section .contact-box-item-wrapper,
.contact-page-section .contact-form-animate,
.grid-listing-section h2,
.grid-listing-section .person-item,
.grid-listing-section .person-photo img,
.documents-section h2,
.documents-section .document-item,
.text-section h2,
.text-section .text-content,
.listing-texts-section .text-content,
.partners-section .listing-item {
	opacity: 0;
}

.btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: #ffffff;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	border-radius: 0;
}

.btn:hover {
	background-color: #000;
	color: #fff;
}

.btn-black {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.btn-black:hover {
	background-color: #fff;
	color: #000;
}

/* HEADER */
.site-header {
	position: relative;
	height: 50svh;
}

.home .site-header {
	height: 100svh;
	position: relative;
	overflow-x: clip;
}

.site-header .image-wrapper {
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .site-header::before, */
.site-header::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 225px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.15) 50%,
		rgba(0, 0, 0, 0.3) 100%
	);
	opacity: 0.7;
}

/* .site-header::before {
	top: 0;
	bottom: auto;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.15) 50%,
		rgba(0, 0, 0, 0.3) 100%
	);
	z-index: 1;
} */

.site-header img.header-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	will-change: transform;
	transform: scale(1.8);
	opacity: 0.7;
	pointer-events: none;
}

.site-header h1 {
	width: 100%;
	font-family: var(--font-elysian);
	font-size: 230px;
	color: #ffffff;
	line-height: 276px;
	line-height: 1;
	position: absolute;
	bottom: -35px;
	left: 0;
	margin: 0;
	white-space: nowrap;
	text-align: center;
	z-index: 1;
}

.site-header h1 > span {
	display: inline-block;
	will-change: transform;
}

/* Navigation */
.main-navigation {
	position: absolute;
	top: 30px;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.main-navigation .logo img {
	height: 150px;
}

.home .main-navigation .logo img {
	height: 225px;
}

.main-navigation .col-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-navigation ul.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 0 15px;
	padding: 10px 0;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 2px solid var(--primary);
}

.main-navigation ul.social-links li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--primary);
	background-color: var(--primary);
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}

.main-navigation ul.social-links svg {
	height: 20px;
}

.main-navigation ul.social-links li a svg path {
	transition: fill 0.3s ease-in-out;
}

.main-navigation ul.social-links li a:hover svg path {
	fill: #000000;
}

/* SITE NAVIGATION */
.site-navigation {
	z-index: 25;
	background-color: var(--green);
	pointer-events: auto;
	color: #fff;
	height: calc(var(--vh, 1vh) * 100);
	-webkit-clip-path: ellipse(120% 100% at 50% 20%);
	clip-path: ellipse(120% 100% at 50% 20%);
	justify-content: center;
	align-items: center;
	width: 100vw;
	display: none;
	position: fixed;
	inset: 0%;
	overflow: clip;
}

#main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#main-menu li a {
	color: #fff;
	font-size: 70px;
	/* text-transform: uppercase; */
	display: block;
	margin: 5px 0;
	text-decoration: none;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	line-height: 1.14;
	text-shadow: 0 80px;
	transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1),
		opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#main-menu li a:hover {
	opacity: 0.8;
}

/* #main-menu li.current-menu-item a {
	font-weight: 700;
} */

#main-menu li a > span {
	display: inline-block;
}

/* Language Switcher */
.language-switcher {
	position: relative;
	margin-right: 30px;
}

.language-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--primary);
	border-radius: 50%;
	background-color: var(--primary);
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.language-toggle:hover {
	color: #000000;
}

.language-list {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	/* background-color: #ffffff;
	border: 1px solid #ffffff; */
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
	z-index: 100;
}

.language-switcher.active .language-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.language-list li {
	margin: 0;
}

.language-list li a {
	display: block;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--primary);
}

.language-list li a:hover {
	color: #000000;
}

/* Menu toggle button */
.toggle-menu {
	position: relative;
	z-index: 100;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	appearance: none;
	width: 40px;
	height: 40px;
	background-color: var(--primary);
	border-radius: 50%;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
	left: calc(50% - 10px);
	top: calc(50% - 1px);
	transition: background 0.1s ease, top 0.1s ease-out 0.1s,
		transform 0.1s linear;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	background: #ffffff;
}
.toggle-menu span:before {
	top: 7px;
}

.toggle-menu span:after {
	top: -7px;
}

.toggle-menu.active span {
	background-color: transparent;
	transition: background 0.1s ease-in-out;
}

.toggle-menu.active span:after,
.toggle-menu.active span:before {
	transition: top 0.1s ease-out, transform 0.1s ease-out 0.1s;
}

.toggle-menu.active span:before {
	top: 0;
	background: #ffffff;
	transform: rotate(-45deg);
}

.toggle-menu.active span:after {
	top: 0;
	background: #ffffff;
	transform: rotate(45deg);
}

/* CONTENT */
/* Flexible elements */
.page-section,
.flexible-element {
	padding: 80px 0;
}

.bg-green + .bg-green,
.bg-blue + .bg-blue,
.bg-gold + .bg-gold,
.bg-white + .bg-white {
	padding-top: 0;
}

.home .flexible-element:first-of-type {
	padding-top: 130px;
}

/* Text listing */
.listing-texts-section .text-content {
	font-size: 25px;
	font-weight: 400;
}
.listing-texts-section .text-content strong {
	font-weight: 400;
	font-size: 40px;
}

/* Partners */
.partners-section .footer-listing .listing-item .listing-logo {
	opacity: 1;
}

/* Text + Image */
.text-block-section .col-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.text-block-section .col-left h2.bigger {
	font-size: 80px;
	line-height: 1;
}

/* .text-block-section .image-wrapper {
	aspect-ratio: 1 / 1;
} */

.text-block-section .image-wrapper img {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}

.text-block-section .text-content h3 {
	margin-bottom: 50px;
}

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

/* Banner : Animated Text */
.banner-animated-text-section {
	overflow: hidden;
	position: relative;
}

.banner-text-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 25px 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.banner-text-animate {
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	white-space: nowrap;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	animation: marquee 25s linear infinite;
}

.banner-text-animate .animate-text-item {
	padding: 0 30px;
}

@keyframes marquee {
	0% {
		transform: translateZ(0);
	}

	to {
		transform: translate3d(-100%, 0, 0);
	}
}

/* Banner : Quote */
.quote-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.blockquote-wrapper {
	position: relative;
	margin-left: -100px;
}

.banner-quote {
	font-size: 75px;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}

.banner-quote br {
	display: none;
}

.banner-quote .quote-line {
	display: block;
	white-space: nowrap;
}

.banner-quote .quote-line.quote-line-offset {
	padding-left: 300px;
}

.quote-author {
	font-family: var(--font-elysian);
	font-size: 25px;
	line-height: 1.2;
	align-self: flex-start;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	text-align: center;
}

/* Grid Listing */
ul.persons-listing {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.person-item {
	width: 100%;
	max-width: 425px;
}

.person-card {
	background-color: var(--blue);
	color: #ffffff;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.person-card .person-photo {
	aspect-ratio: 1 / 1;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	overflow: hidden;
}

.person-card .person-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person-description {
	padding: 5px 15px 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	justify-content: center;
}

section.bg-green .person-card,
section.bg-blue .person-card,
section.bg-gold .person-card {
	background-color: #ffffff;
	color: #000000;
}

.person-card h3 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 17px;
}

.person-card h4 {
	font-size: 14px;
	font-weight: 400;
	opacity: 0.6;
}

.person-card p.person-position {
	margin: 0;
	font-size: 13px;
	min-height: 36px;
}

/* Documents */
.documents-listing {
	list-style: none;
	padding: 0;
	margin: 0;
}

.document-item {
	display: block;
}

.document-item:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.document-card {
	background-color: #ffffff;
	color: #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
}

.document-card h3 {
	font-size: 24px;
	font-weight: 500;
}

.document-card h3 a {
	color: #000000;
	text-decoration: none;
}

/* PAGE CONTACT */
.contact-header {
	text-align: center;
	margin-bottom: 50px;
}

.contact-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.contact-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.contact-box-item-wrapper {
	display: flex;
	flex-direction: column;
}

.contact-box-item {
	text-align: center;
	padding: 25px;
	/* background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.15) 0%,
		rgba(255, 255, 255, 0.05) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.3); */
	border-radius: 0;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	backdrop-filter: blur(10px);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}

/* .contact-box-item:hover {
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.25) 0%,
		rgba(255, 255, 255, 0.15) 100%
	);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} */

.contact-box h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: var(--font-elysian);
}

.contact-box p {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.contact-box a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease-in-out;
}

.contact-box a:hover {
	border-bottom-color: #ffffff;
	opacity: 0.9;
}

.contact-divider {
	height: 2px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	margin: 60px 0;
	position: relative;
}

.contact-divider::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 50%;
}

.contact-form-wrapper {
	max-width: 700px;
	margin: 0 auto;
}

.contact-form-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #ffffff;
	font-family: var(--font-elysian);
}

/* CONTACT FORM 7 STYLES */
.wpcf7 {
	margin: 0;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.wpcf7-form-control {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 15px;
	font-family: inherit;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	backdrop-filter: blur(10px);
}

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

.wpcf7-form-control:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}

.wpcf7-textarea {
	resize: vertical;
	min-height: 180px;
	display: block;
	font-family: inherit;
}

.submit-form-wrapper {
	margin-top: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	gap: 15px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-submit {
	align-self: flex-start;
	background-color: transparent;
	color: var(--green);
	border-color: var(--green);
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	align-self: center;
	width: auto;
}

.wpcf7-submit:hover {
	background-color: var(--green);
	color: #ffffff;
	border: 1px solid var(--green);
}

.wpcf7-not-valid {
	border-color: #dc3232 !important;
	box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
}

.wpcf7-not-valid-tip {
	font-size: 0.8em;
	display: block;
	position: absolute;
	right: 0;
	background: #dc3232;
	color: #fff;
	display: block;
	padding: 0 5px;
}

.wpcf7-response-output {
	margin: 20px 0 0 0;
	padding: 15px 20px;
	border-radius: 0;
	font-size: 14px;
}

.wpcf7-mail-sent-ok {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

/* Labels styling */
.wpcf7-form label {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #333;
	margin-bottom: 20px;
}

.wpcf7-form label:last-child {
	margin-bottom: 0;
}

/* Checkbox and radio styling */
.wpcf7-list-item {
	margin: 8px 0;
}

.wpcf7-list-item input[type='checkbox'],
.wpcf7-list-item input[type='radio'] {
	margin-right: 8px;
	transform: scale(1.2);
	accent-color: var(--green);
}

.wpcf7-form .textarea-wrapper {
	display: flex;
	flex-direction: column;
}
.wpcf7-form .textarea-wrapper,
.wpcf7-form .textarea-wrapper .wpcf7-form-control-wrap,
.wpcf7-form .textarea-wrapper .wpcf7-form-control-wrap textarea {
	height: 100%;
}

.wpcf7 form .wpcf7-response-output {
	border-radius: 0;
	padding: 15px;
	border-width: 1px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #dc3232;
}

#contact-map {
	position: relative;
	overflow: hidden;
	background: linear-gradient(
		135deg,
		rgba(92, 147, 144, 0.1) 0%,
		rgba(125, 150, 169, 0.1) 100%
	);
}

#contact-map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	transition: all 0.6s ease-in-out;
}

#contact-map iframe:hover {
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

/* FOOTER */
footer {
	padding: 40px 0;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

footer a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

footer h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	letter-spacing: 0.2em;
}

footer .btn-press {
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.2em;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 20px;
}

footer .btn-newsletter {
	font-size: 14px;
}

.footer-row {
	display: flex;
	justify-content: space-between;
	gap: 20px 100px;
}

.footer-infos {
	flex: 1 1 auto;
}

.footer-logo img {
	width: 190px;
}

.footer-cols {
	display: flex;
	justify-content: space-between;
	gap: 20px 50px;
	margin-top: 30px;
	margin-bottom: 75px;
}

.footer-col {
	max-width: 300px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-listing-wrapper {
	margin-bottom: 50px;
}

.footer-listing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 20px 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-listing .listing-item .listing-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	max-width: 160px;
	transition: opacity 0.15s ease-in-out;
	opacity: 0.75;
}

.footer-listing .listing-item .listing-logo:hover {
	opacity: 1;
}

.footer-listing .listing-item .listing-logo img {
	max-height: none;
	max-width: none;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: 160px;
}

ul.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	gap: 0 8px;
}

ul.footer-menu li {
	display: inline;
}

/* BACKGROUND COLORS */
.bg-green {
	background-color: var(--green);
	color: #ffffff;
}

.bg-blue {
	background-color: var(--blue);
	color: #ffffff;
}

.bg-gold {
	background-color: var(--gold);
	color: #ffffff;
}

.bg-green a,
.bg-blue a,
.bg-green label,
.bg-blue label,
.bg-gold a,
.bg-gold label {
	color: #ffffff;
}

.bg-green a:hover,
.bg-blue a:hover,
.bg-gold a:hover {
	color: #ffffff;
}

.bg-blue .wpcf7-submit,
.bg-green .wpcf7-submit,
.bg-gold .wpcf7-submit {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.bg-blue .wpcf7-submit:hover,
.bg-green .wpcf7-submit:hover,
.bg-gold .wpcf7-submit:hover {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #ffffff;
}

/* MEDIA QUERIES */
@media (max-width: 1400px) {
	.site-header::before,
	.site-header::after {
		height: 175px;
	}

	.site-header h1 {
		font-size: 125px;
		line-height: 1;
		bottom: -19px;
	}

	.banner-quote {
		font-size: 65px;
	}
}

@media (max-width: 1200px) {
	h2 {
		font-size: 40px;
	}

	.text-block-section .col-left h2.bigger {
		font-size: 70px;
	}

	h3 {
		font-size: 28px;
	}

	.banner-quote {
		font-size: 55px;
	}

	.banner-quote .quote-line.quote-line-offset {
		padding-left: 150px;
	}

	.quote-author {
		font-size: 18px;
		width: 150px;
	}

	.footer-row {
		gap: 20px 50px;
		flex-direction: column;
	}

	.footer-cols {
		flex-wrap: wrap;
	}
	.footer-cols .footer-col:last-child {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.main-navigation .logo img,
	.home .main-navigation .logo img {
		height: 100px;
	}

	.page-section,
	.flexible-element {
		padding: 40px 0;
	}
	.home .flexible-element:first-of-type {
		padding-top: 80px;
	}

	.site-header::before,
	.site-header::after {
		height: 125px;
	}

	.site-header h1 {
		font-size: 90px;
		line-height: 1;
		bottom: -14px;
	}

	h2 {
		font-size: 32px;
	}

	.text-block-section .col-left h2.bigger {
		font-size: 32px;
	}

	.text-block-section h2 {
		margin-bottom: 20px;
	}
	.text-block-section h2 br {
		display: none;
	}

	.text-block-section .text-content h3 {
		margin-bottom: 20px;
		font-size: 17px;
	}

	.text-block-section .image-wrapper {
		margin-bottom: 20px;
	}

	.banner-text-wrapper {
		padding: 20px 0;
	}

	.banner-text-animate {
		font-size: 28px;
	}

	.quote-wrapper img {
		width: 40%;
	}

	.banner-quote {
		font-size: 40px;
	}

	.blockquote-wrapper {
		margin-left: -50px;
	}

	.banner-quote .quote-line.quote-line-offset {
		padding-left: 100px;
	}

	.quote-author {
		font-size: 16px;
		width: 80px;
	}

	.person-item {
		width: calc(50% - 12.5px);
	}
}

@media (max-width: 768px) {
	body.menu-open {
		padding: 0;
	}

	.main-navigation .logo img,
	.home .main-navigation .logo img {
		height: 75px;
	}

	#main-menu li a {
		font-size: 40px;
		text-shadow: 0 45px;
	}

	.main-navigation ul.social-links {
		padding: 5px 0;
		margin-right: 10px;
		padding-right: 10px;
		gap: 0 10px;
	}

	.main-navigation ul.social-links li a,
	.language-toggle,
	.language-list li a,
	.toggle-menu {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.toggle-menu span,
	.toggle-menu span:after,
	.toggle-menu span:before {
		width: 16px;
		left: calc(50% - 8px);
	}

	.toggle-menu span:before {
		top: 6px;
	}

	.toggle-menu span:after {
		top: -6px;
	}

	.main-navigation ul.social-links svg {
		height: 15px;
	}

	.site-header::after {
		height: 100% !important;
	}

	.site-header h1 {
		font-size: 70px;
		line-height: 1;
		bottom: 50%;
		transform: translateY(50%);
		text-align: center;
		white-space: inherit;
	}

	.page-section,
	.flexible-element {
		padding: 30px 0;
	}

	.home .flexible-element:first-of-type {
		padding-top: 60px;
	}

	h2,
	.text-block-section .col-left h2.bigger {
		font-size: 28px;
	}

	.banner-text-wrapper {
		padding: 10px 0;
	}

	.banner-text-animate {
		font-size: 18px;
	}

	.quote-wrapper {
		justify-content: space-between;
	}

	.blockquote-wrapper {
		margin-left: 0;
		width: 55%;
	}

	.banner-quote {
		font-size: 30px;
	}

	.banner-quote .quote-line {
		display: inline;
		white-space: normal;
	}

	.banner-quote .quote-line.quote-line-offset {
		padding-left: 0;
	}

	.quote-author {
		position: static;
		margin-top: 10px;
		text-align: right;
		width: 100%;
	}

	.contact-box-item {
		gap: 0;
		padding: 10px;
	}

	.listing-texts-section .text-content {
		font-size: 25px;
		font-weight: 400;
	}

	.listing-texts-section .text-content strong {
		font-weight: 400;
		font-size: 25px;
	}
}

@media (max-width: 576px) {
	.main-navigation .logo img,
	.home .main-navigation .logo img {
		height: 60px;
	}

	.language-switcher {
		margin-right: 15px;
	}

	.site-header::after {
		height: 75px;
	}

	.site-header h1 {
		font-size: 50px;
		line-height: 1;
	}

	h2,
	.text-block-section .col-left h2.bigger,
	.text-block-section h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.banner-text-animate .animate-text-item {
		padding: 0 10px;
		animation: marquee 15s linear infinite;
	}

	.quote-wrapper {
		flex-direction: column;
	}

	.quote-wrapper img,
	.blockquote-wrapper {
		width: auto;
	}

	.person-item {
		width: 100%;
	}

	.document-card {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.document-size {
		font-size: 14px;
	}

	.footer-logo img {
		height: 75px;
		width: auto;
	}

	.footer-cols {
		margin-bottom: 50px;
	}
}
