/* energy-efficient.css - Styling for Energy-Efficient Lighting page */

body {
  background-color: #f6fcf7; /* light eco background */
  color: #2f3d33;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

h1 {
  color: #1a5e37;
  font-weight: 700;
  border-bottom: 3px solid #81c784;
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
}

p {
  color: #3c4b42;
}

ul {
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.5rem;
}

.card {
  border: 2px solid #81c784;
  background-color: #eaf7ec;
  border-radius: 8px;
}

.card-title {
  color: #1a5e37;
  font-weight: 600;
}

a {
  color: #1a5e37;
}

a:hover {
  color: #0e4725;
  text-decoration: underline;
}

footer {
  background-color: #1a5e37 !important;
}

footer a {
  color: #d4ecd4 !important;
}

footer a:hover {
  color: #fff !important;
}
