.next-property-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    max-width: 600px;
	width:100%;
    margin: 20px auto;
    text-align: center;
    font-family: inherit;
}

.np-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1e2a38;
}

.np-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.np-date {
    background: #f5f7fa;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.np-date span {
    display: block;
    font-size: 12px;
    color: #888;
}

.np-date strong {
    font-size: 16px;
}

.np-days {
    color: #ff4d6d;
    font-weight: bold;
    margin-bottom: 15px;
}

.np-btn {
    display: inline-block;
    background: #1e2a38;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.np-btn:hover {
    background: #ff4d6d;
	color: white;
}
.np-btn {
    position: relative;
    z-index: 9999; /* 🔥 sab se important */
    pointer-events: auto !important;
}

.next-property-box {
	position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    max-width: 600px;
    margin: 40px auto;
    overflow: hidden; /* 🔥 important */
}

/* 🔥 IMAGE WRAPPER FIX */
.np-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* 🔥 IMAGE CONTROL */
.np-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.np-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.np-price {
    color: #28a745;
    font-weight: bold;
}

.np-location {
    color: #666;
}

/* 🔥 BADGE */
.np-image {
    position: relative;
}

.np-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4d6d;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.property-available-date {
    font-size: 14px;
    color: #ff4d6d;
    margin-top: 5px;
    font-weight: 500;
}
.property-card.property-card-general-section {
    display: block !important;
}

.next-property-wrapper {
    margin-left: 20px;
}