.archive-property {
    margin-top: 150px;
}

/* Header Container */
.property-header {
    margin: 0 auto;
}

/* Breadcrumb */
.property-header .breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
    color: #900;
}

.property-header .breadcrumb a {
    color: #666;
    text-decoration: none;
}

.property-header .breadcrumb span {
    margin: 0 5px;
}

/* Title */
.property-header .property-title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 50px;
    display: none;
}

.property-header .property-title-search {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}

.property-header .property-title span {
    color: #900;
    /* red highlight */
}

/* Filters Row */
.property-filters form {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
    position: relative;
}

.property-filters .filter-input,
.property-filters .filter-select,
.property-filters .filter-search,
.property-filters .filter-more {
    color: #222;
    border: 1px solid #2223;
    border-radius: 50px;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    outline: none;
}

.property-filters .filter-input {
    width: 25%;
}

.property-filters .filter-select,
.property-filters .filter-search,
.property-filters .filter-more {
    width: 11.5%;
}

.property-filters .filter-select {
    -moz-appearances: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("../../../../uploads/2025/10/Background.png") no-repeat 95% center;
    background-size: 25px;
}

/* Chrome, Safari, Edge, Opera */
.manual-price-input::-webkit-outer-spin-button,
.manual-price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.manual-price-input {
    -moz-appearance: textfield;
}

.manual-input input.manual-price-input {
    border-radius: 100px;
    border-color: #2222;
}

.property-filters .dropdown.filter-item {
    width: 11%;
}

.nested-dropdown.filter-item {
    width: 100%;
}

.property-filters .dropdown .btn.dropdown-toggle,
.property-filters .nested-dropdown .btn.nested-dropdown-toggle {
    color: #222;
    border: 1px solid #2223;
    border-radius: 50px;
    padding: 15px 42px 15px 15px;
    font-size: 14px;
    background: #fff;
    outline: none;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.property-filters .dropdown .btn::after,
.property-filters .nested-dropdown .btn::after {
    content: '';
    background: url("../../../../uploads/2025/10/Background.png") no-repeat center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

.property-filters .dropdown-menu,
.property-filters .nested-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1050;
    transform: translateY(5px);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 250px;
}

.property-filters .dropdown.show .dropdown-menu,
.property-filters .nested-dropdown.show .nested-dropdown-menu {
    display: block;
    list-style: none;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
}

.property-filters .dropdown.show .nested-dropdown-menu-main {
    display: flex;
    width: 350px;
    column-gap: 20px;
    overflow: unset;
}

.property-filters .dropdown.show .dropdown-menu li,
.property-filters .nested-dropdown.show .nested-dropdown-menu li {
    padding: 10px;
    line-height: 15px;
}

.property-filters .dropdown-item,
.property-filters .nested-dropdown-item {
    padding: 10px 0px;
    font-size: 14px;
    color: #333;
    transition: background 0.2s;
}

.property-filters .dropdown.show .dropdown-menu li:hover,
.property-filters .nested-dropdown.show .nested-dropdown-menu li:hover {
    background: #f8f8f8;
}

.dropdown-menu .dropdown-heading {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dropdown-menu ul.bedrooms-list,
.dropdown-menu ul.bathrooms-list {
    list-style: none;
    padding: 0px;
    display: flex;
}

.dropdown-menu hr {
    border-color: #2222;
}

.property-filters .filter-search {
    background: #900;
    color: #fff;
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 15px !important;
    align-items: center;
}

.property-filters .filter-search:hover,
.property-filters .filter-search:focus {
    background-color: #930708;
}

.more-filters-search-btn {
    background: #900 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 5px 5px 5px 15px !important;
    align-items: center !important;
    border-radius: 50px !important;
    column-gap: 20px;
}

.property-filters .filter-search img {
    background: white;
    padding: 2px 12px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: contain;
}

.more-filters-search-btn img {
    background: white !important;
    padding: 2px 12px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    object-fit: contain !important;
}

.property-filters .filter-more {
    background: #fff;
    color: #2226;
    border: 1px solid #2223;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-filters .filter-more:focus,
.property-filters .filter-more:hover {
    background-color: #2221;
    color: #222;
}

.property-filters .filter-more img {
    margin-right: 10px;
}

.more-filters-panel {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 600px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 24px;
    z-index: 999;
}

.more-filters-panel.show {
    display: block;
}

.more-filters-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.furnishing-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.keyword-input {
    position: relative;
    display: flex;
    align-items: center;
}

.keyword-input .search-icon {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url('../../../../uploads/2025/09/Group.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    /* allows clicks to go through to input */
}

.keyword-input input[type="text"] {
    border-radius: 50px;
    border-color: #2223;
    padding: 15px 20px 15px 50px;
    color: #222 !important;
}

.furnish-btn {
    border: 1px solid #ccc !important;
    padding: 5px 10px !important;
    border: none !important;
    border-radius: 50px !important;
    background: #fff;
    cursor: pointer !important;
    color: #222 !important;
    font-size: 14px !important;
}

.furnish-btn:hover {
    background: #930708 !important;
    color: #fff !important;
}

.furnish-btn.active {
    background: #930708;
    color: #fff !important;
}

.size-dropdowns {
    display: flex;
    gap: 15px;
}

.size-dropdowns .dropdown {
    width: 30%;
}

.filter-footer {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 20px;
    column-gap: 20px;
}

.more-filters-content hr {
    border-color: #2222;
    margin-bottom: 20px;
    margin-top: 15px;
}

.more-filters-reset-btn {
    border: 1px solid #900 !important;
    color: #930000 !important;
    background: #fff5f5 !important;
    border-radius: 60px !important;
}

.more-filters-reset-btn:hover {
    background: none !important;
}

/* Sort section */
.property-sort {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    width: 16%;
    display: flex;
    align-items: center;
    justify-self: right;
}

/* Label text */
.property-sort p {
    width: auto;
    margin: 0 8px 0 0;
    width: 50%;
}

.property-sort .sort-select {
    border: none;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 24px;
    position: relative;
    cursor: pointer;

    /* Custom arrow with #930708 */
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23930708' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right center;
    background-size: 12px;
}

/* Property Grid */
.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    gap: 25px;
    /* space between cards */
    margin: 30px 0px;
}

.property-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    font-family: "Switzer", Sans-serif;
    padding: 20px;
    border: 1px solid #2225;
}

.property-media {
    position: relative;
}

.property-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-play:hover {
    background-color: #930708;
}

.property-play img {
    width: 30px;
    height: 30px;
}

img.property-img.wp-post-image,
img.property-img {
    border-radius: 20px;
    height: 300px !important;
    object-fit: cover;
}

.property-media video {
    border-radius: 20px;
}

.property-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #222;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.property-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #222;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.property-content {
    padding: 15px 15px 0px;
}

.property-price {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.property-price span {
    font-weight: 400;
}

.property-name {
    font-size: 14px;
    margin: 4px 0;
    font-weight: 600;
}

.property-name a {
    text-decoration: none;
    color: inherit;
    /* same color as parent */
}

.property-name a:hover {
    color: #930708;
    /* or your brand color */
}

.property-location {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    /* width: 30%; */
}

.property-features {
    display: flex;
    justify-content: left;
    font-size: 13px;
    margin-bottom: 20px;
}

.property-features span {
    margin-right: 30px;
    display: flex;
    column-gap: 5px;
}

p.no-property {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-top: 60px;
}

.property-actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.property-actions .btn {
    text-align: center;
    padding: 8px 0px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #222;
    background: #f4f4f4;
    width: 100%;
    display: flex;
    justify-content: center;
}

.property-actions img {
    vertical-align: middle;
    margin-right: 5px;
}

.property-filters.sorter-container {
    display: flex;
    justify-content: right;
    align-items: center;
    column-gap: 20px;
}

.property-filters.sorter-container p {
    margin: 0px;
}

.property-filters.sorter-container .property-sort.dropdown.filter-item {
    margin-top: 0px;
}

.property-filters.sorter-container .property-sort.dropdown.filter-item button.btn.dropdown-toggle {
    border: none;
    padding: 0px;
}

.property-filter-by-deal-type ul.deal-type-list {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    background: #FFF4F4;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 30px;
}

.property-filter-by-deal-type ul.deal-type-list li {
    padding: 10px 30px;
}

.property-filter-by-deal-type ul.deal-type-list li.active {
    background: #930708;
    border-radius: 30px;
}

.property-filter-by-deal-type ul.deal-type-list li.active a {
    color: white;
}

.property-filter-by-deal-type ul.deal-type-list li a {
    color: #222;
}

.property-filter-by-deal-type ul.deal-type-list li:hover {
    background: #930708;
    border-radius: 30px;
}

.property-filter-by-deal-type ul.deal-type-list li:hover a {
    color: white;
}
@media only screen and (max-width: 1366px) {
	.property-actions .btn {
		font-size: 10px;
	}
	
	.property-actions img {
		width: 10px;
	}
}
@media only screen and (max-width: 1024px) {
    .property-header .property-title {
        font-size: 25px;
        display: block;
        padding-left: 16px !important;
        margin-bottom: 20px;
    }
}