body.asm-body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #111827;
}

/* Colors based on mockup */
:root {
  --asm-blue: #004289;
  --asm-red: #e32028;
  --asm-yellow: #ffcc33;
  --asm-gray-bg: #f3f4f6;
}

.asm-topbar {
  background-color: var(--asm-red);
  padding: 0.25rem 0;
}

/* Navbar + toggler */

.asm-navbar {
  background-color: var(--asm-blue);
}

.asm-navbar .navbar-brand {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.asm-navbar .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin-right: 0.75rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.asm-navbar .nav-link:hover,
.asm-navbar .nav-link:focus,
.asm-navbar .nav-link.show {
  color: #ffde6a;
}

.asm-navbar .navbar-toggler {
  border: none;
  padding: 0.35rem 0;
}

/* 3-bar mobile icon */
.asm-toggler-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 999px;
  margin: 4px 0;
}

/* Offcanvas styling (right slide-out) */

.asm-offcanvas {
  background-color: var(--asm-blue);
  color: #ffffff;
}

.asm-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.asm-offcanvas .offcanvas-title {
  font-weight: 700;
}

.asm-offcanvas .nav-link {
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem 0;
}

.asm-offcanvas .nav-link:hover {
  color: #ffde6a;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler {
  font-size: 1.3rem;
}

/* Partner button */
.asm-btn-partner {
  background-color: var(--asm-red);
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.45rem 1.4rem;
  border: none;
}

.asm-btn-partner:hover {
  background-color: #b8161d;
  color: #ffffff;
}

.asm-btn-partner-large {
  padding: 0.85rem 2.5rem;
  font-size: 1.1rem;
}

/* Yellow circle logo on nav */
.asm-nav-logo-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  /* background-color: var(--asm-yellow); */
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.25);
  flex-shrink: 0;
  position: relative;
}

/* .asm-nav-logo-img {
  max-width: 80%;
  max-height: 80%;
} */
.asm-nav-logo-img {
  max-width: 80%;
  max-height: 80%;
  width: 80%;
  /* display: none; */
  position: absolute;
  z-index: 1;
  margin: -17px -22px;
}
/* Desktop search */
.asm-nav-search {
  position: relative;
  align-items: center;
}

.asm-nav-search-input {
  background-color: rgba(255, 255, 255, 0.99);
  border-radius: 999px;
  border: 1px solid rgb(0 66 137);
  padding-right: 2rem;
  padding-left: 0.75rem;
  color: #333131;
  min-width: 140px;
}

.asm-nav-search-input::placeholder {
  color: #333131;
}

.asm-nav-search-input:focus {
  background-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  border-color: #ffffff;
}

.asm-nav-search-btn {
  position: absolute;
  right: 0.45rem;
  background: transparent;
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Mobile offcanvas search */
.asm-nav-search-mobile .form-control {
  background-color: rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.asm-nav-search-mobile .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.asm-nav-search-mobile .btn {
  border-color: rgba(255, 255, 255, 0.85);
}

/* Keep what we already had for navbar + offcanvas + toggler */

/* Hero */
.asm-hero {
  min-height: 260px;
  background-image: url(https://www.scsk12.org/AfterSchoolMemphis/img/25/after-school-memphis-banner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.asm-hero::before {
  /* subtle overlay for text legibility */
  content: "";
  position: absolute;
  /* inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.35)
  ); */
}

.asm-hero > .container {
  position: relative;
  z-index: 1;
  padding-bottom: 1.75rem;
}

.asm-tagline {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
}

/* Feature tiles */
.asm-feature-tiles {
  background-color: #ffffff;
}

.asm-feature-card {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.asm-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.25);
}

.asm-feature-image {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.asm-feature-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
}

/* Sections */
.asm-section {
  background-color: #ffffff;
}

.asm-section-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.asm-section-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
}

/* Yellow CTA band */
.asm-partner-band {
  background-color: var(--asm-yellow);
  /* background-color: #0f172a; */
}

/* Info blocks (yellow boxes on right side) */
.asm-info-block {
  height: 70px;
  border-radius: 0.5rem;
  background-color: #fcd34d;
}

/* Footer */
.asm-footer {
  background-color: var(--asm-blue);
  color: #d1d5db;
}

.asm-footer a {
  color: #e5e7eb;
  text-decoration: none;
}

.asm-footer a:hover {
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .asm-hero {
    min-height: 220px;
  }
  .asm-feature-image {
    height: 150px;
  }
}

.asm-filter-group .asm-filter-btn {
  background-color: #ffffff;
  border-color: #d1d5db;
  color: #374151;
  font-weight: 500;
  border-radius: 2px !important;
  padding: 0.35rem 0.9rem;
}

.asm-filter-group .asm-filter-btn.active {
  background-color: var(--asm-blue);
  color: #ffffff;
  border-color: var(--asm-blue);
}

.asm-result-card {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.asm-result-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.asm-result-body {
  padding: 0.85rem 1rem 1rem;
  flex: 1;
}

.asm-result-title {
  font-weight: 700;
  font-size: 1rem;
}

.asm-result-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

.asm-badge-type {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}

.asm-badge-school {
  background-color: #e0f2fe;
  color: #0369a1;
}
.asm-badge-activity {
  background-color: #fee2e2;
  color: #b91c1c;
}
.asm-badge-club {
  background-color: #fef9c3;
  color: #854d0e;
}
.asm-badge-partner {
  background-color: #e0f2f1;
  color: #00695c;
}

.asm-result-footer {
  padding: 0 1rem 0.75rem;
}

/* Icon bubble for activities/clubs */
.asm-result-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.asm-result-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

/* Card basics */
.asm-result-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  height: 100%;
  display: flex;
}

.asm-result-body {
  padding: 1rem 1.1rem 1rem;
  width: 100%;
}

.asm-result-title {
  font-size: 1rem;
  font-weight: 700;
}

.asm-result-meta {
  font-size: 0.8rem;
  color: #4b5563;
}

/* Badges */
.asm-badge-type {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
}

.asm-badge-school {
  background: #e0f2fe;
  color: #0f172a;
}

.asm-badge-activity {
  background: #ecfdf3;
  color: #14532d;
}

.asm-badge-club {
  background: #fef9c3;
  color: #854d0e;
}

/* Top action chips */
.asm-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.asm-btn-chip {
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  padding: 0.25rem 0.9rem;
  border: none;
  font-weight: 600;
}

.asm-btn-chip:hover {
  background: #111827;
  color: #fff;
}

/* Count badges on buttons */
.asm-badge-count {
  background: #fbbf24;
  color: #0f172a;
  border-radius: 999px;
  padding: 0.05rem 0.45rem;
  font-size: 0.7rem;
  margin-left: 0.4rem;
}

/* School action buttons on cards (Map It) */
.asm-school-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.asm-btn-action {
  background: #eef2ff;
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 0.2rem 0.7rem;
  border: none;
  font-weight: 600;
}

.asm-btn-map {
  background: #fef9c3;
}

/* Panel sizing */
.asm-school-panel {
  width: 360px;
}

/* Panel lists */
.asm-program-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.asm-program-list .list-group-item {
  font-size: 0.9rem;
}

.asm-school-list .list-group-item {
  font-size: 0.9rem;
}
.asm-result-card i {
  color: #ff9800;
  padding: 0.5em;
  border-radius: 2em;
}
.all-school-lable {
  font-weight: bold;
  margin: 0 0.5em;
  font-size: 1.2em;
}
.asm-school-details {
  font-size: 0.82rem;
  color: #334155;
}
.asm-school-detail a {
  text-decoration: none;
}
.asm-school-detail a:hover {
  text-decoration: underline;
}

.asm-result-icon-lg {
  width: 120px;
  height: 120px;
  margin: 0.75rem auto 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asm-result-icon-lg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.asm-type-chip {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.35rem;
  display: inline-block;
}
.asm-type-activity {
  background: #163b8c;
  color: #ffffff;
}
.asm-type-club {
  background: #ffbf00;
  color: #0d0d0d;
}
.asm-slogan p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 1rem;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

#asmPanelBody {
  position: relative;
}

#asmPanelBody::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35); /* tweak 0.25–0.55 */
  pointer-events: none;
  z-index: 0;
}

#asmPanelBody > * {
  position: relative;
  z-index: 1;
}

.asm-offcanvas-slogan {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0.2rem 1rem;
  background: linear-gradient(135deg, #175989, rgba(2, 132, 199, 0.77));
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.asm-offcanvas-slogan p {
  margin: 0;
  font-weight: 800;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
h5#asmPanelTitle {
  background: #2a6ed3;
  color: #fff;
  font-size: 1rem;
  padding: 0.2em 1em;
}

/* PARTNERS PAGE */
.asm-partners-page {
  max-width: 1250px;
}

.asm-partners-page p {
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
}

.asm-partners-list {
  margin: 1rem 0 1.5rem 1.2rem;
}

.asm-partners-list li {
  margin-bottom: 0.5rem;
}

.asm-partners-cta h2,
.asm-partner-signup h2,
.asm-partner-signup h3 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.asm-btn-partner {
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

.asm-partners-closing {
  font-weight: 600;
  font-size: 1.05rem;
  color: #0f172a;
}
