.btn_cs {
  color: white;
  text-decoration: none;
  font-size: 16px;
  border: none;
  background: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.btn_cs::before {
  margin-left: auto;
}

.btn_cs::after, .btn_cs::before {
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  transition: 0.5s;
}

.btn_cs:hover::after, .btn_cs:hover::before {
  width: 100%;
}

.btn_cs:hover {
    color: #FFAD49 !important; /* Change this to your desired hover color */
}

.ml-10 {
    margin-left: 1rem!important;
}

.class-ranking {
  text-align: center;
  margin: 1rem 0 1rem 0;
}

.class-ranking img.rounded-circle {
  transition: 
    filter 0.3s,
    transform 0.3s,
    opacity 0.3s;
}

.class-ranking img.rounded-circle:hover {
  transform: scale(1.25);
  opacity: 1.0;
}

.ranking-table-wrapper {
  border-radius: 0px;
}

.ranking-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
}

.ranking-table th,
.ranking-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  text-align: center;
  color: #fff;
  line-height: 25px;
}

.ranking-table tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table th:first-child,
.ranking-table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table th:last-child,
.ranking-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table th {
  background-color: #FFAD49;
  font-weight: bold;
  color: #000;
}

.ranking-table td sup {
  font-weight: bold;
  color: #FFAD49;
}

.ranking-table tr:nth-child(even) {
  background: transparent;
}

.ranking-table tr:hover {
  background-color: rgba(255, 166, 0, 0.05);
}

.ranking-table img {
  width: 42px;
  height: 36px;
}

.ranking-table th:first-child {
  border-top-left-radius: 15px;
}
.ranking-table th:last-child {
  border-top-right-radius: 15px;
}
.ranking-table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.ranking-table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* CUSTOM LOADING */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  --c:no-repeat linear-gradient(#f88800 0 0);
  background: var(--c),var(--c),transparent;
  background-size: 60% 100%;
  animation: l16 3s infinite;
  z-index: 9999; /* Ensure it's on top of other content */
}

.loading-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px 0;
}

.loading-loader .loading-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 0 0 4px #f88800;
  letter-spacing: 2px;
}

@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}

.breadcrumb_bg_updates {
  /* width: 100vw; */
  height: 200px; /* Adjust as needed */
  background: rgb(5, 5, 5);
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}

.breadcrumb_bg_rankings_power {
  /* width: 100vw; */
  height: 500px; /* Adjust as needed */
  background: rgb(5, 5, 5);
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}

.hero-image-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none; /* Prevents the image from blocking interactions */
}

.hero-image-right img {
  height: 90%;
  width: auto;
  display: block;
  pointer-events: auto;
}


.w-16 {
  width: calc(0.25rem * 16);
}

.h-16 {
  height: calc(0.25rem * 16);
}

.text-xs p {
  font-size: 0.75rem;
  line-height: calc(1/0.50);
}

.text-ss p {
  font-size: 16px!important;
  line-height: calc(1/0.50);
}

.text-gold {
  color: rgba(255, 173, 73, 0.7) !important;
}

.border-white-25 {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-night-mode-inner {
  background: rgba(11, 15, 24, 0.25) !important;
  border-radius: 15px!important;
}

.arrow-list li {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}

.arrow-list {
  list-style: none;
  padding-left: 0;
}

.arrow-list > li {
  position: relative;
  padding-left: 1.5em;
}

.arrow-list > li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #fff;
}

.sub-bullet-list {
  list-style-type: disc;
  padding-left: 2em;     /* Controls indentation */
  margin-top: 0.3em;
}

.sub-bullet-list li {
  margin-top: 0.2em;
}

.event-badge {
  background-color: #c171f3;
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px; /* fully rounded */
  font-size: 0.75rem;
  text-transform: uppercase;
}

.update-badge {
  background-color: #ff6464;
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px; /* fully rounded */
  font-size: 0.75rem;
  text-transform: uppercase;
}

.notice-badge {
  background-color: #FFAD49;
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px; /* fully rounded */
  font-size: 0.75rem;
  text-transform: uppercase;
}

.hover-border {
  border: 1px solid transparent;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hover-border:hover {
  border-color: rgba(0, 255, 170, 0.3);
  transform: translateY(-15px);
}

.rounded-image {
  border-radius: 0.75rem; /* Adjust the value as needed */
}

.breadcrumb_iner_item h2 {
  background: conic-gradient(at left bottom, rgb(211, 152, 68), rgb(211, 152, 68), rgb(186, 230, 253));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #FFAD49;
    white-space: nowrap;
    font-weight: bold;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.section-divider {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 0 0 0;
  z-index: 10;
  width: 100%;
}

.section-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 600px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 170, 0.3) 10%, rgba(0, 255, 170, 0.6) 25%, rgba(0, 255, 170, 0.3) 90%, transparent 100%);
  z-index: 1;
}

.section-divider-text {
  position: relative;
  display: block;
  padding: 40px 30px 20px 30px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  z-index: 2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.section-divider-text::before,
.section-divider-text::after {
  content: '◆';
  color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  font-size: 10px;
}

/* Banner Hero Image - Responsive */
.banner_part {
  position: relative;
  overflow: hidden;
}

.banner_part .banner_hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.banner_part .banner_hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.banner_part .container {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for banner */
@media (max-width: 1400px) {
  .banner_part .banner_hero img {
    object-position: center;
  }
}

@media (max-width: 992px) {
  .banner_part .banner_hero img {
    object-position: center top;
  }
}

@media (max-width: 768px) {
  .banner_part .banner_hero img {
    object-position: center;
  }
}

@media (max-width: 576px) {
  .banner_part .banner_hero img {
    object-position: center;
  }
}

/* News Section Background - Responsive */
#newsCarousel {
  background-image: url('../img/bg-update.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  padding: 40px 0;
  min-height: 400px;
}

#newsCarousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#newsCarousel .carousel-inner {
  position: relative;
  z-index: 1;
}

#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
  z-index: 2;
}

/* Responsive adjustments for news carousel background */
@media (max-width: 1400px) {
  #newsCarousel {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 992px) {
  #newsCarousel {
    background-size: cover;
    background-position: center;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  #newsCarousel {
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    min-height: 350px;
  }
}

@media (max-width: 576px) {
  #newsCarousel {
    background-size: cover;
    background-position: center;
    padding: 15px 0;
    min-height: 300px;
  }
}

/* About Us Section Background - Responsive */
#aboutUsSection {
  background-image: url('../img/bg-about.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  min-height: 400px;
}

#aboutUsSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

#aboutUsSection .container {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for about us background */
@media (max-width: 1400px) {
  #aboutUsSection {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 992px) {
  #aboutUsSection {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 768px) {
  #aboutUsSection {
    background-size: cover;
    background-position: center;
    min-height: 350px;
  }
}

@media (max-width: 576px) {
  #aboutUsSection {
    background-size: cover;
    background-position: center;
    min-height: 300px;
  }
}

/* Video Section Background - Responsive */
#videoSection {
  background-image: url('../img/bg-features.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  padding: 40px 0;
  min-height: 400px;
}

#videoSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 0;
}

#videoSection .container {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for video section background */
@media (max-width: 1400px) {
  #videoSection {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 992px) {
  #videoSection {
    background-size: cover;
    background-position: center;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  #videoSection {
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    min-height: 350px;
  }
}

@media (max-width: 576px) {
  #videoSection {
    background-size: cover;
    background-position: center;
    padding: 15px 0;
    min-height: 300px;
  }
}

/* Gallery Section Background - Responsive */
#gallerySection {
  background-image: url('../img/bg-gallery.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  min-height: 400px;
}

#gallerySection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}

#gallerySection .container {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for gallery section background */
@media (max-width: 1400px) {
  #gallerySection {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 992px) {
  #gallerySection {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 768px) {
  #gallerySection {
    background-size: cover;
    background-position: center;
    min-height: 350px;
  }
}

@media (max-width: 576px) {
  #gallerySection {
    background-size: cover;
    background-position: center;
    min-height: 300px;
  }
}