/*
 Homepage Template Styles - ICIB Website Template
 Based on icib-website-template.html
 Version: 1.0.0
*/

:root {
  --navy:   #0a1628;
  --gold:   #c9a84c;
  --gold-light: #e8c97a;
  --crimson: #b72b2b;
  --offwhite: #f8f5ef;
  --text-muted-custom: #6b7280;
}

* { box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  color: #1a1a2e;
  overflow-x: hidden;
}


    h1, h2, h3, h4, .font-display {
      font-family: 'Playfair Display', serif;  /* Poppins, sans-serif !important; */
    }

    /* ── TOP BAR ── */
    .top-bar {
      background: var(--navy);
      color: #adb5bd;
      font-size: .78rem;
      padding: 6px 0;
    }
    .top-bar a { color: var(--gold); text-decoration: none; }
    .top-bar a:hover { color: var(--gold-light); }

    /* ── NAVBAR ── */
    .navbar {
      background: #fff;
      border-bottom: 3px solid var(--gold);
      padding: 0;
      position: sticky;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 20px rgba(0,0,0,.08);
    }
    .navbar-brand img { height: 56px; }
    .navbar-brand span {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      color: var(--navy);
      font-weight: 700;
      line-height: 1.1;
    }
    .navbar-brand small {
      display: block;
      font-family: 'DM Sans', sans-serif;
      font-size: .65rem;
      letter-spacing: .12em;
      color: var(--gold);
      font-weight: 500;
      text-transform: uppercase;
    }
    .navbar .nav-link {
      font-size: .85rem;
      font-weight: 500;
      color: var(--navy) !important;
      padding: 1.25rem .85rem !important;
      letter-spacing: .04em;
      border-bottom: 3px solid transparent;
      transition: color .2s, border-color .2s;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link.active {
      color: var(--gold) !important;
      border-bottom-color: var(--gold);
    }
    .btn-join {
      background: var(--gold);
      color: var(--navy) !important;
      font-weight: 700;
      border-radius: 0;
      padding: .5rem 1.4rem !important;
      font-size: .82rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      border: none;
      transition: background .2s;
    }
    .btn-join:hover { background: var(--gold-light); }

    /* ── HERO ── */
    .hero {
      position: relative;
      background: linear-gradient(135deg, var(--navy) 0%, #112244 60%, #1a3a6e 100%);
      overflow: hidden;
      min-height: 560px;
      display: flex;
      align-items: center;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 80% 50%, rgba(201,168,76,.18) 0%, transparent 60%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .hero-badge {
      display: inline-block;
      background: rgba(201,168,76,.15);
      border: 1px solid var(--gold);
      color: var(--gold);
      font-size: .72rem;
      letter-spacing: .15em;
      text-transform: uppercase;
      padding: 6px 16px;
      margin-bottom: 1.2rem;
    }
    .hero h1 {
      font-size: clamp(2rem, 5vw, 3.4rem);
      color: #fff;
      line-height: 1.15;
      margin-bottom: 1.2rem;
    }
    .hero h1 span { color: var(--gold); }
    .hero p {
      color: #c0cfe0;
      font-size: 1.05rem;
      max-width: 520px;
      line-height: 1.7;
    }
     .hero-cta-buttons {
       display: flex;
       gap: 1rem;
       flex-wrap: wrap;
       margin-top: 2rem;
     }

    /* Hero Banner Image */
    .hero-banner-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .hero-banner-img {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.3);
      border: 2px solid rgba(255,255,255,0.15);
    }

    .btn-gold {
      background: var(--gold);
      color: var(--navy);
      font-weight: 700;
      border-radius: 0;
      padding: .75rem 2rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: .85rem;
      border: 2px solid var(--gold);
      text-decoration: none;
      transition: background .2s, color .2s;
      display: inline-block;
      text-align: center;
    }
    .btn-gold {
      background: var(--gold);
      color: var(--navy);
      font-weight: 700;
      border-radius: 0;
      padding: .75rem 2rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: .85rem;
      border: 2px solid var(--gold);
      text-decoration: none;
      transition: background .2s, color .2s;
      display: inline-block;
    }
    .btn-gold:hover { background: transparent; color: var(--gold); }
    .btn-outline-gold {
      background: transparent;
      color: var(--gold);
      border: 2px solid var(--gold);
      font-weight: 700;
      border-radius: 0;
      padding: .75rem 2rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: .85rem;
      text-decoration: none;
      display: inline-block;
      transition: background .2s, color .2s;
    }
    .btn-outline-gold:hover {
      background: var(--gold);
      color: var(--navy);
    }

    /* Hero Stats Grid */
    .grid-2col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    .stat-box {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(201,168,76,.3);
      padding: 1.5rem;
      border-radius: 2px;
      text-align: center;
    }

    .stat-box--with-margin-top {
      margin-top: 2rem;
    }

    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      font-weight: 900;
      color: var(--navy);
      line-height: 1;
    }

    .stat-label {
      font-family: 'DM Sans', sans-serif;
      font-size: .75rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #8ea0b8;
      margin-top: 4px;
      opacity: .75;
    }

    /* ── STATS BAR ── */
    .stats-bar {
      background: var(--gold);
    }
    .btn-outline-gold:hover { background: var(--gold); color: var(--navy); }

    /* ── STATS ── */
    .stats-bar {
      background: var(--gold);
    }
    .stat-item { text-align: center; padding: 1.4rem 1rem; }
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      font-weight: 900;
      color: var(--navy);
      line-height: 1;
    }
    .stat-label {
      font-size: .75rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--navy);
      opacity: .75;
      margin-top: 4px;
    }
    .stat-divider {
      border-left: 1px solid rgba(10,22,40,.2);
    }

    /* ── SECTIONS ── */
    .section-tag {
      display: inline-block;
      font-size: .7rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
      margin-bottom: .5rem;
    }
    .section-title {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      color: var(--navy);
      line-height: 1.2;
    }
    .section-title span { color: var(--gold); }
    .divider-gold {
      width: 56px;
      height: 3px;
      background: var(--gold);
      margin: 1rem 0 1.5rem;
    }

    /* ── ABOUT ── */
.about-img-wrap {
  position: relative;
}
.about-img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
    .about-img-wrap img {
      width: 100%;
      object-fit: cover;
      height: 400px;
    }
    .about-img-badge {
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: var(--gold);
      color: var(--navy);
      padding: 1.2rem 1.6rem;
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
    }
    .about-img-badge span {
      display: block;
      font-size: 2rem;
      line-height: 1;
    }

    /* ── SERVICES CARDS ── */
    .service-card {
      border: 1px solid #e8e0d0;
      padding: 2rem 1.5rem;
      height: 100%;
      transition: box-shadow .25s, transform .25s, border-color .25s;
      background: #fff;
    }
    .service-card:hover {
      box-shadow: 0 12px 40px rgba(10,22,40,.1);
      transform: translateY(-4px);
      border-color: var(--gold);
    }
    .service-icon {
      width: 52px;
      height: 52px;
      background: var(--gold);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      color: var(--navy);
      margin-bottom: 1.2rem;
    }
    .service-card h5 {
      font-size: 1rem;
      font-weight: 500;
      color: var(--navy);
      margin-bottom: .5rem;
    }
    .service-card p {
      font-size: .85rem;
      color: var(--text-muted-custom);
      line-height: 1.6;
      margin: 0;
    }

    /* ── SECTORS ── */
    .sector-pill {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: var(--offwhite);
      border: 1px solid #ddd6c8;
      padding: .55rem 1rem;
      font-size: .82rem;
      color: var(--navy);
      font-weight: 500;
      transition: background .2s, border-color .2s, color .2s;
      cursor: default;
    }
    .sector-pill:hover {
      background: var(--gold);
      border-color: var(--gold);
      color: var(--navy);
    }
    .sector-pill i { color: var(--gold); font-size: .9rem; }
    .sector-pill:hover i { color: var(--navy); }

    /* ── EVENTS ── */
    .event-card {
      border-left: 4px solid var(--gold);
      padding: 1.2rem 1.4rem;
      background: #fff;
      border-top: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee;
      transition: box-shadow .2s;
    }
    .event-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
    .event-date-badge {
      background: var(--navy);
      color: #fff;
      text-align: center;
      padding: .5rem .8rem;
      min-width: 54px;
    }
    .event-date-badge .day {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      font-weight: 900;
      line-height: 1;
    }
    .event-date-badge .mon {
      font-size: .65rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      opacity: .75;
    }
    .event-card h6 { font-size: .9rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem; }
    .event-card small { color: var(--text-muted-custom); font-size: .78rem; }

    /* ── MEMBERS / PARTNERS ── */
    .partner-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      border: 1px solid #e8e0d0;
      padding: 1rem 1.5rem;
      font-size: .85rem;
      font-weight: 600;
      color: var(--navy);
      text-align: center;
      transition: border-color .2s, box-shadow .2s;
    }
    .partner-logo:hover {
      border-color: var(--gold);
      box-shadow: 0 4px 16px rgba(201,168,76,.15);
    }

    /* ── NEWS ── */
    .news-card { border: 1px solid #e8e0d0; overflow: hidden; transition: box-shadow .25s; }
    .news-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.1); }
    .news-card-img {
      height: 180px;
      background: linear-gradient(135deg, #1a3a6e, #0a1628);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      color: var(--gold);
    }
    .news-tag {
      font-size: .68rem;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
    }
    .news-card h6 { font-size: .9rem; color: var(--navy); font-weight: 700; line-height: 1.4; }

    /* ── CTA BAND ── */
    .cta-band {
      background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 100%);
      position: relative;
      overflow: hidden;
    }
    .cta-band::before {
      content: '';
      position: absolute;
      right: -100px;
      top: -100px;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      background: rgba(201,168,76,.08);
    }

    /* ── MEMBERSHIP TIERS ── */
    .tier-card {
      border: 2px solid #e8e0d0;
      padding: 2rem 1.5rem;
      text-align: center;
      transition: border-color .25s, transform .25s;
    }
    .tier-card:hover, .tier-card.featured {
      border-color: var(--gold);
      transform: translateY(-4px);
    }
    .tier-card.featured {
      background: var(--navy);
      color: #fff;
    }
    .tier-card.featured .tier-price { color: var(--gold); }
    .tier-card.featured ul li { color: #c0cfe0; }
    .tier-price {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 900;
      color: var(--navy);
    }

    /* ── TESTIMONIALS ── */
    .testimonial-card {
      background: var(--offwhite);
      border-left: 4px solid var(--gold);
      padding: 1.8rem;
    }
    .testimonial-card p { font-size: .9rem; color: #444; line-height: 1.7; font-style: italic; }
    .testimonial-card strong { font-size: .85rem; color: var(--navy); }
    .testimonial-card small { font-size: .75rem; color: var(--gold); }
    .quote-icon { font-size: 2rem; color: var(--gold); opacity: .5; line-height: 1; }

    /* ── FOOTER ── */
    footer {
      background: var(--navy);
      color: #8ea0b8;
      font-size: .84rem;
    }
    footer h6 {
      color: var(--gold);
      font-size: .75rem;
      letter-spacing: .15em;
      text-transform: uppercase;
      font-family: 'DM Sans', sans-serif;
      margin-bottom: 1rem;
      font-weight: 600;
    }
    footer a { color: #8ea0b8; text-decoration: none; transition: color .2s; }
    footer a:hover { color: var(--gold); }
    footer ul { list-style: none; padding: 0; margin: 0; }
    footer ul li { margin-bottom: .4rem; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 1rem 0;
      font-size: .75rem;
      color: #4a5568;
    }
    .social-icon {
      width: 34px;
      height: 34px;
      border: 1px solid rgba(255,255,255,.15);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #8ea0b8;
      font-size: .9rem;
      transition: border-color .2s, color .2s, background .2s;
      text-decoration: none;
    }
    .social-icon:hover {
      border-color: var(--gold);
      color: var(--gold);
      background: rgba(201,168,76,.1);
    }

    /* ── UTILS ── */
    .bg-offwhite { background: var(--offwhite); }
    .bg-navy { background: var(--navy); }
    .text-gold { color: var(--gold) !important; }
    .text-navy { color: var(--navy) !important; }

    @media (max-width: 768px) {
      .about-img-badge { right: 0; bottom: 0; }
      .hero { min-height: 420px; }
      .hero h1 { font-size: 1.8rem; }
    }

/* ── TOP BAR ── */
.homepage-template .top-bar {
  background: var(--navy);
  color: #adb5bd;
  font-size: .78rem;
  padding: 6px 0;
}
.homepage-template .top-bar a { color: var(--gold); text-decoration: none; }
.homepage-template .top-bar a:hover { color: var(--gold-light); }

/* ── NAVBAR ── */
.homepage-template .navbar {
  background: #fff;
  border-bottom: 3px solid var(--gold);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1050;
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

/* Ensure navbar container uses flexbox properly */
.homepage-template .navbar .container {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Logo on left */
.homepage-template .navbar-brand {
  order: 1;
  margin-right: auto;
}

/* Toggler on right (mobile) */
.homepage-template .navbar-toggler {
  order: 3;
}

/* Nav menu on right */
.homepage-template .navbar-collapse {
  order: 2;
  flex-basis: auto;
}

@media (min-width: 992px) {
  .homepage-template .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    order: 2;
    margin-left: auto !important;
  }
  
  .homepage-template .navbar-nav {
    margin-left: auto !important;
  }
}

.homepage-template .navbar-brand img { height: 56px; }
.homepage-template .navbar-brand span {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.1;
}
.homepage-template .navbar-brand small {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: .65rem;
  letter-spacing: .12em;
  color: var(--gold);
  font-weight: 500;
  text-transform: uppercase;
}

/* WordPress menu items styling - ensure all variations work */
#icibNavMenu .nav-link,
#icibNavMenu .navbar-nav .nav-link,
#icibNavMenu .menu-item > a,
.navbar-nav .nav-link,
.navbar-nav .menu-item > a {
  font-size: .85rem !important;
  font-weight: 500 !important;
  color: var(--navy) !important;
  padding: 1.25rem .85rem !important;
  letter-spacing: .04em !important;
  border-bottom: 3px solid transparent !important;
  transition: all .2s ease !important;
  text-transform: none !important;
  display: block !important;
  line-height: 1.5;
}

/* Hover and active states */
#icibNavMenu .nav-link:hover,
#icibNavMenu .nav-link:focus,
#icibNavMenu .current-menu-item > .nav-link,
#icibNavMenu .current_page_item > .nav-link,
#icibNavMenu .nav-item.active > .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--gold) !important;
  border-bottom-color: var(--gold) !important;
  background: transparent !important;
}

/* Bootstrap Icons - force proper rendering */
.bi,
.bi::before,
.bi::after {
  font-family: "bootstrap-icons" !important;
  font-weight: normal !important;
  font-style: normal !important;
  speak: never !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-transform: none !important;
  /* vertical-align: middle !important; */
  line-height: 1 !important;
  display: inline-block !important;
}

/* Ensure icons have proper size in different contexts */
.service-icon .bi,
.sector-pill .bi,
.event-card .bi,
.news-card-img .bi,
.testimonial-card .bi,
footer .bi,
.top-bar .bi,
.qa .bi {
  font-size: 1em !important;
  line-height: 1 !important;
}

/* Dropdown toggle arrow - use Bootstrap's default but style it */
.dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 0.5em !important;
  vertical-align: 0.15em !important;
  content: "" !important;
  border-top: 0.5em solid !important;
  border-right: 0.5em solid transparent !important;
  border-left: 0.5em solid transparent !important;
  border-bottom: 0 !important;
  color: var(--gold) !important;
  font-size: 0.8rem !important;
}

/* Hover state for dropdown arrow */
.dropdown-toggle:hover::after {
  border-top-color: var(--gold-light) !important;
}

/* Hide dropdown icon if we're using CSS only (no custom icon class) */
.dropdown-toggle .bi {
  display: none !important;
}

/* Dropdown toggle arrow - use Bootstrap's default but style it */
.dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 0.5em !important;
  vertical-align: 0.15em !important;
  content: "" !important;
  border-top: 0.5em solid !important;
  border-right: 0.5em solid transparent !important;
  border-left: 0.5em solid transparent !important;
  border-bottom: 0 !important;
  color: var(--gold) !important;
  font-size: 0.8rem !important;
}

/* Hover state for dropdown arrow */
.dropdown-toggle:hover::after {
  border-top-color: var(--gold-light) !important;
}

/* Hide dropdown icon if we're using CSS only (no custom icon class) */
.dropdown-toggle .bi {
  display: none !important;
}

/* Service icon specific size */
.service-icon .bi {
  font-size: 1.4rem !important;
}

/* Sector pill icon size */
.sector-pill .bi {
  font-size: .9rem !important;
}

/* About image placeholder */
.about-image-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #112244, #1a3a6e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.about-image-placeholder i {
  font-size: 5rem !important;
  color: var(--gold);
  opacity: 0.5;
}

.about-image-placeholder div {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 2rem;
  line-height: 1.4;
}

/* Check icon wrapper */
.check-icon {
  width: 36px;
  height: 36px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.check-icon .bi {
  font-size: .9rem !important;
  color: var(--navy);
}

/* Contact icon wrapper */
.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon .bi {
  font-size: 1rem !important;
  color: var(--navy);
}

/* Section spacing override - override inline padding */
.section-padding,
#services,
#sectors,
#events,
#membership,
#news,
#contact {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* Text utilities */
.text-line-height-1-5 { line-height: 1.5; }
.text-line-height-1-8 { line-height: 1.8; }

.text-color-444 { color: #444; }
.text-color-555 { color: #555; }
.text-color-666 { color: #666; }

.text-size-78 { font-size: .78rem; }
.text-size-82 { font-size: .82rem; }
.text-size-85 { font-size: .85rem; }
.text-size-88 { font-size: .88rem; }
.text-size-9 { font-size: .9rem; }
.text-size-11 { font-size: 1.1rem; }

.text-color-444 { color: #444; }
.text-color-555 { color: #555; }
.text-color-666 { color: #666; }

.mt-2 { margin-top: .5rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

.font-weight-600 { font-weight: 600; }

.line-height-1-5 { line-height: 1.5; }
.line-height-1-6 { line-height: 1.6; }
.line-height-1-8 { line-height: 1.8; }

/* List item spacing */
.list-item-spacing { padding-top: 6px; }

/* Form section */
.form-section {
  background: #fff;
  padding: 2.5rem;
  border: 1px solid #e8e0d0;
}

/* Page HERO BANNER (Internal Pages) */
.page-hero-section {
  background: linear-gradient(135deg, var(--navy) 0%, #112244 60%, #1a3a6e 100%);
  padding: 3rem 0 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -1px; /* Prevent gap under fixed navbar */
  margin-bottom: 40px;
}

.page-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,.15) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero-section .container {
  position: relative;
  z-index: 1;
}

.page-hero-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Breadcrumb styling */
.page-hero-section .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0.5rem 0 0;
  justify-content: center;
  font-size: 0.85rem;
}

.page-hero-section .breadcrumb-item a {
  color: var(--gold);
  text-decoration: none;
  transition: color .2s;
}

.page-hero-section .breadcrumb-item a:hover {
  color: var(--gold-light);
}

.page-hero-section .breadcrumb-item.active {
  color: #c0cfe0;
}

.page-hero-section .breadcrumb-item+.breadcrumb-item::before {
  color: var(--gold);
  content: "›";
  font-size: 1.2rem;
  vertical-align: middle;
  margin: 0 0.5rem;
}

/* If no breadcrumb, add spacing to title */
.page-hero-section .no-breadcrumb h1 {
  padding-top: 1rem;
}


/* Remove list styles from navbar */
.navbar-nav { list-style: none !important; padding-left: 0 !important; margin-left: 0 !important; }
.nav-item { list-style: none !important; }
/* Remove list styles from navbar */
.navbar-nav { list-style: none !important; padding-left: 0 !important; margin-left: 0 !important; }
.nav-item { list-style: none !important; }
.link-no-decoration {
  text-decoration: none !important;
  color: inherit !important;
  font-weight: 500;
  color: var(--gold) !important;
}
.link-gold {
  color: var(--gold) !important;
  text-decoration: none !important;
  font-weight: 500;
}
.black-link {
  color: var(--navy) !important;
  text-decoration: none !important; 
}
.tier-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}