/* Filter */
.lifestyle-banner-hr {
    border: 0;
    border-bottom: 1px solid #B0B0B080;
}

.project-details-container .banner-filter-form-bottom {
    justify-content: flex-start;
}

.project-details-container .banner-tal {
    max-width: fit-content;
}

.project-details-container .banner-tal-dropdown {
    max-width: fit-content;
}

.project-details-container .banner-type-dropdown span {
    border: transparent;
}

/* Latest Projects */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Properties Grid View */
.property-list-view {
    margin: -80px 0 60px;
}

.property-item-attributes>div>img {
    height: 30px !important;
    width: 30px !important;
    object-fit: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

@media (max-width: 1280px) {

    /* Filter */
    .lifestyle-banner-hr {
        margin: 20px auto 0;
        width: 100%;
        max-width: 1050px;
    }

    .project-details-container .developer-dropdown .dropdown-content {
        left: -200px;
    }

    /* Properties Grid View */
    .property-list-view {
        margin: -30px 0 60px;
    }
}

@media (max-width: 1024px) {

    /* Filter */
    .project-details-container .community-dropdown .dropdown-content {
        left: -200px;
    }

    .project-details-container .developer-dropdown .dropdown-content {
        left: -400px;
    }
}

@media (max-width: 768px) {

    /* Filter */
    .banner-filter-buttons {
        margin-top: 0 !important;
    }

    .lifestyle-banner-hr {
        display: none;
    }
}

/* Search Suggestions */
.suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
}

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    color: #333;
    font-family: 'Avenir Next', Arial, sans-serif;
    border-bottom: 1px solid #eee;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.banner-filter-form-top-container {
    position: relative;
}