.template-2025-container {
    font-family: 'Kowboy-Basic', sans-serif;
    background-color: #fff;
    color: var(--color-primary);
}

.text-primary {
    color: var(--color-primary);
}

.text-secondary {
    color: var(--color-secondary);
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid var(--color-primary);
}

.swiper-button-prev::after {
    border-top: none;
    border-right: none;
    transform: rotate(45deg) translate(2px, -2px);
}

.swiper-button-next::after {
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg) translate(-2px, 2px);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.selling-description {
    color: var(--color-brand);
}

.property-list-status {
    background: var(--color-brand);
    z-index: 10;
}

.btn {
    background-color: #000;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #000;
    padding: 10px 15px 10px 15px;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background-color: #fff;
    color: #000;
}

.autocomplete-items {
    border: 1px solid #e7e5e4;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
}
.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #f0f0f0;
}
.selected-item {
    background: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    font-size: 0.9em;
    border: 1px solid #e7e5e4;
}
.selected-item .remove-item {
    margin-left: 6px;
    cursor: pointer;
    color: #a8a29e;
}
.sold_label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 8px 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    z-index: 20;
    border-radius: 4px;
}

.kowboy-property-list-wrapper .load-more{
    display:flex;
    justify-content:center;
    padding:2rem 0;
}
.kowboy-property-list-wrapper .load-more-button{
    min-width:200px;
    min-height:50px;
    background:#000;
    color:#fff;
    border:2px solid #000;
    padding:10px 24px;
    border-radius:0;
    letter-spacing:0.2px;
    font-weight:600;
    transition:all .25s;
}
.kowboy-property-list-wrapper .load-more-button:hover{background:#fff;color:#000;}
.kowboy-property-list-wrapper .loading{display:none;justify-content:center;padding:1.5rem 0;}
.kowboy-property-list-wrapper .loading img{width:48px;height:48px;margin:auto;}
.property-list .loading img{width:100px;height:100px;margin:auto;}
.status-filter-items button{border-radius:0px;}.status-filter-items button.active{background:#000;color:#fff;border-color:#000;}

.selected-item .remove-item:hover {
    color: #f87171;
}

.kowboy-property-filter-select:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-brand);
    border-bottom: 2px solid var(--color-brand);
    pointer-events: none;
    z-index: 10;
}

.kowboy-property-filter-select select:focus,
.kowboy-property-filter-input input:focus  {
    outline: none;
    box-shadow: 0 0 0 2px var(--color-brand);
}

.kowboy-property-filter-opener {
    color: var(--color-link);
}

.kowboy-property-filter-opener:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-link);
    border-bottom: 2px solid var(--color-link);
    pointer-events: none;
    z-index: 10;
    margin: -2px 0 0;
}

.kowboy-property-filter-opener.active:after {
    transform: translateY(-50%) rotate(225deg);
    margin: 2px 0 0;
}

.selected-item .remove-item {

}

/*property list css*/
.property-list .row {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.property-list .row, .section-office .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.kowboy-property-list-wrapper {
    padding: 0 16px;
}

.swiper a {
    text-decoration: none;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 9999px !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid black !important;
}
.swiper-button-prev::after {
    border-top: none !important;
    border-right: none !important;
    transform: rotate(45deg) translate(2px, -2px) !important;
}
.swiper-button-next::after {
    border-bottom: none !important;
    border-left: none !important;
    transform: rotate(45deg) translate(-2px, 2px) !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.swiper-pagination-bullet {
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.kowboy-no-results {
    text-align: center;
}

@media (min-width: 768px) {
    .property-list .property-item-new:nth-child(odd) {
        padding-right: 14px;
    }

    .property-list .property-item-new:nth-child(even) {
        padding-left: 14px;
    }
    .property-list .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .property-list .row:has(.kowboy-no-results) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/*additional css*/
.\!h-full {
    height: 100% !important;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.h-64 {
    height: 16rem;
}
.no-underline {
    text-decoration: none !important;
}
.mt-9 {
    margin-top: 36px;
}
.search-properties-list, .single-agent-property-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.kowboy-property-list-wrapper {
    padding: 0px !important;
}