/* ========================================================
   Machites BC 2026 Shared Footer
   Used by default.asp and all inner pages
   ======================================================== */

.mb26-court,
.mb26-court * ,
.mb26-footer,
.mb26-footer * {
  box-sizing: border-box;
}

.mb26-court {
  width: 100%;
  height: 520px;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mb26-court-left,
.mb26-court-right {
  float: left;
  width: 50%;
  height: 520px;
  background-image: url("../imgs/footer_basketcourt1.jpg");
  background-repeat: no-repeat;
}

.mb26-court-left {
  background-position: right top;
}

.mb26-court-right {
  background-position: left top;
  transform: scaleX(-1);
}
.mb26-footer {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 258px;
  margin-top: -258px;
  background-image: url("../imgs/footer_figoures.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  overflow: visible;
  clear: both;
}

.mb26-footer-inner {
  width: 1000px;
  max-width: 100%;
  min-height: 258px;
  margin: 0 auto;
  padding: 55px 15px 20px;
  display: grid;
  grid-template-columns: 160px 180px 160px 150px 1fr;
  gap: 16px;
}

.mb26-foot-col {
  min-width: 0;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

.mb26-foot-col pfdin15boldb {
  display: block;
  margin-bottom: 7px;
  color: #111;
}

.mb26-foot-col a {
  display: block;
  margin-top: 3px;
  color: #111 !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
}

.mb26-foot-col a:hover {
  text-decoration: underline;
}

.mb26-foot-copy {
  text-align: right;
  font-size: 11px;
  line-height: 1.45;
}

.mb26-foot-copy > div:last-child {
  margin-top: 22px;
}

/* Tablet */
@media (max-width: 900px) {
  .mb26-court {
    display: none;
  }

  .mb26-footer {
    margin-top: 0;
    min-height: 0;
    background:
      radial-gradient(circle at top left, rgba(255, 184, 0, 0.22), transparent 34%),
      linear-gradient(180deg, #111746 0%, #050824 100%);
    border-top: 3px solid #f0b400;
  }

  .mb26-footer-inner {
    width: 100%;
    min-height: 0;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .mb26-foot-col {
    padding: 14px 12px;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 14px;
    background: rgba(255,255,255,0.055);
    color: #fff;
  }

  .mb26-foot-col pfdin15boldb {
    margin: 0 0 9px;
    padding: 0 0 7px;
    border-bottom: 1px solid rgba(240,180,0,0.35);
    color: #f0b400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }

  .mb26-foot-col a {
    padding: 5px 0;
    color: rgba(255,255,255,0.86) !important;
    font-size: 13px;
    line-height: 1.25;
  }

  .mb26-foot-copy {
    grid-column: 1 / -1;
    text-align: left;
    color: rgba(255,255,255,0.68);
  }

  .mb26-foot-copy iframe,
  .mb26-foot-copy img,
  .mb26-foot-copy div {
    max-width: 100%;
  }

  .mb26-foot-copy > div:last-child {
    margin-top: 10px;
  }
}

/* Mobile */
@media (max-width: 420px) {
  .mb26-footer-inner {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}