/* Footer Styling */
.footer {
  background: #121212; /* Dark modern background */
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  margin-top: 40px;
  font-size: 16px;
  position: relative;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}

/* Social Media Icons */
.footer .social-icons {
  margin-top: 10px;
}

.footer .social-icons a {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  margin: 0 15px;
  transition: 0.3s ease-in-out;
}

/* Hover Effect */
.footer .social-icons a:hover {
  color: #12a15a;
  transform: scale(1.3);
}

/* Copyright Text */
.footer p {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.8;
}
