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

.property-status {
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 4px;
	z-index: 2;
    right:0;
}
.ps-img {
	position: relative;
}

.ahk-props .prop-img {
	height: 300px;
	width: 300px;
	background-size: cover;
	background-position: center;
}
.ahk-props ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	gap: 20px;
	margin: 50px 0;
	list-style: none;
}
.ahk-props ul li {
	flex: 0 0 calc((100% - 40px) / 3);
	background-color: #f6f8ff;
}
.ahk-props .prop-img {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position:relative;
}
.ahk-props .prop-bdy {
	padding: 30px 30px 25px 30px;
}
.ahk-props .prop-bdy h3 {
	margin-bottom: 10px;
}
.ahk-props .prop-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddbdb;
}
.ahk-props .pm-item {
    width: 46%;
    margin-right: 4%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ahk-props .pm-item .pm-icon {
    width: 22px;
    margin-right: 10px;
}
.ahk-props .pm-footer {
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.ahk-props .pm-footer .pm-price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.ahk-props .pm-footer .pm-btn {
	font-size: 14px;
	padding: 10px 20px;
	background-image: linear-gradient(180deg, #D4AF37 0%, #C9A311 100%);
	border-radius: 20px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.prop-single {
	display: flex;
	flex-wrap: wrap;
}
.ps-left {
	width: 65%;
}
.ps-right {
	width: 35%;
    padding:0 0 0 30px;
}
.psr-inner{
	background-color: #f6f8ff;
    padding: 30px;
    }
.single-property #content {
	padding-top: 30px;
    margin-bottom:30px;
}
.ps-item {
	display: flex;
	margin-bottom: 15px;
	gap: 10px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.ps-img {
	margin-bottom: 15px;
}
.enq-form{
margin-top:40px;
}
.enq-form textarea{
height:150px;
}
.ps-content{
background-color:#f6f8ff;
padding:30px;
}
.prop-status {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000000;
	padding: 4px 10px;
	color: #ffffff;
}
@media (max-width:767px){
.ps-right {
	width: 100%;
	padding: 0;
}
.ps-left {
	width: 100%;
}
.ahk-props ul li {
	flex: 100%;
}
}