/* --------- GENEL --------- */
.srex-footer-one {
  background-color: #fdfcf4;
  color: #222;
  font-family: inherit;
  padding-top: 2rem;
}

/* --------- LOGO + MENÜ --------- */
.footer-brand {
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer-logo {
  display: block;
  margin: 0 auto;
}

.footer-nav {
  margin-top: 0.75rem;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
  margin: 0 .5rem;
  font-weight: 500;
}

.nav-sep {
  color: #888;
  margin: 0 .25rem;
}

/* --------- SOSYAL LİNKLER --------- */
.footer-social-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}

.footer-social-center .social-link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s ease;
}

.footer-social-center .social-link i {
  font-size: 1.4rem;
  margin-right: .5rem;
}

.footer-social-center .social-link:hover {
  color: #fb9610;
}

/* Mobilde dikey */
@media (max-width: 576px) {
  .footer-social-center {
    flex-direction: column;
    gap: 1rem;
  }
}

/* --------- AYIRICI ÇİZGİ --------- */
.srex-footer-one hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 0 0 1.5rem 0;
}

/* --------- ALT KISIM --------- */
.footer-lower {
  text-align: center;
  padding-bottom: 2rem;
}

.footer-copy {
  margin-bottom: 0.75rem;
  color: #555;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s ease;
}

.footer-links a:hover {
  color: #fb9610;
}

.footer-argede img {
  display: inline-block;
}

