.hero-section{height:100vh}.card{transition:transform .3s}.card:hover{transform:scale(1.05)}footer{background-color:#333;color:#fff}.notification{z-index:1000;pointer-events:none}.scroll-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.card-container{display:flex;gap:1.5rem;padding:1.5rem;scroll-behavior:smooth}.hotel-card{min-width:300px;flex-shrink:0}.bg-scroll{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in-up{animation:fadeInUp .8s ease-out}.fade-in{animation:fadeIn .6s ease-out}.slide-in-left{animation:slideInLeft .8s ease-out}.slide-in-right{animation:slideInRight .8s ease-out}.bounce-in{animation:bounceIn 1s ease-out}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.02)}.stagger-fade-in-up:nth-child(1){animation-delay:.1s}.stagger-fade-in-up:nth-child(2){animation-delay:.2s}.stagger-fade-in-up:nth-child(3){animation-delay:.3s}.stagger-fade-in-up:nth-child(4){animation-delay:.4s}.stagger-fade-in-up:nth-child(5){animation-delay:.5s}.scroll-container{-ms-overflow-style:none;scrollbar-width:none}.scroll-container::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
