/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");
@import url('https://fonts.cdnfonts.com/css/metropolis-2');

/* Your CSS code goes here
-------------------------------------- */
button.iubenda-tp-btn.iubenda-cs-preferences-link {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

#box-menu-principale {

	/* Raggio degli angoli: 3px in tutti gli angoli */
	border-radius: 3px;

	/* Se desideri un riempimento trasparente */
	background-color: rgb(255 255 255 / 2%);

	/* OpacitÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  totale del contenitore */
	opacity: 1.0;
	/* corrispondente a 100% */

	/* Sfocatura e luminositÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  sullo sfondo (supportato in Safari, Chrome, ecc.) */
	backdrop-filter: blur(30px) brightness(1.15) invert(0.1);
	/* backdrop-filter: blur(30px) brightness(1.15); */
	mix-blend-mode: normal;
	-webkit-backdrop-filter: blur(30px) brightness(1.15);
}

.divider-hor,
.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
	position: relative;
	border-bottom: 2px solid var(--e-global-color-accent);
	/* margin: 40px 0; */
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #a66e2a 0%, #ecc559 99%, #ecc559 100%);
	border-image-slice: 1;
}

.e-n-tabs-heading .e-n-tab-title {
	margin-bottom: 40px !important;
}

/* Triangolo sinistro */
.divider-hor::before,
.divider-hor::after,
.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after,
.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before {
	content: "";
	position: absolute;
	top: calc(100% + 1px);
	transform: translateY(-50%);
	border: 5px solid transparent;
	/* border-width: 15px 25px 15px 0; */
}

/* Punta verso destra */
.divider-hor::before,
.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after {
	left: 0;
	border-left-color: #a66e2a;
	height: 10px;
}

/* Punta verso sinistra */
.divider-hor::after,
.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before {
	right: 0;
	border-right-color: #ecc559;
}


a.nav-link {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: lowercase;
}

.pointer-background .navbar-nav>.nav-item:hover>a:before,
.pointer-doubleline .navbar-nav>.nav-item:hover>a:before,
.pointer-framed .navbar-nav>.nav-item:hover>a:before,
.pointer-overline .navbar-nav>.nav-item:hover>a:before,
.pointer-underline .navbar-nav>.nav-item:hover>a:before {
	border-color: #ffffff;
}



figcaption.elementor-image-carousel-caption {
	position: absolute;
	width: 95%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 1.0;
	backdrop-filter: blur(30px) brightness(1.15);
	-webkit-backdrop-filter: blur(30px) brightness(1.15);
	bottom: 0;
	margin: 2.5%;
	padding: 10px;
	text-align: left !important;
	color: white;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}


.swiper-slide.swiper-slide-duplicate {
	display: none !important;
}

.home-gallery .swiper-pagination.swiper-pagination-clickable {
	position: absolute !important;
	bottom: 45px !important;
	width: 50%;
	margin-left: 50% !important;
}

.home-gallery .swiper-pagination span.swiper-pagination-bullet {
	--mywidth-bullet: 10px !important;
	background-color: rgb(0 0 0 / 57%) !important;
	backdrop-filter: blur(30px) brightness(1.15);
	-webkit-backdrop-filter: blur(30px) brightness(1.15);
	border-radius: 3px !important;
}

.home-gallery .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	--mywidth-bullet: 10px !important;
	background-color: rgb(0 0 0 / 31%) !important;
	backdrop-filter: blur(30px) brightness(1.15);
	-webkit-backdrop-filter: blur(30px) brightness(1.15);

}



#side-big-title {
	position: relative;
}

#side-big-title::before {
	content: 'CASSARINO';
	font-family: LegquinneVariable;
	font-size: 10vw;
	/* line-height: 500px; */
	color: #ffffff30;
	z-index: 999999999;
	transform: rotate(90deg);
	position: absolute;
	left: 6vh;
	transform-origin: top left;
	width: 100%;
	height: 100%;
	font-weight: 500;
	opacity: 1;
	mix-blend-mode: unset;
}


#bottom-big-title {
	position: relative;
}

#bottom-big-title::before {
	content: 'CASSARINO';
	font-family: LegquinneVariable;
	font-size: 18.8vw;
	/* line-height: 500px; */
	color: #ffffff30;
	z-index: 999999999;

	position: absolute;
	top: 86%;
	width: 100%;
	height: 100%;
	font-weight: 500;
	opacity: 1;
	mix-blend-mode: unset;
}


.elementor-widget-container p {
	font-size: 18;
	line-height: 20px;
	color: white;
	opacity: 60%;
	margin-top: 10px;
	margin-bottom: 0px;
}


.inverted .elementor-widget-container p {
	font-size: 18;
	line-height: 20px;
	color: var(--e-global-color-primary);
	opacity: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}


h1.elementor-heading-title {
	font-family: LegquinneVariable;
	font-size: 83px;
	letter-spacing: 0.83px;
	line-height: 86px;
}

h2.elementor-heading-title {
	font-family: 'LegquinneVariable';
	font-size: 40px;
	letter-spacing: 1.2px;
	line-height: 45px;
}


h6.elementor-heading-title {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.23px;
	line-height: 24px;
}


.home-single-property {}





div#property-bg-right .elementor-widget-container {
	position: relative;
}

div#property-bg-right .elementor-widget-container:after {
	position: absolute;
	content: '';
	background-image: url(https://teamcassarino.it/wp-content/uploads/2025/03/1-PLANIMETRIA-bg-scaled.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: -580px;
	width: 75%;
	height: 100%;
	opacity: 0.1;
}


div#property-bg-center {
	position: relative;
}

div#property-bg-center:after {
	position: absolute;
	content: '';
	background-image: url(https://teamcassarino.it/wp-content/uploads/2025/03/3-ESTERNO-scaled.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: 0;
}



.property-card {
	will-change: transform;
	transition: transform 1000ms ease-out;
}



.property-card {
	/* border: 1px solid #e0e0e0; */
	border-radius: 3px;
	/* overflow: hidden; */
	max-width: 800px;
	margin: 0;
	/* background: #fff; */
	color: white;
	/* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
	position: relative;
	z-index: 1;
}

span.property-title {
	font-size: 129px;
	line-height: 206px;
	position: absolute;
	font-family: 'LegquinneVariable';
	top: -125px;
	z-index: 9999999;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

.property-card__image img {
	width: 100%;
	height: auto;
	display: block;
}

.property-card__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.property-card__info {
	flex: 1 1 60%;
}

.property-card__title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: #ffffff;
	font-size: 24px;
	line-height: 27px;
	font-family: 'Metropolis';
}

.property-card__excerpt {
	font-size: 1rem;
	color: #555;
}

.property-card__action {
	flex: 1 1 30%;
	text-align: right;
}

.property-card__button {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Metropolis';
	position: relative;
}

.property-card__button:hover {
	color: white;
}




#home-icon .module-3cols .text-with-icon-item {
	width: calc(100% / 1);
}

#home-icon {}

#home-icon .text-with-icon-title {
	width: 90%;
}

#home-icon .text-with-icon-body {
	margin-left: -60px;
}


.big-title h2.elementor-heading-title {
	font-size: 175px;
	line-height: 181px;
	font-weight: 500;
	letter-spacing: 1.75px;
	text-shadow: 1px -1px 0px var(--e-global-color-primary);
	color: var(--e-global-color-primary);
}


button.e-n-tab-title {
	background: none !important;
	text-align: center;
	width: 100% !important;

}

span.e-n-tab-title-text {
	font-family: 'LegquinneVariable';
}

.e-n-tabs-heading .e-n-tab-title span {
	padding: 0px 10px;
}




.map-desc .houzez_section_title_wrap.section-title-module {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

.map-desc .houzez_section_title_wrap.section-title-module h2 {
	margin-right: 30px;
}

.map-desc .houzez_section_title_wrap.section-title-module * {
	padding: 0;
	margin: 0;
}


.overflow-slider .elementor-widget-container .swiper-slide {
	aspect-ratio: 1.44;
}

.overflow-slider>div>.elementor-widget-container {
	overflow: hidden;
	margin-right: calc((100vw - var(--container-max-width)) / -2) !important;
	padding-right: calc((100vw - var(--container-max-width)) / 2) !important;
}

.overflow-slider .elementor-widget-container .elementor-image-carousel-wrapper.swiper.swiper-initialized {
	overflow: visible;
}

.overflow-slider .elementor-widget-container .elementor-image-carousel-wrapper.swiper.swiper-initialized .elementor-image-carousel.swiper-wrapper .swiper-slide-inner {
	padding: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	--mywidth-bullet: 35px;
	margin: 0 8px;
	width: var(--mywidth-bullet);
	height: 2px;
	border-radius: 1px;
	background-color: var(--e-global-color-primary) !important;
	display: inline-block;
	position: relative;
	top: 0;
	margin-top: 0 !important;

	transform: unset;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 0 !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: calc(var(--mywidth-bullet) * 2);
	!important;
}

.elementor-element.elementor-pagination-position-outside .swiper {
	padding-bottom: 0 !important;
}

.home-gallery {
	max-height: 455px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	text-align: left;
	padding-left: 20px !important;
	bottom: 28px !important;

	position: relative;
	margin-top: 0px;
}

.indent-title .elementor-heading-title {
	text-indent: 12%;
}

.overflow-slider {
	position: relative;
	z-index: 0;
}

.overflow-slider:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(150deg, #f7f8f9 20%, #f7f8f900 50%);
	width: 60%;
	height: 60%;
	z-index: 2;
	opacity: .95;
}

.property-floor-plans-wrap .accordion {
	display: flex;
	gap: 1%;
	background: #f7f7f7;
}

.property-floor-plans-wrap .accordion-header,
.property-floor-plans-wrap .floor-plan-description {
	display: none;
}

.accordion-tab,
.similar-property-wrap,
.what-nearby dd {
	border-bottom: 0px solid #fff !important;
}


ul.agent-information {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
	flex-wrap: nowrap;
}

li.agent-link {
	text-align: right;
}

li.agent-name i {
	display: none;
}


.agent-image img {
	margin: 5px !important;
	background: white;
	border-radius: 3px;
}

.C_icon:before {
	content: 'C';
	position: absolute;
	left: -20px;
	font-size: 50px;
	font-family: 'LegquinneVariable';
	top: 50%;
	transform: translateY(-30%);
}

.C_icon_blue,
.C_icon_blue:before {
	color: var(--e-global-color-primary)
}



footer,
.footer-bg {
	position: relative;
	overflow-y: hidden;
	background-image: url(https://teamcassarino.it/wp-content/uploads/2025/03/Cassarino-footer.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}


.home-gallery .swiper-pagination {
	display: none;
}

.coming-soon::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999;
	pointer-events: auto;
	/* blocca i click */
}

.coming-soon .property-card__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000047;
	z-index: 9999;
	backdrop-filter: blur(167px);
	backdrop-filter: blur(18px);
	/* blocca i click */
}

.coming-soon .property-card__image::before {
	content: "Coming Soon";
	font-family: 'Metropolis';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* width: 100%; */
	/* height: 100%; */
	z-index: 999999;
	pointer-events: auto;
	/* blocca i click */
	font-size: 40px;
	width: 100%;
	text-align: center;
}

.coming-soon .property-card__content {
	display: none;
}



.property-card__image {
	position: relative;
	overflow: hidden;
}

.hs-gallery-v4-grid-item .img-fluid,
.hs-gallery-v5-grid-item .img-fluid {
	border-radius: 3px;

}


.hs-gallery-v4-wrap .img-wrap-3-text,
.hs-gallery-v5-wrap .img-wrap-3-text,
.property-detail-v6 .property-banner .img-wrap-3-text,
.hs-gallery-v3-wrap .property-image-count {
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 300;
	border-radius: 2px !important;
}

.hs-gallery-v3-wrap .property-image-count {
	padding: 5px 12px 3px;
}



button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.7);
	border-radius: 2px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.listing-slider-variable-width .slick-slide {
	padding-left: 15px !important;
	padding-right: 15px !important;
}


.mobile-property-contact .btn-secondary,
.mobile-property-contact .btn-secondary:focus,
.mobile-property-contact .btn-secondary:focus:active {
	color: #fff;
	background-color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-primary) !important;
}

.mobile-property-contact .btn-secondary-outlined,
.btn-secondary-outlined:hover {
	color: var(--e-global-color-primary) !important;
	background-color: transparent;
	border-color: var(--e-global-color-primary) !important;
}


.agent-information .agent-link,
.agent-link {
	display: none;
}

img.c-img {
	height: 83px;
}

span.hs-meta-widget-data {
	font-family: "Legquinne-Variable", Sans-serif;
	font-size: 83px;
	line-height: 86px;
	color: var(--e-global-color-secondary);
}

span.hs-meta-widget-title {
	font-family: "Metropolis", Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	color: var(--e-global-color-secondary);
}

div#property-features-wrap {
	position: relative;
}

div#property-features-wrap:before {
	position: absolute;
	content: '';
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.btn-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}



.btn-blue,
.btn-outline {
	flex: 1;
	width: 100% !important;
}

.btn-blue a.elementor-button {
	font-family: "Metropolis", Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	border: 2px solid var(--e-global-color-primary);
	background: var(--e-global-color-primary);
	border-radius: 3px;
	width: 100%;
}

.btn-outline a.elementor-button {
	font-family: "Metropolis", Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	border: 2px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	background: transparent;
	border-radius: 3px;
}




.menu-item .nav-link {
	color: #fff !important;
}













.proposte-gallery .elementor-image-carousel-wrapper.swiper::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: 42px;
	z-index: 1;
	padding: 10px 20px;
	border-radius: 1px;
	background-color: rgb(255 255 255 / 2%);
	opacity: 1.0;
	backdrop-filter: blur(30px) brightness(1.15) invert(0.1);
	/* backdrop-filter: blur(30px) brightness(1.15); */
	mix-blend-mode: normal;
	-webkit-backdrop-filter: blur(30px) brightness(1.15);
	color: #fff;
}

.proposte-gallery .elementor-image-carousel-wrapper.swiper {
	position: relative !important;
	pointer-events: none;
}


.proposte-gallery .home-gallery1 .elementor-image-carousel-wrapper.swiper::after {
	content: "SOGGIORNO";
}

.proposte-gallery .home-gallery2 .elementor-image-carousel-wrapper.swiper::after,
.proposte-gallery .home-gallery4 .elementor-image-carousel-wrapper.swiper::after {
	content: "CAMERA";
}

.proposte-gallery .home-gallery3 .elementor-image-carousel-wrapper.swiper::after {
	content: "BAGNO";
}



.houzez-nav-menu-main-mobile-wrap.nav-mobile .main-nav .navbar-nav .nav-item a {
	color: var(--e-global-color-primary) !important;
}




/* CF7 */


.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

/* Campi */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 4px;
	padding: 12px 16px;
	color: #fff;
	font-size: 15px;
	outline: none;
	font-family: 'Metropolis';
	font-weight: 300;
	color: white;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #ededed;
	text-transform: uppercase;
}

.wpcf7-form textarea {
	min-height: 120px;
	resize: vertical;
}

/* Pulsante INVIA (full width, bianco) */
.wpcf7-form .btn-invia {
	width: 100%;
	background-color: #fff;
	color: #0c1b2d;
	padding: 14px 0;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: 'Metropolis';
	font-weight: 500;
}

.wpcf7-form .btn-invia:hover {
	background-color: #e5e5e5;
}

/* Pulsanti WhatsApp e Chiamaci affiancati */
.bottoni-secondari {
	display: flex;
	gap: 10px;
}

.bottoni-secondari .btn-50 {
	flex: 1;
}

.bottoni-secondari a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 0;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	transition: background 0.3s ease;
	gap: 8px;
	font-family: 'Metropolis';
	font-weight: 500;
}

.bottoni-secondari a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

/* Icone (opzionale se giÃ  presenti via shortcode o HTML) */
.btn-whatsapp::before {
	content: '';
	/* puoi sostituire con un'icona font-awesome */
}

.btn-chiama::before {
	content: '';
}

.wpcf7-form p {
	opacity: 1;
}

.wpcf7-form span.wpcf7-spinner {
	display: none;
}

span.wpcf7-list-item-label {
	font-family: 'Metropolis';
	font-weight: 300;
}

span.wpcf7-list-item-label a {
	color: white;
	font-weight: 700;
}

.bottoni-secondari a:hover {
	color: white !important;
}

a.btn-chiama {}



.btn-secondary-outlined:hover {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}






.polaroid {
	background: #fff;
	padding: 30px 25px 80px 25px;
	margin: 0 30px;
	border: 1px solid rgb(21 33 51 / 40%);
}


.diano-marina .item-listing-wrap ext {
	display: none;
}

.diano-marina .item-listing-wrap nm {
	font-size: 125px;
	line-height: 1;
}

.diano-marina .item-listing-wrap .item-title {
	font-family: 'LegquinneVariable';
	text-transform: uppercase;
}

.diano-marina .item-listing-wrap sml {
	font-size: 40px;
}

.diano-marina .item-listing-wrap a {
	display: flex;
	flex-direction: column;
}

.diano-marina .item-listing-wrap address.item-address {
	display: none;
}

.diano-marina .list-view .item-body {
	display: flex;
}

.diano-marina .list-view .item-header {
	position: absolute;
	left: 35%;
}

.diano-marina .list-view .item-amenities {
	flex-direction: column;
	align-self: center;
	left: calc(35% + 290px);
	position: absolute;
	font-family: 'Metropolis';
	font-size: 18px;
	text-transform: uppercase;
	line-height: 2;
}

.diano-marina .list-view .item-body .item-price-wrap {
	top: auto !important;
	bottom: 0;
	font-family: 'LegquinneVariable';
}

.diano-marina .list-view .item-body .item-price-wrap * {
	font-size: 40px !important;
}

.diano-marina .list-view .item-listing-wrap {
	margin-top: 10px;
	padding-bottom: 40px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #a66e2a 0%, #ecc559 99%, #ecc559 100%);
	border-image-slice: 1;
}

.diano-marina .list-view .item-listing-wrap::before {
	content: "";
	position: absolute;
	top: calc(100% + 1px);
	transform: translateY(-50%);
	border: 5px solid transparent;
	left: 0;
	border-left-color: #a66e2a;
	height: 10px;
}

.diano-marina .list-view .item-listing-wrap::after {
	content: "";
	position: absolute;
	top: calc(100% + 1px);
	transform: translateY(-50%) rotate(180deg);
	border: 5px solid transparent;
	right: 0;
	border-left-color: #ebc55a;
	height: 10px;
}

.diano-marina ul.item-amenities.item-amenities-with-icons span.item-amenities-text {
	display: block !important;
}

.diano-marina ul.item-amenities.item-amenities-with-icons i.houzez-icon {
	display: none !important;
}


.diano-marina .hz-item-gallery-js .listing-gallery-wrap .slick-arrow:before {
	font-size: 8px !important;
}

.diano-marina .slick-prev,
.diano-marina .slick-next {
	height: 30px;
	width: 30px;
}

.diano-marina .hover-effect:before {
	display: none !important;
}



#caratteristiche .icon-thumb img {
	margin-top: -22px;
}

#caratteristiche .text-with-icon-content-wrap {
	padding-left: 0px;
}


#caratteristiche .text-with-icon-title {
	line-height: 1.2 !important;
	text-transform: uppercase;
}

body,
.main-wrap {
	background-color: #fff !important;
}


.hdn {
	visibility: hidden;
}


.hero-diano h2.elementor-heading-title.elementor-size-default {
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: clamp(85px, 62.059px + 5.882vw, 175px) !important;
	line-height: 1 !important;
}

.hero-diano {
	aspect-ratio: 1422 / 1059;
}

.hero-diano-parallax {
	position: absolute;
	top: 0;
	left: 50%;
	aspect-ratio: 1422 / 1059;
	transform: translate(-50%, 0px);
}

.hero-diano-parallax::after,
.hero-diano::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: #ffffff;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

.hero-diano::after {
	height: 600px !important;
}








@media (max-width: 1024px) {

	.elementor-element.elementor-element-7037dad:before {
		content: '';
		background: #0000000d;
	}


	/* Stili per tablet e mobile */


	/* Stili per dispositivi mobili */

	/* .houzez-nav-menu-layout-horizontal .navbar-nav {
		display: flex;
		flex-direction: column;
	} */

	.elementor-19777 .elementor-element.elementor-element-afef558 {
		--padding-left: 10vw !important;
	}

	.logo img {
		width: 100% !important;
		height: auto !important;
	}

	span.property-title {
		font-size: 50px;
		line-height: 60px;
		top: -35px;
	}


	.indent-title .elementor-heading-title {
		text-indent: 0%;
	}

	h2.elementor-heading-title {
		text-shadow: none !important;
	}

	h2.elementor-heading-title {
		text-shadow: none !important;
		font-size: 40px !important;
		line-height: 45px !important;
	}


	.overflow-slider>div>.elementor-widget-container {
		overflow: hidden;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}

	.overflow-slider figure.swiper-slide-inner {
		padding: 0 !important;
	}

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		--mywidth-bullet: 15px;
	}

	.overflow-slider .swiper-pagination-bullet {
		top: 20px !important;
	}

	.overflow-slider {
		padding-bottom: 30px;
	}

	span.hs-meta-widget-data {

		font-size: 35px;
		line-height: 40px;
		color: var(--e-global-color-secondary);
	}

	span.hs-meta-widget-title {

		font-size: 14px;

	}

	.icon-navigation-menu {
		color: white;
	}



	.modal-content {
		background: var(--e-global-color-primary) !important;
	}


	.modal-content .close {
		color: white !important;
		opacity: 1;
		font-weight: 100;
		font-size: 25px;
	}


	.modal-content .wpcf7-form textarea {
		height: 75px;
		resize: vertical;
	}

	.modal-content .bottoni-secondari {
		display: flex;
		gap: 10px;
		flex-direction: column;

	}

	.modal-content .bottoni-secondari a,
	.modal-content .wpcf7-form .btn-invia {
		padding: 9px 0;
	}








}



@media (max-width: 767px) {


	.elementor-element.elementor-element-7037dad {
		background-color: rgb(255 255 255 / 2%);
		opacity: 1.0;
		backdrop-filter: blur(10px) brightness(1.15) invert(0.1);
		mix-blend-mode: normal;
		-webkit-backdrop-filter: blur(30px) brightness(1.15);
		padding: 15px 0px;
		margin: 0;
	}

	div#box-menu-principale {
		background-color: transparent;
		opacity: 1.0;
		backdrop-filter: none;
		backdrop-filter: none;
		mix-blend-mode: normal;
		-webkit-backdrop-filter: none;
		display: flex;
		flex-direction: column;
	}




	.property-floor-plans-wrap .accordion {
		display: flex;
		gap: 1%;
		background: #f7f7f7;
		flex-direction: column;
	}

	.mobile-property-contact .btn {
		margin-left: 4px;
		width: 50px;
		padding: 0;
		line-height: 35px;
		width: 35px;
	}

	.agent-details~button {
		/* display: none; */
	}


	#side-big-title::before {

		z-index: 1;

	}

	.coming-soon .property-card__image::before {

		font-size: 29px;
	}

	.elementor-element.elementor-element-fbf1d56 {
		overflow: visible;
	}

	.elementor-element.elementor-element-8152a19 {
		overflow: visible;
	}

	div#property-bg-center {
		overflow: visible;
	}

	.elementor-element.elementor-element-9be666c {
		overflow: visible;
	}

	.elementor-10 .elementor-element.elementor-element-fbf1d56>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-10 .elementor-element.elementor-element-4f95698>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	img.c-img {
		height: 54px;
	}

	h1.elementor-heading-title {
		font-family: LegquinneVariable;
		font-size: 34px !important;
		letter-spacing: 0.83px;
		line-height: 42px !important;
	}



	.proposte-gallery .elementor-widget-image-carousel.e-widget-swiper {
		max-height: 238px !important;
	}

	.e-n-tabs-heading .e-n-tab-title span {
		font-size: 35px;
	}



	.overflow-slider:before {
		display: none !important;
	}


	.elementor-20312 .elementor-element.elementor-element-5f4c728 .elementor-heading-title {
		font-family: "Metropolis", Sans-serif;
		font-size: 12px !important;
		line-height: 1em;
	}

	.mobile-property-contact.visible-on-mobile {}

	.mobile-property-contact.visible-on-mobile {
		/* padding: 0 10px; */
		/* height: 50px; */
	}

	.mobile-property-contact.visible-on-mobile .agent-image img {
		margin: 0 !important;
		width: 35px;
		height: 35px;
	}

	.mobile-property-contact.visible-on-mobile .btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		line-height: unset !important;
	}

	.mobile-property-contact.visible-on-mobile .btn i {
		font-size: 15px !important;
		top: auto;
	}



	.bottoni-secondari {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}


	.polaroid {
		background: #fff;
		padding: 8px 10px 40px 10px;
		margin: 0 10px;
		border: 1px solid rgb(21 33 51 / 40%);
	}

	.diano-marina .list-view .item-body {
		display: flex;
		flex-direction: column;
	}

	.diano-marina .list-view .item-header {
		position: relative;
		left: 0%;
	}

	.diano-marina .list-view .item-amenities {
		position: relative;
		left: 0;
		align-self: flex-start;
		flex-direction: row;
	}

	.diano-marina .item-listing-wrap .item-title {
		margin-top: 20px;
	}

	.diano-marina .slick-list.draggable::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #152133;
		background: -webkit-linear-gradient(0deg, rgba(21, 33, 51, 0.6) 0%, rgba(21, 33, 51, 0.26) 30%, rgba(21, 33, 51, 0) 100%);
		background: -moz-linear-gradient(0deg, rgba(21, 33, 51, 0.6) 0%, rgba(21, 33, 51, 0.26) 30%, rgba(21, 33, 51, 0) 100%);
		background: linear-gradient(0deg, rgba(21, 33, 51, 0.6) 0%, rgba(21, 33, 51, 0.26) 30%, rgba(21, 33, 51, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#152133", endColorstr="#152133", GradientType=0);
	}

	.diano-marina .list-view .item-listing-wrap {
		padding-bottom: 10px;
	}


}


/* ========== WRAPPER GENERALE ========== */
.team_member_grid.uc-items-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
	position: relative !important;
	padding: 0 0 70px 0 !important;
	margin: 0 !important;
	scroll-behavior: smooth !important;
}

/* ========== ITEM ========== */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item,
.team_member_grid.uc-items-wrapper .ue-item,
.team_member_grid.uc-items-wrapper .ue_grid_item {
	flex: 0 0 33.333333% !important;
	min-width: 33.333333% !important;
	max-width: 33.333333% !important;
	width: 33.333333% !important;
	box-sizing: border-box !important;
	padding: 28px 42px 10px 20px !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: .26 !important;
	transform: scale(0.94) !important;
	transition:
		opacity .45s ease !important,
		transform .45s ease !important;
	pointer-events: none !important;
}

/* ========== ITEM ATTIVO ========== */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-active,
.team_member_grid.uc-items-wrapper .ue-item.is-active,
.team_member_grid.uc-items-wrapper .ue_grid_item.is-active {
	opacity: 1 !important;
	transform: scale(1) !important;
	pointer-events: auto !important;
}

/* ========== ITEM VICINI ========== */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-prev,
.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-next,
.team_member_grid.uc-items-wrapper .ue-item.is-prev,
.team_member_grid.uc-items-wrapper .ue-item.is-next,
.team_member_grid.uc-items-wrapper .ue_grid_item.is-prev,
.team_member_grid.uc-items-wrapper .ue_grid_item.is-next {
	opacity: .55 !important;
	transform: scale(0.96) !important;
	pointer-events: auto !important;
}

/* ========== HEADER ========== */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-header {
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	display: block !important;
}

.team_member_grid.uc-items-wrapper .ue-google-reviews__item-header-content {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.team_member_grid.uc-items-wrapper .ue-google-reviews__item-author-name {
	display: block !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	color: #1f2b3d !important;
}

/* ========== STELLE ========== */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-stars {
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	margin: 0 0 28px 0 !important;
	padding: 0 !important;
}

.team_member_grid.uc-items-wrapper .ue_rate {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

.team_member_grid.uc-items-wrapper .ue_rate i.fas.fa-star,
.team_member_grid.uc-items-wrapper .ue_rate i.far.fa-star {
	font-size: 22px !important;
	line-height: 1 !important;
	color: #d28712 !important;
}

/* ========== TESTO ========== */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-text {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.team_member_grid.uc-items-wrapper .ue-google-reviews__item-text-item {
	display: block !important;
	height: auto !important;
	max-height: 170px !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 17px !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
	color: #1f2b3d !important;
	text-align: left !important;
}

/* clamp più elegante */
.team_member_grid.uc-items-wrapper .ue-google-reviews__item:not(.is-active) .ue-google-reviews__item-text-item {
	display: -webkit-box !important;
	-webkit-line-clamp: 5 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-active .ue-google-reviews__item-text-item {
	display: -webkit-box !important;
	-webkit-line-clamp: 6 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

/* ========== BOTTONE LEGGI DI PIÙ ========== */
.team_member_grid.uc-items-wrapper .ue-text-unfold-btn {
	display: inline-block !important;
	margin: 12px 0 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	color: #8a9099 !important;
	cursor: pointer !important;
}

.team_member_grid.uc-items-wrapper .ue-text-unfold-btn .ue-text-unfolded {
	display: none !important;
}

.team_member_grid.uc-items-wrapper .ue-google-reviews__item:not(.is-active) .ue-text-unfold-btn {
	opacity: 0 !important;
	pointer-events: none !important;
}

.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-active .ue-text-unfold-btn {
	opacity: 1 !important;
	pointer-events: auto !important;
}

/* ========== NASCONDI ELEMENTI EXTRA DEL WIDGET ========== */
.team_member_grid.uc-items-wrapper img,
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-avatar,
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-author-image,
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-date,
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-source,
.team_member_grid.uc-items-wrapper .ue-google-reviews__item-footer {
	display: none !important;
}

/* ========== PAGINATION CUSTOM ========== */
.reviews-proto-dots {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 20px !important;
	margin: 26px 0 0 20px !important;
	padding: 0 !important;
	width: 100% !important;
	position: relative !important;
	z-index: 20 !important;
}

.reviews-proto-dot {
	width: 44px !important;
	height: 2px !important;
	border-radius: 999px !important;
	background: rgba(31, 43, 61, 0.18) !important;
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	padding: 0 !important;
	margin: 0 !important;
	transition: background .3s ease !important, transform .3s ease !important;
}

.reviews-proto-dot:hover {
	background: rgba(31, 43, 61, 0.35) !important;
}

.reviews-proto-dot.is-active {
	background: #1f2b3d !important;
	transform: scaleX(1.05) !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item,
	.team_member_grid.uc-items-wrapper .ue-item,
	.team_member_grid.uc-items-wrapper .ue_grid_item {
		flex: 0 0 50% !important;
		min-width: 50% !important;
		max-width: 50% !important;
		width: 50% !important;
		padding: 20px 24px 10px 20px !important;
	}

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item-text-item {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.team_member_grid.uc-items-wrapper {
		padding: 0 0 50px 0 !important;
	}

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item,
	.team_member_grid.uc-items-wrapper .ue-item,
	.team_member_grid.uc-items-wrapper .ue_grid_item {
		flex: 0 0 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 10px 16px 10px 16px !important;
		opacity: .2 !important;
		transform: scale(.98) !important;
	}

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-active,
	.team_member_grid.uc-items-wrapper .ue-item.is-active,
	.team_member_grid.uc-items-wrapper .ue_grid_item.is-active {
		opacity: 1 !important;
		transform: scale(1) !important;
	}

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-prev,
	.team_member_grid.uc-items-wrapper .ue-google-reviews__item.is-next,
	.team_member_grid.uc-items-wrapper .ue-item.is-prev,
	.team_member_grid.uc-items-wrapper .ue-item.is-next,
	.team_member_grid.uc-items-wrapper .ue_grid_item.is-prev,
	.team_member_grid.uc-items-wrapper .ue_grid_item.is-next {
		opacity: .2 !important;
		transform: scale(.98) !important;
	}

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item-author-name {
		font-size: 16px !important;
	}

	.team_member_grid.uc-items-wrapper .ue_rate i.fas.fa-star,
	.team_member_grid.uc-items-wrapper .ue_rate i.far.fa-star {
		font-size: 18px !important;
	}

	.team_member_grid.uc-items-wrapper .ue-google-reviews__item-text-item {
		font-size: 15px !important;
		max-height: 160px !important;
	}

	.reviews-proto-dots {
		gap: 14px !important;
		margin: 22px 0 0 16px !important;
	}

	.reviews-proto-dot {
		width: 34px !important;
	}
}

.forminator-button.forminator-button-submit {
	width: 50% !important;
	font-size: 18px !important;

	padding: 16px !important;
}

.forminator-checkbox__label p {
	line-height: 0 !important;
}

.forminator-ui input,
.forminator-ui textarea {
	padding: 16px 20px !important
}

@media (min-width: 783px) {

	.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child),
	.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
		margin-bottom: 12px !important;
	}
}


/* WRAP BOTTONI */
.forminator-button-row-custom {
	display: flex !important;
	gap: 12px !important;
	width: 100% !important;
	margin-top: 20px !important;
}

/* FORZA 50% */
.forminator-button.forminator-button-submit {
	width: 50% !important;
}

/* BOTTONE CHIAMAMI */
.forminator-button-call {
	width: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
	color: #fff !important;
	font-size: 16px !important;
	height: 60px !important;
	text-decoration: none !important;
	border-radius: 6px !important;
	transition: all .3s ease !important;
	padding: 16px !important;
}

.forminator-button-call:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

/* BOTTONE WHATSAPP */
.forminator-button-whatsapp {
	width: 100% !important;
	margin-top: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	height: 60px !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 6px !important;
	font-size: 16px !important;
	transition: all .3s ease !important;
	padding: 16px !important;
}

.forminator-button-whatsapp:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

/* ICONA WHATSAPP */
.forminator-button-whatsapp i {
	font-size: 18px !important;
}


/* ===== METROPOLIS FONT FAMILY ===== */

/* THIN */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-ThinItalic.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* EXTRA LIGHT */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-ExtraLightItalic.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

/* LIGHT */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* REGULAR */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-RegularItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* MEDIUM */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* SEMI BOLD */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-SemiBoldItalic.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

/* BOLD */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* EXTRA BOLD */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-ExtraBold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-ExtraBoldItalic.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

/* BLACK */
@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Metropolis';
	src: url('/font/Metropolis/Metropolis-BlackItalic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

.metropolis * {
	font-family: 'Metropolis' !important;
	font-weight: 300 !important;
}

ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
	margin-top: 8px !important;
}

ul li {
	position: relative !important;
	padding-left: 28px !important;
	margin-bottom: 10px !important;

	line-height: 1em !important;
}

/* QUADRATINO */
 .page-id-22164 ul li::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	width: 10px !important;
	height: 10px !important;
	background-color: #c77800 !important;
	top: 2px !important;
}

.hero-ov::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	pointer-events: none !important;

	background: linear-gradient(to bottom,
			rgba(10, 20, 35, 0.75) 0%,
			rgba(10, 20, 35, 0.45) 25%,
			rgba(10, 20, 35, 0.15) 50%,
			rgba(10, 20, 35, 0.45) 75%,
			rgba(10, 20, 35, 0.85) 100%) !important;
}

.hero-ov {
	position: relative !important;
	overflow: hidden !important;
}

/* ===== DESKTOP ===== */
@media (min-width: 1025px) {

	.team_container.team-swiper-ready .e-con-inner,
	.team_container.team-swiper-ready .divider-hor {
		display: flex;
		flex-wrap: nowrap;
	}
}

/* ===== TABLET + MOBILE ===== */
@media (max-width: 1024px) {
	.team_container {
		overflow: hidden;
	}

	.team_container.team-swiper-ready {
		padding-left: 16px;
		padding-right: 16px;
	}

	.team_container.team-swiper-ready .swiper {
		overflow: visible;
		width: 100%;
	}

	.team_container.team-swiper-ready .swiper-wrapper {
		align-items: stretch;
	}

	.team_container.team-swiper-ready .swiper-slide {
		box-sizing: border-box;
		height: auto;
		flex-shrink: 0;
	}

	/* ===== IMMAGINI ===== */
	.team_container .elementor-widget-image,
	.team_container .elementor-widget-image .elementor-widget-container,
	.team_container .elementor-widget-image img {
		width: 100%;
	}

	.team_container .elementor-widget-image {
		margin: 0;
	}

	.team_container .elementor-widget-image img {
		display: block;
		width: 100%;
		height: auto;
	}



	.team_container .team_single.swiper-slide>.elementor-element,
	.team_container .team_single.swiper-slide .elementor-widget-wrap,
	.team_container .team_single.swiper-slide .elementor-widget {
		width: 100%;
		max-width: 100%;
	}

	.team_container .team_single .elementor-widget-heading {
		margin-bottom: 6px;
	}

	/* opzionale: stessa “presenza” visiva del box sotto */
	.team_container .divider-hor .team_single {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.team_container.team-swiper-ready {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 1024px) {
	.team_container .swiper-wrapper {
		will-change: transform;
	}

	.team_container .swiper-slide {
		backface-visibility: hidden;
		transform: translateZ(0);
	}
}


/* ===== MOBILE ===== */
@media (max-width: 767px) {
	.team_container .team_single.swiper-slide {
		width: 67% !important;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	#bottom-big-title::before {
		content: 'CASSARINO';
		font-family: LegquinneVariable;
		font-size: 17.8vw !important;
		/* line-height: 500px; */
		color: #ffffff30;
		z-index: 999999999;
		position: absolute;
		top: 96% !important;
		width: auto;
		height: 100%;
		font-weight: 500;
		opacity: 1;
		mix-blend-mode: unset;
	}
}

/* ===== TABLET ===== */
@media (min-width: 768px) and (max-width: 1024px) {
	.team_container .team_single.swiper-slide {
		width: 40% !important;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	#bottom-big-title::before {
		content: 'CASSARINO';
		font-family: LegquinneVariable;
		font-size: 16.5vw;
		/* line-height: 500px; */
		color: #ffffff30;
		z-index: 999999999;
		position: absolute;
		top: 96%;
		width: auto;
		height: 100%;
		font-weight: 500;
		opacity: 1;
		mix-blend-mode: unset;
	}
}

.ue-google-reviews__badge {
	padding: 0 !important
}

.ue-google-reviews__item.ue-item.ue_grid_item {
	padding: 0 !important
}

.ue-google-reviews__badge-rating {
	display: none !important;
}

.ue-google-reviews__badge-stars {
	margin: 0 !important;

}


.reviews-proto-dots {
	gap: 14px !important;
	margin: 22px 0 0 0px !important;
}


.reviews-proto-dots .is-active {
	width: 70px !important;
}

@media (max-width: 767px) {

	/* metti i bottoni uno sotto l'altro */
	.forminator-button-row-custom {
		flex-direction: column !important;
	}

	/* entrambi a tutta larghezza */
	.forminator-button.forminator-button-submit,
	.forminator-button-call {
		width: 100% !important;
	}

	/* spazio tra i bottoni */
	.forminator-button-call {
		margin-top: 12px !important;
	}
}

.ue-google-reviews__badge-img {
	width: 47px !important;
	height: 49px !important;
}

.ue-google-reviews__badge-stars svg {
	width: 42px !important;
}

.ue-google-reviews__badge-total-reviews {
	font-size: 27px !important;
	color: #d28712 !important;

}

.ue-google-reviews__badge-stars svg path {
	fill: #d28712 !important;
}

/* ultima stella al 90% */
.ue-google-reviews__badge-stars svg:last-child path {
	fill: url(#star-partial-fill) !important;
}

header .elementor{
	z-index:999999 !important;
}



.elementor-element-ca7ee83 .elementor-button:hover,
.elementor-element-ca7ee83 .elementor-button:hover .elementor-button-text {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

.altri_immobili .elementor-button:hover,
.altri_immobili .elementor-button:hover .elementor-button-text {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
	background:#152133 !important;
	    transition: none !important;
}



.btn-blue .elementor-button:hover,
.btn-blue:hover .elementor-button-text {
    color: #152133 !important;
    -webkit-text-fill-color: #152133 !important;
    opacity: 1 !important;
border: none !important;

	background:#fff !important;
	    transition: none !important;

}
.btn-blue .elementor-button:hover{
	background:#fff !important;
border:1px solid #152133 !important;
	    transition: none !important;
}

/* SUBMIT - hover scuro */
.forminator-button-submit:hover {
    background-color: #152133 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

/* CHIAMAMI + WHATSAPP hover */
.forminator-button-call:hover,
.forminator-button-call:hover *,
.forminator-button-whatsapp:hover,
.forminator-button-whatsapp:hover * {
    color: #152133 !important;
    -webkit-text-fill-color: #152133 !important;
}

/* sfondo + bordo */
.forminator-button-call:hover,
.forminator-button-whatsapp:hover {
    background-color: #ffffff !important;
    border: 2px solid #152133 !important;
}