﻿


.swiper {
    width: 100%;
    height: 400px;
    padding: 60px 0 80px;
}

.swiper-wrapper {
    overflow: visible !important;
}

.swiper-slide {
    height: 280px;
    position: relative;
}

    .swiper-slide span {
        position: absolute;
        right:20%;
        text-align: center;
        left:20%;
        margin-right: auto;
        margin-left: auto;
        bottom: 20%;
        color: whitesmoke;
        background: rgb(0, 0, 0, .34);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5.2px);
        -webkit-backdrop-filter: blur(5.2px);
        border: 1px solid rgba(255, 255, 255, 0.99);
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        padding: 4px 8px;
        align-content: center;
    }

/* Arka planlar (aynı) */
.bg-kamu {
    background: url("/img/pictures/kamu.jpg") center/cover no-repeat;
}

.bg-hastane {
    background: url("/img/pictures/hastane.jpg") center/cover no-repeat;
}

.bg-lojistik {
    background: url("/img/pictures/lojistik.jpg") center/cover no-repeat;
}

.bg-belediye {
    background: url("/img/pictures/belediye.jpg") center/cover no-repeat;
}

.bg-noter {
    background: url("/img/pictures/noter.jpg") center/cover no-repeat;
}

.bg-banka {
    background: url("/img/pictures/banka.jpg") center/cover no-repeat;
}

.bg-sinavmerkezi {
    background: url("/img/pictures/sinavmerkezi.jpg") center/cover no-repeat;
}

.bg-tapu {
    background: url("/img/pictures/tapu.jpg") center/cover no-repeat;
}
/* Pagination özelleştir (isteğe bağlı) */
.swiper-pagination-bullet {
    background: #dc2626;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.iziModal#HowBionayWorkModal {
    height: 80dvh !important;
}

.iziModal-wrap {
    height: 100% !important;
}

.iziModal-content {
    height: 100% !important;
}
