@charset "UTF-8";
.navbar-brand img {
  width: 70px;
  object-fit: cover;
}

.language-switcher {
  position: relative;
  margin-left: 20px;
  /* Kiçik ekranlar üçün uyğunlaşdırma */
}
.language-switcher .dropdown-toggle {
  border: none;
  background: transparent !important;
  color: var(--white-color) !important;
  font-weight: bold;
  padding: 8px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease-in-out;
}
.language-switcher .dropdown-toggle img {
  width: 25px;
}
.language-switcher .dropdown-menu {
  min-width: 95px;
  text-align: left;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.language-switcher .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  font-size: 14px;
  transition: background 0.2s ease-in-out;
  color: black !important;
  font-weight: bold;
}
.language-switcher .dropdown-item img {
  width: 25px;
}
.language-switcher .dropdown-item:hover {
  background-color: transparent;
}
.language-switcher .dropdown-item:focus {
  background-color: transparent;
}
.language-switcher .flag-icon {
  width: 24px;
  height: 18px;
}
@media (max-width: 768px) {
  .language-switcher {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
}

.hero-slider-layout .hero-slide .container {
  min-height: 390px;
}

@media only screen and (max-width: 991px) {
  header.main-header {
    margin: -10px !important;
  }
}
.cta-box-image img {
  width: 484px;
  height: 456px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cta-box-image {
    display: none;
  }
}

.footer-logo {
  margin-bottom: 0 !important;
}
.footer-logo img {
  width: 130px;
  object-fit: cover;
}

.development-by {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 0;
  font-weight: bold;
}
.development-by img {
  width: 120px;
  object-fit: cover;
}

/*# sourceMappingURL=main.css.map */
