.awards-section{background-color:#ececec}.award-card:hover{transform:translateY(-10px);box-shadow:0 12px 20px rgba(0,0,0,.2)}.award-modal{overflow:hidden}@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}.badge-circle{display:inline-flex;justify-content:center;align-items:center;width:26px;height:26px;border-radius:50%;color:white;font-size:13px;font-weight:600;flex-shrink:0}