/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* ===============================
   ZORLAYICI OVERRIDE
================================ */

/* Slider yükseklik */
.nivoSlider,
.nivoSlider * {
    box-sizing: border-box !important;
}

.nivoSlider {
    height: 420px !important;
}

/* Görsel tam kaplasın */
.nivoSlider img,
.nivo-main-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0;
    left: 0;
}

/* CAPTION ZORLA GÖSTER */
.nivo-caption {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;

    background: transparent !important;
    width: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    padding: 0 !important;
    z-index: 999 !important;
}

/* Caption içeriği */
.nivo-caption p {
    display: inline-block !important;
    background: rgba(255,255,255,0.95) !important;
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px 18px !important;
    border-radius: 6px !important;
    margin: 0 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.25) !important;
}

/* OKLAR */
.nivo-directionNav a {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    text-indent: -9999px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.3) !important;
}

.nivo-prevNav { left: 15px !important; }
.nivo-nextNav { right: 15px !important; }

.nivo-prevNav::after,
.nivo-nextNav::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
}

.nivo-prevNav::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") !important;
}

.nivo-nextNav::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E") !important;
}

/* Dotlar kapalı */
.nivo-controlNav {
    display: none !important;
}

/* Mobil */
@media (max-width: 768px) {
    .nivoSlider {
        height: 260px !important;
    }

    .nivo-caption p {
        font-size: 15px !important;
        padding: 8px 14px !important;
    }
}
