@keyframes fadeInDown{from{opacity:0;transform:translateY(-100%) rotate(20deg)}to{opacity:1;transform:translateY(-40%) rotate(0deg)}}.fade-in-down{transform-origin:top right;animation-name:fadeInDown;animation-duration:1.2s;animation-fill-mode:both;animation-timing-function:ease-out}@keyframes fadeInLeft{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fade-in-left{animation-name:fadeInLeft;animation-duration:0.6s;animation-fill-mode:both;animation-timing-function:ease-out}@keyframes fadeInRight{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fade-in-right{animation-name:fadeInRight;animation-duration:0.6s;animation-fill-mode:both;animation-timing-function:ease-out}.fade-in-right.delay-1{animation-delay:0.3s}.fade-in-right.delay-2{animation-delay:0.6s}.fade-in-right.delay-3{animation-delay:0.9s}#service-offerings .card-icon img{transform:unset!important}#service-offerings .uagb-infobox__content-wrap{overflow:hidden;transition:all 0.5s ease;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}#service-offerings .uagb-ifb-image-content{height:100%;max-height:270px;overflow:hidden;transition:all 0.5s ease}#service-offerings .uagb-ifb-image-content img{object-fit:cover;width:100%;height:295px!important;display:block;transition:transform 0.5s ease}#service-offerings .uagb-ifb-title-wrap{background-color:#46806b;color:#fff;text-align:center;padding:1rem;transition:all 0.5s ease}#service-offerings .uagb-ifb-desc{opacity:0;max-height:0;overflow:hidden;transition:all 0.5s ease;padding:0 1rem;color:#fff}#service-offerings .lift-hover:hover .uagb-ifb-image-content{max-height:155px}#service-offerings .lift-hover:hover .uagb-ifb-title-wrap{background-color:#46806a}#service-offerings .lift-hover:hover .uagb-ifb-desc{opacity:1;max-height:200px;padding:.5rem 1rem 1rem}#service-offerings .lift-hover:hover img{transform:scale(1.15)}