/* ================================================== */
/* Magnific Popup - Beyaz Arka Plan Düzenlemesi
/* PNG Transparan Resimler için
/* ================================================== */

/* Ana overlay arka planı - koyu kalacak */
.mfp-bg {
    background: #0b0b0b !important;
    opacity: 0.9 !important;
}

/* Sadece resim arkasındaki alan - beyaz */
.mfp-figure:after {
    background: #ffffff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
}

/* Resim container'ı - beyaz */
.mfp-img {
    background: #ffffff !important;
}

/* İframe arka planı - beyaz (video vs için) */
.mfp-iframe-scaler iframe {
    background: #ffffff !important;
}
