/* Overlay fatto con elementor */
div#overlay.garden.active {
	display: inline;
}

div#overlay.garden {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999 !important;
	transition: opacity 0.3s ease;
	display: none;
}

.contact-layer {
	position: fixed;
	right: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background-color: #fff;
	z-index: 999999999;
	padding: 62px 62px 45px;
	display: none;
	overflow: scroll;
}

.contact-layer .close-div {
	text-align: end;
}

.contact-layer .close-div img,
span.open-contact,
.open-contact a {
	cursor: pointer;
}

/**/
.elementor-widget-n-accordion .e-n-accordion-item-title-icon svg {
	width: 24px !important;
	height: 22px !important;
}

.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item:last-child {
	border-bottom: 1px solid #d5d8dc !important;
}

.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
	fill: transparent !important;
}

/**/
.elementor-widget-slides .elementor-main-swiper {
	border-radius: 16px;
}

/**/
.contact-layer  {
	position: fixed;
	right: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background-color: #fff;
	z-index: 999999999;
	padding: 62px 62px 45px;
	display: none;
	overflow: scroll;
}

.contact-layer.active  {
	display: block;
}

.contact-layer .close-div {
	text-align: end;
}

.contact-layer .close-div img,
span.open-contact{
	cursor: pointer;
}

.contact-layer .content h3 {
	color: #000;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 20px 0;
}

.contact-layer .content h3 + p {
	font-size: 25px;
	margin-bottom: 20px;
}

.contact-layer .content p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.contact-layer .content p b {
	font-weight: 500;
}

.contact-layer .content ul {
	margin-bottom: 15px;
	padding-left: 30px;
}

.contact-layer .content ul li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.open-contact a {
	cursor: pointer;
}

/**/
.elementor-swiper-button {
	position: relative;
	width: 47px;
	height: 47px;	
}

.elementor-swiper-button.elementor-swiper-button-prev {
	left: 28px !important;
}

.elementor-swiper-button.elementor-swiper-button-next {
	right: 28px !important;
}

.elementor-swiper-button.elementor-swiper-button-prev:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
	background-image: url(https://tds.stage.public.triboo.it/wp-content/uploads/2024/11/arrow-left-circle-carousel-white.svg);
	background-repeat: no-repeat;
	background-size: 47px;
	background-position: center;
}

.elementor-swiper-button.elementor-swiper-button-next:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
	background-image: url(https://tds.stage.public.triboo.it/wp-content/uploads/2024/11/arrow-right-circle-carousel-white.svg);
	background-repeat: no-repeat;
	background-size: 47px;
	background-position: center;
}

.elementor-swiper-button svg,
.elementor-swiper-button .elementor-screen-only{
	display: none;
}

@media screen and (max-width:1024px) {
	.contact-layer {
		width: 50%;
	}
	
	.contact-layer .content h3 {
		font-size: 26px;
	}
	
	.contact-layer .content h3 + p {
		font-size: 18px;
		margin-bottom: 20px !important;
	}
}

@media screen and (max-width:767px) {
	.contact-layer {
		width: 100%;
		padding: 46px 26px;
	}
}