.single-page-wraper { max-width:100% !important; margin:auto !important; padding:20px !important; }
.single-hostel { width: 100%; margin: auto; }
.back-btn { display:inline-block; margin-bottom:15px; color:#6b7280; text-decoration:none; }
.back-btn:hover { color:#4f46e5; }

/* Gallery */
.bp-gallery { border-radius:16px; overflow:hidden; margin-top:10px; }
.bp-main-img { width:100%; height:600px; overflow:hidden; border-radius:16px; margin-bottom:10px; }
/* #bp-main-image {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
} */
.bp-main-img img { width:100%; height:100%; object-fit:cover; transition:0.3s; }
/* .bp-main-img img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
} */
.bp-thumbnails { display:flex; gap:8px; border-radius:12px; border:1px solid #e5e7eb; padding:8px; background:#fff; }
.bp-thumb { width:80px; height:60px; object-fit:cover; border-radius:8px; cursor:pointer; border:2px solid transparent; transition:0.2s; }
.bp-thumb.active, .bp-thumb:hover { border-color:#4f46e5; }
@media(max-width: 768px){
    .bp-main-img{height: 250px !important;}
    .bp-thumb{width: 60px; height: 45px;}
}

/* Top Section */
.top-section { display:flex; justify-content:space-between; align-items:center; margin-top:20px; }
.top-section h1 { font-size:22px; margin:0; }

/* Badge */
.badge { background:#4f46e5; color:#fff; font-size:11px; padding:3px 8px; border-radius:6px; margin-left:8px; }

/* Info */
.location { display:block; color:#6b7280; font-size:14px; margin:5px 0; }
.rating { color:#f59e0b; font-size:14px; }
.verified { color:#22c55e; font-size:13px; font-weight:600; }
.not-verified { color:#ef4444; font-size:13px; font-weight:600; }

/* Price */
/* .price { font-size:24px; color:#4f46e5; font-weight:700; }
.price span { font-size:12px; color:#9ca3af; } */
.whatsapp-btn { display: flex; align-items: center; gap: 6px; background: #25D366; color: #fff; border: none; border-radius: 10px; padding: 10px 14px; font-size: 13px; font-weight: 600; text-decoration: none !important; transition: background 0.2s; white-space: nowrap; }
.whatsapp-btn:hover { background: #1DA851; color: #fff; }

/* Description */
.description { margin-top:20px; background:#f9fafb; padding:15px; border-left:4px solid #4f46e5; border-radius:8px; color:#374151; }

/* Amenities */
.amenities { margin-top:20px; }
.amenity-list { display:flex; gap:10px; flex-wrap:wrap; }
.amenity-list span { background:#eef2ff; padding:6px 12px; border-radius:20px; font-size:13px; }

/* Contact property */
@media (max-width: 768px) {
    .contact-property-container {
        margin-top: 40px !important;
        padding: 0 15px;
        flex-direction: column !important;
    }
    .contact-property-card {
        width: 100% !important;
        height: auto !important;
        padding: 20px !important;
        text-align: center !important;
    }
    .contact-property-card div {
        flex-direction: column;
        align-items: center;
    }
    .contact-property-card a {
        width: 80%;
        max-width: 200px;
        justify-content: center;
    }
}