.page-scheda-immobile{

}


.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }

.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }

/* Contenitore principale dell'immagine */
.image-container {
    position: relative;
    width: 570px;
    overflow: hidden;
}

/* Effetto zoom sull'immagine */
.image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-in-out;
}

.image-wrapper:hover img {
    transform: scale(1.1); /* Zoom */
}

/* Banda arancione con le informazioni */
.info-bar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #caa661;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
	font-family: "Hind", Sans-serif;
	    line-height: 10px;

}

.info-bar span{
	padding-left: 20px;
    padding-right: 25px;
}

.elementor-element-39adca82 h4{
	margin: 0;
    color: #caa661;
    font-weight: bold;
    font-size: 20px;
}

/* Stile prezzo in evidenza */
.info-bar .price {
    color: black;
    font-weight: bold;
}

/* Bottone sotto la banda */
.button-wrapper, .price-wrapper {
         text-align: right;
    margin-top: -2px;
    display: inline-block;
    float: left;
}

.house-button {
    display: inline-block;
    background: #caa661;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
}

.house-button:hover {
    background: #ab8c50;
    color: white;
}

.elementor-9 .elementor-element.elementor-element-47d93b08 > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
}

.elementor-9 .elementor-element.elementor-element-47d93b08{
	margin: 0;
    width: 100%;
    max-width: 100%;
}

.elencoImmobili p {
	    display: inline-block;
    float: right;
    font-weight: 100;
    margin: 0;
    color: #999;
    line-height: 27px;
    font-size: 14px;
    font-family: Archivo, sans-serif;
}
.elencoImmobili h4{
	display: inline-block;
}
.elementor-9 .elementor-element.elementor-element-39adca82 a:hover .elementor-heading-title{
	    color: #666;
}

.elementor-element-70e0719d .elementor-heading-title.price{
	    display: inline-block;
    line-height: 19px;
    float: right;
    font-size: 21px;
    border: 1px solid #caa661;
    padding: 8px 20px 6px;
    border-radius: 8px;
    color: #7b6335;
    margin-top: 7px;
	transition: all 0.3s linear;
	cursor: pointer;

}

.elementor-element-70e0719d .elementor-heading-title.price:hover{    color: #ffffff;
    margin-top: 7px;
    background-color: #caa661;}

.elementor-section.elementor-section-boxed > .elementor-container.content-line{
	    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}
.lineElencoImmobili{
	    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
    /* float: unset; */
    background-color: #d5d5d5;
    height: 1px;
}

p{ color: #181818; }
.elementor-9 .elementor-element.elementor-element-70e0719d{
	padding: 25px;
}
