.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;align-items:stretch}.hotel-card{background:var(--white-color);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;height:100%;position:relative;opacity:0;transform:translateY(30px);animation:cardAppear .6s ease forwards;transition:transform .4s ease,box-shadow .4s ease,background .3s ease}.hotel-card:first-child{animation-delay:.05s}.hotel-card:nth-child(2){animation-delay:.12s}.hotel-card:nth-child(3){animation-delay:.19s}.hotel-card:nth-child(4){animation-delay:.26s}.hotel-card:nth-child(5){animation-delay:.33s}.hotel-card:nth-child(6){animation-delay:.4s}.hotel-card:nth-child(7){animation-delay:.47s}.hotel-card:nth-child(8){animation-delay:.54s}.hotel-card:nth-child(9){animation-delay:.61s}@keyframes cardAppear{to{opacity:1;transform:translateY(0)}}.hotel-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.35);background:#f9f9f9}.hotel-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--white-color);opacity:0;transition:opacity .4s ease;z-index:2;border-radius:16px 16px 0 0}.hotel-card:hover:before{opacity:1}.hotel-card-image{width:100%;height:240px;object-fit:cover;cursor:pointer;flex-shrink:0;transition:transform .5s ease}.hotel-card:hover .hotel-card-image{transform:scale(1.02)}.hotel-card-body{padding:20px 24px 24px;display:flex;flex-direction:column;flex:1}.hotel-card-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.hotel-card-address{font-size:14px;color:rgba(0,0,0,.5);margin:0 0 4px}.hotel-card-distance{font-size:14px;color:#4a9e7a;font-weight:500;margin:0 0 12px}.hotel-card-amenities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.hotel-card-amenities .amenity-tag{padding:4px 12px;background:rgba(0,0,0,.04);border-radius:20px;font-size:12px;color:rgba(0,0,0,.5)}.hotel-card-actions{display:flex;gap:10px;margin-top:auto}.hotel-card-actions .btn-details{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:400;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;background:rgba(0,0,0,.5);color:var(--white-color);border:1px solid hsla(0,0%,100%,.1);font-family:inherit}.hotel-card-actions .btn-details:hover{background:rgba(0,0,0,.7);transform:scale(1.02)}.hotel-location-grid{display:flex;flex-direction:column;gap:30px}.hotel-location-info{justify-content:center}.hotel-info-item,.hotel-location-info{display:flex;gap:12px;align-items:center}.hotel-info-item{font-size:17px;color:var(--text-color);background:hsla(0,0%,100%,.1);padding:8px 20px;border-radius:30px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hotel-info-item .info-icon{font-size:22px;width:30px;text-align:center}.hotel-map iframe{width:100%;height:350px;border:none;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;align-items:stretch;justify-content:center}.room-card{max-width:350px;justify-self:center;background:var(--white-color);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;transition:transform .4s ease,box-shadow .4s ease}.room-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.25)}.room-card-image{width:100%;height:220px;object-fit:cover;flex-shrink:0}.room-card-body{padding:20px 24px 24px;display:flex;flex-direction:column;flex:1}.room-card-title{font-size:19px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.room-card-amenities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.room-card-amenities .amenity-tag{padding:4px 12px;background:rgba(0,0,0,.04);border-radius:20px;font-size:12px;color:rgba(0,0,0,.5)}.room-card-actions{display:flex;gap:10px;margin-top:auto}.room-card-actions .btn-details{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:400;cursor:pointer;transition:all .3s ease;text-align:center;background:rgba(0,0,0,.5);color:var(--white-color);border:1px solid hsla(0,0%,100%,.1);font-family:inherit}.room-card-actions .btn-details:hover{background:rgba(0,0,0,.7);transform:scale(1.02)}.hotel-slider{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;width:100%;gap:0}.hotel-slider-wrapper{position:relative;overflow:hidden;border-radius:12px;width:100%;max-width:800px}.hotel-slider-track{display:flex;transition:transform .5s ease}.hotel-slider-slide{min-width:100%;height:400px;flex-shrink:0;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(16px);padding:10px}.hotel-slider-slide img{width:100%;height:100%;object-fit:contain;cursor:pointer;transition:transform .3s ease}.hotel-slider-slide img:hover{transform:scale(1.02)}.hotel-slider-controls{gap:20px;margin-top:20px;width:100%;max-width:800px}.hotel-slider-btn,.hotel-slider-controls{display:flex;align-items:center;justify-content:center}.hotel-slider-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.05);color:var(--text-color);cursor:pointer;transition:all .3s ease;touch-action:manipulation;backdrop-filter:blur(16px)}.hotel-slider-btn:hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.2);transform:scale(1.05)}.hotel-slider-btn:active{transform:scale(.95)}.hotel-slider-btn svg{width:20px;height:20px}.hotel-slider-dots{display:flex;gap:8px}.hotel-slider-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(0,0,0,.2);cursor:pointer;transition:all .3s ease;padding:0}.hotel-slider-dot.active{background:var(--text-color);transform:scale(1.2)}.hotel-slider-dot:hover{background:rgba(0,0,0,.4)}@media (max-width:768px){.hotels-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.hotel-location-info{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.hotel-card-image{height:200px}.hotel-card-body{padding:16px 18px 18px}.hotel-card-title{font-size:18px}.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.room-card-image{height:200px}.room-card-body{padding:16px 18px 18px}.room-card-title{font-size:17px}.hotel-map iframe{height:280px}.hotel-info-item{font-size:15px;padding:6px 16px}.hotel-slider-slide{height:280px}.hotel-slider-btn{width:40px;height:40px}.hotel-slider-btn svg{width:16px;height:16px}.hotel-slider-dot{width:8px;height:8px}}@media (max-width:480px){.hotels-grid{grid-template-columns:1fr}.hotel-card-image{height:180px}.hotel-card-body{padding:14px 16px 16px}.hotel-card-title{font-size:16px}.rooms-grid{grid-template-columns:1fr}.room-card-image{height:200px}.room-card-body{padding:14px 16px 16px}.room-card-title{font-size:16px}.hotel-map iframe{height:220px}.hotel-info-item{font-size:14px;padding:4px 12px}.hotel-info-item .info-icon{font-size:18px;width:24px}.hotel-slider-slide{height:200px}.hotel-slider-controls{gap:12px}.hotel-slider-btn{width:40px;height:40px}.hotel-slider-btn svg{width:14px;height:14px}.hotel-slider-dot{width:7px;height:7px}}