/* ========================================
   GLOBAL: Footer Green Bar
   ======================================== */
.footer-green-bar {
  background: linear-gradient(200deg, #4CAF50, #3F6A54);
  padding: 40px 20px;
  color: #f9f9f9;
}

.footer-green-bar h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-green-bar a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-green-bar a:hover {
  color: #FFD700;
}
