﻿body {
    margin: 0;
    padding: 0;
}

.main {
    position: relative;
}

    .main .btn-filter {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 4px;
        user-select: none;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

        .main .btn-filter:hover {
            color: #fff;
            background: #5a5a5a;
        }

.header {
    height: 78px !important;
}

.sfl-main-container {
    max-width: 1370px;
    margin: 0 auto;
    padding: 20px 2rem;
}

.sfl-card-header {
    background: linear-gradient(135deg, #74a9d8, var(--theme-clr)) !important;
    color: white;
    padding: 1rem 1.5rem !important;
    border-radius: 8px;
    margin-bottom: 2rem;
    font-weight: 500;
}

.sfl-card-body {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    min-height: 180px;
    width: 100%;
    margin-bottom: 1rem;
}

    .sfl-card-body .result-row {
        width: 100%;
        border-bottom: 0 !important;
    }

.view-details-btn {
    background: var(--button-clr) !important;
    color: white;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .view-details-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(72, 187, 120, 0.4);
    }

.sfl-pagination .pagination {
    display: flex !important;
    gap: 15px;
    margin-inline: auto !important;
}

    .sfl-pagination .pagination li a {
        border-radius: 8px !important;
    }

.link-florida {
    position: static !important;
}

.topNavSearch {
    background: white !important;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    border: 0 !important;
}

    .topNavSearch .filter-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1rem;
        width: 100%;
        justify-content: center;
    }

    .topNavSearch select {
        background: #fff url('../images/findagent/select-arrow.png') right 7px center no-repeat !important;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 0 15px 0 10px !important;
    }

    .topNavSearch input {
        background: #fff;
        padding: 0 15px 0 10px !important;
    }

    .topNavSearch .form-control {
        height: 34px !important;
        color: #333 !important;
        width: 100%;
        border-radius: 4px;
        box-shadow: none;
        outline: none;
        border: 1px solid #ccc;
    }

    .topNavSearch .propPerPage {
        width: 100%;
    }

    .topNavSearch select:hover,
    .topNavSearch .filteritem.filterBoderB:hover {
        background: #fff;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        border-color: #66afe9;
        cursor: pointer;
    }

.btn-select {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    transition: border-color 0.3s ease;
    width: 100%;
}

    .btn-select:hover {
        border-color: #fff;
    }

.w-price {
    width: 100%;
}

a.backFloridaLink {
    text-decoration: underline !important;
}

#contPrice {
    padding: 15px;
    width: 260px;
    line-height: 1.5em;
}

.cont-innerwrap {
    display: flex;
    gap: 15px;
}

.labelspacep {
    margin: 7px;
}

.filter-wrapper .wrap-bdi {
    width: 100%;
}

.filter-wrapper .wrap-bhi {
    width: 100%;
}

.filter-wrapper .filteritem a {
    text-decoration: none;
    color: #0753a8;
}

.topNavSearch .filteritem a:hover {
    color: #32b919;
}

#contListingType,
#contPropertyType,
#cityDropdown {
    padding: 5px 15px;
    width: 200px;
    height: 200px;
    overflow: auto;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.card {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

    .card .card-header {
        background: #37a000;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 15px;
        flex-grow: 1;
        color: #fff;
    }

    .card .card-body {
        border-top: 0px none;
        padding: 15px;
        box-shadow: none;
    }

        .card .card-body .result-row {
            border-bottom: solid 1px #d7d7d7;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

            .card .card-body .result-row .img-wrapper {
                width: 180px;
                height: 120px;
                border: solid 1px #d7d7d7;
                margin-right: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }

                .card .card-body .result-row .img-wrapper img {
                    width: 100%;
                    height: 100%;
                }

                .card .card-body .result-row .img-wrapper .numberPhotos {
                    background: hsla(177, 0%, 0%, 0.4);
                    bottom: 0px;
                    left: 0px;
                    position: absolute;
                    font-size: 11px;
                    font-weight: 300;
                    color: #fff;
                    z-index: 2;
                    height: 18px;
                    padding: 0;
                    text-align: center;
                    white-space: nowrap;
                    width: 60px;
                }

                    .card .card-body .result-row .img-wrapper .numberPhotos .numberPhotosNum {
                        bottom: 0;
                        margin-left: auto;
                        margin-right: auto;
                        left: 0;
                        right: 0;
                        text-align: center;
                        position: absolute;
                    }

            .card .card-body .result-row .content {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
            }

                .card .card-body .result-row .content .closure {
                    color: #f55a53;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                /* .card .card-body .result-row .content .closure .h-save {
                        color: white;
                        text-shadow: 0px -3px 0 #888585;
                        font-size: 22px;
                    }*/

                .card .card-body .result-row .content .tdprice strong {
                    font-size: 24px;
                    color: #707070;
                }

                .card .card-body .result-row .content .priceText.priceText {
                    font-size: 14px;
                    font-weight: 300;
                    color: #707070;
                }

                .card .card-body .result-row .content .address {
                    font-size: 18px;
                    line-height: 20px;
                    color: #555;
                    font-weight: 300;
                }

                    .card .card-body .result-row .content .address:hover {
                        color: #32b919;
                        text-decoration: none;
                    }

            .card .card-body .result-row .hbk {
                font-size: 14px;
                font-weight: 300;
                color: #656565;
                display: flex;
                gap: 5px;
            }

                .card .card-body .result-row .hbk .family {
                    font-weight: 500;
                }

            .card .card-body .result-row .price-detail {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                gap: 5px;
                padding: 30px 0 0 0;
            }


                .card .card-body .result-row .price-detail p {
                    display: inline-block;
                    font-size: 16px;
                    font-weight: 600;
                    margin: 5px 0 0 0;
                    color: #848484;
                }


.pagination-main {
    display: flex;
    align-items: center;
    justify-content: end;
}

.pagination li a,
.pagination li a:is(:hover, :focus) {
    color: var(--theme-clr) !important;
}

.pagination .active a {
    color: #fff !important;
    background: var(--button-clr) !important;
    border: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
}

.pagination .active a {
    color: #fff !important;
}

    .pagination .active a:is(:hover, :focus) {
        color: #fff !important;
        background: var(--button-clr) !important;
        border-color: unset !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px #489cbb66;
    }

.block {
    display: block !important;
}

.none {
    display: none !important;
}

.w-price,
.w-listing,
.w-proptype,
.w-city {
    width: 100%;
}

.m-0 {
    margin: 0;
}

.mt-35 {
    margin-top: 35px;
}

.mt-15 {
    margin-top: 15px;
}

.p-5 {
    padding: 5px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

/*Modal Style*/
.modal .modal-content {
    padding: 20px;
}

.modal-content .detail-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.modal-content .address {
    font-size: 24px;
    color: #5a5a5a;
}

    .modal-content .address span {
        white-space: nowrap;
    }

        .modal-content .address span a {
            text-decoration: none;
            color: #5a5a5a;
        }

            .modal-content .address span a:hover {
                color: #37a000;
            }

.modal-content .region {
    font-size: 18px;
}

    .modal-content .region span {
        color: #5a5a5a;
    }

.modal-content .detail-wrap .modal-hbk {
    display: flex;
    gap: 10px;
    font-size: 18px;
    flex-wrap: wrap;
}

.modal-content .p-cross {
    position: absolute;
    right: 13px;
    top: 8px;
    z-index: 99;
}

.modal-content .dismiss-wrap {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

    .modal-content .dismiss-wrap .dismiss-btn {
        background: transparent;
        border: none;
        font-size: 20px;
    }

        .modal-content .dismiss-wrap .dismiss-btn :hover {
            color: #5a5a5a;
        }

.modal-content .wrap-status {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.modal-content .status,
.modal-content .list-id {
    color: #777;
    font-size: 14px;
    white-space: nowrap;
}

.modal-content .property-img-wrap {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
}

    .modal-content .property-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .modal-content .property-img-wrap .prop-interested {
        text-align: center;
        height: 250px;
        background-color: rgba(255,255,255,.7);
        border: 1px solid #cecece;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 94%;
        z-index: 2;
        top: 25px;
    }

.border-div {
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
    height: 20px;
}

/*nav bar*/
.search-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    flex-wrap: wrap;
}

.back-link {
    display: flex;
    align-items: center;
    color: #28a745;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .back-link:hover {
        color: #218838;
    }

    .back-link::before {
        content: '←';
        margin-right: 8px;
        font-size: 16px;
    }

.filter-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1;
}

.filter-select {
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: white;
    color: #495057;
    font-size: 14px;
    transition: all 0.3s ease;
    min-width: 120px;
}

    .filter-select:focus {
        outline: none;
        border-color: #28a745;
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
    }

    .filter-select:hover {
        border-color: #28a745;
    }

.zip-input {
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: white;
    color: #495057;
    font-size: 14px;
    transition: all 0.3s ease;
    min-width: 150px;
}

    .zip-input:focus {
        outline: none;
        border-color: #28a745;
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
    }

.results-header {
    background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.2);
}

    .results-header::before {
        content: '☰';
        font-size: 18px;
    }



@media (min-width: 850px) {
    .main .btn-filter {
        display: none;
    }

    .topNavSearch {
        /* background: #f8f8f8;
        border: solid 1px #d7d7d7;
        padding: 1rem;*/
    }
    /*    .propPerPage {
        width: 125px !important;
    }

    .wrap-bdi {
        width: 58px !important;
    }

    .wrap-bhi {
        width: 62px !important;
    }

    .w-price {
        width: 72px !important;
    }*/

    /*  .w-listing {
        width: 114px !important;
    }*/

    /*    .w-proptype {
        width: 127px !important;
    }*/
    .w-city {
        width: auto !important;
    }

    /*    .hbk {
        margin-left: 200px;
        position: relative;
        top: -26px;
    }
*/
    #contListingType,
    #contPropertyType {
        padding: 5px 15px;
        min-width: 180px;
    }

    .modal-content .wrap-status {
        align-items: end !important;
    }
    /*    .topNavSearch .filter-wrapper input{
        width: 125px;
    }*/
    .p-relative {
        position: relative;
    }

    .link-florida {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 10;
    }
}

@media (max-width: 850px) {
    .topNavSearch {
        height: 0px;
        overflow: hidden;
    }

    .filter-resver {
        animation: filterOverflowReverse .3s ease-out forwards;
    }

    @keyframes filterOverflowReverse {
        0% {
            padding: 10px 25px;
            height: auto;
            overflow: unset;
            background: #f8f8f8;
        }

        2% {
            height: 249px;
            padding: 10px 25px;
            overflow: hidden;
            background: #f8f8f8;
        }

        99% {
            height: 0;
            padding: 10px 25px;
            overflow: hidden;
            background: #f8f8f8;
        }

        100% {
            height: 0;
            padding: 0;
            overflow: hidden;
        }
    }

    .filter-h-auto {
        background: #f8f8f8;
        border: solid 1px #d7d7d7;
        padding: 10px 25px;
        animation: filterOverflow .3s ease-out forwards;
    }

    @keyframes filterOverflow {
        0% {
            height: 0px;
            overflow: hidden;
        }

        99% {
            height: 249px;
            overflow: hidden;
        }

        100% {
            height: auto;
            overflow: unset;
        }
    }

    .card .card-body .result-row .img-wrapper {
        width: 129px !important;
        height: 98px !important;
    }

    .card .card-body .result-row .content .address {
        font-size: 14px !important;
        line-height: 16px !important;
        width: 160px !important;
    }

    .card .card-body .result-row .price-detail {
        padding: 0 !important;
        width: 100%;
    }

        .card .card-body .result-row .price-detail p {
            display: none !important;
        }

    .pagination-main {
        justify-content: center !important;
    }

        .pagination-main .pagination > li > a {
            padding: 3px 6px !important;
        }

    .btn-select {
        text-align: unset !important;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

    #contPrice {
        width: 100% !important;
    }

    .modal-content .property-img-wrap .prop-interested h1 {
        font-size: 25px;
    }

    .modal-content .property-img-wrap .prop-interested {
        width: 85% !important;
    }
}


/ Style Product img slider /
.carousel-inner {
    margin: auto;
    width: 90%;
}

.carousel-control {
    width: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }

    .fa-chevron-left, .carousel-control .fa-chevron-right {
        margin-top: -10px;
        margin-left: 0px;
        color: #444;
    }

.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carousel .carousel-inner {
        width: 90% !important;
    }

        .carousel .carousel-inner .img-wrap {
            margin: auto auto;
            width: 100%;
            height: 100px;
        }

        .carousel .carousel-inner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel .carousel-inner .caption {
            padding: 0 12px;
        }

            .carousel .carousel-inner .caption a {
                text-decoration: none;
                color: #5a5a5a;
                font-size: 14px;
            }

                .carousel .carousel-inner .caption a .item_address {
                    display: inline-grid;
                }

                .carousel .carousel-inner .caption a .street {
                    /*  width: 125px;*/
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .carousel .carousel-inner .caption a .street:hover {
                        color: #37a000;
                    }

            .carousel .carousel-inner .caption p {
                font-size: 14px;
                color: #848484;
            }

.inner-checkbox {
    display: flex !important;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    gap: 0.5rem;
}

    .inner-checkbox label {
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .inner-checkbox input {
        width: unset !important;
        cursor: pointer;
    }

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    height: calc(100vh - 107px);
}

    .loader i {
        width: 50px;
        height: 50px;
        border: 1px solid #37a000;
        border-top: 0;
        display: block;
        border-radius: 50%;
        animation: loader-rotation 1s infinite linear;
    }

    .loader.d-none {
        display: none;
    }

@keyframes loader-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 992px ) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(16.7%, 0, 0);
        transform: translate3d(16.7%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-16.7%, 0, 0);
        transform: translate3d(-16.7%, 0, 0);
    }
}

/*modal design*/
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.carousel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 90%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '‹'
        }

        .carousel-control .icon-next:before {
            content: '›'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

.listings-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.property-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    padding: 0px !important;
}

    .property-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

.card-content {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.property-image {
    position: relative;
    width: 180px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

    .property-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-count {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.property-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.property-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-clr);
    margin-bottom: 5px;
}

.price-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
}

.property-address {
    font-size: 16px;
    color: #495057;
    font-weight: 500;
    line-height: 1.3;
}

.property-details {
    display: flex;
    gap: 20px;
    color: #6c757d;
    font-size: 14px;
    margin-top: 8px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-type {
    background: linear-gradient( 196deg, #17a2b8 0%, #2c6ca6 100%);
    color: white;
    padding: 2px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
}

.card-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.view-details-btn {
    background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .view-details-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 5px 15px #489cbb66;
    }

.rental-estimate {
    text-align: right;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.3;
}

.rental-value {
    font-weight: 600;
    color: #495057;
}

.search-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    flex-wrap: wrap;
}

.carousel-control {
    width: 4% !important;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}
