

/* Page Header */
.page-header {
    background: linear-gradient(135deg, rgba(26, 95, 122, 0.07) 0%, rgba(42, 122, 90, 0.07) 100%);
    padding: 3rem 0;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-blue) 0%, var(--primary-green) 100%);
}

.page-title {
    max-width: 850px;
    position: relative;
    z-index: 1;
}

.page-title h1 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.page-subtitle {
    font-size: 1.3rem;
    color: var(--neutral-gray-text);
    max-width: 800px;
    margin-bottom: 1.5rem;
    font-weight: 400;
}










/* Breadcrumbs */
.breadcrumbs {
    background-color: rgba(255, 255, 255, 0);
    padding: 1.2rem 0;
    margin-bottom: 0;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
}

.breadcrumbs li {
    color: var(--neutral-gray-dark);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
    content: '>';
    margin-left: 0.8rem;
    font-weight: bold;
    color: var(--neutral-gray-medium);
}

.breadcrumbs a {
    color: var(--neutral-gray-dark);
}

.breadcrumbs a:hover {
    color: var(--primary-blue);
}














:root {
  --acad-bg: #07161c;
  --acad-bg-2: #0d232c;
  --acad-card: rgba(255, 255, 255, 0.08);
  --acad-card-2: rgba(255, 255, 255, 0.12);
  --acad-border: rgba(159, 235, 255, 0.16);
  --acad-text: #f4fbfd;
  --acad-muted: rgba(244, 251, 253, 0.78);
  --acad-blue: #9febff;
  --acad-green: #7ee2b8;
  --acad-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}



.academia-hero {
  position: relative;
  overflow: hidden;
  padding:  0 3.5rem;
  background:
  linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.68) 100%, rgba(0, 0, 0, 0.34) 100%),
      url('/wp-content/themes/themeWASHNet/images/background-research.jpeg') center/cover no-repeat;
  min-height: 30rem;
  color: #fff;
}

.academia-hero::before,
.academia-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--primary-green) 100%);
  z-index: 1;
}

.academia-hero::before {
  top: 0;
}

.academia-hero::after {
  bottom: 0;
}

.academia-hero .container,
.academia-section .container {
  position: relative;
  z-index: 2;
}

.academia-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: stretch;
}

.academia-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(159, 235, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--acad-blue);
  margin-bottom: 1rem;
}

.academia-hero h1 {
  color: var(--acad-blue);
  line-height: 1.08;
  margin: 1rem 0 2rem;
  max-width: 950px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.academia-hero p {
  max-width: 50rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 0 0 2rem;
}

.academia-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.4rem;
}

.academia-hero-actions .btn {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.academia-hero-actions .btn-outline {
  color: var(--acad-blue);
  border-color: rgba(159, 235, 255, 0.85);
  background: rgba(255, 255, 255, 0.03);
}

.academia-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.academia-mini-card {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.academia-mini-card .num {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--acad-blue);
  margin-bottom: 0.35rem;
}

.academia-mini-card .label {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.academia-panel {
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: var(--acad-shadow);
}

.academia-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.academia-panel-eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(159, 235, 255, 0.22);
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--acad-blue);
}

.academia-panel-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.9rem;
}

.featured-research-card {
  position: relative;
  min-height: 270px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.64) 100%),
      url('/wp-content/themes/themeWASHNet/images/academia-hero.jpg') center/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.featured-research-content {
  position: relative;
  z-index: 2;
  padding: 1.2rem;
  color: #fff;
  width: 100%;
}

.featured-research-content .tag {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
  color: #dffbff;
}

.featured-research-content h2 {
  margin: 0 0 0.55rem;
  font-size: 1.55rem;
  line-height: 1.25;
}

.featured-research-content p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.65;
}

.featured-research-content .btn {
  display: inline-flex;
}

.academia-section {
  padding: 2rem 0;
}

.section-head {
  max-width: 48rem;
  margin-bottom: 1.75rem;
}

.section-head .eyebrow {
  color: var(--primary-green);
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

.section-head h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  color: #12313d;
  line-height: 1.15;
}

.section-head p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #4c5f67;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.topic-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #f4fcff 0%, #ffffff 100%);
  border: 1px solid rgba(15, 63, 83, 0.08);
  box-shadow: 0 14px 32px rgba(10, 28, 35, 0.07);
  padding: 1.35rem;
  min-height: 235px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
      radial-gradient(circle at top right, rgba(26, 95, 122, 0.08), transparent 28%),
      radial-gradient(circle at bottom left, rgba(42, 122, 90, 0.08), transparent 30%);
  pointer-events: none;
}

.topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(10, 28, 35, 0.12);
  border-color: rgba(26, 95, 122, 0.16);
}

.topic-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(26, 95, 122, 0.08);
  color: var(--primary-blue);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.95rem;
}

.topic-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.45rem;
  color: #13323d;
  line-height: 1.2;
  max-width: 16ch;
}

.topic-card p {
  color: #51646c;
  margin: 0 0 1rem;
  line-height: 1.72;
  font-size: 0.98rem;
}

.topic-card .view-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--primary-blue);
}

.topic-card .corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(159, 235, 255, 0.16), rgba(126, 226, 184, 0.02));
  border-bottom-left-radius: 100%;
  pointer-events: none;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1.4rem;
  margin-top: 1.75rem;
}

.panel-card {
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(15, 63, 83, 0.08);
  box-shadow: 0 14px 32px rgba(10, 28, 35, 0.07);
  padding: 1.4rem;
}

.panel-card h3 {
  margin: 0 0 0.85rem;
  color: #12313d;
  font-size: 1.35rem;
}

.bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.bullet-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #51646c;
  line-height: 1.65;
}

.bullet-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 0.45rem;
  background: linear-gradient(90deg, var(--primary-blue), var(--primary-green));
  box-shadow: 0 0 0 4px rgba(26, 95, 122, 0.08);
}

.submission-box {
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
      linear-gradient(135deg, rgba(26, 95, 122, 0.08), rgba(42, 122, 90, 0.06));
  border-radius: 28px;
  border: 1px solid rgba(15, 63, 83, 0.08);
  box-shadow: 0 16px 36px rgba(10, 28, 35, 0.08);
  padding: 1.5rem;
}

.submission-box h3 {
  margin: 0 0 0.55rem;
  font-size: 1.55rem;
  color: #12313d;
}

.submission-box p {
  margin: 0 0 1.1rem;
  color: #51646c;
  line-height: 1.75;
}

.topic-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.topic-form .full {
  grid-column: 1 / -1;
}

.topic-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #23424f;
}

.topic-form input,
.topic-form select,
.topic-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 63, 83, 0.12);
  border-radius: 16px;
  background: #fff;
  padding: 0.9rem 1rem;
  font: inherit;
  color: #12313d;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.topic-form input:focus,
.topic-form select:focus,
.topic-form textarea:focus {
  border-color: rgba(26, 95, 122, 0.55);
  box-shadow: 0 0 0 4px rgba(159, 235, 255, 0.18);
}

.topic-form textarea {
  min-height: 150px;
  resize: vertical;
}

.topic-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.3rem;
}

.form-note {
  font-size: 0.84rem;
  color: #6b7d85;
}

.partner-strip {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.partner-chip {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 63, 83, 0.08);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  text-align: center;
  color: #12313d;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(10, 28, 35, 0.05);
}

.cta-band {
  margin: 4.5rem 0 0;
  padding: 2rem;
  border-radius: 30px;
  background:
      linear-gradient(90deg, rgba(26, 95, 122, 0.94), rgba(42, 122, 90, 0.94)),
      url('/wp-content/themes/themeWASHNet/images/back.jpg') center/cover no-repeat;
  color: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}

.cta-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.cta-band h3 {
  margin: 0 0 0.35rem;
  font-size: 1.7rem;
  color: #eaf9ff;
}

.cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: 52rem;
  line-height: 1.7;
}

.cta-band .btn {
  background: #fff;
  color: #0d2a34;
}

@media (max-width: 1100px) {

  .academia-hero-grid,
  .split-grid {
      grid-template-columns: 1fr;
  }

  .research-grid,
  .partner-strip,
  .academia-mini,
  .stats-in-header {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-form {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .academia-hero {
      padding-top: 3.2rem;
      min-height: auto;
  }

  .academia-hero h1 {
      max-width: none;
  }

  .academia-mini,
  .research-grid,
  .partner-strip,
  .stats-in-header {
      grid-template-columns: 1fr;
  }

  .academia-panel,
  .submission-box,
  .panel-card,
  .topic-card {
      border-radius: 22px;
  }
}





.academia-table {
  background: rgba(255,255,255,0.9);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}

.partner-table {
  width: 100%;
  border-collapse: collapse;
}

.partner-table thead th {
  text-align: left;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #5c6f77;
  padding: 0.8rem;
  border-bottom: 1px solid #eee;
}

.partner-table tbody td {
  padding: 0.9rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}

.partner-row {
  transition: 0.2s ease;
  cursor: pointer;
}

.partner-row:hover {
  background: rgba(159,235,255,0.08);
}

.partner-main {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.partner-logo img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.partner-name {
  font-weight: 600;
}

.partner-sub {
  font-size: 0.8rem;
  color: #777;
}

.pill {
  background: rgba(26,95,122,0.1);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
}

.tag {
  background: #eef6f8;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  font-size: 0.75rem;
  margin-right: 4px;
}

.focus {
  background: rgba(42,122,90,0.12);
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  font-size: 0.75rem;
  margin-right: 4px;
}

.contact-cell {
  font-size: 0.8rem;
  color: #555;
}

.hidden-row {
  display: none;
}

.table-toggle {
  text-align: center;
  margin-top: 1rem;
}








.compact-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.compact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.compact-form input,
.compact-form select,
.compact-form textarea {
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  font-size: 0.9rem;
}

.compact-form textarea {
  min-height: 110px;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}