@charset "UTF-8";
/* Firefox'un Ermenice karakterleri yanlış fontta aramasını engellemek için */
:lang(hy) {
  font-family: "Noto Sans Armenian", sans-serif !important;
}

/* Footer ve genel linklerdeki karakterlerin render modunu değiştir */
.footer-links-link, body {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
}

/* Sadece Ermenice Unicode bloğu için fontu sabitleyelim (U+0530-058F Ermenice bloğudur) */
@font-face {
  font-family: "Noto Sans Armenian";
  src: local("Noto Sans Armenian");
  unicode-range: U+0530-058F, U+FB13-FB17, U+0020-007F; /* Ermenice + Standart Latin aralığı */
}
.site-footer {
  background-color: #1a1c1e;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.6;
}
.site-footer .association-names p {
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.site-footer .association-names .name-hy {
  font-family: "Noto Sans Armenian", sans-serif;
  font-size: 1.1rem;
}
.site-footer .email-link, .site-footer .footer-legal-links a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.site-footer .email-link:hover, .site-footer .footer-legal-links a:hover {
  opacity: 0.7;
}
.site-footer .footer-legal-links a {
  font-size: 0.85rem;
  margin-bottom: 5px;
}
.site-footer .footer-map-wrapper {
  border-radius: 4px;
  overflow: hidden;
  -webkit-filter: grayscale(0.5) contrast(1.1);
          filter: grayscale(0.5) contrast(1.1);
}
.site-footer .footer-map-wrapper:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.site-footer .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .copyright {
  font-size: 0.8rem;
  opacity: 0.5;
}

.footer-contact-group .email-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-contact-group .email-link:hover {
  color: #f15b5d;
}
.footer-contact-group .footer-social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-group .footer-social-icons ul a {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-contact-group .footer-social-icons ul a:hover {
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.footer-links-list .footer-links-item {
  margin: 0;
  line-height: 0.6;
}
.footer-links-list .footer-links-link {
  text-decoration: none;
  font-family: "Heebo", "Inter", sans-serif;
  font-size: 0.9rem;
  color: #666;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-links-list .footer-links-link:hover {
  color: #f15b5d;
  text-decoration: underline;
}/*# sourceMappingURL=footer.css.map */