html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Arkaplan saydanlık başlangıç  */
.bg-saydam-00 {
    background-color: rgba(245, 245, 245, 0.0);
}
.bg-saydam-01 {
    background-color: rgba(245, 245, 245, 0.1);
}
.bg-saydam-02 {
    background-color: rgba(245, 245, 245, 0.2);
}
.bg-saydam-03 {
    background-color: rgba(245, 245, 245, 0.3);
}
.bg-saydam-04 {
    background-color: rgba(245, 245, 245, 0.4);
}
.bg-saydam-05 {
    background-color: rgba(245, 245, 245, 0.5);
}
.bg-saydam-06 {
    background-color: rgba(245, 245, 245, 0.6);
}
.bg-saydam-07 {
    background-color: rgba(245, 245, 245, 0.7);
}
.bg-saydam-08 {
    background-color: rgba(245, 245, 245, 0.8);
}
.bg-saydam-09 {
    background-color: rgba(245, 245, 245, 0.9);
}
/* Arkaplan saydanlık bitiş  */

/* Layout ve Genel Stiller */
/*body {
    background: url('/Image/BedriArkaPlan.webp') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 50px;*/ /* Footer payı */
    /*margin: 0;
}

header {
    position: static;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.nav-link {
    color: white !important;
}*/

/* Dropdown Menü İyileştirmeleri */
/*.dropdown-menu {
    border: none;*/ /* Bootstrap border'ını kaldır, shadow kullanıyoruz */
/*}

    .dropdown-menu .dropdown-submenu {
        position: relative;
    }

        .dropdown-menu .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
        }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
    }*/


/* Bu stilleri site.css dosyasına taşımak daha düzenli bir yapı sağlar */
body {
    background: url(/Image/BedriArkaPlan.webp) no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    padding-top: 0; /* Boşluğu kaldırıyoruz */
    padding-bottom: 50px; /* Alt footer için kalabilir veya ihtiyacınıza göre düzenleyebilirsiniz */
    margin: 0;
    padding: 0;
}

header {
    position: static;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.nav-link {
    color: white;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

    /* GÜNCELLEME: Seçilen/tıklanan menü butonunun etrafındaki çerçeveyi incelttik */
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
    }


/* Modern Blur Efekti */
.blur-data {
    filter: blur(1px); /* Metni 6px bulanıklaştır */
    -webkit-filter: blur(1px); /* Safari desteği */
    cursor: pointer; /* Tıklanabilir olduğunu hissettir */
    transition: all 0.4s ease; /* Yumuşak geçiş */
    opacity: 0.6; /* Biraz şeffaflık ekle */
    user-select: none; /* Bulanıkken seçilemesin */
    pointer-events: none; /* Input'a tıklamayı engelle (Sadece butona basılsın) */
}

/* Görünür Hale Gelince */
.clear-data {
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
    cursor: text;
    pointer-events: auto;
}
/* Layout Özel Stilleri Bitiş*/

