.headerIndex{
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
    padding: 15px 20px;
}

/* TOP SECTION */
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* BRAND */
.brand h1{
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.brand p{
    margin: 3px 0 0;
    font-size: 13px;
    opacity: 0.7;
}

/* TOOL ICONS */
.header-tools{
    display: flex;
    align-items: center;
    gap: 15px;
}

.tool-icon{
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: 0.2s;
    color: #fff;
}

.tool-icon:hover{
    background: rgba(255,255,255,0.1);
}

/* SHARE */
.share-wrap .a2a_dd{
    background: transparent !important;
}

/* BOTTOM SECTION */
.header-bottom{
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.header-text h2{
    margin: 0;
    font-size: 18px;
    color: #e5e7eb;
}

/* TRANSLATE BOX */
.translate-box{
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
}

/* MOBILE */
@media(max-width: 768px){
    .header-top{
        flex-direction: column;
        align-items: flex-start;
    }

    .header-tools{
        width: 100%;
        justify-content: flex-start;
    }

    .header-bottom{
        flex-direction: column;
        align-items: flex-start;
    }
}

/*====================================*/

/*=====================================*/

.ad-panel{
    position:relative;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    margin:20px 0;
    border:1px solid #e8e8e8;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    animation:adFadeIn .4s ease;
}

/* Header */

.ad-panel-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 16px;
    background:linear-gradient(135deg,#f8f9fa,#ffffff);
    border-bottom:1px solid #eee;
}

.ad-panel-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:700;
    color:#555;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.ad-panel-title i{
    color:#ff9800;
    font-size:18px;
}

/* Close Button */

.ad-close-btn{
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:#f3f3f3;
    color:#777;
    cursor:pointer;
    transition:.3s ease;
}

.ad-close-btn:hover{
    background:#ff4d4f;
    color:#fff;
    transform:rotate(90deg);
}

.ad-close-btn i{
    font-size:16px;
}

/* Body */

.ad-panel-body{
    padding:15px;
}

/* Entrance Animation */

@keyframes adFadeIn{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Mobile */

@media(max-width:768px){

    .ad-panel{
        border-radius:12px;
        margin:15px 0;
    }

    .ad-panel-header{
        padding:10px 14px;
    }

    .ad-panel-body{
        padding:12px;
    }
}

/*=======================================*/
.modern-card-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 14px;
    border-radius:14px;
    background:rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    margin-bottom:8px;
}

.head-left{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

.property-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    color:#fff;
    background:linear-gradient(135deg,#4facfe,#00f2fe);
    text-transform:uppercase;
    flex-shrink:0;
}

.head-text{
    overflow:hidden;
}

.property-title{
    font-size:16px;
    font-weight:700;
    margin:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.head-actions{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:18px;
    color:#555;
}

.head-actions .closePost{
    font-size:22px;
    cursor:pointer;
    color:rgba(0,0,0,0.4);
    transition:0.2s;
}

.head-actions .closePost:hover{
    color:red;
    transform:scale(1.1);
}

.modern-description{
    padding:10px 14px;
    font-size:14px;
    line-height:1.5;
    color:#333;
    background:#fff;
    border-radius:0 0 14px 14px;
}

.see-more{
    display:inline-block;
    margin-top:6px;
    color:#007bff;
    cursor:pointer;
}

/*========================================*/


/*==========================================*/

.property-description{
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #333;
    text-align: left;

    /* Preserve spaces and line breaks */
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;

    /* Styling */
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e9ecef;

    /* Better readability */
    letter-spacing: 0.2px;
    margin-top: 15px;
}
@media (max-width:768px){
    .property-description{
        font-size: 15px;
        line-height: 1.8;
        padding: 18px;
    }
}

.property-description::first-letter{
    font-size: 1.4em;
    font-weight: 600;
}


/*===========================================*/

/*===============================*/

.animate-myDIV{
    color:#16a34a;
    animation:bounceArrow 1.5s infinite;
}

@keyframes bounceArrow{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(6px);
    }
}

/*=========================================*/
.property-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    padding:10px 0;
    font-size:13px;
    color:#666;
}

.meta-item{
    display:flex;
    align-items:center;
    gap:6px;
    background:#f8f9fa;
    padding:6px 12px;
    border-radius:50px;
    font-weight:500;
}

.meta-item i{
    color:#0d6efd;
    font-size:13px;
}

.location-group{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}

.location-pill{
    display:flex;
    align-items:center;
    gap:6px;
    padding:8px 14px;
    border-radius:50px;
    text-decoration:none;
    background:rgba(13,110,253,.08);
    color:#333;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.location-pill:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-2px);
    text-decoration:none;
}

.location-pill i{
    font-size:12px;
}

.country-flag{
    width:20px;
    height:14px;
    border-radius:3px;
    object-fit:cover;
    box-shadow:0 1px 4px rgba(0,0,0,.15);
}
/*====================================={=={{======*/
.hiddenDIV{
    margin-top:15px;
}

.agent-card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);
}

.agent-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}

.agent-avatar .profile{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #0d6efd;
}

.avatar-placeholder{
    width:65px;
    height:65px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:bold;
    color:#fff;
    background:linear-gradient(135deg,#0d6efd,#00c6ff);
}

.agent-info h4{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#222;
}

.agent-info a{
    text-decoration:none;
}

.agent-info small{
    color:#777;
}

.info-box{
    display:flex;
    align-items:flex-start;
    gap:10px;
    background:#f8f9fa;
    padding:12px;
    border-radius:12px;
    margin-bottom:18px;
    color:#555;
}

.info-box i{
    color:#0d6efd;
    margin-top:3px;
}

.show-contact-btn{
    width:100%;
    border:none;
    border-radius:50px;
    padding:14px;
    background:linear-gradient(135deg,#0d6efd,#007bff);
    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.show-contact-btn:hover{
    transform:translateY(-2px);
}

.contacts{
    margin-top:20px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    border-radius:12px;
    background:#f8f9fa;
    margin-bottom:10px;
}

.contact-item i{
    width:20px;
    text-align:center;
    color:#0d6efd;
    font-size:18px;
}

.contact-item.whatsapp i{
    color:#25D366;
}

.contact-item a{
    text-decoration:none;
    color:#333;
    font-weight:600;
}

.website a{
    color:#0d6efd;
}

/*===============================================*/
.empty-state{
    text-align: center;
    padding: 60px 20px;
    max-width: 520px;
    margin: 60px auto;
    color: #111827;
}

/* ICON WRAPPER */
.empty-visual{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.empty-icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #4f46e5;
    margin: auto;
    z-index: 2;
    position: relative;
}

/* subtle pulse animation */
.pulse-ring{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(79, 70, 229, 0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse{
    0%{
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.7;
    }
    70%{
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.2;
    }
    100%{
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
    }
}

/* TEXT */
.empty-state h3{
    font-size: 22px;
    margin: 10px 0;
}

.empty-state p{
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* BUTTONS */
.empty-actions{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.empty-btn{
    padding: 11px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    font-weight: 500;
}

.empty-btn.primary{
    background: #4f46e5;
    color: #fff;
}

.empty-btn.primary:hover{
    background: #4338ca;
}

.empty-btn.secondary{
    background: #e5e7eb;
    color: #111827;
}

.empty-btn.secondary:hover{
    background: #d1d5db;
}
