/**
 * Footer layout fix
 */

/* Sosyal medya ikonları – yan yana */
.main-footer .logo-widget .social-links {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.main-footer .logo-widget .social-links::before,
.main-footer .logo-widget .social-links::after {
  display: none !important;
  content: none !important;
}

.main-footer .logo-widget .social-links li {
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.main-footer .logo-widget .social-links li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}

.main-footer .logo-widget .social-links li a:hover {
  background: #d90429;
  border-color: #d90429;
}

/* İletişim – ikon solda, metin sağda */
.main-footer .contact-widget .info-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.main-footer .contact-widget .info-list::before,
.main-footer .contact-widget .info-list::after {
  display: none !important;
  content: none !important;
}

.main-footer .contact-widget .info-list li {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  margin-bottom: 18px !important;
  float: none !important;
  width: 100%;
}

.main-footer .contact-widget .info-list li:last-child {
  margin-bottom: 0 !important;
}

.main-footer .contact-widget .info-list li i {
  flex: 0 0 auto;
  width: 22px;
  min-width: 22px;
  margin-top: 3px;
  font-size: 17px;
  line-height: 1;
  color: #d90429;
  text-align: center;
}

.main-footer .contact-widget .info-list li p {
  flex: 1 1 auto;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
}

.main-footer .contact-widget .info-list li p a {
  color: #fff;
}

.main-footer .contact-widget .info-list li p a:hover {
  color: #d90429;
}

/* Alt footer – telif ve linkler yan yana */
.footer-bottom {
  background: rgba(6, 15, 33, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .bottom-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.footer-bottom .bottom-inner::before,
.footer-bottom .bottom-inner::after {
  display: none !important;
  content: none !important;
}

.footer-bottom .copyright,
.footer-bottom .footer-nav {
  float: none !important;
}

.footer-bottom .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.footer-bottom .footer-nav {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-bottom .footer-nav::before,
.footer-bottom .footer-nav::after {
  display: none !important;
  content: none !important;
}

.footer-bottom .footer-nav li {
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-bottom .footer-nav li a {
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
}

.footer-bottom .footer-nav li a:hover {
  color: #d90429 !important;
}

@media only screen and (max-width: 767px) {
  .footer-bottom .bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .footer-nav {
    justify-content: center;
  }
}
