html {
  font-size: 14px;
}



.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;
  height: 100%;
}
body{
  overflow: hidden;
}

.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

div{
  box-sizing: border-box;
}

picture{
  box-sizing: border-box;
}

@media (min-width: 448px){
  body{
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    overflow-y: hidden;
  }
}

/* Dil seçici - sağ üst köşe */
.lang-switcher {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  font-size: 0.9rem;
}

.lang-switcher a {
  color: #fff;
  text-decoration: none;
  padding: 0.15rem 0.35rem;
  border-radius: 0.2rem;
}

.lang-switcher a:hover {
  background: rgba(255, 255, 255, 0.15);
}

  .lang-switcher a.active {
    font-weight: 600;
    color: #ea282a;
    background: rgba(255, 255, 255, 0.25);
  }

.lang-switcher span {
  color: rgba(255, 255, 255, 0.6);
  user-select: none;
}