/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1707986262
Updated: 2024-02-15 08:37:42

*/

.bottom_video_bg::before {
    backdrop-filter: blur(15px);
    content: '';
}
.villa-card-wrapper a {
    color: #131313;
}
.enquiry-form .grid-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.enquiry-form label {
    width: 100%;
    padding-bottom: 12px;
}

.enquiry-form .form-row {
    margin-top: 20px;
}

.enquiry-form input, .enquiry-form select {
    height: 50px;
    border-radius: 10px !important;
    border: 1px solid #E6E6E6 !important;
}

.enquiry-form textarea {
    height: 140px !important;
    border: 1px solid #E6E6E6 !important;
}

.enquiry-form input[type="submit"] {
    width: auto !important;
    color: #fff !important;
    font-size: 17px;
    background-color: #233F96 !important;
}

.enquiry-form input[type="submit"]:hover{
 background-color: #2F73E7 !important;   
}

.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus{
    outline: none;
    box-shadow: none;
    border-color: #233F96 !important;
}

.villa-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.villa-card-wrapper .villa-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 13%);
    overflow: hidden;
}
.villa-card-wrapper .villa-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.villa-card-wrapper .villa-card .villa-content {
    padding: 10px 20px 20px 20px;
    font-family: 'Inter';
}

.villa-card-wrapper .villa-card .villa-content .villa-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px;
}

.villa-card-wrapper .villa-card .villa-content .villa-btn {
    background-color: #233F96;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.villa-card-wrapper .villa-card .villa-content .villa-btn:hover{
    background-color: #2f73e7;
}

.villa-card-wrapper .villa-card .villa-content .villa-location, .villa-card-wrapper .villa-card .villa-content .villa-price {
    font-size: 14px;
    line-height: 180%;
}

.villa-box .swiper-pagination{
	display: none;
}


body .villa-location-filter .dropdown-toggle {
    height: 45px;
    border-radius: 6px !important;
}
body .villa-sort-filter .custom-select-wrapper select {
    height: 45px;
    border-radius: 6px !important;
}
body .villa-sort-filter {
    margin-right: 1rem;
}
body .villa-location-filter label {
	margin-top: 0px !important
}
body .villa-sort-filter .custom-select-wrapper::after {
    color: #000000 !important;
}
body .villa-location-filter .dropdown-toggle {
    color: #000;
}
body .villa-location-filter .dropdown-toggle:hover,
body .villa-location-filter .dropdown-toggle:focus {
    background: #ffffff;
}
.mt-3 {
    margin-top: 15px !important;
}
my-3 {
   margin: 15px 0px !important;
}

/* Media Query Start */

@media screen and (max-width: 880px) {
  .enquiry-form .grid-area {
    grid-template-columns: 1fr !important;
  }
  
  .villa-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {
.filter_class {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}	
body .villa-sort-filter, body .villa-location-filter {
    margin-right: 0px;
    width: 100%;
}
}
@media screen and (max-width: 576px) {
   .villa-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
}   
}


