Showing ... rooms
/* Glass search bar */ .glass-search { background:rgba(255,255,255,.75); backdrop-filter:blur(24px); border:1px solid rgba(255,255,255,.8); box-shadow:0 12px 40px -10px rgba(99,102,241,.1); } /* Filter sidebar */ .filter-section { border-bottom:1px solid #f1f5f9; padding-bottom:1.25rem; margin-bottom:1.25rem; } .filter-section:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; } /* Room card */ .room-listing-card { background:#fff; border:1px solid #f1f5f9; border-radius:1rem; transition: all .3s cubic-bezier(.16,1,.3,1); overflow:hidden; } .room-listing-card:hover { border-color:#c7d2fe; box-shadow:0 16px 48px -12px rgba(99,102,241,.12); transform:translateY(-2px); } .room-listing-card img { transition: transform .5s cubic-bezier(.16,1,.3,1); } .room-listing-card:hover img { transform:scale(1.05); } /* Heart wishlist */ .heart-btn { transition: all .25s ease; } .heart-btn:hover { color:#F43F5E; transform:scale(1.15); } .heart-btn.active { color:#F43F5E; } .heart-btn.active .material-symbols-outlined { font-variation-settings:'FILL' 1; } /* Verified badge */ .verified-badge { position:absolute; top:12px; left:12px; z-index:10; background:rgba(255,255,255,.9); backdrop-filter:blur(8px); padding:4px 10px; border-radius:20px; font-size:11px; font-weight:700; color:#059669; display:flex; align-items:center; gap:4px; box-shadow:0 2px 8px rgba(0,0,0,.08); } /* Pagination */ .page-btn { width:36px; height:36px; border-radius:10px; font-size:13px; font-weight:700; display:flex; align-items:center; justify-content:center; transition: all .2s ease; border:1px solid #e2e8f0; } .page-btn:hover { border-color:#6366F1; color:#6366F1; } .page-btn.active { background:#6366F1; color:#fff; border-color:#6366F1; } /* Custom range slider */ input[type="range"] { -webkit-appearance:none; height:4px; background:#e2e8f0; border-radius:4px; outline:none; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance:none; width:18px; height:18px; border-radius:50%; background:#6366F1; cursor:pointer; box-shadow:0 2px 6px rgba(99,102,241,.3); } /* Checkbox custom */ .custom-check { accent-color:#6366F1; width:16px; height:16px; border-radius:4px; cursor:pointer; } /* Animations */ @keyframes fadeUp { 0%{opacity:0;transform:translateY(20px)} 100%{opacity:1;transform:translateY(0)} } .anim-fade-up { animation: fadeUp .5s cubic-bezier(.16,1,.3,1) forwards; opacity:0; } .anim-d1 { animation-delay:.1s; } .anim-d2 { animation-delay:.2s; } .anim-d3 { animation-delay:.3s; } /* Filter btn for mobile */ .filter-btn-m { transition: all .25s ease; } .filter-btn-m:hover { background:#EEF2FF; color:#6366F1; border-color:#c7d2fe; }
Find verified and comfortable accommodations for you.
Showing ... rooms