.carousel{position:relative;height:60vh;width:100%;overflow:hidden;margin:2rem 0;border-radius:12px;box-shadow:0 10px 30px #0003}.carousel-inner{display:flex;height:100%;transition:transform .5s cubic-bezier(.25,.8,.25,1);will-change:transform}.slide{flex:0 0 100%;min-width:100%;height:100%;position:relative}.slide img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.slide:hover img{transform:scale(1.02)}.carousel-controls{position:absolute;width:100%;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 2rem;z-index:10}.carousel-controls i{background-color:#fffc;color:#04254e;font-size:3rem;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.carousel-controls i:hover{background-color:#04254e;color:#f1d4d4;transform:scale(1.1)}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.carousel-dots .dot{width:16px;height:16px;border-radius:50%;cursor:pointer;transition:all .3s ease}.carousel-dots .active{background-color:#04254e;transform:scale(1.2)}.carousel-dots .inactive{background-color:#6199e299;border:2px solid #04254E}@keyframes fadeIn{0%{opacity:.6}to{opacity:1}}.slide{animation:fadeIn .7s ease-in-out}@media(max-width:992px){.carousel{height:50vh}.carousel-controls i{font-size:2.5rem;width:50px;height:50px}}@media(max-width:768px){.carousel{height:40vh;border-radius:8px}.carousel-controls{padding:0 1rem}.carousel-controls i{font-size:2rem;width:40px;height:40px}.carousel-dots{bottom:1rem}.carousel-dots .dot{width:12px;height:12px}}@media(max-width:576px){.carousel{height:30vh}.carousel-controls i{font-size:1.5rem;width:35px;height:35px}}
