#maincontent{
  display: none;
}
.Base{
  height: calc(100vh - 50px);
}
#BackToTop{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
  transform: scale(.95);
}
#BackToTop.active{
  opacity: .15;
  filter: brightness(90%);
  transition: .3s;
}
#BackToTop:hover{
  transform: scale(1);
  transition: .3s;
  opacity: .25;
}
#BackToTop img{
  width: 100%;
  height: 100%;
}

.Main .btn{
    color: white;
    background: #ED1B2E;
    border-radius: 5px;
    box-shadow: none;
}
.Main .nav{
    -webkit-margin-start: 0rem;
    margin-bottom: 5px;
}
.Main .dataTables_scrollHead .table{
    background: #ED1B2E;
}
.Main .nav-link{
    color: #ED1B2E;
}
.Main .nav-link.active{
    background-color: #ED1B2E !important;
}
.Main .btn-primary{
    background-color: #ED1B2E !important;
    border-color: #ED1B2E !important;
}
.Main .paginate_button a{
  background-color: #ED1B2E !important;
}
#region-main-box{
  padding-right: 0;
  padding-left: 0;
}
#region-main{
  padding-right: 0;
  padding-left: 0;
}

.card-img-top{
  height: 232px;
}
.Main .btn-primary{
    background-color: #ED1B2E !important;
    border-color: #ED1B2E !important;
}
.Main {
    margin-left: 100px;
}
/* #xAboutSection{
  width: calc(100% - 200px);
  margin-right: 100px;
} */


#BackToTop{
  display: none;
}


@media (max-width: 500px) {
  #xHome img{
    transform: scale(1);
  }
}
@media (max-width: 700px){
  .Menu .Item {
    font-size: 10px;
    margin-top: 0px;
  }

  #xAboutSection{
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}

#nav-monthly_students-tab{
  display: none;
}




.card-category-2{
    margin-top: 25px;
}
.card-category-2 ul{
    display: flex;
    justify-content: space-around;
}

.card-category-2 ul li{
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.card-category-2 ul li {
    margin: 10px 5px;
    background: #FF0024;
    background: #009BDB;

    border-radius: 5px;
}

.card-category-1, .card-category-2, .card-category-3, .card-category-4, .card-category-5, .card-category-6 {
    font-family: sans-serif;
    margin-bottom: 45px;
    text-align: center;
}
    .card-category-1 div, .card-category-2 div {
        display:inline-block;
    }

    .card-category-1 > div, .card-category-2 > div:not(:last-child) {
        margin: 10px 5px;
        text-align: left;
    }


    /* Image Card */
    .img-card {
        width:300px;
        position: relative;
        border-radius: 5px;
        text-align: left;

        /* left: -30px; */
        /*
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); 
        */       
    }

        .img-card .card-image {
            position: relative;
            margin: auto;
            overflow: hidden;
            border-radius: 5px 5px 0px 0px;
            height: 330px;
        }

        .img-card .card-image img {
            width:100%;
            border-radius: 5px 5px 0px 0px;
            
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s;
        }
        .img-card .card-image img {
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            -o-transform: scale(.9);
            transform: scale(.9);
        } 
        .img-card .card-image:hover img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }        

        .img-card .card-text {
            padding: 0 15px 15px;
            line-height: 1.5;   
        }

        .img-card .card-link {
            padding: 20px 15px 30px;
            width: -webkit-fill-available;
        }

            .img-card .card-link a {
                text-decoration: none;
                position: relative;
                padding: 10px 0;
            }

            .img-card .card-link a:after {
                top: 30px;
                content: "";
                display: block;
                height: 2px;
                left: 50%;
                position: absolute;
                width: 0;

                -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
                -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
                -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
                transition: width 0.3s ease 0s, left 0.3s ease 0s;
            }

            .img-card .card-link a:hover:after { 
                width: 100%; 
                left: 0; 
            }        
        
        .img-card.iCard-style1 .card-title {
            position: relative;
            font-family: 'Open Sans', sans-serif;
            z-index: 1;
            top: 10px;
            left: 10px;
            font-size: 30px;
            color: #fff;
        }
        
        .img-card.iCard-style1 .card-text {            
            color: #795548;
            color: white;

            
        }
        .card-text p{            
          color: rgb(240, 240, 240) !important;
        }
        .img-card.iCard-style1 .card-link a {
            color: #FF9800;                
        }

        .img-card.iCard-style1 .card-link a:after {            
            background: #FF9800;
        }

        .img-card.iCard-style2 .card-title {
            padding: 15px;
            font-size: 25px;
            font-family: 'Roboto', sans-serif;
        }

        .img-card.iCard-style2 .card-image {
            margin-bottom: 15px;
        }
        
        .img-card.iCard-style2 .card-caption {
            text-align: center;
            top: 80%;
            font-size: 17px;
            color: #fff;
            position: absolute;
            width: 100%;
            font-family: 'Roboto', sans-serif;
            z-index: 1;
        }
        
        .img-card.iCard-style2 .card-link a {
            border: 1px solid;
            padding: 8px;
            border-radius: 3px;
            color: black;
            font-size: 13px;

            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        .img-card.iCard-style2 .card-link a:hover {            
            background: black;
        }

        .img-card.iCard-style2 .card-link a:hover span {            
            color:#fff;            
        }

        .img-card.iCard-style3 {
            text-align: center;
        }

        .img-card.iCard-style3 .card-title {
            top: 80%;
            font-size: 30px;
            color: black;
            color: white;
            position: absolute;
            width: 100%;
            font-family: 'Roboto', sans-serif;
            z-index: 1;
        }

        .img-card.iCard-style3 .card-text {
            color: #636060;
            color: white;
        }

        .img-card.iCard-style3 .card-link {
            border-top: 1px solid #e8e8e8;
        }
            .img-card.iCard-style3 .card-link a {
                color: #585858;
            }
            .img-card.iCard-style3 .card-link a:after {            
                background: #585858;
            }

    @media (max-width: 766px){
        .card-category-2 ul{
            flex-direction: column;
        }
    }

    #xPrizesSection span{
      left: 0;
      transform: translateY(25px);
      font-size: 25px;
    }
    #xPrizesSection img{
      height: 100%;
      width: auto;

      width: 100%;
      height: auto;
    }

    #xPrizesSection ul{
      padding-left: 0;
      -webkit-margin-start: 0;
    }


    @media (max-width: 766px){
      #xPrizesSection h3{
        margin-left: 10px !important;
      }
    }


    #Poster video{
      width: 100%;
      height: 100%;
      border: none;
      position: absolute;
      object-fit: cover;
    }
    @media (min-width: 766px){
      .info{
        margin-right: 10px;
      }
    }
    .info h2{
      background: #FF0024;
      color: white !important;
      border-radius: 5px;
      padding: 20px;
    }
    .info p{
      padding: 20px;
      border: 1px solid #FF0024;
      border-radius: 5px;
      transform: translateY(-20px);
    }

    @media (min-width: 766px){
      #About .image{
        width: 150% !important;
      }
    }

    #xScoreboardSection #home{
      display: none;
    }

    .dataTables_scrollHeadInner {
      background: #ED1B2E;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 0;
      padding-right: 0px !important;
    }
    .dataTables_scrollHeadInner th{
      color: white;
    }


    #xScoreboardSection .page-item.active .page-link{
      background-color: #ED1B2E;
      border-color: #ED1B2E;
      filter: brightness(90%);
      color: white;
    }
    #xScoreboardSection .page-link{
      color: #ED1B2E;
      background-color: #ED1B2E;
      color: white;
    }

    #xScoreboardSection .page-link:hover{
      filter: brightness(95%);
      transition: .3s;
    }
#About .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
/*
@media (min-width: 768px) {
  #About .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #About .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #About .container {
    width: 1170px;
  }
}
*/
/* End Global Rules */

/* Start Landing Page */
.landing-page header {
  min-height: 80px;
  display: flex;
}
@media (max-width: 767px) {
  .landing-page header {
    min-height: auto;
    display: initial;
  }
}
.landing-page header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .landing-page header .container {
    flex-direction: column;
    justify-content: center;
  }
}
.landing-page header .logo {
  color: #5d5d5d;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 767px) {
  .landing-page header .logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.landing-page header .links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .landing-page header .links {
    text-align: center;
    gap: 10px;
  }
}
.landing-page header .links li {
  margin-left: 30px;
  color: #5d5d5d;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 767px) {
  .landing-page header .links li {
    margin-left: auto;
  }
}
.landing-page header .links li:last-child {
  border-radius: 20px;
  padding: 10px 20px;
  color: #FFF;
  background-color: #6c63ff;
}
.landing-page header .links li:not(:last-child):hover {
  color: #6c63ff;
}
.landing-page .content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  min-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  .landing-page .content .container {
    gap: 0;
    min-height: calc(100vh - 101px);
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .landing-page .content .info {
    text-align: center;
    margin-bottom: 15px 
  }
}
.landing-page .content .info h1 {
  color: #5d5d5d;
  font-size: 44px;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #5d5d5d;
}
.landing-page .content .info button {
  border: 0;
  border-radius: 20px;
  padding: 12px 30px;
  margin-top: 30px;
  cursor: pointer;
  color: #FFF;
  background-color: #6c63ff;
}
.landing-page .content .image img {
  max-width: 100%;
}
.landing-page .content .image{
  width: 100%;
  text-align: center;
}
/* End Landing Page */
.landing-page{
  margin-bottom: 50px;
}
.landing-page .container{
  width: 100%;
  gap: inherit !important;
  min-height: auto !important;
}

#scoreboard{
  width: 100%;
}
#scoreboards{
  width: 100%;
}
@media screen and (min-width: 700px) {
  #scoreboards .row .col-md-10{
    padding: 0;
    max-width: calc(100% - 200px);
  }

  #scoreboards .row .col-md-10{
    margin-left: 100px;
  }
}


#scoreboard .dataTables_scrollHead{
  width: 100%;
}
#scoreboard .dataTables_scrollHead table{
  width: 100%;
}
#xScoreboardSection #rules{
  display: none;
}

#xAboutSection{
  margin-top: 0;
}

#xScoreboardSectionOFF .nav-link:hover{
  color: white !important;
}

#xScoreboardSection .nav-link{
  color: #ED1B2E;
}
#xScoreboardSection .nav-link:hover{
  color: #ED1B2E;
}
#xScoreboardSection .nav-link.active{
  color: white !important;
}

/* Games Slider */
#xGamesSection{
  overflow: hidden;
  background: white;
  position: relative;
  overflow: visible;

}
@media screen and (min-width: 700px) {
  #xGamesSection{
    max-width: calc(100% - 200px);
    margin-left: 100px;
  }
}
#xGamesSection > h3{
  /* margin-left: 100px; */
  width: calc(100% - 200px);
}

#xGamesSection .sliders-container{
  opacity: 0;
}
#Navigator{
  position: absolute;
  display: flex;
  flex-direction: row;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  justify-content: center;
}
#Navigator img{
  height: 50px;
  width: auto;
  object-fit: contain;
  margin: 10px;
  background: white;
  transition: .3s;
  border-radius: 10px;
}
#Navigator img:hover{
  filter: brightness(90%);
  transition: .3s;
  cursor: pointer;
}

#Navigator img.disabled{
  opacity: .5;
  cursor: not-allowed;
  transition: .3s;
}
.ms--images {
  position: relative;
  overflow: hidden;
}
.ms--images.ms-container--horizontal {
  width: 100%;
  height: 400px;
  max-width: 100%;
  
  /* overflow: visible; */
}
.ms--images.ms-container--horizontal .ms-track {
  left: calc(50% - 350px);
}
.ms--images.ms-container--horizontal .ms-slide {
  display: inline-flex;
  
}
.ms--images .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--images .ms-slide {
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 400px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--titles .ms-track .ms-slide{
  color: #ED1B2E;
  width: 300px;
}
@media screen and (max-width: 765px) {
  .ms--titles .ms-track .ms-slide{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
    width: 100%;
  }
}



.ms--images {
  left: calc(50% - 280px);
}
.ms--images.ms-container--horizontal .ms-track {
  left: -70px;
}


.ms--images .ms-slide:nth-child(1) .ms-slide__image {
  background-image: url("https://sea.pennacool.com/pennacool/images/national-energy/Prize 1.png");
}
.ms--images .ms-slide:nth-child(2) .ms-slide__image {
  background-image: url("https://sea.pennacool.com/pennacool/images/national-energy/Prize 2.png");
}
.ms--images .ms-slide:nth-child(3) .ms-slide__image {
  background-image: url("https://sea.pennacool.com/pennacool/images/KFC%20Let%E2%80%99s%20Play.jpg");
}
.ms--images .ms-slide:nth-child(4) .ms-slide__image {
  background-image: url("https://cdn.jsdelivr.net/gh/lmgonzalves/momentum-slider@3b3037f7f1bab402fe3c75cd20ab18e04e1cbe0b/portfolio-carousel/img/jurica-koletic-321003-unsplash.jpg");
}
 
.ms--images .ms-slide__image-container {
  width: 80%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  overflow: hidden;
}
.ms--images .ms-slide__image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ms-slide__image-container {
    will-change: transform;
}

.ms-slide__image {
    transition: transform 0.3s ease-out;
}


.ms--numbers {
  position: relative;
  overflow: hidden;

  overflow: visible;
}
.ms--numbers.ms-container--horizontal {
  width: 240px;
  height: 240px;
  max-width: 100%;
  z-index: 1;
}
.ms--numbers.ms-container--horizontal .ms-track {
  left: calc(50% - 120px);
}
.ms--numbers.ms-container--horizontal .ms-slide {
  display: inline-flex;
}
.ms--numbers .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--numbers .ms-slide {
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--numbers {
  position: absolute;
  left: calc(50% - 380px);
  top: calc(50% - 300px);
  z-index: -1;
  pointer-events: none;
}
.ms--numbers .ms-slide {
  font-size: 9em;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  
  color: rgb(50,50,50);
}

.ms--titles {
  position: relative;
  overflow: hidden;
}
.ms--titles.ms-container--vertical {
  width: 400px;
  height: 170px;
  max-height: 100%;
}
.ms--titles.ms-container--vertical .ms-track {
  flex-direction: column;
  top: calc(50% - 85px);
}
.ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
  flex-direction: column-reverse;
  top: auto;
  bottom: calc(50% - 85px);
}
.ms--titles.ms-container--vertical .ms-slide {
  display: flex;
}
.ms--titles .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--titles .ms-slide {
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 170px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--titles {
  position: absolute;
  left: calc(50% - 420px);
  top: calc(50% - 85px);
  z-index: 1;
  pointer-events: none;
}
.ms--titles .ms-track {
  white-space: normal;
}
.ms--titles .ms-slide {
  font-size: 3.3em;
  font-weight: 600;
}
.ms--titles .ms-slide h3 {
  margin: 0;
  text-shadow: 1px 1px 2px black;
}

.ms--links {
  position: relative;
  overflow: hidden;
}
.ms--links.ms-container--vertical {
  width: 120px;
  height: 60px;
  max-height: 100%;
}
.ms--links.ms-container--vertical .ms-track {
  flex-direction: column;
  top: calc(50% - 30px);
}
.ms--links.ms-container--vertical .ms-slide {
  display: flex;
}
.ms--links .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--links .ms-slide {
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--links {
  position: absolute;
  left: calc(50% - 420px);
  top: calc(50% + 105px);
  z-index: 1;
}
.ms--links .ms-track {
  white-space: normal;
}
.ms--links .ms-slide__link {
  font-weight: 600;
  padding: 5px 0 8px;
  border-bottom: 2px solid rgb(10,10,10);
  cursor: pointer;
  color: rgb(10,10,10);
  transition: .3s;
}
.ms--links .ms-slide__link:hover {
  color: #BED631;
  border-bottom: 2px solid #BED631;
  transition: .3s;

  color: #ED1C24;
  border-bottom: 2px solid #ED1C24;
}
@media screen and (max-width: 860px) {
  .ms--links .ms-slide__link {
    background: black;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    color: white;
  }
}
#xGamesSection .pagination {
  display: flex;
  position: absolute;
  left: calc(50% - 420px);
  top: calc(100%);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
#xGamesSection .pagination__button {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
}
#xGamesSection .pagination__button:before, #xGamesSection .pagination__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  box-shadow: 0 1px 0 #0B0D14;
}
#xGamesSection .pagination__button:before {
  height: 2px;
  background-color: #6A3836;
}
#xGamesSection .pagination__button:after {
  height: 3px;
  background-color: #DC4540;
  opacity: 0;
  transition: 0.5s opacity;
}

#xGamesSection .pagination__item--active #xGamesSection .pagination__button:after {
  opacity: 1;
}

@media screen and (max-width: 860px) {
  .ms--numbers {
    left: calc(50% - 120px);
  }

  .ms--titles {
    left: calc(50% - 200px);
    top: calc(50% - 135px);
    text-align: center;
  }

  .ms--links {
    left: calc(50% - 60px);
    top: calc(50% + 80px);
  }

}
@media screen and (max-width: 600px) {
  .ms--images {
    overflow: visible;
  }
}
@media screen and (max-width: 400px) {
  .ms--titles .ms-slide {
    transform: scale(0.8);
  }
}
#xGamesSection, #xGamesSection:before, #xGamesSection:after {
  box-sizing: border-box;
}



#xGamesSection a {
  /* color: white; */
  text-decoration: none;
  cursor: pointer;
}

#xGamesSection.container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  
  background: white;

  min-height: 0;
  height: 550px;
}
#xGamesSection.container:before {
  content: "";
  position: absolute;
  left: -150%;
  top: 0;
  width: 300%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  z-index: -1;
}

#xGamesSection .header {
  display: flex;
  align-items: center;
  padding: 30px;
}

.header__logo {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: -1px;
}
.header__logo span {
  display: inline-block;
  transform: translateY(4px) rotate(180deg);
  pointer-events: none;
}

.header__menu {
  margin-left: auto;
}

.header__menu__list, .footer__menu__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu__link {
  margin-left: 50px;
}

.sliders-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;

  overflow: hidden;
  margin-left: 10px;
  overflow: visible;
}

@media screen and (max-width: 860px) {
  .header__menu, .footer {
    display: none;
  }
}


#myTabContent input{
  margin-right: 4px;
}

/*HOT FIX*/
#swal2-content img{
  height: auto;
}

/* Base reset and body styling */
body {
    font-family: 'Nunito', sans-serif;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #008B44; /* Green headings */
    font-weight: 700;
}

/* Navbar and Menu */
#xHome {
    background: linear-gradient(to right, #ED1C24, #FF6666); /* Red gradient */
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    /* border-bottom: 4px solid #000000; */
    z-index: 10;
}

#xHome .Menu .Item {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 12px;
    margin: 5px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s ease-in-out;
}

#xHome .Menu .Item:hover {
    background-color: #008B44;
    color: #ffffff;
}

/* Video Section Poster */
#Poster video {
    max-width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

/* Scoreboard Section */
#xScoreboardSection {
    background: linear-gradient(to bottom, #ffffff, #F7F7F7);
    padding: 2rem 0;
}

/* Rules & Prizes Sections */
#xRulesSection, #xPrizesSection, #xGamesSection {
    background: linear-gradient(to bottom, #ffffff, #E8F5E9); /* Light green tint */
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

/* Scoreboard Table */
#tablemonthlytable {
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Buttons */
.btn-primary {
    background-color: #008B44;
    border-color: #008B44;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: #006b34;
    border-color: #006b34;
}

/* Scroll prompt styling */
#ScrollPrompt .scroll {
    color: #008B44;
    font-weight: 600;
}

/* Games Section Slider */
#xGamesSection .ms-slide__link {
    background-color: #008B44;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

#xGamesSection .ms-slide__link:hover {
    background-color: #006b34;
}

/* Footer Styling */
#page-footer {
    background-color: #000000;
    color: #ffffff;
}

#page-footer a {
    color: #ffffff;
}

#page-footer a:hover {
    color: #ED1C24;
}

/* Back to Top Button */
#goto-top-link .btn-light {
    background-color: #008B44;
    color: #ffffff;
    border-radius: 50px;
    font-size: 1.2rem;
}

/* Responsive Enhancements */
@media (max-width: 576px) {
    #xHome {
        width: 100% !important;
        padding: 10px;
    }

    #xHome .Menu .Item {
        display: block;
        text-align: center;
        margin: 5px 0;
    }

    h3 {
        font-size: 1.4rem;
    }

    .btn-primary {
        width: 100%;
        padding: 12px;
    }
}
