body {
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .slicknav_nav {
    clear: both;
    color: white;
    margin: 0;
    font-size: 0.875em;
    background: #07254f;
    padding: 18px;
  }

  .mobile-nav {
    margin-right: 8px;
  }

  .logo {
    margin-left: 8px;
  }
}

.language-switcher {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  z-index: 100000;
}

.language-switcher button {
  background: linear-gradient(to left, #1a76d1, #07254f);
  border-radius: 8px;
  padding: 4px 8px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 10px;
}

.language-switcher img {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .language-switcher {
    bottom: 10px;
    right: 10px;
  }

  .language-switcher img {
    width: 20px;
    height: 20px;
  }

  .top-contact li,
  .top-contact li a {
    font-size: 10px;
  }

  .header .topbar {
    padding: 0;
  }

  .top-contact li:nth-child(1) {
    display: none;
  }
}

/* Bayrak butonunun stilini ayarlayın */

/* Animasyon - sürekli büyüyüp küçülme */
@media only screen and (max-width: 767px) {
  .slicknav_nav li a {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .slicknav_nav li .dropdown li a {
    color: #000;
    background: #13005a;
  }
}
@media only screen and (max-width: 767px) {
  .slicknav_nav li .slicknav_item {
    background: #13005a;
  }
}
