.elementor-10390 .elementor-element.elementor-element-fb7624c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9f5bc44 */html {
  scroll-behavior: smooth;
}

.football-page {
  font-family: Arial, sans-serif;
  color: #111;
  background: #f7f7f7;
}

/* HERO */
.football-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #111;
  background-image: url('/wp-content/uploads/2022/01/IMG_3226-scaled.jpg'); /* HERO IMAGE PLACEHOLDER */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.football-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.88) 10%,
    rgba(0, 0, 0, 0.58) 45%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 1;
}

.football-hero::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -220px;
  width: 650px;
  height: 520px;
  background: #00853f;
  transform: rotate(-24deg);
  opacity: 0.88;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 950px;
  padding: 40px 20px;
}

.hero-content h1 {
  margin: 0 0 14px;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff !important;
}

.hero-content p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
}

.hero-btn-row {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-block;
  padding: 14px 24px;
  background: #00853f;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: 2px solid #00853f;
  transition: all 0.25s ease;
}

.hero-btn:hover {
  background: #006c33;
  border-color: #006c33;
}

.hero-btn.alt {
  background: transparent;
  border-color: #fff;
}

.hero-btn.alt:hover {
  background: #fff;
  color: #111 !important;
}

/* IMAGE PLACEHOLDER LABEL */
.hero-image-note {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 12px;
}

/* STICKY JUMP NAV */
.jump-menu {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #00853f;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.jump-menu-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.jump-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.jump-menu a:hover {
  text-decoration: underline;
}

/* WRAP */
.info-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 20px 80px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

/* CARDS */
.info-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.card-header {
  background: #111;
  color: #fff;
  padding: 18px 22px;
  border-left: 6px solid #00853f;
}

.card-header h2 {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff !important;
}

.card-body {
  padding: 24px 22px 26px;
}

.card-body p {
  margin: 0 0 14px;
  line-height: 1.7;
}

.card-body ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.card-body li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.highlight {
  background: #f3f3f3;
  border-left: 4px solid #00853f;
  padding: 14px 16px;
  margin: 18px 0;
}

.btn-row {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #111;
  transition: all 0.25s ease;
}

.btn:hover {
  background: #00853f;
  border-color: #00853f;
}

.btn.alt {
  background: transparent;
  color: #111 !important;
}

.btn.alt:hover {
  color: #fff !important;
}

.contact-box {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 16px;
}

.links a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.links a:hover {
  color: #00853f;
}

.full {
  grid-column: 1 / -1;
}

/* BACK TO TOP */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 48px;
  height: 48px;
  background: #00853f;
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.back-to-top:hover {
  background: #006c33;
  transform: translateY(-3px);
}

/* MOBILE */
@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 34px;
    letter-spacing: 1px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .football-hero {
    min-height: 420px;
  }

  .jump-menu-inner {
    gap: 12px;
  }
}/* End custom CSS */