/*
Theme Name: Victory Child
Theme URI: https://fcbirmingham.com
Description: Child theme for FC Birmingham custom pages and styling
Author: FC Birmingham
Template: victory
Version: 1.0.0
*/

/* Load parent theme styles */
/*@import url("../victory/style.css");*/


.sponsor-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 600px) {
  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .sponsor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sponsor-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sponsor-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #002D62;
  font-size: 1.6rem;
}

.sponsor-card .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ED1C24;
  margin-bottom: 1rem;
}

.sponsor-card ul {
  margin-left: 1.2rem;
  margin-bottom: 1.5rem;
  color: #444;
  line-height: 1.6;
}

.sponsor-card .btn-wrap {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.sponsor-card a.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

 .fcb-pathway-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .fcb-pathway-section {
    padding: 5rem 0;
  }

  .fcb-pathway-section.alt {
    background: #F8F8F8;
  }

  .fcb-pathway-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #002D62;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .fcb-pathway-text {
    font-size: 1.1rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
  }

  .fcb-pathway-cta-btn-primary {
    background: #002D62;
    color: #FFF;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
  }

  .fcb-pathway-cta-btn-outline {
    background: #F8F8F8;
    color: #002D62;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #002D62;
    display: inline-block;
  }

  .fcb-pathway-cta-btn-primary:hover,
  .fcb-pathway-cta-btn-outline:hover {
    opacity: 0.9;
  }

  /* ===== DIVIDERS ===== */
  .fcb-divider-gray {
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    margin: 4rem 0;
  }

  .fcb-divider-blue {
    width: 80px;
    height: 4px;
    background: #002D62;
    margin: 4rem auto;
  }

  /* ===== STICKY SUB NAV ===== */
  .fcb-pathway-subnav-wrapper {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #F2F2F2;
    border-bottom: 1px solid #DDD;
  }

  .fcb-pathway-subnav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
  }

  .fcb-pathway-subnav-menu {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }

  .fcb-pathway-subnav-menu li {
    margin: 0;
    padding: 0;
  }

  .fcb-pathway-subnav-menu a {
    color: #002D62;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
  }

  .fcb-pathway-subnav-menu a:hover {
    background: #E0E0E0;
  }

  /* ===== PROGRAM SECTIONS ===== */
  .fcb-program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }

  .fcb-program-card {
    background: #F8F8F8;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  }

  .fcb-program-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #002D62;
    margin: 0 0 0.3rem;
  }

  .fcb-program-age {
    color: #555;
    margin: 0 0 1rem;
  }

  .fcb-program-body {
    color: #444;
    margin: 0 0 1.5rem;
    font-size: 1rem;
  }

  .fcb-program-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    gap: 2.5rem;
    align-items: flex-start;
  }

  @media (max-width: 900px) {
    .fcb-program-layout {
      grid-template-columns: 1fr;
    }
  }

  .fcb-program-list {
    margin: 1.2rem 0 0;
    padding-left: 1.2rem;
    color: #444;
    line-height: 1.7;
  }

  .fcb-program-list li {
    margin-bottom: 0.4rem;
  }

  /* ===== WHO THIS STAGE IS FOR ===== */
  .fcb-stage-for-box {
    background: #FFFFFF;
    border-left: 4px solid #002D62;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }

  .fcb-stage-for-title {
    margin: 0 0 0.5rem;
    color: #002D62;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .fcb-stage-for-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #444;
    line-height: 1.6;
    font-size: 0.98rem;
  }

  .fcb-stage-for-list li {
    margin-bottom: 0.35rem;
  }

  /* ===== FUTSAL / SEMI-PRO GRID ===== */
  .fcb-three-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
  }

  .fcb-card {
    background: #FFF;
    padding: 1.8rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  }

  .fcb-card-title {
    color: #002D62;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }

  .fcb-card-text {
    color: #555;
    font-size: 0.98rem;
  }

  /* ===== BACK TO TOP BUTTON ===== */
  .fcb-back-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    background: #002D62;
    color: #FFF;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 80;
  }

  .fcb-back-to-top.show {
    display: inline-block;
  }

  .fcb-back-to-top:hover {
    opacity: 0.9;
  }

  /* ===== SMOOTH SCROLL (fallback for some browsers) ===== */
  html {
    scroll-behavior: smooth;
  }
/* ===== CONTAINERS ===== */
.fcb-pathway-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.fcb-pathway-section {
  padding: 5rem 0;
}

.fcb-white {
  background: #FFFFFF;
}

.fcb-gray {
  background: #F8F8F8;
}

.fcb-center {
  text-align: center;
}

.fcb-left {
  text-align: left;
}

/* ===== HEADINGS ===== */
.fcb-hero-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #002D62;
  margin-bottom: 1.5rem;
}

.fcb-pathway-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #002D62;
  margin-bottom: 1.5rem;
}

.fcb-subheading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #002D62;
  margin: 1.8rem 0 0.5rem;
}

/* ===== TEXT ===== */
.fcb-pathway-text {
  font-size: 1.1rem;
  color: #444;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.fcb-program-list {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
  color: #444;
  line-height: 1.7;
}

.fcb-program-list li {
  margin-bottom: 0.4rem;
}

/* ===== DIVIDERS ===== */
.fcb-divider-gray {
  width: 100%;
  height: 2px;
  background: #E5E5E5;
  margin: 4rem 0;
}

.fcb-divider-blue {
  width: 80px;
  height: 4px;
  background: #002D62;
  margin: 4rem auto;
}

/* ===== BUTTONS ===== */
.fcb-btn-primary {
  background: #002D62;
  color: #FFF;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.fcb-btn-outline {
  background: #F8F8F8;
  color: #002D62;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-weight: 600;
}
/* ===== STICKY SUB NAV ===== */
.fcb-pathway-subnav-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #F2F2F2;
  border-bottom: 1px solid #DDD;
}

.fcb-pathway-subnav {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
}

.fcb-pathway-subnav-menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.fcb-pathway-subnav-menu li {
  margin: 0;
  padding: 0;
}

.fcb-pathway-subnav-menu a {
  color: #002D62;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
}

.fcb-pathway-subnav-menu a:hover {
  background: #E0E0E0;
}
.fcb-pathway-subnav-wrapper {
  top: 70px; /* match your header height */
}
/* ===== MINI HERO SECTIONS ===== */
.fcb-mini-hero {
  position: relative;
  padding: 6rem 1rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF; /* fallback */
}

/* Dark overlay */
.fcb-mini-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* Content wrapper */
.fcb-mini-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* HERO HEADERS */
.fcb-mini-hero h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #FFD700 !important; /* GOLD — overrides theme */
  text-shadow: 0 2px 4px rgba(0,0,0,0.45);
}

/* HERO PARAGRAPHS */
.fcb-mini-hero p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #FFFFFF !important; /* overrides theme */
  opacity: 0.95;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}
/* ===== DUAL CTA BUTTONS ===== */
.fcb-dual-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Men (Blue) */
.fcb-btn-men {
  background: #002D62;
  color: #FFF;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fcb-btn-men:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Women (Pink) */
.fcb-btn-women {
  background: #E91E63; /* premium pink */
  color: #FFF;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fcb-btn-women:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
/* ================================
   FC BIRMINGHAM — ANIMATION SYSTEM
   Subtle, professional, sponsor-ready
   ================================ */

/* Base animation states */
.fcb-fade-up,
.fcb-fade-in,
.fcb-slide-left,
.fcb-slide-right,
.fcb-scale-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Fade Up */
.fcb-fade-up.fcb-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fade In (no movement) */
.fcb-fade-in {
  transform: none;
}
.fcb-fade-in.fcb-visible {
  opacity: 1;
}

/* Slide Left */
.fcb-slide-left {
  transform: translateX(-25px);
}
.fcb-slide-left.fcb-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide Right */
.fcb-slide-right {
  transform: translateX(25px);
}
.fcb-slide-right.fcb-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale Up */
.fcb-scale-up {
  transform: scale(0.95);
}
.fcb-scale-up.fcb-visible {
  opacity: 1;
  transform: scale(1);
}

/* Mini-Hero Stagger Delays */
.fcb-delay-1 {
  transition-delay: 0.1s;
}

.fcb-delay-2 {
  transition-delay: 0.2s;
}

/* Intersection Observer Activation Class */
.fcb-visible {
  opacity: 1 !important;
  transform: none !important;
}
/* Force 4 columns on desktop for contact options */
.contact-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 1024px) {
  .contact-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .contact-options-grid {
    grid-template-columns: 1fr;
  }
}
.fcb-prefooter {
  background: #002D62;
  color: white;
  padding: 3rem 1rem;
}

.fcb-prefooter .container {
  max-width: 1100px;
  margin: 0 auto;
}

.fcb-prefooter__block {
  text-align: center;
  margin-bottom: 2.5rem;
}

.fcb-prefooter__title {
  color: #FFD700;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fcb-prefooter__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.fcb-prefooter__logos img {
  height: 55px;
  object-fit: contain;
}

.fcb-prefooter__cta {
  display: inline-block;
  margin-top: 1rem;
  color: #FFD700;
  font-weight: 600;
  text-decoration: underline;
}
/* ============================
   FC Birmingham Footer — Final
============================= */

.fcb-footer {
  background: #002D62;
  color: white;
  padding-top: 3rem;
  margin-top: 4rem;
  font-family: inherit;
}

.fcb-footer__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Section Titles */
.fcb-footer__section-title {
  text-align: center;
  color: #FFD700;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Quicklinks */
.fcb-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fcb-footer__nav a {
  color: #cfd8e3;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.fcb-footer__nav a:hover {
  color: #FFD700;
}

/* League Affiliations */
.fcb-footer__affiliations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
  padding: 2rem 0;
}

.fcb-affiliation-logo img {
  height: 45px;
  max-width: 120px;
  object-fit: contain;
}

/* ----------------------------------------------------
   SPONSOR BAND (PREMIUM)
---------------------------------------------------- */
.fcb-footer__sponsorband {
  background: #001A3D;
  padding: 3rem 1rem;
  margin-top: 1rem;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 4rem; /* More breathing room for larger logos */
}

/* Base Sponsor Logo Styling */
.fcb-sponsor-logo img {
  display: block;
  height: 90px;          /* Larger default size */
  width: auto;
  max-width: 240px;      /* Prevents overly wide logos */
  object-fit: contain;
}

/* Tier Sizing (Optional if you still want hierarchy) */
.fcb-tier--top img {
  height: 110px;
  max-width: 260px;
}

.fcb-tier--standard img {
  height: 80px;
  max-width: 200px;
}

/* ----------------------------------------------------
   SOCIAL + LEGAL
---------------------------------------------------- */
.fcb-footer__base {
  text-align: center;
  padding: 2rem 0 3rem;
  color: #cfd8e3;
}

.fcb-footer__social a {
  margin: 0 0.75rem;
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
}

.fcb-footer__social a:hover {
  opacity: 0.8;
}

.fcb-footer__copy {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.75;
}

/* ----------------------------------------------------
   RESPONSIVE ADJUSTMENTS
---------------------------------------------------- */
@media (max-width: 900px) {
  .fcb-sponsor-logo img { height: 75px; }
  .fcb-tier--top img { height: 95px; }
  .fcb-tier--standard img { height: 65px; }
}

@media (max-width: 600px) {
  .fcb-sponsor-logo img { height: 65px; }
  .fcb-tier--top img { height: 85px; }
  .fcb-tier--standard img { height: 55px; }
  .fcb-affiliation-logo img { height: 45px; }
}
.fcb-card-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fcb-card-content {
  flex-grow: 1;
}
.fcb-cta-block {
  height: 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* Layout wrapper */
.fcb-bring-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left column */
.fcb-bring-left {
  text-align: left;
}

/* Checklist card */
.fcb-bring-card {
  background: #ffffff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  border-left: 6px solid #0055a5;
}

.fcb-bring-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #0055a5;
}

/* Grid of items */
.fcb-bring-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.5rem;
}

.fcb-bring-item {
  font-size: 1rem;
  padding-left: 0.25rem;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 800px) {
  .fcb-bring-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/* IMPACT SUBNAV */
.impact-subnav {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0;
  z-index: 999;
}

.impact-subnav.sticky {
  position: sticky;
  top: 70px;
}

.impact-subnav-inner {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.impact-subnav-inner::-webkit-scrollbar {
  display: none;
}

.impact-subnav-menu {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 1rem;
  margin: 0;
  list-style: none;
}

.impact-subnav-menu li a {
  font-weight: 600;
  color: #002D62;
  text-decoration: none;
  padding: 0.5rem 0;
  display: inline-block;
  transition: color 0.2s ease;
}

.impact-subnav-menu li a:hover,
.impact-subnav-menu li a.active {
  color: #ED1C24;
}

/* Fade edges */
.subnav-fade-left,
.subnav-fade-right {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
}

.subnav-fade-left {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.subnav-fade-right {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

/* Mobile */
@media (max-width: 768px) {
  .impact-subnav-menu {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.25rem;
    padding: 0 1rem;
    scrollbar-width: none;
  }

  .impact-subnav-menu::-webkit-scrollbar {
    display: none;
  }

  .impact-subnav-menu li {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .impact-subnav-menu li a {
    white-space: nowrap;
    font-size: 0.95rem;
  }

  .subnav-fade-left,
  .subnav-fade-right {
    display: block;
  }
}
.impact-choice {
  padding: 3rem 1rem;
  background: #ffffff;
}

.impact-choice .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.impact-choice h2 {
  font-size: 2rem;
  color: #002D62;
  margin-bottom: 1rem;
}

.impact-choice p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2rem;
}

.impact-choice .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.impact-choice .grid > div {
  background: #F8F9FA;
  padding: 1.75rem;
  border-radius: 10px;
  text-align: left;
}

.impact-choice h3 {
  font-size: 1.4rem;
  color: #002D62;
  margin-bottom: 0.75rem;
}

.impact-choice a {
  color: #002D62;
  font-weight: 600;
  text-decoration: underline;
}.fcb-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fcb-visible.fcb-fade-up {
  opacity: 1;
  transform: translateY(0);
}.fcb-delay-1 { transition-delay: 0.2s; }
.fcb-delay-2 { transition-delay: 0.4s; }
.fcb-delay-3 { transition-delay: 0.6s; }
/* Donor Journey Grid — 4 columns on desktop */
#donor-journey .donor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

/* Force 4 columns on desktop */
@media (min-width: 1024px) {
  #donor-journey .donor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ============================================================
   FC BIRMINGHAM — ACADEMY PAGE
   ============================================================ */


/* ------------------------------------------------------------
   1. BUTTONS
   ------------------------------------------------------------ */
.academy-page .btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  transition: all 0.2s ease;
}

.academy-page .btn--primary {
  background: #ED1C24;
  color: white;
}

.academy-page .btn--primary:hover {
  background: #c5161d;
  transform: translateY(-2px);
}

.academy-page .btn--outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.academy-page .btn--outline:hover {
  background: rgba(255,255,255,0.1);
}


/* ------------------------------------------------------------
   2. LAYOUT CONTAINER
   ------------------------------------------------------------ */
.academy-page .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .academy-page .container {
    max-width: 1140px;
  }
}


/* ------------------------------------------------------------
   3. ACCORDION
   ------------------------------------------------------------ */
.academy-page .accordion-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.25rem;
  background: white;
  font-weight: 600;
  border: none;
  text-align: left;
  cursor: pointer;
}

.academy-page .accordion-btn[aria-expanded="true"] {
  background: #f1f5f9;
}

.academy-page .accordion-content {
  padding: 1rem 1.25rem;
  background: #fafafa;
}


/* ------------------------------------------------------------
   4. HYBRID PATHWAY GRID
   ------------------------------------------------------------ */
.pathway-grid {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 2rem auto;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
}

.pathway-phase {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 180px;
  text-align: center;
}

.phase-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ED1C24;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.phase-content h3 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  color: #002D62;
}

.phase-age {
  margin: 0 0 0.25rem;
  font-size: 0.8rem;
  color: #555;
  font-weight: 600;
}

.phase-desc {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
}

.pathway-connector {
  display: flex;
  justify-content: center;
}

/* Mobile */
@media (max-width: 767px) {
  .pathway-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.25rem;
  }

  .pathway-phase,
  .pathway-connector {
    grid-column: 1;
    justify-self: center;
  }

  .pathway-connector {
    display: none;
  }
}


/* ------------------------------------------------------------
   5. FOUR PILLARS GRID
   ------------------------------------------------------------ */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.pillar-box {
  background: rgba(255,255,255,0.08);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.12);
}

.pillar-box:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.pillar-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.pillar-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 0.75rem;
}

.pillar-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #f1f1f1;
}

@media (max-width: 767px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }
}


/* ------------------------------------------------------------
   6. JOURNEY SECTION
   ------------------------------------------------------------ */
.journey-section {
  background: #002D62;
  color: white;
  padding: 4rem 0;
}

.journey-section .widget-title {
  color: #FFD700;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.journey-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.journey-graphic-placeholder {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  border: 1px solid rgba(255,255,255,0.1);
}

.journey-graphic-placeholder p {
  text-align: center;
  color: #ddd;
  font-size: 1.1rem;
}


/* ------------------------------------------------------------
   7. SYMMETRICAL PATHWAY GRID (SAPPHIRE)
   ------------------------------------------------------------ */
.section--pathway-sapphire .pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  align-items: stretch;
}

.section--pathway-sapphire .pathway-phase {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .section--pathway-sapphire .pathway-grid {
    grid-template-columns: 1fr;
  }
}


/* ------------------------------------------------------------
   8. CORE VALUES
   ------------------------------------------------------------ */
.section--identity ul li {
  background: white;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  border-left: 4px solid #ED1C24;
  transition: all 0.3s ease;
  color: #002D62;
}

.section--identity ul li:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  background: #fdfdfd;
}


/* ------------------------------------------------------------
   9. PATHWAY CARD HOVERS
   ------------------------------------------------------------ */
.pathway-card {
  transition: all 0.25s ease;
  cursor: default;
}

.pathway-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  background: #ffffff;
}

.pathway-card:hover h3 {
  color: #ED1C24 !important;
}


/* ------------------------------------------------------------
   10. FLOATING TRYOUT BUTTON
   ------------------------------------------------------------ */
#floatingTryoutBtn {
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}


/* ------------------------------------------------------------
   11. OLD ACADEMY SUBNAV (WordPress menu–based)
   ------------------------------------------------------------ */
.academy-subnav__menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.academy-subnav__menu li a {
  color: #002D62 !important;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}

.academy-subnav__menu li a:hover,
.academy-subnav__menu li a:focus {
  color: #0077cc !important;
}

.academy-subnav__menu .current-menu-item a {
  color: #0077cc !important;
  border-bottom: none !important;
}

.academy-subnav.sticky {
  position: sticky;
  top: 70px;
}


/* ------------------------------------------------------------
   12. NEW PLAYER-PATHWAY STYLE SUBNAV (Hard-coded)
   ------------------------------------------------------------ */
.academy-subnav {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0;
  z-index: 999;
}

.academy-subnav-inner {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.academy-subnav-inner::-webkit-scrollbar {
  display: none;
}

.academy-subnav-menu {
  display: flex;
  justify-content: center;   /* ✅ Centers the menu */
  gap: 1.5rem;
  padding: 0 1rem;
  margin: 0;
  list-style: none;

}

.academy-subnav-menu li a {
  font-weight: 600;
  color: #002D62;
  text-decoration: none;
  padding: 0.5rem 0;
  display: inline-block;
  transition: color 0.2s ease;
}

.academy-subnav-menu li a:hover,
.academy-subnav-menu li a.active {
  color: #ED1C24;
}

/* Fade edges */
.subnav-fade-left,
.subnav-fade-right {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
}

.subnav-fade-left {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.subnav-fade-right {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

/* Mobile */
@media (max-width: 768px) {
  .academy-subnav-menu {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.25rem;
    padding: 0 1rem;
    scrollbar-width: none;
  }

  .academy-subnav-menu::-webkit-scrollbar {
    display: none;
  }

  .academy-subnav-menu li {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .academy-subnav-menu li a {
    white-space: nowrap;
    font-size: 0.95rem;
  }

  .subnav-fade-left,
  .subnav-fade-right {
    display: block;
  }
}


/* ------------------------------------------------------------
   13. WPForms Styling
   ------------------------------------------------------------ */
#contact .wpforms-container {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
/* ---------------------------------------------
   FC Birmingham Careers — Global Typography
--------------------------------------------- */

.careers-page,
.career-single {
    font-family: 'Inter', sans-serif;
    color: #253540;
    line-height: 1.6;
}



/* ---------------------------------------------
   Careers Page Container
--------------------------------------------- */

.careers-page.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1rem;
}



/* ---------------------------------------------
   Careers Listing Grid
--------------------------------------------- */

.careers-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width: 700px) {
    .careers-list {
        grid-template-columns: 1fr 1fr;
    }
}



/* ---------------------------------------------
   Premium Job Cards
--------------------------------------------- */

.careers-page .career-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.10);
    border: 1px solid rgba(30, 58, 95, 0.15);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: #253540 !important;

    /* Fade-in animation */
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
}

/* Gradient top bar */
.career-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #0A1A2F, #1E3A5F, #FFD700);
    opacity: 0.95;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

/* Hover effect */
.careers-page .career-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.18), 0 0 0 2px rgba(30, 58, 95, 0.08);
    border-color: rgba(30, 58, 95, 0.35);
    text-decoration: none !important;
}

/* Title */
.career-card h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0A1A2F;
    margin-bottom: .5rem;
}

/* Meta info */
.career-meta {
    font-size: .95rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1.25rem;
}

/* Department (primary) */
.career-meta span:first-child {
    color: #1E3A5F;
    font-weight: 700;
}

/* Location (secondary) */
.career-meta span:last-child {
    color: #6b7a86;
    font-weight: 500;
}

/* Summary */
.career-summary {
    font-size: 1rem;
    color: #4a5a67;
    margin-bottom: auto;
    line-height: 1.55;
}

/* CTA */
.career-view-link {
    margin-top: 1.5rem;
    font-weight: 700;
    color: #1E3A5F;
    font-size: 1rem;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.career-view-link:hover {
    color: #0A1A2F;
    transform: translateX(2px);
}



/* ---------------------------------------------
   Featured Role Variant
--------------------------------------------- */

.career-card.featured {
    border: 2px solid #FFD700;
    box-shadow: 0 8px 28px rgba(255, 215, 0, 0.2);
}

.career-card.featured::before {
    background: linear-gradient(90deg, #FFD700, #1E3A5F);
}



/* ---------------------------------------------
   Job Filter Dropdown
--------------------------------------------- */

.career-filters {
    text-align: center;
    margin-bottom: 2rem;
}

.career-filters select {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    color: #253540;
    cursor: pointer;
}



/* ---------------------------------------------
   Mini Hero (Featured Image)
--------------------------------------------- */

.fcb-mini-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 1rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
    border-bottom: 4px solid #1E3A5F;
}

.fcb-mini-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.fcb-mini-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.fcb-mini-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: .75rem;
    letter-spacing: -0.5px;
    color: #FFD700;
}

.fcb-mini-hero p {
    font-size: 1.2rem;
    color: #d9e1e8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}



/* ---------------------------------------------
   Fade-in Animation Keyframes
--------------------------------------------- */

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.career-filters select {
    height: auto;
    min-height: 44px;
    line-height: 1.4;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    color: #253540;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
}



/* ---------------------------------------------
   Single Job Page
   --------------------------------------------- */

.career-single h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: .5rem;
    color: #253540;
}

.career-single h2 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: .75rem;
    color: #253540;
    font-weight: 700;
}

.career-summary,
.career-section {
    font-size: 1.05rem;
    color: #4a5a67;
}



/* Back link */
.career-single a[href*="/careers"] {
    color: #ED1C24;
    font-weight: 600;
    text-decoration: none;
}

.career-single a[href*="/careers"]:hover {
    text-decoration: underline;
}



/* Apply Button */
.career-apply .btn {
    background: #ED1C24;
    padding: 1rem 2rem;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block;
    transition: background .2s ease;
}

.career-apply .btn:hover {
    background: #c4161d;
}



/* Closed Position */
.career-closed h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #253540;
}

.career-closed p {
    color: #4a5a67;
    font-size: 1.1rem;
}
.career-filters {
    text-align: center;
    margin-bottom: 2rem;
}

.career-filters form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.career-filters label {
    text-align: left;
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    color: #253540;
    font-size: 1rem;
}
/* HEADER */
.career-single-header {
    text-align: center;
    margin-bottom: 2rem;
}

.career-single-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0A1A2F;
    margin-bottom: 0.5rem;
}

.career-single-meta {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1rem;
    color: #4a5a67;
}

.career-single-meta i {
    margin-right: 0.35rem;
    color: #1E3A5F;
}

/* ACTION BUTTONS */
.career-single-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.career-apply-btn,
.career-refer-btn,
.career-share-btn {
    padding: 0.8rem 1.4rem;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
}

.career-apply-btn {
    background: #ED1C24;
    color: #fff;
}

.career-refer-btn {
    background: #1E3A5F;
    color: #fff;
}

.career-share-btn {
    background: #1877F2;
    color: #fff;
}

.career-apply-btn:hover,
.career-refer-btn:hover,
.career-share-btn:hover {
    opacity: 0.9;
}

/* CONTENT SECTIONS */
.career-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0A1A2F;
    margin-bottom: 0.75rem;
}

.career-summary {
    font-size: 1.1rem;
    color: #4a5a67;
    line-height: 1.7;
}
/* Single Job Title */
.career-single h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0A1A2F;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
  text-align: center;
}

/* Department Label */
.career-single .career-department {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #1E3A5F;
  background: #F0F4F8;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 auto 1rem;
  text-align: center;
}

.career-single-header {
  text-align: center;
  margin-bottom: 2rem;
}

.career-single-header h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0A1A2F;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.career-department {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #1E3A5F;
  background: #F0F4F8;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 0.5rem;
}

.career-location {
  font-size: 1rem;
  color: #4a5a67;
  margin-bottom: 1.5rem;
}

.career-location i {
  margin-right: 0.4rem;
  color: #1E3A5F;
}

.career-summary {
  font-size: 1.1rem;
  color: #4a5a67;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.career-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0A1A2F;
  margin-bottom: 0.75rem;
}

.career-section {
  margin-bottom: 2rem;
}

.career-single-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.career-apply-btn,
.career-refer-btn,
.career-share-btn {
  padding: 0.8rem 1.4rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
}

.career-apply-btn {
  background: #ED1C24;
  color: #fff;
}

.career-refer-btn {
  background: #1E3A5F;
  color: #fff;
}

.career-share-btn {
  background: #1877F2;
  color: #fff;
}

.career-apply-btn:hover,
.career-refer-btn:hover,
.career-share-btn:hover {
  opacity: 0.9;
}

.career-back-link {
  text-decoration: none;
  color: #ED1C24;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.5rem;
}
/* Subtle Divider System */
.career-divider {
    width: 100%;
    height: 1px;
    background: #E5E7EB; /* soft gray */
    margin: 2.5rem 0;
}

.career-divider-blue {
    width: 60px;
    height: 3px;
    background: #1E3A5F; /* FCB navy */
    margin: 2.5rem auto;
    border-radius: 2px;
}

.career-divider-space {
    height: 2rem;
}
/* Modal container styling */
.career-apply-modal {
    max-width: 700px;
    padding: 2rem;
    background: #ffffff;
    border-radius: 10px;
}

/* Make Forminator look cleaner inside modal */
.career-apply-modal .forminator-row {
    margin-bottom: 1.2rem;
}

.career-apply-modal .forminator-button-submit {
    background: #ED1C24 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 0.9rem 2rem !important;
    border-radius: 6px !important;
}
.career-modal-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1E3A5F; /* FCB Navy */
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.3px;
}