/* ===== GLOBAL BACKGROUND BASE ===== */
body.custom-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

/* HOME */
.home {
  background-image: url("https://callemout.vip/wp-content/uploads/2025/12/bg-home-page.jpg") !important; 
}

/* SINGLE BATTLE */
.single-battle {
  background-image: url("https://callemout.vip/wp-content/uploads/2025/12/bg-battle-page.jpg") !important;
}

/* MY BATTLES */
.page-my-battles,
.page-template-page-my-battles {
  background-image: url("https://callemout.vip/wp-content/uploads/2025/12/bg-personal-profile-page.jpg") !important;
}

/* BATTLE ARENA */
.page-battle-arena,
.page-template-page-battle-arena {
  background-image: url("https://callemout.vip/wp-content/uploads/2025/12/bg-battle-arena.jpg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

}
/* mobile overrides */
@media (max-width: 768px) {
    .page-battle-arena,
    .page-template-page-battle-arena {
        background-attachment: scroll;
        background-position: center top;
    }
}

/* CHECKOUT */
.woocommerce-checkout {
  background-image: url("https://callemout.vip/wp-content/uploads/2025/12/bg-checkout.jpg") !important;
}

/* Aardvark containers must be transparent */
#gp-site-wrapper,
#gp-content-wrapper {
  background: transparent !important;
}