/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.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, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

p {
	margin-bottom: 0px !important;
}

header {
	height: 0;
}

a.elementor-button, ul#menu-1-f936eee li a, p, .elementor-icon-list-text {
	font-family: 'Circular Std' !important;
}

h1, h2, h3, h4 h5, h6, .elementor-headline-dynamic-wrapper, .elementor-headline-dynamic-text {
	font-family: 'Editor\'s Note' !important;
}

/* Header Style Start */

/* Home Page Style Start */

.our_properties_sec .inner .elementor-widget-text-editor, .our_properties_sec .inner .elementor-widget-icon {
	display: none;
}

.our_properties_sec .inner:hover .elementor-widget-text-editor, .our_properties_sec .inner:hover .elementor-widget-icon {
	display: block;
}

.home_form .w-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: end;
}

.home_form p.title {
	color: #FFF;
	font-family: 'Editor\'s Note' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	margin-bottom: 10px !important;
}

.home_form input[type="text"], .home_form input[type="name"], .home_form input[type="email"], .home_form input[type="tel"] {
	border-radius: 8px;
	background: #F5F5F5;
	height: 48px;
	color: #141414;
	font-family: "Circular Std";
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.home_form .sing_or_double span.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	gap: 10px;
}

.home_form .sing_or_double span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}

.home_form .sing_or_double span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
	color: #FFF;
	font-family: "Circular Std";
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.home_form .sing_or_double span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label {
	display: flex;
	gap: 10px;
	align-items: center;
}

.home_form .w-50 .btn input[type="submit"] {
	height: 48px;
	padding: 16px 32px;
	border-radius: 8px;
	background: #B8860B;
	border: 1px solid #B8860B;
	color: #FFF;
	font-family: "Circular Std";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: -0.36px;
	width: 100%;
}

.home_form .w-50 .btn {
	position: relative;
}

.home_form .w-50 .btn span.wpcf7-spinner {
	position: absolute;
}

.home_form .sing_or_double {
	margin: 15px 0 20px 0;
}

.our_pro_con {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.our_pro_con .inner {
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	position: relative;
	border-radius: 10px;
}

.our_pro_con .inner:before {
	content: "";
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, rgba(5, 15, 41, 0.00) 0%, #050F29 100%);
	height: 202px;
	left: 0;
	right: 0;
	top: unset;
	bottom: 0;
	border-radius: 10px;
	z-index: 0;
}

.our_pro_con .inner {
	width: 25%;
}

.our_pro_con .inner:nth-child(1), .our_pro_con .inner:nth-child(6) {
	width: 46%;
}

.our_pro_con .inner h3 {
	color: #FFF;
	font-family: "Editor's Note" !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 30px */
	z-index: 1;
}

.our_pro_con .inner .excerpt {
	color: #FFF;
	font-family: "Circular Std";
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	z-index: 1;
	height: 0;
	overflow: hidden;
	transition: 0.5s;
}

.our_pro_con .inner a {
	z-index: 1;
	position: absolute;
	left: unset;
	right: 30px;
	top: unset;
	bottom: 50px;
	opacity:0;
	transition: 0.5s;
}

.our_pro_con .inner:hover a {
	opacity:1;
	transition: 0.5s;
}

.our_pro_con .inner:hover .excerpt {
	height: auto;
	transition: 0.5s;
}

.property-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Responsivness Style Start */
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
	.our_pro_con .inner:nth-child(1), .our_pro_con .inner:nth-child(6) {
		width: 43%;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
	.home_form .w-50 {
		grid-template-columns: 1fr;
	}

	.home_form .sing_or_double span.wpcf7-form-control.wpcf7-checkbox {
		display: flex;
		flex-direction: column;
	}
	.our_pro_con .inner {
		width: 100% !important;
	}

	.property-gallery {
		grid-template-columns: 1fr;
		
	}
}
