/* ============================================
   UNIFIED FOOTER STYLES
   Apply to all pages
   ============================================ */

footer, .footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 50px 20px 30px;
  margin-top: 60px;
  border-top: 3px solid #c20d0d;
  font-size: 0.95rem;
}

footer h5, .footer h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffc107;
}

footer a, .footer a {
  color: #ecf0f1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

footer a:hover, .footer a:hover {
  color: #ffc107;
}

footer p, .footer p {
  margin-bottom: 8px;
  line-height: 1.6;
}

footer ul, .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer li, .footer li {
  margin-bottom: 10px;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 30px 0;
}

@media (max-width: 768px) {
  footer, .footer {
    padding: 30px 15px 20px;
    text-align: center;
  }
  
  footer h5, .footer h5 {
    margin-top: 20px;
  }
}
