/*!
Theme Name: daan2026
Theme URI: https://daan.hu
Author: DAAN
Version: 1.0.0
*/

*, *::before, *::after {
	font-family: 'GeneralSans', sans-serif !important;
}


@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-Regular.woff2') format('woff2'),
	   url('fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-Bold.woff2') format('woff2'),
	   url('fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}





/* REGULAR */
@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-Regular.woff2') format('woff2'),
	   url('fonts/GeneralSans-Regular.woff') format('woff'),
	   url('fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* ITALIC */
@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-Italic.woff2') format('woff2'),
	   url('fonts/GeneralSans-Italic.woff') format('woff'),
	   url('fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

/* SEMIBOLD */
@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-Semibold.woff2') format('woff2'),
	   url('fonts/GeneralSans-Semibold.woff') format('woff'),
	   url('fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/* SEMIBOLD ITALIC */
@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
	   url('fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
	   url('fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

/* BOLD */
@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-Bold.woff2') format('woff2'),
	   url('fonts/GeneralSans-Bold.woff') format('woff'),
	   url('fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* BOLD ITALIC */
@font-face {
  font-family: 'GeneralSans';
  src: url('fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
	   url('fonts/GeneralSans-BoldItalic.woff') format('woff'),
	   url('fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	margin: 0 !important;
	padding: 0;
	font-family: 'GeneralSans', sans-serif !important;
	font-size: 1.3rem;
	line-height: 2rem;
	width: 100%;
	background: black;
	color: var(--white);
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	scroll-behavior: smooth !important;
	-webkit-scroll-behavior: smooth !important;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
main {
	display: block;
}
.site-main {
	position: relative;
	z-index: 0;
}
input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: #E1E300;
}
.stroke,
.stroke2 {
	height: 1px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background: var(--black);
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
:root {
	--black:#000;
	--white: #E0DDD5;
	--grey:#3C3E43;
	--lighgrey:#e3e3e3;
	--yellow: #E1E300;
	--purple: #CABAE2;
}
::selection {
	color: var(--black);
	background: var(--yellow);
}
::-moz-selection {
	color: var(--black);
	background: var(--yellow);
}
::placeholder { 
  color: var(--white);
  opacity: 1;
  padding-left: 1rem;
}
:-ms-input-placeholder {
  color: var(--white);
  padding-left: 1rem;
}
*:focus {
	outline: none !important;
	box-shadow: none !important;
}
img {
	transition: .3s ease-in-out;
}
/* Structure
--------------------------------------------- */
.container {
	width: 90%;
	max-width: 2200px;
	position: relative;
	height: 100%;
	margin: auto;;
}
.row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px; 
	align-items: center; 
}
.row.align-center {
	display: grid !important;
	grid-template-columns: repeat(12, 1fr); 
	width: 100%;
	align-items: center;
}
[class*="col-"] {
	grid-column: span 12;
}
.col-1  { grid-column: span 1;  }
.col-2  { grid-column: span 2;  }
.col-3  { grid-column: span 3;  }
.col-4  { grid-column: span 4;  }
.col-5  { grid-column: span 5;  }
.col-6  { grid-column: span 6;  } 
.col-7  { grid-column: span 7;  }
.col-8  { grid-column: span 8;  }
.col-9  { grid-column: span 9;  }
.col-10 { grid-column: span 10; }
.col-11 { grid-column: span 11; }
.col-12 { grid-column: span 12; }
.align-center { 
	align-items: center; 
}
/* Typography
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	overflow-wrap:normal !important;
}
h1 {
	font-size: 13vmax;
	line-height: 14vmax;
	text-transform: uppercase;
	font-weight: 700;
}
h2 {
	font-size: 4vmax;
	line-height: 4.5vmax;
	font-weight: 700;
}
h3 {
	font-size: 4vmax;
	line-height: 4.5vmax;
	text-transform: uppercase;
	font-weight: 700;
}
h4 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 200;
	text-transform: uppercase;
}
h5 {
	font-size: 2rem;
	line-height: 2.5rem;
}
p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.5em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	overflow-wrap:normal !important;
	text-align: left;
}
/* Links
--------------------------------------------- */
a {
	color: var(--white);
	transition: .3s ease-in-out;
	cursor: pointer;
}
a:visited {
	color: var(--white);
}
a:hover, 
a:focus, 
a:active {
	color: var(--yellow); 
	outline: 0;
}
a:focus {
	outline: thin dotted;
}
a:-webkit-any-link {
	text-decoration: none;
}
ul,
ol {
	margin: 0 !important;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	padding-inline-start: 0px !important;
}
li {
	font-size: 1rem;
	line-height: 2rem;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--white);
	color: black;
	line-height: 1;
	padding: 1rem 2rem;
	border: none;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 2rem;
	transition: .3s ease-in-out;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	background: var(--yellow);
	cursor: pointer;
}


button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}


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,
select {
	color: var(--white);
	border: none !important;
	border-radius: 0 !important;
	padding: 3px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px grey !important;
}

select {
	border: 1px solid #ccc;
}

textarea {
	resize: none !important;
	min-height: 100px;
}

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,
select:focus {
	color: var(--white) !important;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	border-bottom: solid 3px white !important;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	display: none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}
/* Header
--------------------------------------------- */
.site-header .container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5vh;
}
.hero-container-holder {
	width: 100%;
	height: 90vh;
	margin: auto;
	margin-top: 5vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.works-cta {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
}
.works-cta a {
	text-transform: uppercase;
	font-weight: 600;
}

.logo-holder {
	width: 8rem;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

#logo-svg {
	width: 8rem;
	height: auto;
	filter: drop-shadow(0 0 0px rgba(225, 227, 0, 0));
	transition: filter 0.3s ease;
}

.st0 {
	fill-rule: evenodd;
}

.st0, .st1 {
	fill: #fff;
}

.st2 {
	fill: #e1e300;
}

.logo-holder:hover #logo-svg {
	filter: drop-shadow(0 0 15px rgba(225, 227, 0, 0.6));
}

@keyframes pulse {
	0% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.2); opacity: 0.8; }
	100% { transform: scale(1); opacity: 1; }
}

.hero-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.image-wrapper, 
.text-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slide-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: brightness(0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slide-text {
  position: absolute;
  opacity: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'GeneralSans';
  font-weight: 700;
}

.slide-img.active, 
.slide-text.active {
  opacity: 1;
}

.social-items-holder {
	width: 100%;
	height: 5rem;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 0;
}

.contact-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
}

.contact-holder a {
	text-transform: uppercase;
	font-weight: 600;
}

.social-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-items a {
	text-transform: uppercase;
	margin-left: 2rem;
	font-weight: 600;
}

.daan-info {
	width: 100%;
	height: auto;
	padding: 10rem 0;
	position: relative;
}
.landing-info p {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 600;
	margin: 0;
}

.char {
	color: rgba(224, 221, 213, 0.2);
	display: inline-block;
	transition: color 0.3s ease;
}

.char.active {
	color: rgb(224, 221, 213);
}

.works {
	width: 100%;
	height: auto;
	padding-top: 2rem;
	padding-bottom: 10rem;
	overflow: hidden;
}

.works-text {
	width: 300%;
	margin-left: -15rem;
	margin-top: 1rem;
}

.works-text h3 {
	font-size: 7vmax;
	width: 500%;
	color: transparent;
	-webkit-text-stroke: 2px var(--grey);
	white-space: nowrap;
}

.how-work {
	padding: 10rem 0;
	width: 100%;
	background: var(--white);
	color: black;
}

.hw-headline {
	margin-bottom: 5rem;
}

.hw-list {
	counter-reset: hw-counter;
}

.hw-row {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 3rem 0;
	align-items: center;
	counter-increment: hw-counter;
}

.hw-row:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hw-number::before {
	content: "0" counter(hw-counter) ".";
	font-size: 1.2rem;
	font-weight: 600;
	color: black;
}

.hw-item-headline h4 {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.hw-item-text p {
	margin: 0;
	color: rgba(0, 0, 0, 0.8);
}

.hw-programs {
	width: 100%;
	padding-top: 10rem;
	position: relative;
}

.programs-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.program-item {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program-item img {
	max-width: 60px;
	height: auto;
	transition: all 0.4s ease;
}

.works-rows-container {
	margin-top: 5rem;
}

.work-row {
	position: relative;
	width: 100%;
	height: 35rem;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	overflow: hidden;
}

.l-to-r {
	flex-direction: row;
}

.r-to-l {
	flex-direction: row-reverse;
}

.work-title {
	flex: 0 0 30%;
	z-index: 5;
	padding: 0 3%;
	pointer-events: none;
}

.l-to-r .work-title { 
	text-align: left; 
}

.r-to-l .work-title { 
	text-align: right; 
}

.work-title h4 {
	font-size: 5vmax;
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.carousel-container {
	flex: 1;
	z-index: 2;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.carousel-track {
	display: flex;
	gap: 1.5rem;
	will-change: transform;
	width: max-content;
}

.work-item {
	flex: 0 0 30rem;
	height: 20rem;
	overflow: hidden;
	display: block;
	transition: filter 0.5s ease;
}

.work-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-nav {
	position: absolute;
	top: 2rem;
	right: 0;
	z-index: 99;
	display: flex;
	gap: 15px;
}

.carousel-nav button {
	width: 3rem;
	height: 3rem;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.carousel-arrow {
	fill: var(--white);
	transition: all 0.3s ease;
}

.carousel-nav button:hover .carousel-arrow {
	fill: var(--yellow);
}

/* Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	padding-top: 10rem;
	padding-bottom: 3rem;
	background-color: #000;
}

.footer-top {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 2rem;
	padding: 0;
	overflow: hidden; 
}

#dynamic-contact {
	margin: 0;
	padding: 0;
	line-height: 0.8;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	will-change: transform, opacity;
	padding-bottom: 5rem;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copyright {
	font-size: 0.8rem;
	opacity: 0.6;
	margin: 0;
}

.footer-logos {
	display: flex;
	justify-content: flex-end;
	gap: 2rem;
}

.f-logo {
	height: 4.5rem;
	width: auto;
}

.back-to-top {
	width: 3rem;
	height: auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.back-to-top svg path {
	fill: transparent;
	stroke: var(--white);
	stroke-width: 1.5px;
	stroke-linecap: round; 
	stroke-linejoin: round; 
	paint-order: stroke fill;
	transition: all 0.3s ease;
}

.back-to-top:hover {
	transform: scale(1.2);
}

.back-to-top:hover svg path {
	fill: var(--white);
}

/* Contact
--------------------------------------------- */
.contact-page {
	min-height: 80vh;
	display: flex;
	align-items: center;
	padding-top: 10rem;
}

.contact-left {
	padding-right: 10%;
	opacity: 0;
	will-change: transform, opacity;
}

.contact-headline h1 {
	font-size: 5vmax;
	line-height: 5.5vmax;
}

.service-desc-item {
	padding: 20px 0;
}

.service-desc-item p {
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0;
}

.contact-divider {
	border: 0;
	border-top: 1px solid var(--white);
	opacity: 0.3;
	margin: 0;
}

.contact-headline {
	font-size: 3rem;
	line-height: 1.1;
}

.contact-form-wrapper {
	margin-top: 2rem;
	color: var(--white);
}

div.wpforms-container-full .wpforms-field-label {
	color: var(--white) !important;
	font-weight: 400;
	font-size: 1.3rem !important;
	padding-left: 1rem !important;
}

.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
	color: var(--white); 
	opacity: 1;
}

.wpforms-form input:-ms-input-placeholder,
.wpforms-form textarea:-ms-input-placeholder {
	color: var(--white);
}

.wpforms-form input::-ms-input-placeholder,
.wpforms-form textarea::-ms-input-placeholder {
	color: var(--white);
}

#wpforms-1393 input::placeholder,
#wpforms-1393 textarea::placeholder {
	color: var(--white);
	padding-left: 0;
}

#wpforms-1393 input:focus::placeholder,
#wpforms-1393 textarea:focus::placeholder {
	color: white !important;
	opacity: 1;
}

#wpforms-1393 input:focus::-webkit-input-placeholder,
#wpforms-1393textarea:focus::-webkit-input-placeholder {
	color: white !important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	background-color: transparent !important;
	background-clip: padding-box;
	border: none;
	color: var(--white) !important;
	padding: 0 var(--wpforms-field-size-padding-h);
	font-size: inherit !important;
	line-height: 100%;
	box-shadow: none;
	margin-bottom: 2rem;
	width: 100%;
	
}

div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
	transition: all 0.3s ease;
	margin-top: 2rem;
	width: 100%;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), 
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
	background-color: var(--white) !important;
	color: black !important;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}

div.wpforms-container-full input[type=submit]:hover, 
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
	background-color: var(--yellow) !important;
	color: black !important;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: var(--yellow) !important;
	border: none !important;
	box-sizing: border-box;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	font-size: 2rem !important;
}
/* Posts and pages
--------------------------------------------- */
.work-hero {
	padding-top: 10rem;
	height: 70vh;
}

.subpage-work-title {
	font-size: 4vmax;
	line-height: 4.5vmax;
	padding: 10rem 0;
	padding-right: 3rem;
	overflow: hidden;
}

.subpage-work-title span {
	display: inline-block;
	will-change: transform;
}

.work-featured-image {
	height: 100%;
	max-height: 60vh;
	overflow: hidden; 
	opacity: 0; 
	transform: translateY(30px);
}

.work-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.1); 
	transition: transform 0.5s ease;
}

.works-items {
	padding-top: 2rem;
	padding-bottom: 5rem;
}

.work-full-img-wrapper {
	margin-top: 3rem;
}

.work-full-img-wrapper:first-child {
	margin-top: 0;
}

.work-full-img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 3rem;
}

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

.works-items .col-12 {
	padding-left: 0;
	padding-right: 0;
}

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

/* Repsonsive
--------------------------------------------- */
@media (max-width: 767px) {
	
	[class*="col-"], .col-6, .col-4, .col-3 { 
		 grid-column: span 12 !important; 
		 flex: 0 0 100% !important; 
		 max-width: 100% !important; 
	 }
	
	h1 {
		font-size: 7vmax;
		line-height: 7.5vmax;
	}
	.daan-info, 
	.how-work, 
	.site-footer,
	.hw-programs {
		padding: 4rem 0 !important;
	}

	.hero-container-holder {
		height: auto;
		min-height: 55vh;
		margin-top: 1rem;
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 0; 
	}
	
	.hero-container {
		height: 55vh;
	}

	.slide-img {
		width: 100%;  
		height: 100%; 
		left: 0;  
		top: 0;     
		object-fit: cover;
	}
	
	.image-wrapper {
		width: 100%;
		height: 100%;
	}

	.logo-holder {
		width: 6rem;
		right: 15px;
	}

	#logo-svg {
		width: 6rem;
	}

	.works-cta {
		left: 15px;
	}

	.social-items-holder {
		position: relative;
		flex-direction: column;
		height: auto;
		gap: 2rem;
		margin-top: 2rem;
		bottom: auto;
	}

	.contact-holder {
		position: relative;
		justify-content: flex-start;
		width: 100%;
		left: auto;
	}
	
	.social-items {
		position: relative;
		justify-content: flex-start;
		width: 100%;
		left: auto;
	}

	.social-items a {
		font-size: 1rem;
		margin-left: 0;
		margin-right: 1rem;
	}

	.landing-info p {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.hw-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 1.5rem 0;
	}

	.hw-number {
		margin-bottom: 0.5rem;
	}
	
	.hw-headline {
		margin-bottom: 2rem;
	}

	.hw-item-headline h4 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.hw-item-text p {
		font-size: 1rem;
	}

	.programs-grid {
		justify-content: center;
		gap: 2rem;
	}

	.program-item img {
		max-width: 45px;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 2rem;
		text-align: center;
		padding-top: 2rem;
	}

	.footer-logos {
		justify-content: center;
	}

	#dynamic-contact {
		padding-bottom: 2rem;
	}
	
	.back-to-top {
		width: 2rem;
		top: 6.5rem;
	}
	
	.works {
		padding-bottom: 3rem;
	}
	
	.work-row {
		height: 30rem;
		position: relative !important;
		overflow: visible !important;
	}
	
	.work-item {
		flex: 0 0 20rem;
		height: 20rem;
	}
	
	.carousel-nav {
		top: 2rem;
	}
	
	.work-title {
		padding: 0;
	}
	
	.work-title h4 {
		font-size: 1rem;
	}
	
	.carousel-nav button {
		width: 2rem;
		height: 2rem;
	}
	
	.prev-btn, 
	.next-btn {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		z-index: 999 !important;
		position: absolute !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
	}
	
	.prev-btn {
		right: 5rem !important;
	}
	
	.next-btn {
		right: 1rem !important;
	}
	
	.work-full-img-wrapper,
	.work-full-img {
		margin-top: 2rem;
	}
	
	.work-hero {
		padding-top: 5rem;
		height: 55vh;
		margin-bottom: 5rem;
	}
	
	.subpage-work-title {
		padding: 3rem 0;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.hero-container-holder {
		height: 70vh;
	}
	.hero-container {
		height: 60vh;
	}
	.landing-info p {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.hw-item-headline h4 {
		font-size: 1.8rem;
	}
	.daan-info, .how-work, .site-footer {
		padding: 6rem 0;
	}
	.programs-grid {
		justify-content: center;
		gap: 3rem;
	}
}

@media (min-width:1025px) and (max-width: 1366px) {
	.landing-info p {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	.hw-item-headline h4 {
		font-size: 2.2rem;
	}
}
