/* proparty listing css */
.property-grid:not(.property-grid-slider) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:2%;
}
.property-grid .property-card{
    margin-bottom: 30px;
}
.property-grid:not(.property-grid-slider) .property-card {
    max-width: 23.5%;
}
.single_block .property-grid .property-card {
    max-width: 31%;
}
.property-card h3 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.property-card h3 a {
    color: var(--ast-global-color-1);
    text-decoration: none !important;
}
.property-card .photos {
    position: relative;
}
.property-card .photos .see-view {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 13px;
    color: var(--ast-global-color-0);
    background: var(--ast-global-color-5);
    padding: 10px 15px;
    line-height: normal;
    border-radius: 20px;
    z-index: 9;
}
.property-card .photos .see-view:hover {
   /* background: var(--ast-global-color-4); */
}
.property-card .photos .wishlist {
    position: absolute;
    right: 12px;
    top: 12px;
    background:url(../images/Heart_01.svg) no-repeat center center var(--ast-global-color-3);
    background-size:20px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-size: 0px;
    z-index: 9;
    cursor: pointer;
}
.property-card .photos .wishlist:hover {
    background:url(../images/Heart_01.svg) no-repeat center center var(--ast-global-color-0);
    background-size:20px;
}
.property-info 
{   display: flex;
    justify-content: space-between;
    align-items: center;    
}
.property-info span {
    font-size: 18px;
}
.property-info span strong {
    font-weight: normal;
}
.property-info .location {
    margin-left: -5px;
}
.property-info .location:before {
    background: url(../images/Map_Pin.svg) no-repeat left center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 5px;
    margin-top: -4px;
}
.property-info .guest-count:before {
    background: url(../images/Users.svg) no-repeat left center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 5px;
    margin-top: -5px;
}
.property-card .action-bar.wp-block-button {
    margin-top: 22px;
}
.property-card .action-bar.wp-block-button .wp-element-button {
    border-width:2px;
    background: var(--ast-global-color-4);
    color: var(--ast-global-color-0);
}
@media (min-width: 1300px) { 
    .property-card .action-bar.wp-block-button .wp-element-button {
        min-width: 245px;
    }
}
.property-card .action-bar.wp-block-button .wp-element-button:hover {
    background: var(--ast-global-color-0);
    border-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
}
.property-grid-slider .property-card {
    padding: 0px 15px;
}
.ownerrez-photo-carousel {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.ownerrez-photo-carousel:not(.slick-initialized) {
    width: auto;
    opacity: 0;
}
.slick-arrow
{   width: 38px;
    height: 38px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat !important;
    position: absolute;
    background: #00000033;
    font-size: 0px;
    padding: 0px;
    top: 45%;
    z-index: 9;
}
.slick-arrow.slick-prev {
    left: 0px;
    background-image: url(../images/arrow-prev-white.png);
    background-position: center center;
}
.slick-arrow.slick-next {
    right: 0px;
    background-image: url(../images/arrow-next-white.png);
    background-position: center center;
}
.property-grid-slider > .slick-next.slick-arrow{
    background-image: url(../images/arrow-next-brown.svg);
    background-position: center center;
    background-color: transparent !important;
    border: 1px solid #977A3A1A;
}
.property-grid-slider > .slick-next.slick-arrow:hover {
    background-color: #977A3A1A !important;
}
.property-grid-slider > .slick-prev.slick-arrow{
    background-image: url(../images/arrow-prev-brown.svg);
    background-position: center center;
    border: 1px solid #977A3A1A;
    background-color: transparent !important;
}
.property-grid-slider > .slick-prev.slick-arrow:hover {
    background-color: #977A3A1A !important;
}
.slick-dots {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;

}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    width: 6px;
    height: 6px;
    background: #0000004A;
    font-size: 0px;
    padding: 0px;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.property-grid-slider > .slick-arrow.slick-prev {
    bottom: -40px;
    top: auto;
    left: 40px;
}
.property-grid-slider > .slick-arrow.slick-next {
    bottom: -40px;
    top: auto;
    right: 40px;
}
.property-grid-slider .custom-dots.slick-dots {
    bottom: -40px;
}
.property-grid-slider .custom-dots.slick-dots li button {
    background: #977A3A33;
    width: 10px;
    height: 10px;
}
.property-grid-slider .custom-dots.slick-dots li.slick-active button {
    background: #977A3A;
}
.ownerrez-photo-carousel .main-image {
    min-height: 260px;
}
.ownerrez-photo-carousel .main-image .caption {
    display: none;
}
.ownerrez-photo-carousel .main-image {
    overflow: hidden;
}
.ownerrez-photo-carousel .main-image img {
    border-radius: 12px;
    width: 100%;
    height: 310px;
    object-fit: cover;
    transition: opacity .8s cubic-bezier(.25,.46,.45,.94), transform .8s cubic-bezier(.165,.84,.44,1), -webkit-transform .8s cubic-bezier(.165,.84,.44,1);
}
.ownerrez-photo-carousel .main-image:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}
.mapboxgl-map {
    font:12px/20px 'Rubik',sans-serif !important;
}
.mapboxgl-popup.mapboxgl-popup-anchor-top,
.mapboxgl-popup.mapboxgl-popup-anchor-bottom {
    max-width: 605px !important;
}
.mapboxgl-popup-content {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}
.map-property-popup .property-card {
    display: flex;
    justify-content: space-between;
    padding:0px;
    width: 100%;
}
.map-property-popup .property-card .photos{
    width: 38%;
}
.map-property-popup .property-card .photos .main-image,
.map-property-popup .property-card .photos .main-image img {
    border-radius: 12px;
    min-height: 200px;
}
.map-property-popup .property-card .photos .main-image .caption{
    display: none;
}
.map-property-popup .property-card .property-info-main {
    width: 60%;
}
.map-property-popup .property-card .property-info-main .property-type {
    font-size: 14px;
}
.map-property-popup .property-card .property-info-main > h3 {
    min-height: 56px;
}
.map-property-popup .property-card .property-info-main > h3 a {
    text-decoration: none !important;
}
.map-property-popup .property-card .property-info-main .review_viewall {
    display: block;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.map-property-popup .property-card .property-info-main .review_viewall .review-main,
.map-property-popup .property-card .property-info-main .review_viewall .action-bar {
    display: inline-block;
    vertical-align: middle;
}
.map-property-popup .property-card .property-info-main .review_viewall .review-main span:nth-of-type(1) {
    font-weight: 300;
}
.map-property-popup .property-card .property-info-main .review_viewall .action-bar {
    margin: 0px; margin-left: 15px;
}
.map-property-popup .property-card .property-info-main .review_viewall .action-bar .wp-block-button__link {
    min-width: inherit;
    padding: 10px 30px;
    font-size: 16px;
    background: var(--ast-global-color-0);
    border-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
}
.map-property-popup .property-card .property-info-main .review_viewall .action-bar .wp-block-button__link:hover {
    background: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
}
.map-property-popup .property-card .property-info-main .wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('https://thepaulsencollection.com/wp-content/uploads/2025/08/wishlist-dark.svg') no-repeat center center;
    background-size: 16px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-size: 0px;
    z-index: 9;
    cursor: pointer;
    display: none;
}
.map-property-popup .property-card .property-info-main .wishlist:hover {
    background: url('https://thepaulsencollection.com/wp-content/uploads/2025/08/wishlist-filled.svg') no-repeat center center;
    background-size: 16px;
}
@media (min-width: 1300px) {
    .property-grid-slider > .slick-arrow {
        width: 60px;
        height: 60px;
    }
    .property-grid-slider > .slick-arrow.slick-next,
    .property-grid-slider > .slick-arrow.slick-prev{
        bottom: -60px;
    }
    .property-grid-slider .custom-dots.slick-dots {
        bottom: -50px;
    }
}
@media (max-width: 800px) {
    .property-grid-slider .custom-dots.slick-dots {
        bottom: -20px;
    }
    .property-grid.property-grid-slider {
        display: flex;
        overflow-y: auto;    
    }
    .property-grid.property-grid-slider .property-card {
        width: 280px; min-width: 280px; margin-bottom: 0px;
    }
    .property-grid.property-grid-slider .property-card .property-info .guest-count strong{
        display: none;
    }
    .property-card .action-bar.wp-block-button .wp-element-button,
    .proparty-list-section.grey-bg .property-card .action-bar.wp-block-button .wp-element-button {
        width: 100%;
        background: var(--ast-global-color-0) !important;
        color: var(--ast-global-color-4);
    }
} 
/* proparty listing css end */
