/*!
Theme Name: ROI2026
Author: ROI WORKS
Author URI: https//roi.hu
Version: 1.0.0
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	margin: 0 !important;
	padding: 0;
	font-family: "archivo-variable", sans-serif;
	font-size: 1.3rem;
	line-height: 2rem;
	width: 100%;
	background: white;
	color: var(--black);
	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: rgba(0, 0, 0, 0);
}
.stroke,
.stroke2 {
	height: 1px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background: var(--black);
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
:root {
	--black:#000;
	--white:#fafafa;
	--orange:#FF6400;
	--blue:#0022D2;
	--grey:#3C3E43;
	--lightgrey:#e3e3e3;
}
::selection {
	color: var(--black);
	background: var(--orange);
}
::-moz-selection {
	color: var(--black);
	background: var(--orange);
}
::placeholder { 
  color: white;
  opacity: 1;
  padding-left: 1rem;
}
:-ms-input-placeholder {
  color: white;
  padding-left: 1rem;
}
img {
	transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}
/* Structure
--------------------------------------------- */
.container {
	width: 90%;
	max-width: 2200px;
	position: relative;
	height: auto;
	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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-size: 1rem;
	line-height: 1.5;
}

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: 7rem;
	line-height: 8rem;
	text-transform: uppercase;
	font-variation-settings: "wdth" 125, "wght" 800;
}
h2 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 200;
}
h3 {
	font-size: 6rem;
	line-height: 6.5rem;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
h1 span,
h3 span {
	color: var(--orange);
}
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;
	font-weight: 200;
	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;
}
.page-id-3 h3,
.page-id-732 h3 {
	font-size: 2rem;
	line-height: 2.5rem;
}
/* Links
--------------------------------------------- */
a {
	color: var(--orange);
	transition: .5s ease-in-out;
	cursor: pointer;
}
a:visited {
	color: black;
}
a:hover, 
a:focus, 
a:active {
	color: var(--blue); 
	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,
cta,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--orange);
	display: inline-block;
	padding: 10px 30px !important;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.5s ease;
	margin-top: 2rem !important;
	border: none !important;
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
}
button::after,
cta::after {
	content:'»';
	margin-top: -3px;
}
button:hover,
cta:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--blue);
	color: white;
	cursor: pointer;
}
button:active,
button:focus,
cta:active,
cta:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: var(--blue);
	color: white;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: white !important;
	padding: 3px;
	background: none !important;
	border-bottom: solid 1px white !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
	min-height: 150px;
}

/* Navigation
--------------------------------------------- */
.menu-holder {
	width: 90%;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
	display: flex;
	align-items: center;
}
.logo-holder {
	display: block;
	max-width: 9.5rem;
	height: auto;
	width: 100%;
	transition: transform .5s ease-in-out;
	outline: none !important;
	text-decoration: none;
}
.logo-holder:hover {
	transform: scale(1.1);
}
.logo-holder:focus, 
.logo-holder:active,
.logo-holder svg:focus {
	outline: none !important;
	box-shadow: none !important;
}
.logo-holder {
	-webkit-tap-highlight-color: transparent;
}
.desc {
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	white-space: nowrap; /* Megakadályozzuk a törést */
	z-index: 1;
}
#nav-icon {
	width: 45px;
	height: 30px;
	position: fixed;
	top: 5rem;
	z-index: 10000;
	cursor: pointer;
	right: 5%;
	transition: .5s ease-in-out;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: black;
	transition: .25s ease-in-out;
}
#nav-icon:hover span {
	background: var(--orange) !important;
}
#nav-icon span:nth-child(1) {
	top: 0px; 
}
#nav-icon span:nth-child(2) { 
	top: 12px; 
}
#nav-icon span:nth-child(3) { 
	top: 24px; 
}
#nav-icon.open span {
	background: #fff;
}
#nav-icon.open:hover span {
	background: var(--orange) !important;
}
#nav-icon.open span:nth-child(1) {
	top: 12px;
	transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
	opacity: 0;
	transform: scale(0);
}
#nav-icon.open span:nth-child(3) {
	top: 12px;
	transform: rotate(-135deg);
}
.dark-site-header {
	background: black;
	color: white;
}
.dark-site-header  .logo-holder img {
	filter: brightness(0) invert(1);
}
.dark-site-header #nav-icon span {
	background: #929292;
}
/* Overlay Panel */
#full-menu-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100vh;
	background: #000;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(100%); /* Alapból kint van */
	visibility: hidden;
}
/* Menüpontok */
.main-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.main-nav-list li {
	overflow: hidden; /* A beúszó animáció maszkolása */
	margin-bottom: 10px;
}
.main-nav-list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 4.5rem; 
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.1;
	opacity: 0;
}
.main-nav-list li a:hover {
	color: var(--orange);
}
.menu-proposal a {
	font-size: 4rem !important;
	color: var(--orange) !important;
	margin-top: 4rem !important;
}


.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%;
}
/* Free proposal
 ========================================================================== */
 .cta-overlay { 
	 display: none; 
 }
 .cta-overlay {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 backdrop-filter: blur(5px);
	 z-index: 10000;
 }
.cta-proposal { 
 	display: block; 
}
.cta-tab-trigger {
 	position: fixed; 
	top: 12%; 
	right: 0;
	z-index: 10001;
	width: 15rem; 
	height: 2.5rem; 
	background: var(--orange);
	cursor: pointer; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	transform: rotate(-90deg) translateY(-100%); 
	transform-origin: right top;
	color: white; 
	font-weight: 600; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	transition: .5s ease-in-out;
}
.cta-tab-trigger:hover {
	background: var(--blue);
	cursor: pointer;
}
.cta-tab-content {
	position: fixed; 
	top: 12%; 
	right: 0; 
	z-index: 10002;
	width: 35rem; 
	min-height: 35rem; 
	background: var(--orange);
	transform: translateX(100%);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.cta-tab-content.is-open { 
	transform: translateX(0); 
}
.cta-content-inner { 
	padding: 4rem 2rem; 
	color: white; 
	position: relative; 
}
.cta-content-inner h4 { 
	margin-bottom: 3rem; 
	color: white; 
	border-bottom: solid 1px white;
	padding-bottom: 2rem;
}
.fluentform  h5 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 400;
	border: none;
}
.fluentform a {
	color: black !important;
	text-decoration: underline;
}
.fluentform button::after {
	content:none;
	margin-top: 0;
}
.fluentform .ff-el-group {
	margin: 0 !important;
}
.ff-el-input--content {
	margin-top: 1rem;
}
.ff-default .ff_btn_style {
	border-radius: 0 !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
	background: none !important;
	border: 1px solid white !important;
	border-radius: 0 !important;
	color: white !important;
	font-size: 1rem !important;
	margin-right: 1rem !important;
	margin-bottom: 0.5rem !important;
	padding: 1rem 0.5rem !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
	background: blue !important;
}
.ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
	background-color: white !important;
	color: black !important;
}
.ff-message-success {
	border: none !important;
	box-shadow: none !important;
}
.ff-message-success p {
	font-size: 2rem;
	line-height: 2.5rem;
}
[class*="cta-close"] { 
	position: absolute; 
	top: 15px; 
	right: 15px; 
	cursor: pointer; 
	font-size: 1.5rem; 
	font-weight: bold; 
	transition: .5s ease-in-out;
}
[class*="cta-close"]:hover {
	color: black;
}
.cta-proposal button.wpforms-submit {
	background: #000 !important;
	color: var(--orange) !important;
	border: none !important; 
	width: 100% !important; 
	padding: 12px !important;
 }
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
	background-color: black !important;
	border-radius: 0;
	margin-top: 0 !important;
	transition: .5s ease-in-out;
}
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style):hover {
	background-color: white !important;
	color: black;
}
.ff-default .ff-el-form-control {
	border-radius: 0 !important;
	border: none !important;
}

/* Hero
 ========================================================================== */
.hero {
	height: auto;
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-bottom: 10rem;
}
.hero-content {
	position: relative;
	z-index: 10;
}
.headline {
	font-size: clamp(2.5rem, 8vw, 11rem);
	line-height: 0.9;
	color: #000;
	pointer-events: none;
    width: 160%; 
    margin: 0;
	margin-top: 5rem;
    position: relative; 
}
.line {
	display: block;
	overflow: hidden;
	vertical-align: top;
}
.headline .line {
	opacity: 0;
	transform: translateY(100px);
	will-change: transform, opacity;
	line-height: 1.1;
}
.inner-text {
	display: block;
	color: black !important;
}
.hero-visual {
	display: flex;
	justify-content: flex-end;
}
.shape-video-container {
	position: relative;
	width: 100%;
	max-width: 700px;
	overflow: hidden;
}

.bg-video {
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	object-fit: cover;
	z-index: 0;
}

.mask-svg {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}
.intro {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3rem 0;
	margin-top: 5rem;
}
.logo-grid {
	padding-top: 5rem;
	row-gap: 3rem !important; 
	align-items: center;
}
.logo-item {
	display: flex;
	align-items: center;
	height: 30px; 
}
.logo-item img {
	max-width: 85px;
	max-height: 50px;
	height: auto;
	width: auto;
	filter: grayscale(1);
	opacity: 1;
	transition: all 0.3s ease;
}
.logo-item img:hover {
	filter: grayscale(0);
	opacity: 1;
}
/* Sections
 ========================================================================== */
.landing_section {
	padding: 6rem 0;
	position: relative;
}
.landing_section .svg-wrapper {
	width: 70%;
	margin: 0 auto;
}
.landing_section .svg-wrapper svg {
	width: 80%;
	height: auto;
	display: block;
}
.landing_section .section-content-wrapper {
 	padding-top: 5rem;
	padding-bottom: 5rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.landing_section .section-headline {
 	margin-bottom: 2rem;
}
.landing_section .section-text {
	font-size: 1.15rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}
.is-black {
	background: black;
	color: white;
}
.is-black .section-content-wrapper {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
/* Works
 ========================================================================== */
.works {
	width: 100%;
	height: auto;
	padding-top: 5rem;
	padding-bottom: 10rem;
	position: relative;
	overflow: hidden;
}
.works .container {
	overflow-x: visible;
}
.works_headline {
	position: absolute;
	width: 500% !important;
	margin-left: 5%;
}
.works-double-slider {
	overflow: hidden;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	row-gap: 50px; 
	margin-top: 6rem;
}
.works-wrapper {
	display: flex;
	width: max-content;
}
.works-content {
	display: flex;
	column-gap: 50px;
	row-gap: 50px;
}
.works-item {
	flex: 0 0 530px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: var(--grey);
}
.works-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-content {
	display: flex;
	column-gap: 50px;
	transition: none !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.works-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.works-item:hover .works-overlay {
	opacity: 1;
	visibility: visible;
}
.works-overlay h4 {
	transform: translateY(20px);
	transition: transform 0.4s ease;
	text-align: center;
}
.works-item:hover .works-overlay h4 {
	transform: translateY(0);
}
.is-orange {
	color: var(--orange);
}
/* Services
 ========================================================================== */
.services {
	background: var(--orange);
	width: 100%;
	padding-top: 8rem;
}
.service-row {
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid white;
	text-decoration: none;
	transition: all 0.4s ease;
	gap: 40px;
}
.services-wrapper .service-row:first-child {
	border-top: 1px solid #e0e0e0;
}
.service-number {
	font-size: 1.5rem;
	font-weight: 200;
	color: white;
	flex: 0 0 50px;
}
.service-title {
	color: white;
	margin: 0;
	text-transform: uppercase;
}
.service-content {
	font-size: 1rem;
	color: white;
	flex: 1;
	line-height: 1.5;
	grid-column: 8 / span 4; /* Kezdj a 8-as vonalnál, és onnan számítva foglalj el 4 oszlopnyi helyet. */ 
}
.service-arrow {
	opacity: 0.3;
	transition: transform 0.4s ease, opacity 0.4s ease;
	display: flex;
	justify-content: center;
}
.service-row:hover {
	padding-left: 20px;
	background-color: white;
}
.service-row:hover .service-arrow {
	opacity: 1;
	transform: translate(5px, -5px);
}
.service-row:hover .service-arrow svg path{
	stroke: black;
}
.service-row:hover .service-number,
.service-row:hover .service-title,
.service-row:hover .service-content {
	color: black;
	font-weight: inherit;
}
.services_headline {
	margin-bottom: 5rem;
	color: white;
}
.services-stats {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.stat-item {
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 600;
}
/* Certificates
 ========================================================================== */
.certificates {
	width: 100%;
	background: var(--blue);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.certificates .container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.certificate-item {
	grid-column: span 1 !important; 
}
.certificate-item img {
	max-width: 130px;
	max-height: 80px;
	object-fit: contain;
	filter: grayscale(100%);
}
/* Testimonials
 ========================================================================== */
.testimonials {
	padding: 100px 0;
	overflow-x: hidden;
	background-color: #fff;
	position: relative;
}
.testimonial-left {
	position: relative;
	z-index: 20;
	background-color: #fff; 
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-self: stretch; 
}
.testimonial-headline {
	width: 80%;
	padding: 5rem 0;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-top: auto;
	margin-bottom: auto;
}
.testimonial-right {
	position: relative;
	z-index: 10;
	width: 100%; 
	overflow: visible !important;
}
.testimonialSwiper {
	width: 100%; 
	overflow: visible !important;
}
.swiper {
	margin-left: -30px !important;
}
.testimonialSwiper .swiper-slide {
	width: auto !important; 
	height: auto;
}
.testimonial-card {
	background: #e3e3e3;
	padding: 40px;
	width: 330px !important;
	height: 550px !important;
	box-sizing: border-box; 
	display: flex;
	flex-direction: column;
}
.testimonial-content {
	flex-grow: 1;
	overflow-y: auto;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.6;
}
.testimonial-author {
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #000;
}
.testimonial-logo {
	height: 60px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.testimonial-logo img {
	max-width: 150px;
	max-height: 100%;
	width: auto;
	object-fit: contain;
}
.testimonial-nav {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
	position: relative;
	z-index: 30;
}
.swiper-button-prev-custom, 
.swiper-button-next-custom {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.swiper-button-prev-custom svg path, 
.swiper-button-next-custom svg path {
	transition: stroke 0.3s ease;
}
.swiper-button-prev-custom:hover svg path, 
.swiper-button-next-custom:hover svg path {
	stroke: var(--orange);
}
.swiper-button-disabled {
	opacity: 0.2;
	cursor: not-allowed;
}
/* Footer
 ========================================================================== */
.site-footer {
	background-color: #000;
	color: #fff;
	padding-top: 10rem;
	padding-bottom: 3rem;
}
.site-footer .row {
	align-items: flex-start;
}
.footer-top {
	margin-bottom: 80px;
}
.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-logo {
	width: 7%;
}
.footer-info {
	width: 95%;
}
.footer-headline {
	color: var(--orange);
	max-width: 90%;
	line-height: 1; 
	margin-top: -0.8rem;
	vertical-align: top;
}
.menu-footer-services-container a:hover {
	color: var(--orange);
}
.footer-btn {
	background: white;
	display: inline-block;
	padding: 10px 30px;
	color: var(--orange);
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: 2rem;
}
.footer-btn:hover {
	background: var(--blue);
	color: white;
}
.footer-contact .contact-info {
	font-size: 1.1rem;
	line-height: 1.8;
	text-transform: uppercase;
}
.footer-contact .contact-info a {
	color: white;
}
.footer-contact .contact-info a:hover {
	color: var(--orange);
}
.name-container {
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.name {
	width: 100%;
	margin: 40px 0;
	line-height: 0.8;
	text-transform: uppercase;
	font-weight: 900;
	font-variation-settings: "wdth" 125;
	display: block;
	white-space: nowrap;
}
.name span {
	display: inline-block;
	will-change: transform;
}
.footer-bottom {
	border-top: 1px solid #333;
	padding-top: 30px;
	margin-top: 20px;
	font-size: 0.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom a:visited {
	color: white;
}
.footer-bottom a:hover {
	color: var(--orange);
}
.back-to-top {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
	text-transform: uppercase;
	text-align: right;
	float: right;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.copyright {
	text-transform: uppercase;
}
.footer-menu a,
.footer-menu li {
	list-style: none;
	color: white;
	text-transform: uppercase;
}
/* Services - aloldalak
 ========================================================================== */
.service-hero {
	background-color: black;
	color: white;
	padding-top: 3rem;
	padding-bottom: 10rem;
}
.service-hero h1 {
	margin-bottom: 30px;
	color: var(--orange);
}
.service-hero .content {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.service-svg {
	display: flex;
	justify-content: center;
}
.service-svg svg path {
	fill: white;
}
#brand-svg,
#digital-svg,
#media-svg,
#consulting-svg,
#ai-svg {
	width: 40%;
	margin: auto;
}
.services-grid {
	background-color: #ffffff;
	overflow: hidden;
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.services-grid .row {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%; 
	grid-auto-flow: row;
	margin: 0;
	padding: 0;
	gap: 0;
}
.service-item {
	display: flex;
	flex-direction: column;
	width: 100%; 
	max-width: 100%;
	height: 100%;
	flex: none; 
	padding: 0;
	border-top: 1px solid #929292;
	border-right: 1px solid #929292;
	box-sizing: border-box;
	transition: background-color .5s ease-in-out, border-color .5s ease-in-out;
	opacity: 0;
}
.service-item:nth-child(3n+1) {
	border-left: 1px solid #929292;
}
.service-item:nth-last-child(-n+3) {
	border-bottom: 1px solid #929292;
}
.service-item-link {
	display: flex;
	flex-direction: column;
	flex: 1; 
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.service-item-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	padding: 5rem 4rem 2rem 4rem;
	min-height: 380px;
	box-sizing: border-box;
	position: relative;
}
.service-item-title {
	font-weight: 600;
	color: #000;
	margin-bottom: 2rem;
}
.service-item-content {
	flex: 1 0 auto;
	display: block;
}
.service-item-content p {
	color: black;
	margin: 0;
	line-height: 1.6;
}
.service-item-arrow {
	margin-top: 2rem;
	text-align: right;
}
.service-item-arrow svg {
	stroke: var(--orange);
}
.service-item.is-clickable:hover {
	background-color: var(--orange) !important;
}
.service-item.not-clickable {
	cursor: default !important;
}
.service-item.is-clickable:hover {
	background-color: var(--orange);
	cursor: pointer;
}
.service-item.is-clickable:hover .service-item-title,
.service-item.is-clickable:hover .service-item-content p,
.service-item.is-clickable:hover .service-item-arrow svg {
	color: white;
	stroke: white;
}
.service-hero.headline .line,
.service-item,
.proposal-cta-content > * {
	opacity: 0;
}
/* Kék proposal 
 ========================================================================== */
.proposal-cta {
	background: var(--blue);
	color: white;
	margin: auto;
	text-align: center;
	padding-top: 10rem;
	padding-bottom: 10rem;
	display: flex;
}
.proposal-cta-content {
	text-align: center;
	margin: auto;
}
.proposal-cta-content h3,
.proposal-cta-content p {
	text-align: center;
	margin: auto;
	margin-bottom: 2rem;
}
.proposal-cta-content button {
	background: black;
	color: white;
	transition: .5s ease-in-out;
}
.proposal-cta-content button:hover {
	background: var(--orange);
	color: black;
}
/* Service sub pages
 ========================================================================== */
.service-sub-hero {
	background-color: white;
	color: black;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.service-sub-hero h1 {
	margin-bottom: 30px;
	color: var(--orange);
	line-height: 1.1;
}
.service-sub-hero h1 span {
	font-size: 5rem;
	display: block;
}
.service-sub-hero .content {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.service-sub-svg {
	display: flex;
	justify-content: center;
}
.service-subsvg svg path {
	fill: black;
}
.why-work {
	background: black;
	color: white;
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.why-work-content p {
	font-size: 1.15rem;
	line-height: 1.6;
}
.why-work-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
.why-work .partners-logos {
	margin-left: 10rem;
}
.why-work .logo-grid {
	padding-top: 0;
	row-gap: 5rem;
}
.why-work .logo-item {
	filter: invert(100%);
	opacity: 0;
	transform: scale(0.5);
	will-change: transform, opacity;
}
.service-sub-hero .line {
	opacity: 0;
}
.service-summary {
	margin: auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
	text-align: center;
	background: white;
}
.summary-content {
	margin: auto;
}
#reveal-text,
#reveal-text-career  {
	text-transform: none;
	font-size: 4vmax;
	line-height: 4.5vmax;
	font-weight: 600;
	color: rgba(200, 200, 200, 0.3); 
	position: relative;
	display: block;
	word-wrap: break-word;
}
.char,
.char-career {
	display: inline-block;
	color: var(--orange);
	opacity: 0.2; 
}
.service-how-help {
	background: #e3e3e3;
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin: auto;
}
.service-how-help .row {
	align-items: flex-start;
}
.service-how-help h3 {
	width: 60%;
	margin: auto;
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.how-help-items {
	margin-top: 5rem;
}
.how-help-item {
	opacity: 0;
	transform: translateY(30px);
}
.how-help-item-number {
	font-size: 6rem;
	line-height: 6rem;
	font-weight: 600;
}
.how-help-item p {
	font-size: 1.5rem;
	line-height: 2rem;
}
.service-works {
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.works-single-slider {
	padding-top: 10rem;
}
.how-work-steps {
	margin-top: 2rem;
}
.service-how-we-work {
	padding-bottom: 5rem;
}
.service-how-we-work h3 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 5rem;
}
.step-row {
	display: flex;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: solid 1px black;
}
.step-label {
	display: block;
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: var(--orange);
	font-weight: 600;
}
.step-text {
	margin: 0;
	margin-left: 1rem;
}
.step-row li {
	list-style: none;
	font-size: 1.5rem;
	line-height: 2rem;
}
.how-we-work-svg {
	width: 70%;
	margin: 0 auto;
}
.how-we-work-solutions {
	padding-bottom: 5rem;
}
.how-we-work-solutions .row {
	display: flex;
	justify-content: space-between; 
	align-items: center;
	flex-wrap: wrap;
}
.solution-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.solution-inner {
	width: 100%;
	max-width: 120px; 
	transition: all 0.4s ease;
}
.solution-inner img {
	display: block;
	max-height: 50px; 
	width: auto;
	margin: 0 auto;
}
.service-faq {
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.service-faq h3 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 5rem;
}
.faq-item {
	border-bottom: 1px solid #000; /* Vonal az elválasztáshoz */
	padding: 20px 0;
	opacity: 0;
	transform: translateY(20px);
	will-change: transform, opacity
}
.faq-description p {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 5rem;
	width: 80%;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faq-question h5 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 300;
	transition: 0.5s;
}
.faq-question:hover h5,
.faq-question:hover .faq-toggle-icon {
	color: var(--orange);
}
.faq-toggle-icon {
	font-size: 3rem;
	font-weight: 100;
}
.faq-answer {
	height: 0;
	overflow: hidden;
}
/* Works
 ========================================================================== */
.work-hero {
	 padding: 100px 0;
	 overflow: hidden;
}
.work-title {
	font-size: 3.5vmax;
	line-height: 4.5vmax;
	margin: 0;
}
.work-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}
.work-details {
	margin-top: 10rem;
}
.work-info-black {
	background-color: #000;
	color: #fff;
	padding: 4rem 4rem 1rem 4rem
}
.info-label {
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	color: #fff;
}
.info-value {
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: 2.5rem;
	opacity: 0.9;
}
.work-main-content {
	padding: 4rem;
}
.work-gallery {
	padding: 5rem 0;
}
.work-gallery-item {
	margin-bottom: 30px;
}
.work-gallery-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.work-gallery-item a {
	display: block;
	overflow: hidden;
	cursor: zoom-in;
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2; 
	background-color: #f0f0f0; 
}
.work-gallery-item a {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2; 
	overflow: hidden;
	background-color: #f0f0f0; 
}
.work-gallery-item img,
.work-gallery-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.work-gallery-item a:hover img,
.work-gallery-item a:hover video {
	transform: scale(1.05);
}
.work-gallery-item a:hover img {
	transform: scale(1.05);
}
.f-button::after,
.cky-btn-revisit-wrapper .cky-btn-revisit::after {
	content: none !important;
	display: none;
	margin-top: 0 !important;
}
.f-button.is-close-btn::after {
	content: none !important;
}
.f-button {
	transition: .5s ease-in-out !important;
}
.f-button svg {
	stroke-linecap: unset !important;
	stroke-linejoin: unset !important;
	pointer-events: cursor !important;
}
.f-button:hover {
	background: var(--orange) !important;
	border-radius: 100px !important;
}
.f-thumbs__viewport {
	display: none;
}
.cky-btn-revisit-wrapper .cky-btn-revisit,
.cky-btn-revisit-wrapper .cky-btn-revisit img {
	margin-top: 0 !important;
}
/* Contact
 ========================================================================== */
.contact-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-headline {
	font-size: 6vmax;
	line-height: 6vmax;
}
.contact-description {
	font-size: 1.5rem;
	line-height: 2rem;
	width: 80%;
	margin-top: 2rem;
	padding-bottom: 5rem;
}
.contact-right-orange {
	background-color: var(--orange);
	padding: 5rem;
	display: flex;
	align-items: center;
}
.form-wrapper {
	width: 100%;
}
.contact-section {
	position: relative;
	overflow-x: hidden;
	padding-top: 0;   
}
.contact-right-wrapper {
	position: relative;
}
.contact-orange-bg {
	background-color: var(--orange);
	padding: 5rem;
	height: 100%;
	position: relative;
	z-index: 1;
}
.contact-orange-bg::before {
	content: "";
	position: absolute;
	top: -100px; 
	right: -100vw; 
	bottom: 0;
	left: 0;
	background-color: var(--orange);
	z-index: -1; 
}
.contact-section .row {
	align-items: stretch; 
}
.contact-right-orange button {
	background-color: #000 !important;
	color: #fff !important;
}
.page-id-13 .cta-tab-trigger {
	background: #000000 !important;
}
div.fluentform .ff-el-form-control,
div.fluentform input[type="text"],
div.fluentform input[type="email"],
div.fluentform textarea {
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #ffffff !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	padding-left: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	margin-bottom: 2rem;
}
div.fluentform textarea {
	max-height: 120px;
}
.fluentform .text-danger,
.fluentform .ff-el-is-error .ff-el-form-check-label, 
.fluentform .ff-el-is-error .ff-el-form-check-label a {
	color: black !important;
}
div.fluentform .ff-el-form-control::placeholder {
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-weight: 600;
	opacity: 1 !important;
}
div.fluentform .ff-el-form-control::-webkit-input-placeholder {
	color: #ffffff !important;
	text-transform: uppercase !important;
}
div.fluentform .ff-el-form-control:focus {
	background-color: transparent !important;
	border-bottom: 2px solid #ffffff !important;
}
.contact-right-orange label,
.contact-right-orange .ff-el-is-required,
.contact-right-orange .ff-el-list-title {
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: bold;
}
.ff-message-success,
.ff-errors-in-stack {
	color: white !important;
}
/* Career
 ========================================================================== */
.career-hero {
	color: white;
	padding-top: 3rem;
	padding-bottom: 10rem;
}
.career-hero h1 {
	font-size: 8vmax;
	line-height: 8vmax;
	margin-bottom: 3rem;
}
.career-hero-top {
 	padding-bottom: 5rem;
}
.career-hero-bottom {
 	margin-top: 5rem;
}
.career-hero-bottom svg {
	display: flex;
	justify-content: center;
}
.career-svg-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
#career-hero-svg path {
	will-change: transform, opacity;
}
.career-description {
	padding: 5rem 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.career-featured {
	background: white;
	padding-top: 10rem;
	padding-bottom: 10rem;
	text-align: center;
}
.career-fields {
	background-color: var(--orange);
	padding: 10rem 0;
	color: white;
}
.career-fields .col-12 {
	display: flex;
	justify-content: center;
	text-align: center;
} 
.career-fields h3 {
	text-align: center;
	color: black !important;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	margin-bottom: 5rem;
	display: inline-block;
}
.career-fields h3 span {
	color: white;
}
.career-fields .row {
	gap: 100px;
}
.career-field-content h4 {
 	color: white;
	margin-bottom: 1.5rem;
	font-weight: 600;
	text-transform: none;
	font-size: 4rem;
	line-height: 4.5rem;
}
.career-field-content p {
	font-size: 1.5rem;
	line-height: 2rem;
}
.career-video {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.career-video-section {
	width: 100%;
	max-width: 100%;
	height: 700px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #000;
}
video.career-full-video {
	width: 100% !important; 
	height: 100%;      
	object-fit: cover;     
	display: block;
}
.career-full-video {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center center; 
	display: block;
}
.career-video-section {
	width: 100%;
	position: relative;
	left: 0;
}
.life-at-roi {
	padding: 10rem 0;
}
.life-at-roi .col-12 {
	text-align: center;
}
.life-at-roi h3 {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	margin-bottom: 10rem;
	display: inline-block;
}
.life-item-row {
	display: flex;
	align-items: center; 
	margin-bottom: 10rem;
	width: 100%;
}
.life-item-row .col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
}
.reverse-row {
	flex-direction: row-reverse;
}
.text-center-custom {
	text-align: center;
	width: 100%;
	display: block;
}
.life-svg-wrapper {
	width: 100%;
}
.life-svg-wrapper svg {
	width: 65%;
	height: auto;
	display: block;
	will-change: transform, opacity;
	overflow: visible;
}
#life-svg-1 path, #life-svg-2 path {
	transform-origin: center;
}
.life-text-content {
	padding: 0 3rem;
	font-size: 1.1rem;
	line-height: 1.7;
	width: 100%;
}
.life-text-content h4 {
	text-transform: none;
	font-weight: 600;
	font-size: 4rem;
	line-height: 4.5rem;
}
.life-footer-text {
	margin-top: 4rem;
}
.life-footer-text h4 {
	text-transform: none;
	font-weight: 600;
	color: var(--orange);
	text-align: center;
	font-size: 4rem;
	line-height: 4.5rem;
}
.founders {
	padding: 10rem 0;
	background: white;
	color: black;
}
.founders-row {
	display: flex;
	margin-bottom: 6rem;
	width: 100%;
}
.founders-row .col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 2rem;
}
.founders h3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	display: inline-block;
}
.founders-svg-wrapper {
	display: flex;
	justify-content: flex-end;
}
.founders-svg-wrapper svg {
	width: 80%;
	height: auto;
	display: block;
}
.founders h4 {
	text-transform: none;
	font-weight: 600;
	font-size: 2vmax;
	line-height: 2.5vmax;
}
.career-logo-grid {
	align-items: center;
	justify-content: center;
	row-gap: 80px;
	width: 90%;
	margin: auto;
	margin-top: 10rem;
}
.career-logo-grid .logo-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	max-height: 60px;
}
.join-us {
	padding: 10rem 0;
	background: var(--blue);
}
.join-us .row {
	align-items: flex-start;
}
.join-us h3 {
	color: white;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	display: inline-block;
}
.join-us h3 span {
	color: black !important;
}
.join-us h4 {
	text-transform: none;
	font-weight: 600;
	font-size: 2vmax;
	line-height: 2.5vmax;
	margin-top: 10rem;
}
.jobs-list {
	border-top: 1px solid white;
}
.job-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	width: 100%;
	transition: padding 0.3s ease, color 0.3s ease, background-color 0.3s ease;
	width: 100%;
	backface-visibility: hidden;
}
.job-item:hover {
	padding-left: 1rem;
	color: black;
}
.job-title {
	font-size: 1.5rem;
}
.job-arrow {
	transition: transform 0.3s ease;
}
.join-us-top {
	padding-bottom: 5rem;
	border-bottom: solid 1px white;
}
.join-us-bottom {
	padding-top: 5rem;
}
.selection-steps li {
	list-style: none;
	float: left;
	clear: none;
	position: relative; 
	padding-right: 6%; 
	font-size: 1.5rem;
	line-height: 2rem;
}
.selection-steps li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 15px; /* A padding-en belül középre igazítva */
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url("img/jobs_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.selection-steps li:last-child {
	padding-right: 0;
}
.join-us-bottom .col-8 {
	display: flex;
	justify-content: space-between;
}
.wp-block-separator {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
/* AI
 ========================================================================== */
.ai-sticky-container {
	position: relative;
	width: 100%;
	overflow: visible;
}
.ai-showreel-sticky-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 90vh;
	width: 50%;
	float: right;
	z-index: 10;
	overflow: hidden;
}
#showreel-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.combined-ai-section, 
.ai-why-work {
	position: relative;
	width: 100%;
}
.combined-ai-section .container, 
.ai-why-work .container {
 	max-width: 100% !important;
}
.ai-left-content-side {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ai-left-content-side .service-sub-hero {
 	padding-right: 10%;
}
.ai-why-work {
	display: flex;
	background: var(--orange);
	padding-top: 10rem;
	padding-bottom: 10rem;
	height: 100vh;
}
.ai-why-work-content {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
.ai-why-work-content h3 span {
	color: white;
}
.ai-why-work-content p {
	color: white;
}
.ai-sticky-container::after {
	content: "";
	display: table;
	clear: both;
}
.video-carousel {
	position: relative;
	width: 100%;
	background: black;
	padding: 8rem 0;
	text-align: center;
	overflow: hidden;
}
.video-carousel h3.line {
	margin: 0 auto 4rem auto;
	color: white;
	padding: 2rem 0;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	display: inline-block;
	text-align: center;
}
.swiper-holder {
	position: relative;
	width: 100%;
	display: block;
}
.aiVideoSwiper {
	display: block !important;
	width: 80%;
	margin: 0 auto !important;
	padding: 100px 0 !important;
	overflow: hidden !important;
	position: relative;
	z-index: 5;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.4s ease;
	opacity: 0.4;
}
.video-card {
	width: 340px;
	margin: auto;
	aspect-ratio: 9 / 16;
	border-radius: 15px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	transform: scale(0.85);
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-active {
	opacity: 1 !important;
	z-index: 10;
}
.swiper-slide-active .video-card {
	transform: scale(1.3);
}
.video-card video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
	top: 50% !important;
	transform: translateY(-50%);
	z-index: 100;
	width: 50px !important;
	height: 50px !important;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	position: absolute !important;
}
.swiper-button-next {
	right: 0 !important;
}
.swiper-button-prev {
	left: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px !important;
}
.avatar-reveal-section {
	width: 100%;
	height: auto;
	background: black;
	position: relative;
}
.avatar-split-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.avatar-visual-side {
	flex: 0 0 50%;
	width: 50%;
	height: 100vh;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.avatar-container {
	width: 90%;
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
}
.avatar-step {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
}
.avatar-step.step-1 { 
	opacity: 1; 
	z-index: 2;
}
.avatar-step img, .avatar-step video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.avatar-text-side {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 5%;
	position: relative;
	z-index: 1;
}
.avatar-text-block {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}
.avatar-text-block h4 {
	font-size: 5rem;
	line-height: 5.5rem;
	text-transform: none;
	font-weight: 600;
}
.ai-services {
	width: 100%;
	background: white;
	padding: 8rem 0;
	color: black;
}
.ai-services  h3 {
	margin-bottom: 5rem;
}
.ai-services .row {
	gap: 0 !important;
}
.ai-service-row {
	display: flex;
	align-items: flex-start;
	padding: 4rem 0;
	border-top: solid 1px black;
}
.ai-service-row:last-of-type {
	border-bottom: solid 1px black;
}
.ai-service-num {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	font-size: 1.5rem;
	font-weight: 300;
	padding-top: 0.8rem;
}
.ai-service-headline {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	padding-right: 40px;
}
.ai-service-headline h4 {
	font-size: 3rem;
	line-height: 3.5rem;
	text-transform: uppercase;
	margin: 0;
	word-wrap: break-word;
}
.ai-service-text {
	flex: 0 0 50%;
	max-width: 50%;
}
.ai-service-text p {
	font-size: 1.15rem;
	line-height: 1.6;
	margin: 0;
}
.reveal-row {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal-row.visible {
	opacity: 1;
	transform: translateY(0);
}
.ai-img {
	width: 100%;
	height: 40%;
	position: relative;
	overflow: hidden;
}
.ai-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.professional-supervision {
	padding: 6rem 0;
	position: relative;
}
.ps-content {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.ps-description {
	margin-top: 2rem;
}
.ps-offset {
	margin-left: calc(100% / 12 * 2);
	position: relative;
}
.professional-supervision .col-6 {
	position: relative;
}
.ps-quote {
	font-size: 3vmax;
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
	position: relative;
	z-index: 2;
}
.ps-quote-icon {
	position: absolute;
	top: -200px;
	right:0;
	z-index: 1;
	pointer-events: none;
	text-align: right;
}
.ps-quote-icon svg {
	width: 20vmax;
	height: auto;
	opacity: 1;
}
.ai-footer {
	padding: 10rem 0;
	background-color: var(--blue);
	color: white;
	text-align: center;
}
.ai-footer-inner {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.ai-footer-headline {
	display: inline-block;
	padding: 3rem 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}
.ai-footer-headline span {
	color: black;
}
.ai-footer-text {
	margin-top: 5rem;
	text-align: center;
}
/* Visual Content Rate Card
 ========================================================================== */
.vcrc_info {
	padding: 5rem 0;
}
.vcrc_info h1 {
	font-size: 4vmax;
	line-height: 4vmax;
}
.vcrc_info p {
	font-size: 1.5rem;
	line-height: 2rem;
}
.ai-video-types {
 	padding: 2rem 0;
}
.ai-video-types .row {
 	gap: 50px;
}
.ai-video-block {
	padding: 4rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.ai-video-block:last-of-type {
 	border-bottom: none;
}
.ai-video-wrapper {
	width: auto;
	max-height: 50vh;
	overflow: hidden;
}
.ai-video-wrapper video {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 50vh;
	display: block;
	object-fit: contain;
}
.ai-video-headline {
	font-size: 3rem;
	line-height: 3.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: var(--orange);
}
.ai-video-text {
	font-size: 1rem;
	line-height: 1.5rem;
}
.ai-video-text a {
	color: black;
}
.ai-video-text li {
	margin-left: 2rem;
	line-height: 1;
}
/* About us
 ========================================================================== */
.aboutus_founders {
	width: 100%;
	padding: 10rem 0;
	background-color: black;
}
.founders_headline {
	width: 70%;
	color: white;
	margin: 0;
	padding: 5rem 0;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
.founders_description {
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: var(--orange);
}
.founder-details {
	margin-top: 5rem;
	align-items: unset;
}
.founder-card {
	width: 80%;
	height: auto;
}
.founder-img {
	width: 100%;
	min-height: 30rem;
	height: auto;
	border: 1px solid #757575;
}
.founder-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.founder-sub-desc {
	margin-top: 2rem;
	color: white;
}
.founder-sub-desc h4 {
	text-transform: none;
	color: var(--orange);
	font-weight: 600;
}
.aboutus_numbers {
	width: 100%;
	padding: 10rem 0;
	background-color: var(--white);
}
.aboutus_numbers_text {
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 600;
	color: var(--orange);
	padding-right: 15%;
}
.numbers_grid {
	row-gap: 3rem;
}
.numbers_grid .col-6, 
.numbers_grid .col-12 {
	display: flex;
}
.big_number {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
}
.aboutus_img {
	width: 100%;
}
.aboutus_img_container {
	width: 100%;
	height: 40rem;
	overflow: hidden;
}
.aboutus_img_container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.aboutus_certificates {
	width: 100%;
	padding: 10rem 0;
	background-color: var(--blue);
	color: white;
}
.aboutus_featured {
	width: 100%;
}
.aboutus_featured_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5%;
	padding: 10rem 0;
}
.aboutus_feautred_headline h3 {
	text-transform: none;
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 600;
}
.aboutus_featured_bottom {
	width: 100%;
	padding: 5rem 0;
	background: var(--lightgrey);
}
.aboutus_featured_item {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	align-items: start;
	padding: 5rem 0;
	gap: 5%;
}
.aboutus_featured_item:first-child {
	border-bottom: solid 1px var(--grey);
}
.aboutus_featured_item:last-child {
	border-top: solid 1px var(--grey);
}
.aboutus_featured_item h4 {
	font-weight: 700;
	text-transform: none;
}
.cert_header {
	text-align: center;
	margin-bottom: 5rem;
}
.cert_headline {
	width: 70%;
	margin: auto;
	text-align: center;
	padding: 5rem 0;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	margin-bottom: 2rem;
}
.cert_headline span {
	color: black;
}
.cert_desc {
	font-size: 1.5rem;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.cert_grid {
	display: grid;
	border: 1px solid white;
	margin: 0;
	gap: 0;
}
.aboutus_certificates .row {
	align-items: normal;
}
.aboutus_certificates .col-3 {
	grid-column: span 3;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.aboutus_certificates .col-3:nth-child(4n) {
	border-right: none;
}
.aboutus_certificates .col-3:nth-last-child(-n+4) {
	border-bottom: none;
}
.cert_card {
	flex: 1;
	border: none;
	height: auto;
	padding: 3rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.cert_img {
	width: 100%;
	height: 8rem;
	max-width: 10rem;
	margin-bottom: 1rem;
}
.cert_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cert_content p {
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}
.aboutus_footer_cta {
	width: 100%;
	padding: 10rem 0;
	text-align: center;
}
.footer_cta_content {
	max-width: 90%;
	margin: 0 auto;
}
.footer_summary {
	font-size: 4vmax;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 4rem;
}
.cta_button {
	display: inline-block;
	padding: 1.2rem 3.5rem;
	background-color: var(--orange); /* Vagy a használt narancssárga változód */
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.3s ease, background-color 0.3s ease;
}
.cta_button:hover {
	transform: scale(1.05);
	background-color: #ff8c00;
}
/* Responsive
 ========================================================================== */
@media screen and (max-width: 767px) {
	body.is-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
		
	 .hero, .container, .row { pointer-events: auto; }
	 .container { width: 88%; }
	 .row { gap: 15px; }
	 
	 [class*="col-"], .col-6, .col-4, .col-3, .service-content, .life-item-row .col-6, .founders-row .col-6, .career-fields .col-6 { 
		 grid-column: span 12 !important; 
		 flex: 0 0 100% !important; 
		 max-width: 100% !important; 
	 }
 
	 h1 { font-size: clamp(2.5rem, 8vw, 5rem); line-height: 1.1; }
	 h2 { font-size: 1.3rem; line-height: 1.5; }
	 h3 { font-size: 3rem; line-height: 3.2rem; }
	 h4 { font-size: 2rem; line-height: 2.4rem; }
 
	 #nav-icon { top: 3.2rem; }
	 #full-menu-overlay { width: 100vw; transform: translateX(100%); }
	 .main-nav-list li a { font-size: 2rem; }
	 .menu-proposal a { font-size: 2rem !important; }
	 div.fluentform .ff-el-form-control,
	 div.fluentform input[type="text"],
	 div.fluentform input[type="email"],
	 div.fluentform textarea {;
		 margin-bottom: 0.5rem;
	 }
	 div.fluentform textarea { max-height: 100px; }
	 .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check { width: 50% !important; float:left !important; }
	 
	 .proposal .cta-content-inner .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
		 width: calc(50% - 0.3rem) !important;
		 float: left !important;
	 }
	 .proposal .cta-content-inner .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:nth-child(odd) { margin-right: 0.3rem !important; }
	 .cta-content-inner { padding: 2rem; }
	 .cta-content-inner h4 { margin-bottom: 1rem; }
	 .cta-side-tab-container { top: 20%; }
	 .cta-tab-trigger { width: 15rem; height: 2.5rem; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; bottom: 5%; top: auto; }
	 .cta-tab-content { width: 100vw; height: 100vh; position: fixed; top: 0; right: 0; }
	 .cta-tab-content.is-open {overflow-y: auto;  -webkit-overflow-scrolling: touch;}
 
	 .hero, .landing_section, .career-featured, .career-fields, .life-at-roi, .founders, .join-us, 
	 .services-stats, .testimonials, .site-footer, .proposal-cta, .why-work, .service-summary, 
	 .service-how-help, .service-works, .service-faq { padding: 4rem 0; }
	 .services-grid { padding: 3rem 0;}
	 .service-how-help h3 { margin:0; width:100%; font-size: 2.5rem; line-height: 3rem;}
	 #brand-svg, #digital-svg, #media-svg, #consulting-svg, #ai-svg { width:80%; }
	 
	 .why-work .partners-logos { margin-left: 0; margin-top:2rem;}
 
 	 .hero {padding-top: 0;}
	 .hero .row.align-center { display: flex !important; flex-direction: column-reverse; }
	 .hero .hero-visual { order: 1; justify-content: center; }
	 .hero .hero-content { order: 2; }
	 .bg-video { height: calc(100% + 2px); top: -1px; object-fit: cover; }
	 .shape-video-container { background: #fff; overflow: hidden; max-width: 320px; }
	 .mask-svg { margin-bottom: -1px; display: block; vertical-align: middle; }
	 .headline, .intro { width: 100%; margin-top: 2rem; }
	 .desc { display: none}
	 
	 .logo-grid .logo-item { grid-column: span 3 !important; height: 20px; display: flex; justify-content: center; }
	 .logo-item img { max-width: 50px; }

 
	 .landing_section .svg-wrapper { width: 100%; margin-bottom: 3rem; }
	 .landing_section .svg-wrapper svg { margin: auto; }
	 .landing_section .section-content-wrapper { padding: 3rem 0; }
	 .landing_section:nth-of-type(4) .row .col-6:nth-child(2) { order: 1; }
	 .landing_section:nth-of-type(4) .row .col-6:nth-child(1) { order: 2; }
	 
	 .works { padding: 3rem 0; }
	 .works-double-slider { margin-top:2rem; }
	 .service-works, .works_headline { overflow-x: hidden;}
	 
	 .certificates .container { flex-wrap: wrap; justify-content: center; gap: 20px; }
	 .certificate-item { width: 33.33%; flex: 0 0 33.33%; }
	 
	 .stat-item { text-align: center; margin-bottom: 2rem; }
 
	 .life-item-row, .founders-row, .career-fields .row, .footer-main { flex-direction: column !important; gap: 30px; margin-bottom: 3rem; align-items: baseline; padding:0; }
	 .career-hero { padding: 1rem 0 4rem; }
	 .career-hero h1 { font-size: 10vw; line-height: 11vw; }
	 .career-hero-top { padding:0; }
	 .career-hero-bottom { margin:0; }
	 .career-hero-bottom svg { width: 80%; margin: 0; }
	 
	 .career-fields h3 { font-size:2.5rem; line-height:3rem; }
	 .career-field-content h4, .life-text-content h4, .life-footer-text h4, .proposal-cta-content *, #reveal-text, .service-how-help h3 { text-align: left; }
	 .career-field-content h4, .life-text-content h4, .life-footer-text h4 { font-size: 2.2rem; line-height: 2.6rem; margin-bottom: 0; }
	 .career-field-content p { margin-block-start: 0; font-size: 1rem; }
	 
	 .life-at-roi h3, .career-fields h3, .founders h3, .join-us h3 { margin-bottom: 0; width: 100%; text-align: left; }
	 .life-svg-wrapper svg, .founders-svg-wrapper svg { width: 100%; margin: 2rem auto 0; }
	 .life-text-content { padding:0; }
	 
	 .founders-row .col-6 { padding:0; }
	 .founders-svg-wrapper { justify-content: center; }
	 #founders-svg { display:none; }
	 
	 .career-video, .career-video-section { height: 300px; }
 
	 .career-logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 40px; margin-top: 4rem; }
	 .career-logo-grid .logo-item { grid-column: span 1 !important; height: 40px; display: flex; justify-content: center; }
	 .career-logo-grid .logo-item img { max-height: 40px; }
 
	 .selection-steps li { width: 100%; float: none; padding: 0 0 1.5rem 0; text-align: center; position: relative; font-size: 1rem; }
	 .selection-steps li:not(:last-child)::after { right: 50%; bottom: 0; top: auto; transform: translateX(50%) rotate(90deg); content: ''; position: absolute; width: 15px; height: 15px; background: url("img/jobs_arrow.svg") no-repeat center / contain; }
 
	 .join-us-top { border-bottom: none; padding: 0; }
	 .join-us-bottom .col-8 { flex-direction: column; align-items: center; text-align: center; }
	 .join-us h4 { font-size: 1.8rem; line-height: 2.2rem; margin-top: 3rem; text-align: left; }
	 .join-us-bottom h5 { text-align: center; }
	 
	 .jobs-list { margin-top: 3rem; }
	 .job-item:hover { padding-left: 0; }
	 .job-title { font-size: 1.2rem; }
	 
	 
 	 .service-sub-hero h1 span { font-size: 2rem; }
	 .service-number { font-size: 1.2rem; }
	 .service-arrow { display: none; }
	 .services-grid .row { grid-template-columns: 100% !important; }
	 .service-item { border: 1px solid #929292; }
	 .service-item + .service-item { border-top: none; }
	 .service-item-inner { padding: 3rem 2rem 2rem; min-height: auto; }
	 
	 .footer-logo { width: 60px; margin-bottom: 0; margin-top:3rem; }
	 .footer-headline { font-size: 4rem; max-width: 100%; }
	 .works-item { flex: 0 0 85vw; height: 300px; }
	 .testimonial-card { width: 280px !important; height: 480px !important; padding: 25px; }
	 .how-we-work-svg svg, .faq-svg-wrapper svg { width: 100%; max-width: 320px; max-height: 300px; }
	 
	 .contact-orange-bg::before { top: auto; right: auto; }
	 .contact-orange-bg { padding: 2rem; }
	 
	 .ai-left-content-side .service-sub-hero { padding:0;}
	 .ai-left-content-side .service-sub-hero h1 { font-size:3rem; line-height: 4rem;}
	 .ai-sticky-container { display: flex; flex-direction: column; }
	 .ai-left-content-side { order: 1; width: 100%; min-height: auto; padding: 0; }
	 .ai-showreel-sticky-wrapper { order: 2; position: relative; width: 100%; height: 50vh; float: none; top: auto; }
	 .ai-why-work { order: 3; width: 100%; height: auto; min-height: 50vh; padding-top: 5rem; padding-bottom: 5rem; }
	 .ai-left-content-side .service-sub-hero { padding-right: 0; }
	 
	 .aiVideoSwiper { width: 100% !important; margin: 0 !important; padding: 0 !important; }
	 .swiper-slide { width: 100% !important; opacity: 0; }
	 .swiper-slide-active { opacity: 1 !important; }
	 .video-carousel { padding: 3rem 0;}
	 .video-card { width: 350px; max-width: 85%; transform: scale(1) !important;}
	 .swiper-slide-active .video-card { transform: scale(1) !important; }
	 
	 .avatar-split-wrapper { display: block; }
	 .avatar-visual-side { width: 100%; height: 50vh; position: sticky; top: 0; z-index: 10; background: black; }
	 .avatar-container { width: 100%; height: 80%; }
	 .avatar-text-side { width: 100%; padding: 0 10%; margin-top: -5vh; }
	 .avatar-text-block { height: 30vh; padding-bottom: 0; text-align: center; }
	 .avatar-text-block p { text-align:center; }
	 .avatar-text-block h4 { font-size: 1.2rem; line-height: 1.5rem; text-align: center; }
	 
	 .ai-services { padding: 4rem 0; }
	 .ai-services h3 { margin-bottom: 3rem; font-size:2rem; }
	 .ai-service-row { flex-direction: column; padding: 2.5rem 0; }
	 .ai-service-num { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; margin-bottom: 0.5rem; padding: 0; font-size: 1.2rem; }
	 .ai-service-headline { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; margin-bottom: 1rem; padding-right: 0; }
	 .ai-service-headline h4 { font-size: 1.8rem; line-height: 2.2rem; }
	 .ai-service-text { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
	 .ai-service-text p { font-size: 1rem; }
	 
	 .professional-supervision .col-6 { width: 100%; flex: 0 0 100%; max-width: 100%; }
	 .professional-supervision .row { gap: 2rem; }
	 .ps-offset { margin-left:0; }
	 .ps-quote-icon { position: relative; top: 0; right: 0; margin-top: -120px; order: 2; }
	 .ps-quote { font-size: 1.8rem; order: 1; }
	 .professional-supervision .col-6:last-child { display: flex; flex-direction: column; }
	 
	 .ai-footer { padding: 5rem 0;}
	 .ai-footer-inner { width: 90%; }
	 
	 .vcrc_info { padding: 1rem 0;}
	 .ai-video-types .row { gap: 0; }
	 .ai-video-block { text-align: left; padding: 3rem 0; }
	 .ai-video-block .col-4, .ai-video-block .col-8 { width: 100%; max-width: 100%; flex: 0 0 100%; }
	 .ai-video-wrapper { margin-bottom: 1.5rem; }
	 .ai-video-wrapper video { margin: auto; }
	 .ai-video-headline { text-align: left; line-height: 3.5rem; }
	 
	 .founders_headline { width:100%; }
	 .aboutus_founders { padding: 5rem 0; }
	 .founders_description { margin-top:3rem; }
	 .founder-card { width:100%; }
	 .founder-img { min-height:18rem; }
	 .cert_headline { font-size: 2.5rem; }
	 .footer_summary { margin-bottom: 1rem; }
	 
	 .aboutus_numbers { padding: 5rem 0; } 
	 .aboutus_numbers .col-6, .aboutus_numbers .col-12 { justify-content: center; } 
	 .aboutus_numbers_text { padding-right: 0; margin-bottom: 4rem; text-align: center; } 
	 .numbers_grid { row-gap: 2rem; } 
	 .big_number { font-size: 4rem; text-align:center;}
	 .aboutus_featured_top { flex-direction: column; padding: 5rem 0;}
	 .aboutus_featured_desc { margin-top 2rem; }
	 .aboutus_featured_bottom { padding: 2rem 0; }
	 .aboutus_featured_item { flex-direction: column; }
	 .aboutus_certificates { padding: 5rem 0; }
	 .cert_headline { width: 100%; }
	 .aboutus_certificates .col-3 { flex: 0 0 100%; max-width: 100%; border-right: none; }
	 .aboutus_certificates .col-3:not(:last-child) { border-bottom: 1px solid white; }
	 
	 .aboutus_footer_cta { padding: 5rem 0; }
	 .footer-bottom { flex-direction: column; }
	 .footer-menu a, .footer-menu li { text-align: center; }
	 
 }
@media screen and (min-width: 768px) and (max-width: 1024px) {
	 .container { width: 90%; max-width: 1100px; }
	 
	 h1 { font-size: 6rem; line-height: 5.5rem; }
	 h3 { font-size: 3rem; line-height: 3.2rem; }
	 h4 { font-size: 2rem; }
 
	 #full-menu-overlay { width: 100vw; transform: translateX(100%); }
	 .main-nav-list li a { font-size: 3.5rem; }
	 .menu-proposal a { font-size: 2rem !important; }
	 
	 .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check { width: 50% !important; float:left !important; }
 
	 .landing_section, .works, .services, .site-footer, .proposal-cta, .why-work, 
	 .service-summary, .service-how-help, .service-works, .service-faq, 
	 .career-featured, .career-fields, .life-at-roi, .founders, .join-us { padding: 5rem 0; }
 
	 .hero .hero-visual, .hero .hero-content, .contact-section .col-6 { grid-column: span 12 !important; }
	 .hero .hero-visual { order: 1; }
	 .hero .hero-content { order: 2; }
	 .shape-video-container { max-width: 400px; margin: auto; }
 
	 .landing_section [class*="col-6"] { grid-column: span 6 !important; }
	 .landing_section .svg-wrapper { width: 80%; margin-bottom: 0; }
	 .landing_section:nth-of-type(3) .row .col-6:nth-child(2) { order: 1; }
	 .landing_section:nth-of-type(3) .row .col-6:nth-child(1) { order: 2; }
 
	 .works-item { flex: 0 0 450px; height: 350px; }
	 .services-wrapper .col-6, .services-wrapper .col-4, .services-wrapper .col-3 { grid-column: span 10; }
	 .service-row .row { display: grid !important; }
	 .service-arrow { display: block; }
 
	 .services-stats .row { display: grid !important; grid-template-columns: repeat(12, 1fr) !important; gap: 20px; text-align: center; }
	 .services-stats .stat-item { grid-column: span 4 !important; font-size: 3rem; margin-bottom: 0; }
 
	 .certificates .container { flex-wrap: wrap; justify-content: center; gap: 20px; }
	 .certificate-item { width: 33.33%; flex: 0 0 33.33%; }
	 .certificate-item img { max-width: 100px; }
	 .swiper { margin-left: 0 !important; }
 
	 .footer-info { width: 85%; }
	 .footer-headline { font-size: 4rem; }
	 .footer-top .col-8 { grid-column: span 7; }
	 .footer-top .col-4 { grid-column: span 5; }
 
	 .service-hero h1, .service-sub-hero h1 { font-size: 4rem; }
	 .service-sub-hero h1 { line-height: 3.5rem; }
	 .service-sub-hero h1 span { font-size: 2rem; }
	 #brand-svg, #digital-svg, #media-svg, #consulting-svg, #ai-svg { width: 50%; }
 
	 .services-grid .row { grid-template-columns: 50% 50% !important; }
	 .service-item { border-top: 1px solid #929292 !important; border-right: 1px solid #929292 !important; border-left: none !important; border-bottom: none !important; }
	 .service-item:nth-child(2n+1) { border-left: 1px solid #929292 !important; }
	 .service-item:nth-last-child(-n+2) { border-bottom: 1px solid #929292 !important; }
 
	 .proposal-cta-content, .proposal-cta-content h3, .proposal-cta-content p, #reveal-text, .service-how-help h3 { text-align: left; }
	 .why-work-content, .service-how-we-work h3, .service-faq h3 { padding: 3rem 0; margin-bottom: 3rem; }
	 .why-work .partners-logos { margin: 3rem 0 0 0; }
	 .service-how-help h3 { font-size: 2.8rem; padding: 3rem 0; }
	 .how-help-item-number { font-size: 3rem; line-height: 3rem; }
	 .how-we-work-svg svg, .faq-svg-wrapper svg { width: 100%; max-width: 400px; max-height: 400px; }
	 .faq-description p, .contact-description { width: 100%; padding-bottom: 0; }
	 .contact-left { margin-bottom: 3rem; }
	 .contact-orange-bg { padding: 2rem; }
	 .contact-orange-bg::before { top: auto; right: auto; }
 
	 .career-hero { padding: 1rem 0 4rem; color: white; }
	 .career-hero h1 { font-size: 10vw; line-height: 11vw; margin-bottom: 3rem; }
	 .career-hero-top, .career-description { padding-bottom: 3rem; }
	 .career-hero-bottom { margin-top: 3rem; }
	 .career-hero-bottom svg, .career-svg-wrapper { display: flex; justify-content: center; align-items: center; }
	 .career-svg-wrapper { padding: 1rem; }
	 .career-description { padding-top: 3rem; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
	 .career-description h2 { font-size: 1.5rem; line-height:2rem; }
	 .career-hero-bottom svg { width:80%; }
	 .career-featured { background: white; text-align: center; }
	 
	 .career-fields { background-color: var(--orange); color: white; }
	 .career-fields h3, .life-at-roi h3, .join-us h3 { text-align: left; padding: 2rem 0; border-top: 1px solid white; border-bottom: 1px solid white; margin-bottom: 3rem; display: inline-block; width: 100%; }
	 .career-fields .row, .life-item-row, .founders-row { flex-direction: column; gap: 30px; align-items: baseline; }
	 .career-field-content h4, .life-text-content h4, .life-footer-text h4 { font-size: 2.2rem; line-height: 2.6rem; font-weight: 600; text-transform: none; }
	 .career-field-content p, .life-text-content { font-size: 1rem; line-height: 1.5rem; text-align:left; padding: 0; }
	 
	 .career-video, .career-video-section { width: 100%; height: 300px; position: relative; background: #000; overflow: hidden; }
	 .life-at-roi .col-12, .life-item-row .col-6, .founders-row .col-6 { text-align: left; flex: 0 0 100%; max-width: 100%; }
	 .life-item-row { margin-bottom:3rem; }
	 .life-item-row .col-6, .founders-row .col-6 { display: flex; flex-direction: column; align-items: baseline; padding: 0;}
	 .life-svg-wrapper { width:60% }
	 .life-svg-wrapper svg, .founders-svg-wrapper svg { width: 60%; height: auto; margin: auto; }
	 
	 .founders-row { margin-bottom: 2rem; }
	 .founders h3 { padding: 2rem 0; border-top: 1px solid black; border-bottom: 1px solid black; display: inline-block; }
	 .founders h4 { font-size: 1.5rem; line-height: 1.8rem; }
	 #founders-svg { display:none; }
	 
	 .career-logo-grid { margin-top:3rem; }
	 .career-logo-grid .logo-item img { width: 100%; max-height: 50px; object-fit: contain; }
	 
	 .join-us { background: var(--blue); }
	 .join-us h4 { font-size: 1.8rem; line-height: 2.2rem; margin-top: 3rem; text-align: left; }
	 .jobs-list { border-top: 1px solid white; }
	 .job-item { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid white; text-decoration: none; color: inherit; }
	 .job-title { font-size: 1.2rem; }
	 
	 .join-us-bottom .col-8 { grid-column: span 12; }
	 .selection-steps li { font-size: 1rem;}
	 
	 .aiVideoSwiper { width: 100% !important;}
	 .video-card { width: 200px; }

	 .avatar-split-wrapper { display: block; }
	 .avatar-visual-side { width: 100%; height: 50vh; position: sticky; top: 0; z-index: 10; background: black; }
	 .avatar-container { width: 100%; height: 80%; }
	 .avatar-text-side { width: 100%; padding: 0 10%; margin-top: -5vh; }
	 .avatar-text-block { height: 30vh; padding-bottom: 0; text-align: center; }
	 .avatar-text-block p { text-align:center; }
	 .avatar-text-block h4 { font-size: 1.2rem; line-height: 1.5rem; text-align: center; }
	 
	 .vcrc_info { padding: 1rem 0;}
	 .ai-video-types .row { gap: 20px; }
	 .ai-video-block { padding: 3rem 0; }
     .ai-video-block .col-4, .ai-video-block .col-8 { width: 100%; max-width: 100%; flex: 0 0 100%; }
	 .ai-video-wrapper { margin-bottom: 1.5rem; }
	 .ai-video-wrapper video { margin: auto; }
	 .ai-video-headline { line-height: 3.5rem; }
 }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
	 .container { max-width: 1300px; }
	 h1 { font-size: 6rem; line-height: 5.5rem; }
	 h3 { font-size: 4rem; line-height: 4.2rem; }
	 h4 { font-size: 2.5rem; }
	 .works { padding-bottom: 5rem; }
	 
	 .service-hero h1, .service-sub-hero h1 { font-size: 5rem; }
	 .service-sub-hero h1 { line-height: 4.5rem; }
	 .service-sub-hero h1 span { font-size: 2.5rem; }
	 #brand-svg, #digital-svg, #media-svg, #consulting-svg, #ai-svg { width: 50%; }
 
	 .services-grid .row { grid-template-columns: 50% 50% !important; }
	 .service-item { border-top: 1px solid #929292 !important; border-right: 1px solid #929292 !important; border-left: none !important; border-bottom: none !important; }
	 .service-item:nth-child(2n+1) { border-left: 1px solid #929292 !important; }
	 .service-item:nth-last-child(-n+2) { border-bottom: 1px solid #929292 !important; }
 
	 .how-we-work-svg svg, .faq-svg-wrapper svg { width: 100%; max-width: 500px; max-height: 500px; }
 
	 .career-hero { padding-top: 3rem; padding-bottom: 6rem; }
	 .career-hero h1 { font-size: 7vmax; line-height: 7.5vmax; }
	 .career-fields, .life-at-roi, .founders, .join-us { padding: 8rem 0; }
	 .career-fields .row { gap: 40px; }
	 .career-field-content h4, .life-text-content h4, .life-footer-text h4 { font-size: 3rem; line-height: 3.5rem; }
	 .career-field-content p { font-size: 1.2rem; line-height: 1.8rem; }
	 .life-item-row { margin-bottom: 7rem; }
	 .life-text-content { padding: 0 2rem; }
	 .career-video, .career-video-section { height: 550px; }
	 .career-logo-grid { grid-template-columns: repeat(6, 1fr); margin-top: 7rem; }
	 .join-us h4 { font-size: 2vmax; text-align: left; }
 }
 @media screen and (min-width: 1441px) and (max-width: 1728px) {
	 .container { max-width: 1640px; }
	 .service-hero h1 { font-size: 5rem; }
	 #brand-svg, #digital-svg, #media-svg, #consulting-svg, #ai-svg { width: 50%; }
	 
	 .services-grid .row { grid-template-columns: 50% 50%; }
	 .service-sub-hero h1 { font-size: 6rem; line-height: 5.5rem; }
	 .service-sub-hero h1 span { font-size: 4rem; }
 
	 .service-item { border-top: 1px solid #929292 !important; border-right: 1px solid #929292 !important; border-left: none !important; border-bottom: none !important; }
	 .service-item:nth-child(2n+1) { border-left: 1px solid #929292 !important; }
	 .service-item:nth-last-child(-n+2) { border-bottom: 1px solid #929292 !important; }
 
	 .career-hero { padding-bottom: 8rem; }
	 .career-hero h1 { font-size: 8vmax; line-height: 8vmax; }
	 .career-fields, .life-at-roi, .founders, .join-us { padding: 10rem 0; }
	 .career-fields .row { gap: 80px; }
	 .career-field-content h4, .life-text-content h4, .life-footer-text h4 { font-size: 4rem; line-height: 4.5rem; }
	 .life-item-row { margin-bottom: 10rem; }
	 .career-video, .career-video-section { height: 700px; }
	 .career-logo-grid { margin-top: 10rem; row-gap: 80px; }
 }
 @media screen and (min-width: 1729px) and (max-width: 1920px) {
	 .service-hero h1, .service-sub-hero h1 span { font-size: 5rem; }
 }
 
 
 
 
/* Grouping content
	 ========================================================================== */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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