.award-card:hover{transform:translateY(-10px);box-shadow:0 12px 20px rgba(0,0,0,.2)}@keyframes fadeInModal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutModal{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.fade-in{animation:fadeInModal .3s ease-out forwards}.fade-out{animation:fadeOutModal .3s ease-in forwards}.award-card{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.award-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 16px 25px rgba(0,0,0,.2)}.award-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1050}.modal-content-custom{width:auto;max-width:90%;max-height:90%;background-color:white;border-radius:10px;overflow:hidden;padding:1rem;text-align:center}.modal-content-custom img{max-width:100%;height:auto;max-height:500px;display:block;margin:0 auto;object-fit:contain}#booking-form input:focus,#booking-form select:focus{border-color:#1e7e34;box-shadow:0 0 0 .1rem rgba(40,167,69,.25)}.our-hotel-form{max-width:100%;margin:0 auto;position:relative;background-image:url(https://images.unsplash.com/photo-1566073771259-6a8506099945?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:50%;overflow:hidden}.our-hotel-form:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1}.our-hotel-form>*{position:relative;z-index:2}#our-hotel-form input,#our-hotel-form textarea{border-radius:.5rem;border:1px solid #ddd}#our-hotel-form .form-label{font-weight:500;color:#444}#our-hotel-form .btn{border-radius:2rem}