#footer {
  background: #1b314f;
  color: #fff;
  font-size: 14px;
  padding-top: 40px;
}

.footer-top {
  background: #d8d8d8;
  height:100%;

/*  border-radius: 12px;*/
  padding: 40px 0;
}

.footer-contact h3 {
  font-size: 24px;
  font-weight: bold;
  color: #234169;
  margin-bottom: 20px;
}

.footer-contact p {
  line-height: 1.8;
  color: #1b314f;
}

.footer-links h4 {
  font-size: 18px;
  font-weight: bold;
  color: #234169;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  padding: 8px 0;
}

.footer-links ul li a {
  color: #234169;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #102035;
}

.bottom-bar {
  border-top: 1px solid #1b314f;
  margin-top: 20px;
}

.copyright {
  color: #ddd;
}

.credits {
  color: #ddd;
  font-size: 12px;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #234169; /* gri yerine logodaki mavi tonu */
  color: #fff;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 4px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #d8d8d8; /* hover’da altın sarı */
  color: #1b314f; /* hover olduğunda koyu mavi ikon */
}
