html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.hps-background {
  position: relative;
}

.hps-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('images/HPS4508072.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.2; /* 80% transparent */
  z-index: -1;
  pointer-events: none;
}

body {
  font-family: Verdana, sans-serif;
  background-color: #ffffff;
  color: #2E3D40;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}

.top-line {
  height: 14px;
  width: 100%;
  background-color: #2E3D40;
}

.section {
  margin: 2rem 0;
}

.content {
  padding: 2rem;
}

.section-title {
  background-color: #7D7D67;
  color: white;
  font-size: 1.6rem;
  font-family: Verdana, sans-serif;
  line-height: 40px;
  padding: 0 1rem;
  margin: 0;
}

.section-title1 {
  background-color: #7D7D67;
  color: white;
  font-size: 1.2rem;
  font-family: Verdana, sans-serif;
  line-height: 35px;
  padding: 0 1rem;
  margin: 0;
}

.section h2 {
  margin-bottom: 0.5rem;
}

.section ul {
  list-style: none;
  padding-left: 0;
}

.section ul li::before {
  content: "• ";
  color: #2E3D40;
}
table tr:hover {
  background-color: #7D7D67;
  color: white; /* Optional: makes text readable on dark background */
}


table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
  text-align: center;
  margin-top: 0;
}

table, th, td {
  border: 1px solid #ccc;
}

th {
  background-color: #2E3D40;
  color: white;
  padding: 0.5rem;
}

td {
  padding: 0.5rem;
  text-align: center;
}

.info-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.info-columns > div {
  flex: 1;
  min-width: 200px;
}

.info-columns h3 {
  margin-bottom: 0.5rem;
}

.info-columns ul,
.info-columns ol {
  margin-top: 0.25rem;
}

.page-header {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}

.page-header span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 800px;
  height: 40px;
  background-color: #7D7D67;
  color: white;
  font-size: 1.6rem;
  font-family: Verdana, sans-serif;
  line-height: 40px;
  text-align: left;
  padding: 0 1rem;
  z-index: 1;
}

.page-header.sfm { background-image: url('images/SFMfooter.jpeg'); }
.page-header.sca { background-image: url('images/SCAfooter.jpeg'); }
.page-header.sct { background-image: url('images/SCTfooter.jpeg'); }
.page-header.dma { background-image: url('images/DMAfooter.jpeg'); }
.page-header.nlu { background-image: url('images/NLUfooter.jpeg'); }
.page-header.crx { background-image: url('images/CRXfooter.jpeg'); }
.page-header.rca { background-image: url('images/RCAtest.jpeg'); }
.page-header.dfa { background-image: url('images/DFAfooter.jpeg'); }
.page-header.dfh { background-image: url('images/DFHfooter.jpeg'); }
.page-header.tka { background-image: url('images/TKAfooter.jpeg'); }
.page-header.trk { background-image: url('images/TRKfooter.jpeg'); }
.page-header.rft { background-image: url('images/RFTfooter.jpeg'); }
.page-header.rgl { background-image: url('images/RGLfooter.jpeg'); }
.page-header.nfm { background-image: url('images/NFMfooter.png'); }
.page-header.hps { background-image: url('images/HPSfooter.jpeg'); }
.page-header.hss { background-image: url('images/HSSfooter.jpeg'); }
.sidebar nav {
  transition: all 0.3s ease;
}

/* Updated sidebar toggle support */
.sidebar nav {
  display: flex;
  flex-direction: column;
}

.sidebar nav.closed {
  display: none;
}
/* End sidebar toggle section */

.footer-image {
  width: 100%;
  display: block;
  margin-top: 0;
}

.blade-image {
  max-width: 400px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.product-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 1rem;
}

.info-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex-grow: 1;
}

.info-columns > div {
  flex: 1;
  min-width: 200px;
}

.about-section {
  padding: 2rem;
  color: #2E3D40;
  font-family: Verdana, sans-serif;
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-section h1.company-name {
  color: #7D7D67;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0.5rem 0 0.25rem 0;
}

.about-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.about-section h3.tagline {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: .25rem;
}

ul, ol {
  margin-top: 0.25rem;
}

.walter-logo {
  display: block;
  margin: 2rem auto;
  max-width: 500px;
  height: auto;
}

.topbar {
  background-color: white;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.topbar nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  width: 100%;
}

.topbar nav a {
  text-decoration: none;
  color: #2E3D40;
  font-weight: bold;
  font-size: 1rem;
}

.topbar nav a:hover {
  color: #7D7D67;
}

.walter-section {
  background-color: rgba(125, 125, 103, 0.7);
  color: black;
  padding: 2rem;
  border-radius: 8px;
}

.walter-logo {
  width: 500px;
  max-width: 100%;
  margin-bottom: 1rem;
  display: block;
}
.nav-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-overlay.active {
  display: block;
  opacity: 1;
}
