/* ── NAVBAR ── */
.Header__navbar {
  background-color: #206543 !important;
  border-bottom: 3px solid #174f34;
}

.Header__name {
  color: #ffffff !important;
  font-weight: 700;
}

.Header__menuList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.Header__tabsTab a,
.Header__tabsTab span {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.Header__tabsTab a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* ── HERO SEARCH SECTION ── */
.Header__searchSection {
  background: linear-gradient(135deg, #174f34 0%, #206543 100%) !important;
  padding: 60px 24px !important;
  text-align: center !important;
}

.Header__searchTitle {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.Header__description {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  margin: 0 0 24px !important;
  text-align: center !important;
}

/* ── FOOTER ── */
.Footer__footerCopyrigt {
  background-color: #174f34 !important;
  border-top: 3px solid #206543;
  padding: 20px 24px !important;
  text-align: center !important;
}

.Footer__container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.Footer__footerLink {
  color: #a8d5b8 !important;
  font-size: 13px !important;
  font-weight: 600;
  text-decoration: none;
}

.Footer__footerLink:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/* ── SEARCH BUTTON - dark override ── */
.Header__searchSection button[type="submit"],
.Header__searchSection .searchHome__searchBtn,
.searchHome__searchBtn {
  background-color: #174f34 !important;
  color: #ffffff !important;
  border: none !important;
}

.Header__searchSection button[type="submit"]:hover,
.Header__searchSection .searchHome__searchBtn:hover,
.searchHome__searchBtn:hover {
  background-color: #000000 !important;
}

/* ── NUCLEAR OVERRIDE - search button ── */
button.searchHome__searchBtn,
.searchHome__searchBtn,
.searchHome__searchBtn span,
#headerContent button,
#headerContent .searchHome__searchBtn,
.Header__searchSection button,
.Header__searchSection span[class*="search"],
[class*="searchHome"] button,
[class*="searchBtn"] {
  background-color: #174f34 !important;
  background: #174f34 !important;
  color: #ffffff !important;
  border-color: #174f34 !important;
}

button.searchHome__searchBtn:hover,
.searchHome__searchBtn:hover,
#headerContent button:hover {
  background-color: #000000 !important;
  background: #000000 !important;
}

/* Override any inline orange/svg fill too */
[class*="searchBtn"] svg,
[class*="searchBtn"] i {
  color: #ffffff !important;
  fill: #ffffff !important;
}
