.recaptcha-center {
    display: flex !important;
    justify-content: center !important;
}

@media (min-width: 992px) {
    .text-lg-end {
        text-align: center !important;
    }
}

#kvkkModal {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    display: none;

}

    #kvkkModal > div {
        background: rgb(0, 0, 0, 0.3);
        box-shadow: 0 4px 24px rgba(0,0,0,0.15);
        max-width: 350px;
        padding: 24px 20px;
        border-radius: 12px;
    }

#kvkkModalBtns {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}
