/* Search container */
/*  search Result*/
.All-property-results h2 {
    color: #000;
	font-family: "Outfit", Sans-serif;
}
.All-property-results{
 padding: 120px 0;
	max-width: 1140px;
    width: 100%;
    margin: auto;
}
.All-property-results .property-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.All-property-results .property-card {
    max-width: 33%;
}
.All-property-results .property-card {
    flex: 1 1 calc(33.333% - 20px);
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}
.property-card h3 a{
	font-size: 18px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin: 10px 0;
	color: #000;
}
.All-property-results .property-results .property-card img.attachment-medium.size-medium.wp-post-image {
    height: 200px !important;
    object-fit: cover;
	width:100%;
}
.proper-content {
    padding: 10px 20px;
}
.All-property-results .property-card .property-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
  
.search-container {
position: relative;
display: inline-block;
}
/* Top Tab (BUY) */
.search-tab {
position: absolute;
top: -40px;
left: 0px;
background: #fff;
color: #000;
padding: 6px 16px;
border-radius: 15px 15px 0 0;
font-weight: bold;
font-size: 14px;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
width: 102px;
text-align: center;
height: 40px;
align-content: center;
font-family: "Outfit", Sans-serif;
}
/* Search Bar */
.search-bar {
display: flex;
align-items: center;
background: rgba(255, 255, 255, 0.8);
padding: 20px;
border-radius: 20px 20px 20px 20px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
gap: 35px;
width: 1140px;
margin:auto;
justify-content: space-between;
}
/* Search fields */
.search-field {
display: flex;
flex-direction: column;
font-size: 14px;
color: #333;
min-width: 180px;
width: 100%;
border-right: 1px solid rgba(125, 125, 125, 0.5);
padding-right: 12px;
}
.search-field label {
font-weight: 600;
margin-bottom: 4px;
font-family: "Outfit", Sans-serif;
font-size: 18px;
color: #000;
}
.search-field select {
font-size: 15px;
color: #333333;
padding: 4px 0;
font-family: inter;
border: none !important;
background: none;
}
.search-field select:focus {
border-bottom: 1px solid #2a7f5f;
}
/* Search button */
.search-btn {
background: #1b6b43 !important;
border: none !important;
border-radius: 12px !important;
cursor: pointer !important;
transition: background 0.3s !important;
padding: 6px 18px !important;
line-height: 0px;
}
.search-btn img.search-icon {
width: 80px;
height: 35px;
}
div#priceRange {
border: none;
}
.search-btn:hover {
background: #145533;
}
/* Responsive: Tablet and below */
@media (max-width: 768px) {
.search-bar {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.search-field {
border-right: none;
border-bottom: 1px solid rgba(125, 125, 125, 0.5);
}
.search-btn {
width: 100%;
align-self: center;
padding: 12px;
font-size: 16px;
}
.search-tab {
font-size: 13px;
width: 90px;
height: 35px;
}
.search-container {
position: relative;
display: block;
}
.search-btn img.search-icon {
width: 30px;
height: 20px;
}
.search-tab {
position: absolute;
top: -35px;
left: 0px;
}
select#propertyType:focus-visible {
outline: none;
box-shadow: none;
}
.All-property-results .property-results {
    display: block;
	
   
}
.All-property-results .property-card {
    max-width: 100%;
   margin-bottom: 20px;
}
.All-property-results {
	padding: 100px 20px 0px;
	}	
}
/*  Featured Properties Card section CSS starts Here    */
.property-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
row-gap: 50px;
margin: auto;
column-gap: 30px;
}
.property-card {
overflow: hidden;
transition: transform 0.3s ease;
}
.property-card:hover {
transform: translateY(-5px);
background: #fff;
border-radius: 10;
}
.property-image img {
width: 100%;
height: 200px;
object-fit: cover;
}
.property-tag {
position: absolute;
color: #fff;
background: #CE1126;
padding: 6px 22px;
border-radius: 6px;
font-size: 14px;
font-weight: 400;
margin: 10px;
font-family: outfit;
}
.property-price {
color: #007A5E;
font-size: 20px;
font-weight: 600;
font-family: "Outfit", sans-serif;
}
.property-title h2 {
font-size: 18px;
font-weight: 600;
font-family: "Outfit", sans-serif;
margin: 10px 0;
}
.property-address {
font-size: 14px;
color: #717171;
margin-bottom: 20px;
font-family: inter;
}
.property-info,
.property-info span {
display: flex;
justify-content: space-between;
font-size: 14px;
margin-bottom: 10px;
margin-top:5px;
}
.property-info span {
display: flex;
align-items: center;
gap: 5px;
color: #333;
}
.property-container .property-details {
    padding: 0 10px;
}
.view-btn {
display: block;
text-align: center;
background: #007A5E;
color: white;
font-size: 14px;
padding: 12px;
border-radius: 10px;
text-decoration: none;
font-weight: 500;
font-family: "Outfit", sans-serif;
transition: background 0.3s ease;
}
.view-btn:hover {
background: #000;
color: #fff;
}
.property-card .property-image {
position: relative;
}
/* Apartment-types CSS Starts Here  */
.Apartment-types {
display: flex;
flex-direction: column;
gap: 22px;
max-width: 1100px;
margin-inline: auto;
}
.Apartment-types .row {
display: flex;
gap: 22px;
}
.Apartment-types .card {
position: relative;
border-radius: 15px;
overflow: hidden;
flex: 1;
box-shadow: 0 6px 20px rgba(15, 23, 42, .1);
padding:0px;
}
.Apartment-types .card img {
width: 100%;
height: 220px;
object-fit: cover;
display: block;
transition: transform .35s ease;
}
.Apartment-types .card:hover img {
transform: scale(1.05);
}
.Apartment-types .info {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .15) 55%, rgba(0, 0, 0, .35));
color: #fff;
padding: 14px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.Apartment-types .title {
font-weight: 600;
font-size: 16px;
font-family: outfit;
}
.Apartment-types .count {
font-size: 13px;
opacity: .85;
font-family: inter;
}
.Apartment-types .count {
font-size: 13px;
opacity: .85;
}
/* wider vs smaller */
.Apartment-types .large {
flex: 2;
}
.Apartment-types .small {
flex: 1;
}
/* responsive */
@media(max-width:900px) {
.Apartment-types .row {
flex-direction: column;
}
.Apartment-types .card img {
height: 180px;
}
}
/* Property Banner Section */
section.property-banner {
height: 400px;
display: flex;
justify-content: center;
align-items: end;
color: white;
position: relative;
	background-image: url(https://easyfindfaciloo.com/wp-content/uploads/2025/09/About-hero.jpg)  !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

} 
.property-banner .banner-text {
text-align: center;
padding: 30px;
width: 50%;
/* margin:auto; */
}
.property-banner h2 {
color: #fff;
font-size: 40px;
font-weight: 600;
}
.property-banner p a{
color:#ce1126;	
}
.property-content p {
font-family: "inter", Sans-serif;
font-size: 15px;
font-weight: 400;
color: #000;
}
/* Property Details Section */
.property-details{
margin-top: 20px;
padding: 0 20px;	
}
.single-proppage .property-details img.img-fluid.property-img.wp-post-image {
    height: 400px;
    object-fit: cover;
}
.single-proppage .property-details{
margin-top: 50px;
padding: 0 0px;	
}
.property-img {
border-radius: 20px;
width: 100%;
height: auto;
margin-bottom: 30px;
}
.property-address {
font-size: 15px;
color: #797979;
font-family: "Inter", sans-serif;
margin-bottom: 20px;
margin-bottom:0;
}
.prop-price {
font-size: 17px;
font-weight: 600;
color:#007a5e;
}
.property-details .right-form {
    position: sticky;
    height: 550px;
    top: 85px;
padding:30px;
}
.property-addPrice {
justify-content: space-between;
align-items: center;
}
.property-title {
font-family: "Outfit", Sans-serif;
font-size: 38px;
font-weight: 500;
margin-top: 10px;
color: #000;
}
section.amenities ul.amenities-list {
    padding-right: 50px;
}
/* New Section Titles */
.section-title {
font-size:24px;
font-weight: 600;
color: #000;
margin-bottom: 20px;
}

/* Amenities Section */
.amenities-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.amenities-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.amenities-list li:last-child {
    border-bottom: none;
}
.amenities-list .label {
    font-weight: 600;
    color: #444;
}
.amenities-list .value {
    color: #000;
}
.section-title {
    font-size: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #207A5E;
    padding-left: 10px;
}
.property-amenities {
    margin: 50px 0px;
}
/* .aminities-info {
list-style-type: none;
display: flex;
margin-top: 20px;
flex-wrap: wrap;
padding: 0;
row-gap: 20px;
	border-radius: 5px;
}
.property-amenities {
    margin: 30px 0px;
}
.property-amenities ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.property-amenities ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.property-amenities li {
    flex: 1 1 calc(20% - 10px); 
    box-sizing: border-box;
    background-color: #f5f5f5; 
    padding: 8px 12px;         
    border-radius: 5px;        
    text-align: center;
	font-size:15px;
	max-width:20%;
}
.aminities-info li{
box-sizing: border-box;
padding: 10px;
text-align:center;
background-color: #f5f5f5; 
padding: 8px 12px; 
margin-right:10px;
font-size:15px;
}
.aminities-info li img {
width: 20px;
height: 20px;
margin-bottom: 8px;
}
.aminities-info li b {
font-weight: 600;
} */
/* Property Features Section */
.property-features ul {
list-style-type: none;
padding: 0;
font-size: 16px;
color: #797979;
}
.property-features li {
padding-bottom: 10px;
}
/* Property Gallery Section */
.property-gallery {
padding-top: 20px;
}
.gallery-img {
border-radius: 20px;
width: 100%;
height: 250px !important;
object-fit:cover;
}
.property-gallery .row {
row-gap: 20px;
}
/* Location Section */
.location-map {
width: 100%;
height: 300px;
border-radius: 20px;
background-color: #dcdcdc;
margin-top: 20px;
}
.location-map iframe {
border-radius: 20px;
}
/* Contact Form */
.right-form {
background-color: #fff;
padding: 20px;
height:max-content;
border-radius: 20px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-form input[type=text], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border-radius: 5px;
border: 1px solid #ccc;
font-size:14px;
}
.contact-form .wpcf7-submit {
width: 100%;
padding: 15px;
background-color: #292F36;
color: white;
font-size: 16px;
font-weight: 600;
border: none;
border-radius: 5px;
cursor: pointer;
}
.contact-form .wpcf7-submit:hover {
background-color: #000;
color: white;
}
.contact-form textarea{
height:100px;
}
/* Footer and Related Properties Section */
section.related-properties {
background-color: #F4F0EC;
padding: 80px 0;
margin-top: 150px;
margin-bottom: 150px;
}
section.related-properties h1 {
font-size: 40px;
font-weight: 400;
font-family: "FreightTextProLight-Regular", Sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
.property-banner .banner-text {
width: 80%;
}
.single-proppage .property-details .property-title{
font-size: 28px;		
}
.single-proppage .property-details {
padding: 10px !important;
	margin-top:30px;
}
.property-gallery .col-lg-6 {
margin-bottom: 20px;
}
.location-map {
height: 200px;
}
.right-form {
position: relative;
transform: none;
margin-top: 30px;
}
.property-details .right-form {
padding: 20px;
}
}