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;
}

.sorgu-kart {
  max-width: 480px;
  margin: 60px auto;
  padding: 32px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.sorgu-baslik {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.sorgu-aciklama {
  color: #666;
  margin-bottom: 24px;
}

.btn-sorgula {
  background: transparent;
  border: 2px solid #d9a441;
  color: #d9a441;
  font-weight: 700;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.btn-sorgula:hover {
  background-color: #d9a441;
  color: #fff;
}

.sayfa-kutu {
  max-width: 800px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 40px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin: 3% auto;
}

.banner {
  padding: 2rem;
  padding-bottom: calc(2rem + 30px);
  text-align: center;
  background: linear-gradient(180deg, #ffab1acc, #ffab1ab3, #ffab1a99);
  box-shadow: 0 5px 10px #0000001a;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
}

.banner-logo {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e88a3a;
  font-weight: 700;
  font-size: 1.2rem;
}

.banner-baslik {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.banner-altbaslik {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  margin: 0;
}

.banner-dalga {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 40px;
  display: block;
}

.sayfa-icerik {
  padding: 40px 16px 60px;
}

.tab-bar {
  display: flex;
  background: #eceef0;
  border-bottom: 1px solid #dcdcdc;
}

.tab {
  flex: 1 1 0;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #5a5a5a;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  text-align: center;
  cursor: pointer;
}

.tab-aktif {
  background: #1c2430;
  color: #d9a441;
  border-bottom: 3px solid #f0a93b;
}

.anasayfa-kart {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 32px;
}

.anasayfa-kart .form-label {
  color: #333;
  font-weight: 500;
}

.anasayfa-kart .form-control {
  border-radius: 2px;
  padding: 10px 14px;
}

.yardim-metni {
  color: #8a8a8a;
  font-size: 0.85rem;
  margin: 6px 0 0;
}

.overlay-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 18, 0.6);
  z-index: 1000;
  display: flex;
}

.overlay-panel {
  margin-left: auto;
  width: 82%;
  max-width: 1400px;
  height: 100%;
  background: #3c3c3c;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.35);
  animation: overlay-slide-in 0.25s ease-out;
}

@media (max-width: 768px) {
  .overlay-panel {
    width: 100%;
  }
}

@keyframes overlay-slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.overlay-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #1f2329;
  color: #e8eaed;
  padding: 18px 24px;
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.overlay-simge {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.2rem;
}

.overlay-baslik {
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}

.overlay-kapat-x {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #e8eaed;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.overlay-kapat-x:hover {
  background: #c0392b;
  color: #fff;
}

.pdf-embed {
  flex: 1 1 auto;
  width: 100%;
  border: none;
}

.btn-kapat-alt {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1001;
  background: #fff;
  color: #c0392b;
  border: 2px solid #c0392b;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.btn-kapat-alt:hover {
  background: #c0392b;
  color: #fff;
}

.blank-body {
   
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  border-width: 0;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01)), url(/back.png);
  background-size: cover;
  background-blend-mode: multiply;
  animation: 50s linear 0s infinite normal none running move-background;
}

@keyframes move-background {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.site-logo {
  background-image: url(/logo-notr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  height: 100px;
  width: 97px;
  top: 0;
  right: 0;
  z-index: 1500;
}

.cerez-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #464b55;
  color: #e8eaed;
  padding: 14px 24px;
  font-size: 0.9rem;
}

.cerez-metin {
  flex: 1 1 auto;
  text-align: center;
}

.cerez-link {
  color: #f0a93b;
}

.btn-tamam {
  flex: 0 0 auto;
  background: #c0392b;
  color: #fff;
  border: none;
  padding: 10px 28px;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}

.btn-tamam:hover {
  background: #a5301f;
}