/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-location-header {
	position: sticky;
	top: 22px;
	z-index: 999;
}

.header-container {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(15px);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);

}


.custom-counter .elementor-counter-number-suffix {
	color: #b5ac83;
}

.dot-title {
	padding-left: 19px;
	position: relative;
}

.dot-title::before {
	content: '';
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #B5AC83;
}


.custom-ol-list {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item;
}

.custom-ol-list li {
	display: flex;
	align-items: center;
	counter-increment: item;
	gap: 12px;
}

.custom-ol-list li:not(:last-child) {
	margin-bottom: 12px;
}


.custom-ol-list li::before {
	content: counter(item, decimal-leading-zero);
	width: 16px;
	font-size: 10px;
	opacity: 0.5;
}

.og-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.og-wrapper:hover .og-track {
    animation-play-state: paused;
}

.og-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: og-marquee 40s linear infinite;
    gap: 0;
}

.og-slide {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.og-word {
    font-size: 86px;
	line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 48px;
    color: var(--color-primary, #000);
}

.og-word--outline {
    color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
}

.og-separator {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #B5AC83;
    flex-shrink: 0;
}

@keyframes og-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

@media (max-width: 1024px) {
    .og-word {
        font-size: 64px;
        padding: 0 20px;
    }
}


.faq {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
}

.faq__item {
	display: flex;
	align-items: center;
	gap: 120px;
    padding: 70px 0;
    border-bottom: 1px solid #e0e0e0;
    opacity: .2;
    transition: opacity 0.4s ease;
}

.faq__item:last-child {
	border: none;
}

.faq__item.active {
    opacity: 1;
}

.faq__question {
	width: 220px;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	flex-shrink: 0;
}

.faq__answer {
	margin: 0;
	font-size: 16px;
	color: #454545;
	line-height: 1.5;
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 300;
}

.faq__answer::before {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #B5AC83;
	flex-shrink: 0;
}

.faq__number {
	line-height: 1.5;
	color: #B5AC83;
	font-size: 24px;
}

@media(max-width: 1024px) {
	.faq__item {
		padding: 24px 0;
		flex-wrap: wrap;
		gap: 16px;
	}
	
	.faq__number  {
		width: 40px;
		flex-shrink: 0;
	}
	
	.faq__question {
		width: calc(100% - 56px);
	}
	
	.faq__answer {
		padding-left: 56px;
		font-size: 14px;
	}
	
}

.realization-typ {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.realization-typ__sep {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    flex-shrink: 0;
}

.realization-typ__item {
    display: inline-block;
}

.custom-faq .e-n-accordion-item {
	border-bottom: 1px solid rgb(0, 0, 0, .2);
}

.custom-faq .e-n-accordion-item:open {
	border-bottom: 1px solid #B5AC83;
}

.custom-faq .e-n-accordion-item-title-text {
	padding-left: 22px;
	position: relative;
}

.custom-faq .e-n-accordion-item-title-text::before {
		content: '';
	width: 8px;
	height: 16px;
	left: 0;
	top: 50%;
	position: absolute;
	background-image: url('./assets/images/chevron.svg');
	background-position: center;
	transition: .2s;
	background-repeat: no-repeat;
	transform: translatey(-50%);
}

@media(max-width: 1024px) {
	.relative-mobile {
		position: relative!important;
	}
}


.toggler-menu {
  width: 44px;
  height: 29px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none!important;
  border: none;
  padding: 0;
}

.toggler-menu__line {
  display: block;
  width: 100%;
  height: 5px;
  background: #1D1D1B;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1),
              opacity 0.25s ease;
}

.toggler-menu.active .toggler-menu__line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.toggler-menu.active .toggler-menu__line:nth-child(2) {
  opacity: 0;
}

.toggler-menu.active .toggler-menu__line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media(max-width: 1024px) {
	.elementor-location-header {
		top: 12px;
	}
}


.fixed-menu {
	position: fixed!important;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(9px);
	z-index: 9999;
	height: calc(100% - 106px);
	transition: .5s;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

@media(min-width: 1024px) {
	.fixed-menu {
		display: none;
	}
}


@media(max-width: 1024px) {
	.fixed-menu {
		opacity: 0;
		visibility: hidden;
	}
	
	.fixed-menu.active {
		opacity: 1;
		visibility: visible;
	}
	
	.overflow-hidden {
		overflow: hidden;
	}
}

.rank-math-breadcrumb,
.rank-math-breadcrumb a{
	color: rgb(0, 0, 0, .5);
}

.rank-math-breadcrumb p {
	margin: 0;
}

.square-list {
	padding: 0;
	list-style: none;
}

.square-list li {
	display: flex;
	gap: 9px;
	align-items: top;
}

.square-list li:not(:last-child) {
	margin-bottom: 10px;
}

.square-list li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #B5AC83;
	top: 10px;
	position: relative;
}

.branza-counter .elementor-counter-number-suffix {
	color: #fff;
}

.blur-form {
	backdrop-filter: blur(7.5px);
}