.hotels-module__jfl0Aa__container{max-width:1200px;min-height:80vh;margin:0 auto;padding:2rem 1rem}.hotels-module__jfl0Aa__header{text-align:center;margin-bottom:2rem}.hotels-module__jfl0Aa__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem}.hotels-module__jfl0Aa__searchBar{background:#fff;border-radius:8px;gap:1rem;max-width:600px;margin:0 auto 2rem;padding:1rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.hotels-module__jfl0Aa__searchInput{border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:.75rem;font-size:1rem}.hotels-module__jfl0Aa__searchButton{background:var(--gradient-primary);color:#fff;cursor:pointer;background-size:150% 150%;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.hotels-module__jfl0Aa__searchButton:hover{background-position:100%;transform:translateY(-1px);box-shadow:0 4px 12px #ec48994d}.hotels-module__jfl0Aa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.hotels-module__jfl0Aa__card{color:inherit;background:#fff;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.hotels-module__jfl0Aa__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.hotels-module__jfl0Aa__imageContainer{background:#f3f4f6;height:200px;position:relative}.hotels-module__jfl0Aa__hotelImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hotels-module__jfl0Aa__placeholderImage{color:#6b7280;background:#e5e7eb;justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.hotels-module__jfl0Aa__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.hotels-module__jfl0Aa__hotelName{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.hotels-module__jfl0Aa__location{color:#6b7280;align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.875rem;display:flex}.hotels-module__jfl0Aa__rating{color:#f59e0b;gap:.25rem;margin-bottom:1rem;display:flex}.hotels-module__jfl0Aa__priceContainer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.hotels-module__jfl0Aa__priceLabel{color:#6b7280;font-size:.875rem}.hotels-module__jfl0Aa__price{color:var(--primary);font-size:1.25rem;font-weight:700}.hotels-module__jfl0Aa__detailContainer{max-width:1000px;margin:0 auto;padding:2rem 1rem}.hotels-module__jfl0Aa__hero{height:400px;margin-bottom:2rem;position:relative}.hotels-module__jfl0Aa__galleryGrid{border-radius:12px;grid-template-columns:1fr;gap:.5rem;height:100%;display:grid;overflow:hidden}.hotels-module__jfl0Aa__galleryGrid.hotels-module__jfl0Aa__hasMultiple{grid-template-columns:2fr 1fr}.hotels-module__jfl0Aa__galleryMain{height:100%;position:relative;overflow:hidden}.hotels-module__jfl0Aa__gallerySide{grid-template-rows:1fr 1fr;gap:.5rem;height:100%;display:grid}.hotels-module__jfl0Aa__galleryImage{-o-object-fit:cover;object-fit:cover;cursor:pointer;width:100%;height:100%;transition:transform .3s}.hotels-module__jfl0Aa__galleryImage:hover{transform:scale(1.02)}.hotels-module__jfl0Aa__heroImage{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;height:100%}.hotels-module__jfl0Aa__hotelInfo{margin-bottom:3rem}.hotels-module__jfl0Aa__description{color:#4b5563;margin:1.5rem 0;line-height:1.6}.hotels-module__jfl0Aa__amenities{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.hotels-module__jfl0Aa__amenityTag{color:#374151;background:#f3f4f6;border-radius:20px;padding:.5rem 1rem;font-size:.875rem}.hotels-module__jfl0Aa__roomsSection{margin-top:3rem}.hotels-module__jfl0Aa__roomCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem;display:flex}.hotels-module__jfl0Aa__roomInfo h3{margin-bottom:.5rem}.hotels-module__jfl0Aa__roomPrice{text-align:right}.hotels-module__jfl0Aa__bookButton{background:var(--gradient-primary);color:#fff;cursor:pointer;background-size:150% 150%;border:none;border-radius:6px;margin-top:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #ec489940}.hotels-module__jfl0Aa__bookButton:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 4px 12px #ec489966}.hotels-module__jfl0Aa__loading,.hotels-module__jfl0Aa__error{text-align:center;padding:4rem;font-size:1.25rem}.hotels-module__jfl0Aa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hotels-module__jfl0Aa__modalContent{background:#fff;border-radius:16px;width:90%;max-width:500px;padding:2rem;animation:.3s ease-out hotels-module__jfl0Aa__slideUp;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes hotels-module__jfl0Aa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hotels-module__jfl0Aa__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.hotels-module__jfl0Aa__modalHeader h2{color:var(--text-primary);margin:0;font-size:1.5rem}.hotels-module__jfl0Aa__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:background .2s}.hotels-module__jfl0Aa__closeBtn:hover{color:#1a1a1a;background:#f3f4f6}.hotels-module__jfl0Aa__datePickerContainer{gap:1rem;margin-bottom:2rem;display:flex}.hotels-module__jfl0Aa__dateField{flex-direction:column;flex:1;gap:.5rem;display:flex}.hotels-module__jfl0Aa__dateField label{color:#4b5563;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hotels-module__jfl0Aa__modalDateInput{border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.hotels-module__jfl0Aa__modalDateInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.hotels-module__jfl0Aa__confirmBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;background-size:150% 150%;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.hotels-module__jfl0Aa__confirmBtn:hover{opacity:1;background-position:100%;transform:translateY(-1px);box-shadow:0 4px 12px #ec48994d}.hotels-module__jfl0Aa__modalContent .react-datepicker-wrapper{width:100%}.hotels-module__jfl0Aa__sectionDivider{background:#0000001a;height:1px;margin:2rem 0}.hotels-module__jfl0Aa__mapSection{margin-bottom:2rem}.hotels-module__jfl0Aa__mapSection h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.hotels-module__jfl0Aa__locationText{color:var(--text-secondary);margin-bottom:1rem}.hotels-module__jfl0Aa__mapContainer{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.hotels-module__jfl0Aa__noMap{text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.hotels-module__jfl0Aa__directionsBtn{color:var(--primary);border:1px solid var(--primary);background:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.hotels-module__jfl0Aa__directionsBtn:hover{background:var(--primary);color:#fff}@media (max-width:768px){.hotels-module__jfl0Aa__detailContainer{padding:1rem}.hotels-module__jfl0Aa__hero{border-radius:0;height:250px;margin:-1rem -1rem 1rem}}.hotels-module__jfl0Aa__locationButton{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:.5rem;margin-left:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.hotels-module__jfl0Aa__locationButton:hover{color:#111827;background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.hotels-module__jfl0Aa__paginationContainer{border-top:1px solid #e5e7eb;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.hotels-module__jfl0Aa__pageButton{cursor:pointer;color:var(--text-primary);background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.hotels-module__jfl0Aa__pageButton:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.hotels-module__jfl0Aa__pageButton:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}@media (max-width:768px){.hotels-module__jfl0Aa__container{padding:1rem .5rem}.hotels-module__jfl0Aa__header{margin-bottom:1.5rem}.hotels-module__jfl0Aa__title{font-size:1.75rem}.hotels-module__jfl0Aa__searchBar{flex-direction:column;gap:.75rem;padding:1rem}.hotels-module__jfl0Aa__searchInput{width:100%;font-size:16px}.hotels-module__jfl0Aa__searchButton,.hotels-module__jfl0Aa__locationButton{justify-content:center;width:100%;padding:.875rem}.hotels-module__jfl0Aa__locationButton{margin-left:0}.hotels-module__jfl0Aa__grid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem}.hotels-module__jfl0Aa__card{box-shadow:0 2px 8px #00000014}.hotels-module__jfl0Aa__imageContainer{height:180px}}
