.footer {
  background: linear-gradient(135deg, #1c1c1c, #2c2c2c);
  color: #ddd;
  font-size: 15px;
}

.footer h6 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.footer a {
  color: #bbb;
  transition: color 0.3s;
}

.footer a:hover {
  color: #fff;
}

.footer .social-icons a {
  color: #bbb;
  font-size: 20px;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  color: #f39c12; /* hover rengi */
  transform: scale(1.2);
}

#subscribeForm input {
  max-width: 350px;
}

#subscribeForm .btn {
  font-weight: 600;
}
