.panel {
    background-color: transparent!important;

}
.dahs-header {
  background: #ffffff;   /* was beige */
  border-bottom: 1px solid #e5e5e5;
}

/* Top brand strip */
body.portal-form-page::before {
  content: "";
  display: block;
  height: 12px;
  background: #d39a3b; /* gold */
}
.dahs-header {
  background: #f6f1eb;
}

.dahs-header-inner {
  padding: 22px 20px; /* was 16px */
}

.dahs-nav a {
  margin-left: 28px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.dahs-hero-band {
  height: 90px;
  background-color: #7b2e2a; /* DAHS red */
  background-image: url("https://drugandalcoholhealthservices.com.au/wp-content/themes/Drugandalcohol/images/pattern.png");
  background-repeat: repeat;
}

/* ===== DAHS branding for public enquiry form ===== */

body.portal-form-page {
  margin: 0;
  background: #f6f1eb;
  font-family: Arial, Helvetica, sans-serif;
}

.dahs-header {
  background: white;
  border-bottom: 1px solid #ddd;
}

.dahs-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dahs-logo img {
  max-height: 60px;
}

.dahs-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.dahs-main {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  background: #fff;
}

.dahs-footer {
  background: #f6f1eb;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.dahs-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #666;
}

.dahs-main {
  background: #f6f1eb;
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}
/* ===== FIX PROGRESS BAR SPACING ===== */


