.container-fluid {
            max-width: 1400px;
            margin: auto;
            padding: 0 15px;
}
.card {
            
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.4);
            transition: transform 0.3s ease;
            margin-bottom: 24px!important;
}
.card:hover {
    transform: translateY(-10px);
}
.img-wrapper {
    position: relative;
    height: 320px;
    overflow: hidden;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.card:hover .img-wrapper img {
    transform: scale(1.08);
}
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}
.badge.online {
    background: #e91e63;
}
.adprice {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e91e63;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
}
.adcontent {
    padding: 18px;
}
.name {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 6px;
}
.name a {
    color: #fff;
    text-decoration: none;
}
.name a:hover {
    color: #e91e63;
}
.adtitle {
    font-size: 14px;
    color: #00ff9d;
    margin-bottom: 8px;
    font-weight: 500;
}
.adlocation {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.adstatus {
    background: #28a745;
    color: #fff;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 4px;
    font-weight: 600;
}
.adbio {
    font-size: 14px;
    line-height: 1.5;
    color: #ddd;
    margin: 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #888;
}
.adtryst {
    color: #e91e63;
    font-weight: 600;
}
.adheart {
    color: #e91e63;
    font-size: 18px;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .img-wrapper { height: 260px; }
    .card { margin-bottom: 20px; }
}
@media (min-width: 577px) and (max-width: 768px) {
    .img-wrapper { height: 280px; }
}

.dots {
    color: #888;
    font-size: 20px;
    margin: 0 10px;
    pointer-events: none;
}
#pagination-wrapper {
    margin-top: 60px;
    padding: 20px 0;
}
.page-btn {
    background: #1a1a2e;
    border: none;
    color: #fff;
    padding: 12px 18px;
    margin: 4px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    min-width: 48px;
}
.page-btn:hover, .page-btn.active {
    background: #e91e63;
    transform: scale(1.05);
}

.tryst-pagination {
    margin: 50px 0;
    text-align: center;
    display: block !important;
}
.tryst-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.tryst-pagination li {
    margin: 0 5px;
}
.tryst-pagination a,
.tryst-pagination span {
    display: block;
    padding: 12px 18px;
    background: #1a1a2e;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
}
.tryst-pagination a:hover,
.tryst-pagination .current span {
    background: #e91e63;
    color: #fff;
}
.tryst-pagination .dots {
    background: transparent;
    color: #666;
}

/* ----- Misc ----- */
.no-results {grid-column:1/-1;text-align:center;padding:60px;color:#888;font-size:18px;}
@media(max-width:768px){
    .tryst-grid {gap:15px;}
    .img-wrap {height:280px;}
}