html, body { overflow-x: hidden; }
body {
    background: #f8f9fa;
    margin: 0;
}

a{
    color: inherit;
    text-decoration: none;
}

.btn-link{
    text-decoration: none;
}

/* Geri butonu stili */
.btn-back {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2000;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    padding: 0.25rem;
}

.mobile-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 1rem;
}

.header {
    position: relative;
    background: url('../images/bg_2.jpg') center/cover no-repeat;
    height: 210px;
    overflow: hidden;
}
.header::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -25%;
    width: 150%;
    height: 200px;
    background: #f8f9fa;
    border-radius: 50% 50% 0 0;
    z-index: 0;
}
.profile-wrapper {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}
.profile-pic {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border: 5px solid #f8f9fa;
    border-radius: 50%;
    background: #f8f9fa;
}

.offcanvas{
    height: 100dvh !important;
    overscroll-behavior: contain;
    z-index: 9999
}

.swal2-container {
    z-index: 999999 !important;
}

.dil_secici{
    position: absolute;
    right: 76px;
    top: 20px;
    z-index: 500;
}


.dil_flag{
    width: 30px;
}

.navbar-toggler {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2000;
    border:none;
}

.navbar-toggler-icon{
    color:rgba(255,255,255,1) !important;
}

/* Daire buton stili */
.btn-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}



/* Footer düzeni */
.site-footer {
    border-top: 1px solid #e4e4e4;
}
.site-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.site-footer ul li {
    margin-bottom: 0.5rem;
}
.site-footer a {
    color: inherit;
    text-decoration: none;
}
.site-footer a:hover {
    color: #0d6efd;
}
.site-footer .social-icons a {
    margin: 0 0.5rem;
    font-size: 1.5rem;
}

.form-control, .form-select, .input-group-text{
    border-color: #000;
    border-width: 2px;
    background-color: #f6f6f4;
}
