/*
Theme Name: Zozo Theme 2024
Author: Cristine Eross
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/* Base Styling */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}


:root {
	--clr-accent: #B86801;
	/*--clr-accent: #AA1011;*/
	--clr-dark: #222;
	--clr-white: #ededed;
	--font-main: "Exo 2", sans-serif;
}

body {
	background-color: #a29c9b;
	color: var(--clr-white);
	font-family: var(--font-main);
	max-width: 100vw;
	overflow-x: clip;
}


.content-area {
	min-height: calc(100vh - 200px);
}

.site-inner {
	width: 100%;
}

.site-footer {
	height: 100px;
	background: var(--clr-accent);
}

.site-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.site-footer img.custom-logo {
	height: 80px;
	object-fit: contain;
}

.site-info ul {
	list-style: none;
	padding: 0.25rem 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 0.5rem;
}

.site-info a {
	text-decoration: none;
}

.site-info ul li {
	font-size: 20px;
	text-shadow: 1px 1px 2px #222;
}

/* PAGES LAYOUT */

/* Footer */

.site-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Lang Selector Page */

.lang-selector-page {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: rgb(5,6,7);
	background: linear-gradient(90deg, rgba(5,6,7,1) 0%, rgba(75,83,101,1) 35%, rgba(5,6,7,1) 100%);
}

.lang-content-container {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#mobile-langselect {
	display: none;
}

.lang-content-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
}

.lang-logo {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.lang-flags {
	border: 1px solid white;
	display: flex;
	align-items: center;
	gap: 8rem;
	padding: 4rem;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
}

.lang-flags a {
	font-size: 55px;
	font-weight: 800;
	font-family: var(--font-main);
}

.lang-logo img {
	width: 200px;
	height: auto;
	object-fit: cover;
}

/* Header */

.site-header {
	background: #0f0b0b;
	/*background: linear-gradient(0deg, rgba(222,148,0,1) 0%, rgba(120,80,0,1) 86%);*/
	height: 100px;
	box-shadow: rgba(18, 18, 18, 0.2) 0px 18px 50px -10px;
	position: relative;
	z-index: 3;
}

.site-title {
	font-size: 43px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #222;
	text-shadow: 2px 2px 3px #fff;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	width: 100px;
	height: 100px;
	position: relative;
}

.menu-toggle .line {
	width: 40px;
	height: 2px;
	background-color: #fff;
}


.mobile-menu {
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 4;
	background: rgb(15,11,11);
	background: linear-gradient(180deg, rgba(15,11,11,1) 0%, rgba(48,41,41,1) 35%, rgba(99,93,93,1) 100%);
	padding-block: 2rem;
	display: none;
	height: calc(100dvh - 120px);
}

.mobile-info-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding-inline: 0;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 0.25rem;
	background-color: #d1d1d1;
	height: 40px;
	color: #0f0b0b;
}

.mobile-info-container i {
	padding-right: 0.5rem;
}

.mobile-info-container .tooltiptext {
	display: none;
}


.mobile-menu nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 1rem;
}

.mobile-menu nav ul li {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.5px;
	padding: 2px 8px 6px 8px;
}

.mobile-menu {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 4;
    background: rgb(15,11,11);
    background: linear-gradient(180deg, rgba(15,11,11,1) 0%, rgba(48,41,41,1) 35%, rgba(99,93,93,1) 100%);
    padding-block: 2rem;
    display: none;
    height: calc(100dvh - 120px);
}

.mobile-menu.is-open {
    display: block;
}

.menu-toggle {
    position: relative;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.menu-toggle .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff; /* or whatever color you want */
    transform-origin: center center;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}

#linetop { top: 0; }
#linemid { top: 50%; transform: translateY(-50%); }
#linebot { bottom: 0; }

/* Active state — both lines collapse to vertical center, then rotate */
.menu-toggle.is-active #linetop {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.menu-toggle.is-active #linemid {
    opacity: 0;
}
.menu-toggle.is-active #linebot {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.site-branding img {
	height: 90px;
	width: auto;
	object-fit: cover;
}

.site-header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding-inline: 4rem;
}

.site-header-main .desktop-menu nav {
	position: relative;
}

.info-container {
	position: absolute;
	top: -20px;
	right: 4rem;
	width: 40%;
	height: 50px;
	background-color: rgb(231, 229, 229);
	border-radius: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	padding-inline: 2rem;
	color: var(--clr-dark);
	padding-bottom: 0.5rem;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
}

.tooltip {
	position: relative;
	display: inline-block;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 100%;
	background-color: var(--clr-accent);
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
	
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }

.site-header-main .desktop-menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5rem;
	height: 100%;
	padding-top: 20px;
}

.desktop-menu ul li {
	list-style: none;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.5px;
	padding: 2px 8px 6px 8px;
	position: relative;
}

.desktop-menu ul li:last-child {
	background-color: var(--clr-accent);
	border-radius: 8px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.desktop-menu ul li:last-child a {
	margin: 0;
	padding: 0;
}

.desktop-menu ul li::after {
	content: '';
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: var(--clr-accent);
	z-index: 3;
	animation-name: underline;
  	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	display: none;
}

.desktop-menu ul li:last-child::after {
	animation: none;
}

@keyframes underline {
	from {width: 0;}
	to{width: 100%;}
}

.desktop-menu ul li:hover{
	color: var(--clr-accent);
}

.desktop-menu ul li:last-child:hover {
	border: 1px solid white;
	color: #fff;
}

.desktop-menu ul li:hover::after {
	display: block;
}



/* Home Page */

.section-1 {
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	isolation: isolate;
}

.hero-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center bottom;
	z-index: 1;
}

.hero-img::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgb(16,11,11);
background: linear-gradient(0deg, rgba(16,11,11,1) 16%, rgba(41,25,25,0.563484768907563) 46%, rgba(63,63,63,0) 100%);
	z-index: 2;
}

.hero-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgb(16,11,11);
background: linear-gradient(180deg, rgba(16,11,11,1) 0%, rgba(41,25,25,0.563484768907563) 46%, rgba(63,63,63,0) 100%);
	z-index: 2;
}


.section-1-wrapper {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: 4rem;
	width: 500px;
	height: 500px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1rem;
	padding-bottom: 3rem;
}

#ro-headline {
	width: 800px;
}

#ro-headline h1 {
	font-size: 56px;
}

#ro-headline .button {
	width: 60%;
}


.section-1-wrapper h1 {
	font-size: 54px;
	color: var(--clr-white);
	width: 100%;
	text-align: left;
	line-height: 50px;
	padding-bottom: 0;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px var(--clr-dark);
}

.section-1-wrapper h2 {
	font-size: 54px;
	color: var(--clr-white);
	width: 100%;
	text-align: left;
	line-height: 50px;
	text-shadow: 1px 1px 2px var(--clr-dark);
}

.section-1-wrapper h3 {
	font-size: 29px;
	color: var(--clr-white);
	width: 100%;
	text-align: left;
	letter-spacing: -1px;
	text-shadow: 1px 1px 2px var(--clr-dark);
}

.button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.button a {
	padding-block: 1rem;
	width: 95%;
	background: rgb(184,104,1);
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	border-radius: 25px;
	color: #fff;
	padding-inline: 1rem;
	text-shadow: 1px 1px 2px var(--clr-dark);
}

.button a:hover {
	-webkit-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
}

/*
.section-2 {
	width: 100%;
	height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(16,11,11);
}

.section-2-wrapper {
	margin-top: 0;
	width: 1200px;
	min-height: 500px;
	height: auto;
	background: rgb(129,128,128);
	background: linear-gradient(90deg, rgba(129,128,128,1) 0%, rgba(59,58,57,1) 35%, rgba(33,32,31,1) 100%);
	backdrop-filter: blur(12px);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
	*/

/*

.slides {
	width: 400%;
	height: 450px;
	display: flex;
}

.slides input {
	display: none;
}

.slide {
	width: 25%;
	transition: 2s;
}

*/

/*

.splide__slide {
  min-height: 500px;
  height: auto;
}

.splide__track {
  overflow: hidden;
}

.slide-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	height: 500px;
	color: var(--clr-white);
}

.slide .slide-pic {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-texts {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1rem;
	padding-inline: 2rem;
	color: #fff;
}

.slide-texts h3 {
	font-size: 50px;
	padding-right: 2rem;
	line-height: 50px;
}

.slide-texts p {
	font-size: 22px;
	line-height: 33px;
}

.slide-texts .button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	margin-left: 0;
	color: #fff;
}

.slide-texts .button a {
	background-color: var(--clr-accent);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.5px;
	width: fit-content;
}

.slide-texts .button a:hover {
	-webkit-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
}

#radio1:checked ~ .first {
	margin-left: 0;
}

#radio2:checked ~ .first {
	margin-left: -25%;
}

#radio3:checked ~ .first {
	margin-left: -50%;
}
*/

.navigation {
	position: absolute;
	display: flex;
	width: 1200px;
	justify-content: flex-end;
	margin-top: 460px;
	gap: 1rem;
	padding-right: 2rem;
}

.navigation div {
	border: 2px solid var(--clr-accent);
	padding: 7px;
	border-radius: 10px;
	transition: 1s;
}

#radio1:checked ~ .navigation .auto-btn1 {
	background: var(--clr-accent);
}

#radio2:checked ~ .navigation .auto-btn2 {
	background: var(--clr-accent);
}

#radio3:checked ~ .navigation .auto-btn3 {
	background: var(--clr-accent);
}

.section-3 {
	width: 100%;
	padding-block: 6rem;
	margin-top: -20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: rgb(16,11,11);
}

.section-3a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 100%;
}


.section-3b {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-block: 3rem;
	padding-top: 6rem;
}

.section-3 .analytics-wrapper {
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 2rem;
	text-align: right;
}

.analytics-wrapper h3 {
	font-size: 42px;
}

.analytics-wrapper p {
	font-size: 18px;
	line-height: 35px;
}

/* About Page */

.my-page {
	width: 100%;
}

.about-container {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.about-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 2;
	background: rgb(16,11,11);
	background: linear-gradient(180deg, rgba(16,11,11,1) 0%, rgba(41,25,25,0.563484768907563) 46%, rgba(63,63,63,0) 100%);	
}

.about-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	margin-top: -2rem;
}

.video-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 3rem;
}

.about-content iframe {
	pointer-events: none;
	width: 50%;
	margin: 0 auto;
	height: auto;
	aspect-ratio: 1 / 1;
}

.about-card {
	width: 80vw;
	margin-block: 100px;
	height: fit-content;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(20px);
	border: 1px solid var(--clr-accent);
	border-radius: 20px;
}

.about-title {
	font-size: 52px;
	line-height: 35px;
	padding-top: 3rem;
	color: var(--clr-dark);
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	text-shadow: 4px 4px 6px rgb(37, 38, 42);
	position: relative;
	z-index: 3;
}

.about-text {
	font-size: 52px;
	line-height: 35px;
	padding-top: 3rem;
	color: var(--clr-dark);
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	text-shadow: 4px 4px 6px rgb(37, 38, 42);
	position: relative;
	z-index: 3;
}

.about-text p {
	text-align: center;
	padding-bottom: 1rem;
	color: #fff;
	text-wrap: balance;
	font-size: 24px;
}


.flexbox-container {
	display: flex;
	padding-top: 3rem;
	align-items: center;
	justify-content: space-evenly;
	padding-bottom: 5rem;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.item {
	width: 220px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.gallery-container {
	background: rgb(16,11,11);
background: linear-gradient(180deg, rgba(16,11,11,1) 0%, rgba(64,70,85,1) 76%, rgba(73,81,98,1) 100%);
	width: 100%;
	min-height: calc(100vh - 100px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.load-more {
	background-color: var(--clr-accent);
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 10px;
}

.gallery-flex {
	width: 70%;
	margin: 0 auto;
	padding-block: 4rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	justify-items: center;
}

.image-wrapper {
	width: 300px;
	height: 300px;
	overflow: clip;
	border-radius: 20px;
	border: 1px solid var(--clr-accent);	
}

.preload-img {
	background-size: cover;
	background-position: center;
	width: 300px;
	height: 300px;
	border-radius: 20px;
}

.car-image-wrapper {
	border-radius: 20px;
	border: 1px solid var(--clr-accent);
}

.car-image-wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.work {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.work-title {
	font-size: 18px;
	text-shadow: 4px 4px 6px rgb(37, 38, 42);
	font-weight: 700;
}

.image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
	border-radius: 20px;
}

.work .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transform: none;
	border-radius: 20px;
}

.work .image-wrapper {
	position: relative;
}

.work .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	background-color: rgba(75,83,101,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.work .img-overlay p {
	padding: 0.5rem 1rem;
	background-color: var(--clr-accent);
	color: #fff;
	font-size: 20px;
	border-radius: 20px;
}

.work .image:hover {
	transform: none;
}

.work .image-wrapper:hover .img-overlay {
	opacity: 1;
	cursor: pointer;
}


.image:hover {
	transform: scale(1.2);
}

/* Contact Page */

.contact-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.contact-card {
	width: 80vw;
	height: fit-content;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(20px);
	border: 1px solid var(--clr-accent);
	border-radius: 20px;
	margin-block: 50px;
}

.contact-flex {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	padding: 2rem;
	margin: 2rem auto;
}

.map-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-wrapper div{
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
}

.map-wrapper div iframe {
	width: 100%;
	height: 100%;
}

.text-wrapper {
	width: 100%;
	text-align: center;
	padding-block: 2rem;
}

.company-title {
	font-size: 38px;
	font-weight: 700;
	text-align: left;
	padding-left: 2rem;
	padding-bottom: 2rem;
	letter-spacing: 2px;
}

.company-data-table {
	display: grid;
	grid-template-columns: 1fr 10fr;
	padding-block: 1rem;
	padding-left: 2rem;
	row-gap: 1rem;
}

.company-data-table i {
	font-size: 26px;
	color: var(--clr-accent);
	text-align: left;
	height: 100%;
	margin: auto 0;
}

.company-data-table span {
	font-size: 24px;
	text-align: left;
}

.contact-form {
	width: 100%;
	padding: 2rem;
	font-size: 20px;
}

.form-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.contact-form-text {
	font-size: 28px;
	padding-top: 6rem;
	padding-inline: 3rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}

.contact-form textarea {
	color: var(--clr-dark);
	padding: 0.5rem;
	margin-block: 0.5rem;
}

.contact-form input {
	color: var(--clr-dark);
	padding-inline: 0.5rem;
	margin-block: 0.5rem;
}


.wpcf7-submit {
	background-color: var(--clr-accent) !important;
	border: none;
	border-radius: 20px;
	padding: 6px 12px;
	margin-top: 1rem;
	color: #fff !important;
	border: 2px solid transparent;
}

.wpcf7-submit:hover {
	-webkit-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
}

/* Services Page */


.services-container {
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	position: relative;
}

.services-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 2;
	background: rgb(16,11,11);
	background: linear-gradient(180deg, rgba(16,11,11,1) 0%, rgba(41,25,25,0.563484768907563) 46%, rgba(63,63,63,0) 100%);	
}


.popup {
	width: 100%;
	height: 100%;
	background-color: #B86801;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	animation: 1s down;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0.25rem;
	border-radius: 20px;
}

.popup-p {
	font-size: 22px;
	font-family: var(--font-main);
	letter-spacing: -1px;
	line-height: 30px;
	color: #222;
	text-align: center;
	padding-top: 1rem;
}

.card .popup-img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	filter: none;
	border-radius: 20px;
}

@keyframes down{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.card input {
	display: none;
}

.card input:checked ~ .popup {
	display: flex;
}


.card-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2rem;
	padding-block: 3rem;
	padding-inline: 100px;
	position: static;
}

.card {
	height: 400px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s;
	border: 1px solid var(--clr-accent);
	position: relative;
	z-index: 3;
}

.card:hover {
	-webkit-box-shadow:0px 0px 20px 2px rgba(184, 104, 1, 0.9);
-moz-box-shadow: 0px 0px 20px 2px rgba(184, 104, 1, 0.9);
box-shadow: 0px 0px 20px 2px rgba(184, 104, 1, 0.9);
transform: scale(1.01);
}

.card-content {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	position: static;
}

.card .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: center;
	opacity: 0;
}

.card .img-overlay p {
	padding: 0.5rem 1rem;
	background-color: var(--clr-accent);
	color: #fff;
	font-size: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
}

.card-content i {
	font-size: 44px;
}

.card-content h2 {
	text-align: center;
}

.card-content img {
	filter: invert(1);
}


/* MEDIA QUERIES */


/* BIG SCREENS */
@media screen and (min-width: 1500px) {
	.section-1-wrapper {
		width: 700px;
		height: 700px;
		gap: 2.5rem;
	}

	.section-1-wrapper h1 {
		font-size: 75px;
	}
	.section-1-wrapper h2 {
		font-size: 75px;
	}
	.section-1-wrapper h3 {
		font-size: 40px;
	}

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

	/*

	.section-2-wrapper {
		margin-top: 0;
		width: 80%;
		aspect-ratio: 1/2;
		background: rgb(129,128,128);
		background: linear-gradient(90deg, rgba(129,128,128,1) 0%, rgba(59,58,57,1) 35%, rgba(33,32,31,1) 100%);
		backdrop-filter: blur(12px);
		border-radius: 20px;
		overflow: hidden;
		position: relative;
	}
	
	.slides {
		width: 400%;
		height: 450px;
		display: flex;
	}
	
	.slides input {
		display: none;
	}
	
	.slide {
		width: 25%;
		transition: 2s;
	}
	
	.slide-content {
		display: grid;
		    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
		color: var(--clr-white);
		width: 100%;
		height: auto;
	}
	
	.slide .slide-pic{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.slide-pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.slide-texts {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 2rem;
		padding-inline: 2rem;
		color: #fff;
	}
	
	.slide-texts h3 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.slide-texts p {
		font-size: 22px;
		line-height: 33px;
	}
	
	.slide-texts .button {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		width: 100%;
		margin-left: 0;
		color: #fff;
	}
	
	.slide-texts .button a {
		background-color: var(--clr-accent);
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1.5px;
		width: fit-content;
	}
	
	.slide-texts .button a:hover {
		-webkit-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
		-moz-box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
		box-shadow: 3px 7px 30px -4px rgba(0,0,0,0.74);
	}
	
	#radio1:checked ~ .first {
		margin-left: 0;
	}
	
	#radio2:checked ~ .first {
		margin-left: -25%;
	}
	
	#radio3:checked ~ .first {
		margin-left: -50%;
	}

	*/
	
	.navigation {
		position: absolute;
		display: flex;
		width: 100%;
		justify-content: flex-end;
		margin-top: 460px;
		gap: 1rem;
		padding-right: 2rem;
	}
	
	.navigation div {
		border: 2px solid var(--clr-accent);
		padding: 7px;
		border-radius: 10px;
		transition: 1s;
	}
	
	#radio1:checked ~ .navigation .auto-btn1 {
		background: var(--clr-accent);
	}
	
	#radio2:checked ~ .navigation .auto-btn2 {
		background: var(--clr-accent);
	}
	
	#radio3:checked ~ .navigation .auto-btn3 {
		background: var(--clr-accent);
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.desktop-menu {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}

	.info-container {
		display: none;
	}

	.mobile-info-container {
		display: flex;
	}
}


/* MOBILE */
@media screen and (max-width: 767px) {

	/* Mobile Lang selector page */

	#mobile-langselect {
		display: block;
	}

	#desktop-langselect {
		display: none;
	}

	.lang-flags {
		gap: 4rem;
		padding-block: 2rem;
	}

	.lang-logo  {
		left: 2rem;
		right: 0;
		top: 1rem;
	}

	.lang-logo img {
		width: 300px;
	}


	/* Mobile Header */

	.menu-toggle {
		display: flex;
	}


	.site-header {
		background: #0f0b0b !important;
		box-shadow: none;
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 4;
		width: 100%;
		height: 80px;
	}

	.site-branding img {
		height: 60px;
	}

	.site-header-main .desktop-menu {
		display: none;
	}

	.site-header-main {
		padding-inline: 2rem;
		background: #0f0b0b !important;
	}

	.mobile-info-container {
		display: flex;
	}

	.info-container {
		display: none;
	}

	/* Mobile Footer */

	.site-footer {
		flex-direction: column;
		height: auto;
		padding-block: 1rem;
	}
	
	.site-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: auto;
		width: 100%;
	}
	
	.site-footer img.custom-logo {
		width: 150px;
		height: auto;
		padding-block: 0.5rem;
	}
	
	.site-info ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: auto;
		gap: 0.25rem;
	}
	
	.site-info ul li {
		font-size: 18px;
	}

	.site-info ul li a {
		text-decoration: none;
	}
	
	/* Mobile Services Page */

	.services-container {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 120px;
	}
	.card-container {
		width: 100%;
		margin: 0;
		padding-inline: 0;
		padding-block: 4rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 1rem;
	}

	.about-text {
		font-size: 30px;
		padding-top: 2rem;
	}

	.card {
		width: 300px;
		margin: 0;
		height: 420px;
	}

	.card-content h2 {
		font-size: 22px;
	}

	.card .img-overlay {
		opacity: 1;
	}

	.card .popup-img {
		aspect-ratio: 1 / 1;
	}

	.popup-p {
		font-size: 20px;
		padding: 0.5rem;
		line-height: 25px;
	}

	/* Mobile Home Page */

	.section-1 {
		height: calc(100dvh - 150px);
		margin-top: 120px;
	}

	.section-1 .hero-img {
		width: 100%;
		height: 50%;
		top: 0;
		left: 0;
	}

	.section-1-wrapper {
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		gap: 0.25rem;
		transform: none;
		background-color: #0f0b0b;
	}

	#ro-headline {
		width: 100% !important;
	}
	
	#ro-headline h1 {
		font-size: 28px !important;
	}

	#ro-headline .button {
		width: 100%;
	}

	.section-1-wrapper h1 {
		font-size: 28px;
		text-align: center;
		line-height: 40px;
	}

	.section-1-wrapper h2 {
		text-align: center;
		font-size: 28px;
		margin-top: -1rem;
	}

	.section-1-wrapper h3 {
		text-align: center;
		font-size: 26px;
		font-weight: 300;
		padding-bottom: 1rem;
		width: 80%;
		margin: 0 auto;
	}

	.section-1-wrapper a {
		font-size: 20px;
	} 

	
	.section-3a {
		flex-direction: column;
	}

	.section-3 .analytics-wrapper {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.section-3 .analytics-wrapper img {
		width: 100%;
		object-fit: cover;
	}

	.analytics-wrapper p {
		font-size: 22px;
		padding-inline: 1rem;
	}
	
	.section-3b {
		flex-direction: column;
	}

	.analytics-wrapper h3 {
		font-size: 28px;
	}

	.analytics-wrapper p {
		font-size: 26px;
		font-weight: 300;
		line-height: 35px;
		width: 80%;
		margin: 0 auto;
	}

	.section-3a img {
		width: 100%;
	}


	/* Mobile About Page */
	.about-container {
		margin-top: 120px;
	}

	.about-title {
		font-size: 30px;
		padding-top: 2rem;
	}

	.about-text {
		font-size: 22px;
		font-weight: 300;
		line-height: 25px;
		width: 95%;
	}

	.about-card {
		width: 90%;
	}

	.video-wrapper {
		padding-top: 0.5rem;
	}

	.about-content iframe {
		width: 95%;
		border-radius: 20px;
	}

	.flexbox-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1.5rem;
	}

	.flexbox-container .item {
		width: 100%;
		border-radius: 20px;
	}

	/* Mobile Projects Page */

	.gallery-container {
		margin-top: 120px;
	}

	.gallery-flex {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3rem;
	}

	.work .img-overlay {
		opacity: 1;
		background-color: rgba(75,83,101,0);
		align-items: flex-start;
		justify-content: flex-end;
	}

	.work .img-overlay p {
		border-top-right-radius: 20px;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 20px;
	}

	/* Mobile Contact Page */
	.contact-flex {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
		padding: 0.5rem;
	}

	.contact-card {
		width: 90%;
	}

	.text-wrapper {
		padding-block: 0;
	}

	.company-title {
		font-size: 28px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.company-data-table {
		padding-left: 1rem;
		row-gap: 0.5rem;
	}

	.company-data-table span {
		font-size: 18px;
		font-weight: 300;
		padding-left: 0.5rem;
	}

	.contact-form-text {
		padding-top: 0;
		font-size: 22px;
		padding-inline: 1rem;
	}

	.form-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.map-wrapper {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.map-wrapper div iframe {
		border-radius: 20px;
	}
	
}

/* NEW CSS */

.section-2 {
    padding: 60px 20px;
	background-color: rgb(16,11,11);
}

.section-2-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
	background: rgb(129,128,128);
	background: linear-gradient(90deg, rgba(129,128,128,1) 0%, rgba(59,58,57,1) 35%, rgba(33,32,31,1) 100%);
	backdrop-filter: blur(12px);
	border-radius: 20px;
}

/* VIDEO (dominant) */

/*

.video-container {
    flex: 1 1 700px;
    max-width: 70%;
}

.video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

*/

/* VIDEO */
.video-container {
    flex: 1 1 700px;
    max-width: 70%;
    overflow: hidden;
    border-radius: 12px;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* SLIDER (secondary) */
.slider-container {
    /*flex: 1 1 300px;
    max-width: 30%;
	height: 100%;
	*/
	flex: 1 1 300px;
    max-width: 30%;
    display: flex;
}

/* SLIDE CONTENT */
.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical centering of whole block */
    align-items: flex-start;   /* left align */
    height: 100%;
    min-height: 300px;
	padding-right: 30px;      /* ensures space to stretch */
}

/* TEXT WRAPPER */
.slide-texts {
    display: flex;
    flex-direction: column;
	justify-content: center;   /* vertical centering of whole block */
    align-items: flex-start;
    height: 100%;
    width: 100%;
	padding-block: 60px;
}

/* PUSH BUTTON TO BOTTOM */
.slide-texts .button {
    margin-top: auto;
}

/* HEADING – more visual weight */
.slide-texts h3 {
    font-size: 32px;   /* increased from 24px */
    line-height: 1.2;
    margin-bottom: 12px;
}

/* TEXT */
.slide-texts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* BUTTON */
.button a {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.button a:hover {
    opacity: 0.8;
}


/* FORCE WRAP WHEN TOO TIGHT */
@media (max-width: 1000px) {
    .video-container,
    .slider-container {
        flex: 1 1 100%;
        max-width: 100%;
    }
	.slide-texts {
		padding-inline: 2rem;
		padding-block: 1rem 4rem;
		text-align: center;
		align-items: center;
	}

	.slide-texts .button a {
		width: 100%;
	}
}