.carousel-container{flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.carousel-slide{width:100%}.carousel-slide h3,.carousel-slide p{color:#ffffffde!important}.carousel-controls{justify-content:space-between;width:100%;margin-top:20px;padding:0 10px;display:flex}.carousel-button{color:#fff;cursor:pointer;background-color:#ffffff1a;border:1px solid #fff3;border-radius:5px;padding:10px 20px;transition:background-color .3s}.carousel-button:hover{background-color:#fff3}.carousel-dots{justify-content:center;gap:10px;margin-top:15px;display:flex}.dot{cursor:pointer;background-color:#ffffff4d;border-radius:50%;width:10px;height:10px}.dot.active{background-color:#fff}
