  .dashboard-champ-content
  {
      background-color: #ffffffc9;
      color: #000;
      position: relative;
    background-image:linear-gradient(to bottom, #ffffff8f, #ffffffbf), url(./img/ballert.webp);
    background-attachment: fixed;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }


.airobet-coupons-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
  z-index: 1;
}

.airobet-coupons-section .dashboard-champ-content {
  position: relative;
  z-index: 2;
}

/* Header Styling */
.banner-subhead {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.full-team.shadow-head {
  background: #ffc107;
  color: #000;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.full-team.shadow-head:hover {
  background: #ffdb4d;
  transform: translateY(-2px);
  color: #000;
}

.player-box {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 14px;
  overflow: hidden;
  height: 240px; 
  width: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.player-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
}


.cupon-btn-wrapper {
  width: 100%;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
  display: flex;
  justify-content: flex-end;
}



.carousel_wrapper {
    display: block;
    text-align: start;
    float: left;
    position: relative;
    width: 100vw !important;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.slide_con {
    text-align: left;
    position: relative;
    width: 100vw;
    height: auto;
    margin: 0;
}

.slide {
    display: block;
    width: 100vw;
    aspect-ratio: 1824 / 592;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;

    float: none;
}



.slide_toggle {
    display: none;
}

#demo {
    margin-top:55px;
    width: 100vw;
    height: auto;
    overflow: hidden;
}




.slide {
    display: block;
    width: 100vw;

    height: clamp(180px, 23vw, 300px);

    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;

    float: none;
}

.slide_toggle {
    display: none;
}

#demo {
    margin-top: 76px;
    width: 100vw;
    height: clamp(180px, 23vw, 300px);
    overflow: hidden;
}

.carousel_wrapper {
    display: block;
    width: 100vw !important;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.slide_con {
    position: relative;
    width: 100vw;
    height: 100%;
}


.flyer-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.flyer-popup.show {
    opacity: 1;
    visibility: visible;
}

.flyer-overlay {
    position: absolute;
    inset: 0;

    z-index: 6;

    background: rgba(0, 0, 0, 0.75);
}

.flyer-container {
    position: relative;

    z-index: 7;

    display: block;

    max-width: 500px;
    max-height: 90vh;

    isolation: isolate;
}


/* IMAGE */
.flyer-image {
    position: relative;

    z-index: 7;

    display: block;

    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 90vh;

    object-fit: contain;

    border-radius: 5px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}


/* CLOSE BUTTON */
.flyer-close {
    position: absolute;

    top: -15px;
    right: -15px;

    z-index: 8;

    width: 38px;
    height: 38px;

    padding: 0;

    border: none;
    border-radius: 50%;

    background: #ffffff;
    color: #222222;

    font-size: 28px;
    line-height: 38px;
    text-align: center;

    cursor: pointer;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.flyer-close:hover {
    background: #f2b705;
}


/* MOBILE */
@media (max-width: 600px) {

    .flyer-popup {
        padding: 15px;
    }

    .flyer-container {
        max-width: calc(100vw - 30px);
        max-height: 90vh;
    }

    .flyer-image {
        max-width: 100%;
        max-height: 85vh;
    }

    .flyer-close {
        top: -10px;
        right: -5px;

        width: 34px;
        height: 34px;

        font-size: 24px;
        line-height: 34px;
    }
}
