/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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
*/

/* Import Barlow Font */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');

/* Apply Barlow font to body */
body {
    font-family: 'Barlow', sans-serif;
}

a {
    color:black;
}
.blog-single-page {
    width: 100%;
    padding: 0;
}

.blog-single-page .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border: 1px solid #000;
}

.footer .page-title, .footer .elementor-heading-title.elementor-size-default{
    font-size:18px !important;
}

.modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    width: 95%;
    max-width: none;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.form-col {
    flex: 1;
    min-width: 300px;
}

.blog-post-card {
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.post-thumbnail {
    position: relative;
    width: 100%;
}

.post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.post-content {
    padding: 20px;
    flex-grow: 1;
}

/* Clear any floats that might be affecting the grid */
.blog-posts-grid::after {
    content: '';
    display: table;
    clear: both;
}

.pagination {
    grid-column: 1 / -1;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .blog-posts-grid {
        grid-template-columns: 1fr;
    }
}

.property-search-module {
   
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.search-banner-text {
    text-align: center;
    margin-bottom: 20px;
}

.search-count-text {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    margin: 0;
}

.property-search-form {
    width: 100%;
}

.search-fields-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

.search-field {
    flex: 1;
}

.search-field input,
.search-field select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.search-submit {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-submit:hover {
    background: #333;
}

@media (max-width: 768px) {
    .search-fields-wrapper {
        flex-direction: column;
    }
    
    .search-field {
        width: 100%;
    }
}

.page-title .search-criteria {
    font-size: 0.8em;
    font-weight: normal;
    color: #666;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  
  .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }
  
  .wpcf7-checkbox .wpcf7-list-item input {
    margin-right: 8px;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #d1e7dd;
    border-color: #badbcc !important;
    color: #0f5132;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
  }
  
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #f8d7da;
    border-color: #f5c2c7 !important;
    color: #842029;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
  }

  .btn-primary {
    border-color:#000!important;
     color: #000 !important;
}

.btn-primary {
    border-color:#000!important;
     color: #000 !important;
}
.btn-primary:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.btn-primary:focus {
    background-color: #000 !important;
    color: #fff !important;
}