.pb-list-item{
    list-style-type: none;
    color: var(--pb-menu-color);
    width: 50px;
    background-color: var(--pb-background-color);
    border-radius: 25px;
    padding: 15px 10px;
    margin: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: auto;
}

.pb-taxonomy-list{
    writing-mode: vertical-rl;
    display: flex;
    gap: 10px;
    rotate: 180deg;
    height: var(--pb-container-height);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px;
    border: 2px solid #ffce07;
    border-radius: 50px;
    min-height: 900px;
}

.pb-taxonomy-list::-webkit-scrollbar{
    display: none;
}

.property-item{
    display: flex;
    align-items: center;
    background: #ffffff40;
    padding: 15px;
    gap: 15px;
    border-radius: 50px 50px 0px 50px;
    margin-bottom: 15px;
}

.pb-property-title{
    font-family: montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding-left: 10px;
}

.property-thumbnail{
    min-width: 200px;
    padding: 0px;
}
.pb-property-thumb{
    width: 100%;
    height: 250px;
    border-radius: 50px !important;
}

.pb-property-excerpt{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    leading-trim: both;
    text-edge: cap;
    list-style-position: outside;
    padding: 0;
    text-transform: lowercase;
    color: #FFFFFF;
    padding-left: 10px;
}

.post-ajax{
    height: 720px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    mask-image: linear-gradient(to bottom, #000 80% 20%, transparent);
}

.post-ajax::-webkit-scrollbar{
    display: none;
}

.fade-out-up {
  animation: fadeOutUp 0.5s forwards;
}

@keyframes fadeOutUp {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-20px); }
}

/* New content fades and jumps down */
.fade-in-down {
  animation: fadeInDown 0.5s forwards;
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.pb-cta{
    display: flex;
    width: 100%;
    background-color: #FFFFFF50;
    max-width: 350px;
    gap: 20px;
    padding: 5px;
    border-radius: 50px;
    justify-content: center;
}

.pb-post-explore{
    width: 80%;
}

.pb-cta button{
    border-radius: 50px;
    background: #1E1E1E;
    color: #fff;
    font-size: 14px;
}

.pb-cta button a{
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    font-size: inherit;
}

.pb-cta button:hover{
    background: #ffffff90;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    font-size: 18px;
}

.property-data{
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: center;
    min-height: 200px;
    gap: 20px
}

.pb-property-thumb{
    width: 100%;;
}

.pb-tax-link{
    font-family: montserrat;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pb-list-item.active{
    background: #ffffff90 !important;
    border: 1px solid #1e1e1e;
    transition-duration: 0.3s;
}

.vertical-shape{
    min-height: 700px;
    aspect-ratio: 16/9;
}

.vertical-shape image{
    width: 100%;
    height: 100%;
}

.pvps-title{
    margin: 0px;
}

#pbvs-title-1{
    color: var(--title-color-1);
}

#pbvs-title-2{
    color: var(--title-color-2);
}

/* Gradual left reveal animation: width grows from 0 to 100% */
#pbvs-preview-img.left-reveal {
    overflow: hidden;
    display: inline-block;
    animation: leftRevealWidth 0.5s forwards;
}
@keyframes leftRevealWidth {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}

.property-preview{
    height: 100%;
    z-index: 99;
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: inherit;
    max-width: 1035px;
    padding-bottom: 30px;
    padding-right: 15px;
    background: linear-gradient(to top, #00000090, transparent);
}

#pbvs-preview-title{
    text-transform: uppercase;
    text-align: end;
}

.pb-property-info, .pb-appartment-type{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

#pbvs-preview-excerpt{
    text-align: right;
    max-width: 450px;
    align-self: flex-end;
}

.pb-property-info span, .pb-appartment-type span{
    padding: 6px;
    background-color: #FFFFFF75;
    border-radius: 50px;
    color:#ffffff;
    font-size: 12px;
}

.content-titles{
    display: flex;
    gap: 40px;
    align-items: center;
    width: max-content;
    margin-top: 10px;
}

.pb-svg-container svg{
    fill: var(--svg-color);
}


@media (max-width: 525px){
    .pb-taxonomy-list{
        writing-mode: horizontal-tb;
        min-height: 10px;
        max-height: 50px;
        width: 100%;
        rotate: 0deg;
    }

    .pb-taxnomy-nav-wrapper{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .pb-list-item{
        width: max-content;
        border-radius: 50px;
    }

    .post-ajax{
        height: 350px;
        width: inherit;
    }

    #pb-result-container{
        width: 100%;
    }

    .property-thumbnail{
        margin-bottom: 10px;
    }

    .pb-shape-info div {
        padding: 10px !important;
        align-self: center !important;
    }

    .property-preview {
        row-gap: 10px;
    }

    .content-titles {
        gap:10px;
    }
}
@media (max-width: 1200px) {

    .property-item{
        display: block;
    }
    
}