/* =======================
   Footer
======================= */

.footer-area {
    background: #1e1e1e;
    color: #ffffff;
    padding: 70px 0 25px;
    margin-top: 80px;
}

.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-area p {
    color: #d6d6d6;
    line-height: 28px;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d6d6d6;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f35525;
    padding-left: 5px;
}

.footer-whatsapp {
    display: inline-block;
    background: #f35525;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    margin-top: 10px;
}

.footer-whatsapp:hover {
    background: #fff;
    color: #f35525;
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 40px 0 20px;
}

.copyright {
    color: #bdbdbd;
    font-size: 14px;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 34px;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.1);
}

.whatsapp-float i {
    line-height: 60px;
}

.property-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.property-image{
    position:relative;
}

.property-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.status-badge{
    position:absolute;
    top:15px;
    left:15px;
    padding:8px 18px;
    border-radius:30px;
    color:#fff;
    font-size:13px;
    font-weight:600;
}

.current{
    background:#f35525;
}

.completed{
    background:#28a745;
}

.upcoming{
    background:#7c4dff;
}

.property-content{
    padding:25px;
}

.property-content h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.location{
    color:#666;
    line-height:28px;
    margin-bottom:20px;
}

.location i{
    color:#f35525;
    margin-right:8px;
}

.price{
    font-size:34px;
    font-weight:700;
    color:#f35525;
    margin-bottom:25px;
}

.price span{
    font-size:16px;
    color:#777;
    font-weight:400;
}

.property-features{
    display:flex;
    justify-content:space-between;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:18px 0;
    margin-bottom:20px;
}

.feature{
    text-align:center;
}

.feature strong{
    display:block;
    font-size:18px;
    color:#1e1e1e;
}

.feature span{
    color:#888;
    font-size:14px;
}

.view-btn{
    display:block;
    text-align:center;
    background:#1e1e1e;
    color:#fff;
    padding:14px;
    border-radius:35px;
    font-weight:600;
    transition:.3s;
}

.view-btn:hover{
    background:#f35525;
    color:#fff;
}

.view-btn i{
    margin-left:8px;
}

.main-image img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    border-radius: 10px;
}

.project-gallery img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.status-badge {
    display: inline-block !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-left: 10px;
    text-transform: none !important;
    position: relative;
}

.status-current {
    background: #f35525 !important;
}

.status-completed {
    background: #28a745 !important;
}

.status-upcoming {
    background: #7c4dff !important;
}

.contact-item {
    margin-bottom: 8px;
}

.contact-item i {
    color: #f35525;
}

.fa-check-circle {
    color: #f35525;
}


.property-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.property-card:hover {
    transform: translateY(-8px);
}

.property-image {
    position: relative;
}

.property-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
}

.status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
}

.status-badge.curr {
    background: #f35525;
}

.status-badge.comp {
    background: #28a745;
}

.status-badge.upc {
    background: #7c4dff;
}

.property-content {
    padding: 20px;
}

.property-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.location {
    color: #666;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
}

.location i {
    color: #f35525;
    margin-right: 8px;
}

.price {
    font-size: 20px;
    font-weight: 700;
    color: #f35525;
    margin-bottom: 15px;
}

.price span {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.property-features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}

.feature {
    width: 50%;
}

.feature-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-top i {
    color: #f35525;
    font-size: 18px;
    min-width: 20px;
}

.feature-top strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.feature-top strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #1e1e1e;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.view-btn:hover {
    background: #f35525;
}

.status-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}

.status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f35525;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}




.hotel-menu{
    position:relative;
    height: 40px !important;
}

.hotel-dropdown{
    position:absolute;
    top:100%;
    left:0;
    min-width:180px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    padding:10px 0;

    opacity:0;
    visibility:hidden;
    transform:translateY(10px);

    transition:.3s;
    z-index:99999;
}

.hotel-menu:hover .hotel-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    border-radius: 2px !important;
}

.hotel-dropdown li{
    width:100%;
    height: 50px !important;
    padding: 5px !important;
}

.hotel-dropdown li a{
    display:block;
    padding:10px !important;
    color:#222 !important;
    background:none !important;
    border:none !important;
    line-height:normal !important;
    border-radius: 2px !important;
}

.hotel-dropdown li:last-child:hover a{
    border-radius: 2px !important;
}

.hotel-dropdown li a:hover{
    background:#f35525 !important;
    color:#fff !important;
}


/* Desktop */
.hotel-mobile-menu{
    display:none;
}

@media (max-width:991px){

    .hotel-menu{
        display:none;
    }

    .hotel-mobile-menu{
        display:block;
    }
}


@media (max-width:991px){

    .hotel-mobile-menu{
        position:relative;
    }

    .hotel-mobile-menu .hotel-dropdown{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        right:auto !important;
        transform:none !important;
        float:none !important;

        display:none;
        width:100%;
        background:#f8f8f8;
        z-index:auto !important;
        box-shadow:none !important;
        margin:0;
        padding:0;
    }

    .hotel-mobile-menu.mobile-active .hotel-dropdown{
        display:block;
    }

    .hotel-mobile-menu .hotel-dropdown li{
        display:block;
        width:100%;
    }

    .hotel-mobile-menu .hotel-dropdown li a{
        padding:10px 25px;
        display:block;
    }
}

.hotel-mobile-menu{
    display:none;
}

@media(max-width:991px){
    .hotel-menu{
        display:none;
    }

    .hotel-mobile-menu{
        display:block;
    }
}


.mobile-submenu{
    display:none;
    padding-left:25px;
    background:#f8f8f8;
}

.mobile-submenu a{
    font-size:14px;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  .pagination {
    margin-top: 30px;
}

.pagination .page-link {
    width: auto !important;
    height: auto !important;
    padding: .375rem .75rem !important;
    border-radius: .375rem !important;
}

.pagination .page-item {
    overflow: visible !important;
}

.pagination {
    margin-top: 30px;
}

.pagination .page-link {
    width: auto !important;
    height: auto !important;
    padding: .375rem .75rem !important;
    border-radius: .375rem !important;
}

.pagination .page-item {
    overflow: visible !important;
}