/* ===============================================
   LEGACY FLOORPLANS - ROOM TYPE TOGGLE
   =============================================== */

.legacy-room-type-block {
    margin: 10px 0;
}

.legacy-room-type-toggle {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.legacy-room-type-btn {
    padding: 3px 15px;
    background: #f0f0f0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.legacy-room-type-btn:hover {
    background: #e0e0e0;
}

.legacy-room-type-btn.active {
    background: #a7a7a7;
    color: #fff;
}
.above-floor-sec {
    padding: 60px 0px;
    text-align: center;
}
.above-floor-sec h2{
    text-transform:uppercase;
}
.room-type-btn.active {
    background: #a7a7a7;
    color: #fff;
}
.element-item[data-av-status="soldouttoggled"] .portfolio-image:before,
.element-item[data-status="soldout"] .portfolio-image:before {
    position: absolute;
    content: "Sold Out";
    background: rgb(255 97 50 / 80%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    pointer-events: none; 
}
.element-item[data-av-status="soldouttoggled"] .portfolio-image,
.element-item[data-status="soldout"] .portfolio-image {
    position: relative;
    line-height:0;
    margin-bottom:10px;
}
.element-item[data-av-status="soldouttoggled"] .unit-status.grid-status,
.element-item[data-status="soldout"] .unit-status.grid-status {
    display:none;
}
.fp-full-disclaimer {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}
.pop-split-50 .fp-full-disclaimer {
    color: inherit;
    margin-top:10px;
}
.rates-note {
    line-height:1.2;
    margin-top: 10px;
}
.fancybox-inner > div .floorplan-special {
    background: #383838;
    color: #ffffff;
    padding: 10px!important;
    max-width: 98% !important;
    text-align: center;
    margin-bottom: 10px;
}
.legacy-room-type-content {
    display: none;
}

.legacy-room-type-content.active {
    display: block;
}
ul.box-grid3d {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px 0px 10px;
        gap: 10px;
}

ul.box-grid3d li {
    width: 60px;
    background: #f7f7f7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
ul.box-grid3d li {
    width: 60px;
    background: #f7f7f7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
ul.box-grid3d li.active-img {
    background: #d5d5d5;
}
@media (max-width: 768px) {
    .legacy-room-type-toggle {
        flex-direction: column;
    }

    .legacy-room-type-btn {
        width: 100%;
    }
}
