/* 
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.0
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
*/

/* Add your custom styles here */


.image-hover-card .elementor-widget-image {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
.image-hover-card {
    overflow: hidden !important;
}
.image-hover-card:hover .elementor-widget-image {
	transform: scale(1.04) !important;
}
.meet-img {
	height: 100%;
}
.testimonial-text {
    flex-grow: 2;
}
.testimonial-item:hover, .property-item:hover {
    transform: translateY(-4px);
}
.property-item {
    overflow: hidden;
}
.property-item:hover .scaled-img img {
	transform: scale(1.04);
	transition: ease all .5s;
}
.scaled-img {
	overflow: hidden;
}
.social-btn a svg {
	width: 18px;
	height: 18px;
}
.social-btn .elementor-button-link:hover {
	border-color: #2bbcbc !important;
}
.social-btn .elementor-button-link:hover svg path {
	fill: #2bbcbc;
}
.property-status.sold {
	backdrop-filter: blur(6px) !important;
}
.insights-bottom, .insights-bottom .insights-title {
	flex-grow: 2 !important;
}

