/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* Style for the form and its fields */
.property-filter-form {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px; /* Space between form fields */
}

/* Label styling */
.property-filter-form label {
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.start-container{
	display:flex;
	align-items:center;
	gap:10px;
}


.start-inner,
.price-field-inner,
.additional-field-inner{
	
	width:100%;
}

.start-container,
.price-fields,
.additional-fields{
	width:32%;
}

/* Input and select field styling */
.property-filter-form input,
.property-filter-form select {
    background-color: white;
    color: #333; /* Dark text for visibility */
    border: none;
    border-radius: 50px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%; /* Makes the input fields span full width */
}

/* Styling for the price 'From' and 'To' fields */
.property-filter-form .price-fields {
    display: flex;
    gap: 10px;
}

/* Styling for the price dropdowns (From and To) */
.property-filter-form .price-fields select {
    width: 100%;
}

/* Styling for additional fields like 'Car', 'Shower', and 'Bedrooms' */
.property-filter-form .additional-fields {
    display: flex;
    gap: 10px;
}

/* Styling for the submit button */
.property-filter-form button {
    background-color: #5E5496;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 40px;
}

/* Button hover effect */
.property-filter-form button:hover {
    background-color: #000;
}

@media only screen and (max-width: 1024px) {
  
	.property-filter-form {
    display: flex;
	flex-direction:column;
    align-items: center;
    gap: 20px; /* Space between form fields */
}
	
	.start-container,
.price-fields,
.additional-fields{
	width:100%;
}
	
}
