/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */


.property-filter {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    font-family: "Arial", sans-serif;
}

/* Style for Select and Input Fields */
.property-filter select,
.property-filter input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

/* Display Property Type and Status Inline */
.property-filter .inline-fields {
    display: flex;
    gap: 10px;
}

.property-filter .inline-fields select {
    width: 50%;
}

/* Improve Focus on Input Fields */
.property-filter select:focus,
.property-filter input:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

/* Button Styling */
.property-filter button {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.property-filter button:hover {
    background: #0056b3;
}

/* Responsive Design */
@media (max-width: 480px) {
    .property-filter {
        max-width: 90%;
    }
    
    .property-filter .inline-fields {
        flex-direction: column;
    }
    
    .property-filter .inline-fields select {
        width: 100%;
    }
}

/* Price Range Styling */
.price-range {
    font-size: 16px;
    font-weight: bold;
    color: #ff6600;
    padding: 8px;
    border-radius: 5px;
    background: #fff3e0;
    text-align: center;
    margin-top: 10px;
}

/* Form Input Adjustments */
.lm-input input {
    width: 228px;
    padding-bottom: 10px;
    border: 1px groove #00000040;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.lm-input button {
    margin-top: 10px;
/*     width: 100px; */
    border: 1px groove #00000020;
    border-radius: 5px;
/*     height: 35px; */
    background-color: #FACE1E;
    color: #fff;
}

.inline-fields select {
    height: 40px;
    padding: 5px;
    border: 1px groove #00000020;
    border-radius: 5px;
}
/*******************************property details form ***********************/
