/*
 * Vaziyet Section Styles
 * MEK Ajans Yazılım ve San. Ltd. Şti. tarafından yapılmıştır
 */

.vaziyet-section {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vaziyet-image {
    width: 100%;
    height: auto;
    display: block;
}

.vaziyet-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .vaziyet-image,
    .vaziyet-overlay {
        width: 100%;
        height: auto;
    }
}
