/* Klip Carousel Stilleri */
.klip-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 -20px;
}

.klip-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.klip-carousel .owl-nav button:hover {
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.klip-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 1;
    color: #333;
}

.klip-carousel .item {
    padding: 10px;
}

.klip-carousel .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.klip-carousel .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.klip-carousel .ratio {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
