/* css/style.css */
    body {
      background-color: #121212;
      color: #ecf0f1;
      font-family: Arial, sans-serif;
    }
    .w3-bar {
      background-color: #1abc9c !important;
    }
    .w3-bar .w3-button {
      color: #000;
    }
    .w3-container {
      background-color: #1e1e1e;
      padding: 64px 16px;
    }
    .w3-light-grey {
      background-color: #1e1e1e !important;
    }
    .w3-teal {
      background-color: #1abc9c !important;
    }
    a, a:visited {
      color: #00bcd4;
      text-decoration: none;
    }
    a:hover {
      color: #1abc9c;
    }
    h1, h2 {
      color: #ffffff;
    }
    .w3-ul li {
      background-color: #1e1e1e;
      border-bottom: 1px solid #34495e;
    }
    ul ul {
      list-style-type: circle;
      margin-left: 20px;
    }
    footer {
      background-color: #1abc9c;
      color: #000;
    }
    .w3-button.w3-black:hover {
      background-color: #34495e !important;
    }
    .rebates-section {
      background-color: #1e1e1e;
      padding: 64px 16px;
    }
    .logo-img {
      max-width: 300px;
      width: 100%;
      height: auto;
    }
	.w3-table.w3-striped tbody tr:nth-child(odd)  {
  background-color: #1e1e1e !important;  /* your container dark */
}
.w3-table.w3-striped tbody tr:nth-child(even) {
  background-color: #2a2a2a !important;  /* slightly lighter stripe */
}

/* keep text legible */
.w3-table th,
.w3-table td {
  color: #ecf0f1 !important;
}

/* optional: tone down borders */
.w3-table, 
.w3-table th, 
.w3-table td {
  border-color: #34495e !important;
}