.owl-carousel{display:block;width:100%;position:relative;overflow:hidden}.card,.card-body,.owl-item,.owl-nav,.owl-stage{display:flex}.owl-item{justify-content:center;align-items:stretch;min-height:1px}.item{padding:10px;width:100%}.card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.5);height:100%;flex-direction:column;transition:transform .3s}.card:hover{transform:translateY(-5px)}.bg-light{background-color:#f8f9fa;padding:20px}.bg-light img{width:100%;height:auto;max-height:200px;object-fit:contain}.card-body{padding:10px;flex-grow:1;flex-direction:column;justify-content:center}.card-title{font-size:18px;font-weight:700;margin-bottom:10px}.card-text{font-size:14px;color:#666}.owl-nav{position:absolute;top:50%;width:100%;justify-content:space-between;transform:translateY(-50%)}.owl-nav button{background:0 0;border:none;font-size:30px;color:#333;cursor:pointer}.owl-nav button:hover{color:#000}.owl-dots{text-align:center;margin-top:10px}.owl-dot{display:inline-block;width:12px;height:12px;background:#ccc;border-radius:50%;margin:5px;cursor:pointer}.owl-dot.active{background:#333}