.main-image svg.path:hover {
    transition: 0.6s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
    fill: rgba(170, 132, 83, 0.7) !important;
}

.main-image svg.path.unavailable {
    fill: rgba(46, 55, 70, 0.7) !important;
}

.main-image svg.path.booked {
    fill: rgba(255, 90, 95, 0.7) !important;
}
.const-svg-content {
    width: 100%;
    overflow: hidden;
    height: 234px;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}
.no-shadow .const-svg-content {
    box-shadow: none;
}
.inner-banner .const-svg-content {
    height: 750px;
}
.const-svg-content svg {
    height: auto !important;
    width: 100% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.inner-banner.floor .const-svg-content svg {
    height: auto !important;
    width: 50% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.const-element-item {
    cursor: pointer;
}
.const-element-item:hover {
    fill: rgba(61, 214, 208, 0.7);
    cursor: pointer;
}
.property-grid-1 .listing-ctg,
.property-list-2 .listing-ctg {
    left: 0;
    bottom: 0;
    padding-left: 15px;
    background: black;
    width: 100%;
}
.const-svg-content svg .const-element-item:hover {
    cursor: pointer;
    fill: rgba(255, 119, 0, 0.5) !important;
}
.const-svg-content svg .const-element-item {
    fill: transparent;
}
/*Home page*/
.news .property-info {
    width: 70%;
}
/*End Home page*/
/*Footer*/
.media-widget .fab {
    font-size: 20px;
}
.footer-widget.contact-widget ul li a {
    color: #efefef;
}
.footer-widget.contact-widget ul li a:hover {
    color: #aa8453;
;
}
/*End Footer*/
/*Inner pages*/
.tagcloud .tagStyle {
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    color: #aa8453;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    background: #fff;
    margin-right: 10px;
}
.tagcloud ul li > div:hover {
    transform: translateY(-4px);
    /*box-shadow: 0 8px 18px rgba(170, 132, 83, 0.18);
    border-color: rgba(170, 132, 83, 0.35);
    background: linear-gradient(145deg, #fffdf9, #f8f5f1);*/
}
.info-map-layout .tagcloud ul li {
    margin: .5rem;
}
.property-section {
    background: #faf8f3;
    border: 1px solid #ece3d4;
}

.badge-info {
    background: #fff;
    border: 1px solid #d8b887;
    color: #8a6c3a;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.9rem;
    transition: 0.2s ease;
}

.badge-info:hover {
    background: #d8b887;
    color: #fff;
}

.map-container {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .property-section .row {
        flex-direction: column-reverse;
    }
    .col-lg-4 {
        margin-bottom: 1rem;
    }
}
.complex-block-carusel {
    padding-bottom: 70px;
    margin-bottom: 20px;
}
.complex-block-carusel.owl-carousel.nav-top-right .owl-nav {
    bottom: 0;
    top: unset;
    right: 10px;
}
.complex-block-carusel.owl-carousel.nav-top-right .owl-nav button {
    width: 60px;
    height: 60px;
    font-size: 40px;
    font-weight: 100;
    border-radius: 50%;
    border: 1px solid #aa8453;
    color: #aa8453;
    margin-left: 20px;
    transition: transform .3s;
}
.complex-block-carusel.owl-carousel.nav-top-right .owl-nav button:hover {
    color: #fff;
    transform: scale(1.2);
}
/*Appartment List start*/
.horizontal-tabs .nav-tabs {
    border-bottom: none;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.horizontal-tabs .nav-tabs .nav-link {
    border: none;
    background: #f3f4f6; /* light gray */
    color: #374151;      /* dark gray text */
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.horizontal-tabs .nav-tabs .nav-link:hover {
    background: #e5e7eb;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transform: translateY(-1px);
}
.horizontal-tabs .nav-tabs .nav-link.active {
    background: #aa8453;      /* modern blue */
    color: #fff;
    box-shadow: 0 4px 12px rgba(170, 132, 83, 0.25);
    transform: translateY(-2px);
}
.table-layout {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
.apartments-content-table.table .table-cell:first-child,
.apartments-content-table.table .table-cell:nth-child(3) {
    position: sticky;
    left: 0;
    background: #f0f0f0;
    z-index: 2;
    width: 2rem;
}
.apartments-content-table.table .table-row:nth-child(odd) .table-cell:first-child,
.apartments-content-table.table .table-row:nth-child(odd) .table-cell:nth-child(3) {
    background: #c3c3c3;
}
.apartments-content-table.table .table-row:nth-child(odd) .table-cell:nth-child(3) {
    right: 0;
}
.apartments-content-table.table {
    display: table;
}
.apartments-content-table .table-row {
    display: table-row;
    height: 95px;
}
.apartments-content-table .table-cell {
    display: table-cell;
    padding: 2px 10px;
    text-align: center;
    color: rgba(0, 0, 0, .4);
    vertical-align: middle;
}
.apartments-content-table ul {
    display: flex;
}
.apartments-content-table ul li {

}
.apartments-content-table ul li:hover {
    opacity: .8;
}
.apartments-content-table ul li a {
    color: #fff;
}
.apartments-content-table ul li .content {
    position: relative;
    display: grid;
    height: 80px;
    width: 13rem;
    cursor: pointer;
    /*grid-template-columns: 60px 1fr;*/
    grid-template-columns: 1fr 45%;
    gap: .5rem;
    border-radius: .3rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(235, 237, 241);
    padding: .5rem;
    margin-right: .5rem;
    font-weight: 600;
}
.apartments-content-table ul li .content .ap-number {
    padding: .25rem .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    border-radius: 3px;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 600;
    background-color: rgb(34, 197, 94);
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 3rem;
}
.apartments-content-table ul li .content.apt-status-sold .ap-number {
    background-color: rgb(236, 99, 114);
}
.apartments-content-table ul li .content.apt-status-reserved .ap-number {
    background-color: rgb(255, 180, 0);
}
.apartments-content-table ul li .content .detail {
    margin: auto;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: .9rem;
    line-height: 1rem;
    color: rgb(78, 78, 78);
}
.apartments-content-table ul li .content .price {
    display: none;
}
.apartments-content-table ul li .content.apt-status-free .price {
    display: flex;
}
.apartments-content-table ul li .content.apt-status-free .status {
    display: none;
}
.apartment-list .tab-content {
    width: 100%;
    overflow: auto;
}
.floor-plan-small-view {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 10px;
}
/*Appartment List End*/
/*Building list Start*/
.building-list .info-item {
    justify-content: space-between;
    font-size: 18px;

}
.building-list .owl-item .property-card {
    height: inherit;
}
.building-list .info-item i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../assets/images/icon/all_apt.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
/*Available property*/
i.special-property {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-color: transparent;
}
.building-list .info-item.apartment-status-FREE i,
i.special-property.status-free {
    background-image: url('../assets/images/icon/available_apt.png');
}
/*Sold property*/
.building-list .info-item.apartment-status-SOLD i,
i.special-property.status-sold {
    background-image: url('../assets/images/icon/sold_apt.png');
}
/*Booked property*/
.building-list .info-item.apartment-status-RESERVED i,
i.special-property.status-reserved {
    background-image: url('../assets/images/icon/booked_apt.png');
}
.building-list .info-item.apartment-type-APARTMENT i,
i.special-property.type-apartment {
    background-image: url('../assets/images/icon/all_apt.png');
}
.building-list .info-item.apartment-type-PUBLIC_AREA i,
i.special-property.type-public_area {
    background-image: url('../assets/images/icon/public_area.png');
}
.building-list .info-item.apartment-type-PARKING_SPACE i,
i.special-property.type-parking_space {
    background-image: url('../assets/images/icon/parking_space.png');
}
.building-list .info-item.apartment-type-BASEMENT_AREA i,
i.special-property.type-basement_area {
    background-image: url('../assets/images/icon/basement_area.png');
}
.building-list .owl-item .item {
    height: 100%;
}
/*Building list End*/
/*Building list Start */
.widget {
    margin-bottom: 24px;
    color: grey;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 35px;
}
.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    color: grey;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}
.widget-category ul li {
    padding: 10px 0;
}
.widget ul li {
    line-height: 25px;
    list-style: none;
}
.widget-category ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #c0c0c0;
}
.widget ul li a {
    text-decoration: none;
    color: #12171f;
    -webkit-transition: all 300ms
    ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms
    ease-in-out 0s;
}
/*Building list End */
/* Container link */
.pdf-item {
    text-decoration: none;
    color: inherit; /* keep inherited text color */
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: background-color .18s ease, box-shadow .18s ease, transform .06s ease;
}

/* Row layout */
.pdf-item .item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #f8f5f0;
}

/* Hover / focus states for accessibility */
.pdf-item:hover .item,
.pdf-item:focus-visible .item {
    background: rgba(0,0,0,0.03);
    box-shadow: 0 4px 14px rgba(12,12,12,0.04);
    transform: translateY(-1px);
}

/* Date badge */
.pdf-item .date{
    min-width: 56px;
    max-width: 56px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #1f2937; /* dark slate */
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    border-radius: 8px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.02);
}

/* small month text */
.pdf-item .date small{
    display:block;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 4px;
    opacity: 0.8;
}

/* Main metadata area (title + small meta row) */
.pdf-item .meta{
    flex: 1 1 auto;
    min-width: 0; /* allow text truncation */
}

/* Title - allow up to 2 lines and then ellipsis */
.pdf-item .title{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Small meta row: file size / type */
.pdf-item .meta-row{
    font-size: 13px;
    color: #6b7280;
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Icon on the right */
.pdf-item .pdf-icon{
    font-size: 22px;
    margin-left: 12px;
    color: #aa8453;
    flex-shrink: 0;
}

/* Make icon slightly bigger on hover for affordance */
.pdf-item:hover .pdf-icon,
.pdf-item:focus-visible .pdf-icon{
    transform: scale(1.06);
    transition: transform .12s ease;
}

/* Responsive: on small screens stack date above content */
@media (max-width: 560px) {
    .pdf-item .item {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }

    /* Put date to the left but smaller */
    .pdf-item .date {
        min-width: 48px;
        font-size: 18px;
        padding: 6px 4px;
    }

    .pdf-item .title {
        -webkit-line-clamp: 3; /* allow one more line on small screens if desired */
    }
}

/* Optional: a compact "list" style with separators */
.pdf-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pdf-list .pdf-item .item {
    border-radius: 8px;
}

/* Focus outline for keyboard users */
.pdf-item:focus-visible {
    outline: 3px solid rgba(59,130,246,0.2);
    outline-offset: 3px;
}


/*----------Building list style Start------------*/
.property-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex;
    flex-direction: column;
}

.property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

/* Image area */
.property-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.property-card:hover .property-image img {
    transform: scale(1.05);
}

/* Progress badge */
.progress-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    backdrop-filter: blur(3px);
}

/* Bottom dark overlay for property name */
.property-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.75);
    color: #f8f8f8;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Body section */
.property-body {
    padding: 18px 20px 24px;
}

.property-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1f2937;
}

.property-address {
    font-size: 14px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

/* Info list */
.property-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b28446; /* elegant gold tone */
    font-weight: 600;
    font-size: 15px;
}

.info-item .label {
    flex: 1;
    margin-left: 8px;
    color: #555;
    font-weight: 500;
}

.info-item i {
    font-size: 18px;
    min-width: 22px;
}

/* Hover highlight */
.property-card:hover .info-item i {
    color: #c48a4c;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .property-card {
        border-radius: 12px;
    }

    .property-title {
        font-size: 18px;
    }

    .property-info {
        gap: 8px;
    }
}
/*---------Floor page Start---------*/
.floor-switcher {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.floor-switcher:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.floor-switcher h5 {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
    text-align: center;
}

.floor-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.floor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 46px;
    padding: 0 18px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    background: #f7f8fa;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.floor-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #aa8453, #aa8453);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.floor-btn span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.floor-btn:hover::before {
    opacity: 1;
}

.floor-btn:hover span {
    color: #fff;
}

.floor-btn.active {
    background: linear-gradient(135deg, #aa8453, #aa8453);
    color: #fff;
    box-shadow: 0 6px 18px rgba(170, 132, 83, 0.3);
    transform: translateY(-2px);
}
.apartment-list .table-striped td i  {
    /*justify-content: space-between;
    font-size: 18px;*/
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-image: url('../assets/images/icon/all_apt.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.apartment-list .table-striped td.type-APARTMENT i {
    background-image: url('../assets/images/icon/all_apt.png');
}
.apartment-list .table-striped td.type-PUBLIC_AREA i {
    background-image: url('../assets/images/icon/public_area.png');
}
.apartment-list .table-striped td.type-PARKING_SPACE i {
    background-image: url('../assets/images/icon/parking_space.png');
}
.apartment-list .table-striped td.type-BASEMENT_AREA i {
    background-image: url('../assets/images/icon/basement_area.png');
}
.apartment-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.table-modern {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 0.95rem;
}

.table-modern th {
    text-align: left;
    color: #666;
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.table-modern td {
    background: #f9fafc;
    padding: 14px 15px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.table-modern tr:hover td {
    background: #eef5ff;
    transform: translateY(-2px);
}

.unit {
    color: #999;
    font-size: 0.8em;
    margin-left: 3px;
}

.status-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: capitalize;
}

/* Example status colors */
.status-free {
    background: #e0f7e9;
    color: #16a34a;
}
.status-sold {
    background: #ffe2e2;
    color: #dc2626;
}
.status-reserved {
    background: #fff4db;
    color: #ca8a04;
}
/*---------Floor page End---------*/


/*---------Breadcrumb Start---------*/

/* Section wrapper */
.full-row.breadcrumb-layout {

}

/* Breadcrumb container */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 500;
    align-items: center;
}

/* Breadcrumb items */
.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #9ca3af;
    font-size: 1rem;
    margin: 0 0.6rem;
    opacity: 0.7;
}

/* Links */
.breadcrumb-item a {
    color: #374151;
    text-decoration: none;
    transition: all 0.25s ease;
}

.breadcrumb-item a:hover {
    color: #aa8453;
    transform: translateY(-1px);
}

/* Active item */
.breadcrumb-item.active {
    color: #0d6efd;
    font-weight: 600;
}

/* Responsive tweak */
@media (max-width: 576px) {
    .breadcrumb {
        font-size: 0.85rem;
        border-radius: 8px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 0.4rem;
    }
}
/*---------Breadcrumb End---------*/
.modal {
    z-index: 99992;
}
/*-----HTML: Vertical tabs with gallery in content----*/
 .v-tabs {
     display: grid;
     grid-template-columns: 260px 1fr;
     gap: 1.25rem;
     align-items: start;
 }
@media (max-width: 767.98px) {
    .v-tabs {
        grid-template-columns: 1fr;
    }
}
.v-tabs .nav-pills {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border-radius: 12px;
    padding: 0.6rem;
    box-shadow: 0 6px 18px rgba(18, 38, 63, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 220px;
}
.v-tabs .nav-link {
    border-radius: 10px;
    color: #334155;
    font-weight: 600;
    padding: 0.7rem 0.9rem;
    display: flex;
    gap: .75rem;
    align-items: center;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
    border: none;
}
.v-tabs .nav-link .pill-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    background: #eef2ff;
    color: #0d6efd;
    flex-shrink:0;
}
.v-tabs .nav-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(13,110,253,0.08);
}
.v-tabs .nav-link.active {
    background: linear-gradient(90deg, #eef2ff, #f7fbff);
    color: #0d6efd;
    box-shadow: 0 8px 20px rgba(13,110,253,0.09);
}
.v-tabs .tab-content {
    background: #fff;
    border-radius: 12px;
    padding: 1.1rem;
    box-shadow: 0 6px 18px rgba(18, 38, 63, 0.04);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .6rem;
}
@media (max-width: 991.98px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575.98px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.gallery-grid a {
    display:block;
    overflow:hidden;
    border-radius:8px;
    position:relative;
    background:#f3f6fb;
}
.gallery-grid img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition: transform .35s ease;
}
.gallery-grid a:hover img { transform: scale(1.06); }
.tab-meta { margin-top: .7rem; color:#6b7280; font-size:.93rem; }
.gallery-wrapper {
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    overflow: auto;
    max-height: 500px; /* shows ~2 rows depending on image size */
    transition: max-height 0.4s ease;
}

.vertical-tabs-images .left-part {
    height: 100%;
}
.vertical-tabs-images .left-part .nav-pills {
    height: 100%;
}
/*-----HTML: Vertical tabs with gallery in content End----*/
.aptinfo-layout.property-overview .card-body {
    background: #fff;
    border-radius: 1rem;
}

.aptinfo-layout.property-overview h4 a:hover {
    color: #0d6efd;
}

.aptinfo-layout.property-overview .table th {
    font-weight: 600;
}
.aptinfo-layout .bg-success.aptstatus-sold {
    background-color: #ffe2e2 !important;
    color: #dc2626;
}
.aptinfo-layout .bg-success.aptstatus-free {
    background-color: #e0f7e9 !important;
    color: #16a34a;
}
.aptinfo-layout .bg-success.aptstatus-reserved {
    background-color: #fff4db !important;
    color: #ca8a04;
}
/* Title */
.property-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    color: #1a1a1a !important;
}

/* List */
.property-info-main {
    list-style: none;
    padding: 0;
    margin: 20px 0 24px 0;
    border-left: 3px solid #aa8453; /* gold accent */
    padding-left: 16px;
}

.property-info-main li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.property-info-main .label {
    color: #6c757d;
    font-weight: 500;
}

.property-info-main .value {
    font-weight: 600;
    color: #1a1a1a;
}

/* Price */
.property-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #aa8453; /* gold */
    margin-bottom: 16px;
}

/* Status */
.property-status {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(170,132,83,0.10);
    color: #aa8453;
    font-size: 0.9rem;
}
.aptinfo-layout .ask-question {
    width: 100%;
}
/*filter Start*/
/* Container */
.range-container {
    max-width: 400px;
}

/* Custom range style */
.styled-range {
    height: 4px;
    background: linear-gradient(to right, #aa8453 100%, #ccc 100%);
    border-radius: 5px;
    outline: none;
    appearance: none;
    transition: background 0.3s ease;
}

/* Track styling */
.styled-range::-webkit-slider-runnable-track {
    height: 4px;
    background: transparent;
}

/* Thumb (handle) styling */
.styled-range::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    background: #aa8453;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -5px;
    transition: transform 0.2s ease;
}
.styled-range::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Firefox */
.styled-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #aa8453;
    border-radius: 3px;
    cursor: pointer;
}

.select-custom.checkbox-style li input[type="checkbox"]:checked+label:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 1px;
    border: 12px;
    border-style: solid;
    border-color: var(--theme-primary-color) transparent transparent transparent;
    transform: rotate(-45deg);
    right: -12px;
    bottom: -12px;
}
.select-custom.checkbox-style li input[type="checkbox"]:checked+label:after {
    position: absolute;
    content: "\f00c";
    font-size: 5px;
    right: -1px;
    bottom: 9px;
    width: 8px;
    height: 8px;
    color: #FFF;
    font-weight: 900;
    z-index: 9;
}
/*filter End*/
.property-image a svg {
      pointer-events: none;
  }
header.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 9999999 !important;
    animation-duration: 1s;
    animation-name: menu-sticky;
    animation-timing-function: ease-in-out;
    margin: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0 !important;
}
@media screen and (max-width: 991.98px) {
    .dropdown-menu {
        background-color: #3e5083;
    }
    header.bg-white .dropdown-menu {
        background-color: #fff;
    }
    header.bg-white .dropdown-menu .dropdown-item {
        color: #363a3e;
    }

}
/*---Floor slider Start--*/
.floor-selector {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.floorSwiper {
    height: 220px;         /* adjust */
}

.floorSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: .25;
    transition: opacity .3s, transform .3s;
}

.floorSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.2);
}

.floor-item {
    text-align: center;
}

.floor-item .num {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ff9b35;      /* same orange as your example */
    line-height: 1;
}

.floor-item .label {
    font-size: .9rem;
    margin-top: -4px;
    color: #ff9b35;
}

/* Arrows */
.floor-prev,
.floor-next {
    color: #b3835c !important;       /* gold-brown arrow */
    --swiper-navigation-size: 26px;
    font-weight: 600;
}

.floor-prev {
    top: 10px;
}

.floor-next {
    bottom: 10px;
    top: auto;
}
.floorSwiper .swiper-button-next,
.floorSwiper .swiper-button-prev {
    top: -30%;
    left: 0;
    right: 0;
    margin: auto;
}
.floorSwiper .swiper-button-prev {
    top: 62%;
}
.floorSwiper .swiper-button-next:after {
    transform: rotate(-90deg);
}
.floorSwiper .swiper-button-prev:after {
    transform: rotate(-90deg);
}
/*---Floor slider End--*/
/*-------*/
.tag-block {
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.tag-title {
    font-weight: 700;
    margin-bottom: 18px;
    color: #333;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.tag-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 18px;
    background: #f8f8f8;
    border: 1px solid #eee;
    min-width: 260px;
    transition: 0.25s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.tag-card:hover {
    background: #fff;
    border-color: #aa8453;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(170,132,83,0.15);
}

.tag-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.tag-info .tag-name {
    font-weight: 600;
    font-size: 16px;
}

.tag-info .tag-count {
    font-size: 1.2rem;
    margin-top: 2px;
    background: #aa8453;
    padding: 2px 8px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 4rem;
}
/*------*/
.property-switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    user-select: none;
    font-size: 20px;
    color: #9c6d46;
    margin-bottom: 25px;
}

.property-switch-container .label.active {
    font-weight: 600;
}
.switch-wrapper {
    width: 60px;
    height: 26px;
    background: #f0d0b5;
    border-radius: 20px;
    padding: 3px;
    position: relative;
    cursor: pointer;
    transition: background .3s ease;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.15);
}
.switch-wrapper.active .switch-handle {
    opacity: .5;
}
.switch-handle {
    width: 22px;
    height: 22px;
    background: #f59b42;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 2px;
    transition: transform .3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

.switch-wrapper.active .switch-handle {
    transform: translateX(32px);
}

/* IMAGE CONTAINER */
.image-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.image-container .img-layout {
    width: 100%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease;
}

.image-container .active {
    opacity: 1;
}








