@charset "UTF-8";
/*!
* Start Bootstrap - Scrolling Nav v5.0.6 (https://startbootstrap.com/template/scrolling-nav)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


 .navbar{
  background-color:var(--bs-dark) !important;
 }
 section {
  padding-top: 5rem;
  padding-bottom: 0rem;
 }
 #content,#content2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
 }
/*
casino-item
- casino-order	
- casino-name	
- casino-logo	
- casino-rating	
- casino-offer	
- casino-notes	
casino-link
*/
.fixed-top {
  background-color:var(--bs-dark) !important;
}
#casinos {
  color: var( --bs-white);
  padding-bottom: 1rem;
  position: relative;
}

#casinos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-dark);
  background-image: url(../assets/background/offers-bg-01.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.9; /* Adjust this value between 0 and 1 */
  z-index: -1;
}
.lead strong {
  font-weight: 700;
}



/* casino item*/

.casino-item {
  background-color: var(--bs-white);
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  color: #0D1619;
  align-items: center;
}
.casino-item:hover {
  background-color: var(--bs-gray-200);
}

.casino-logo-container {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
}

.casino-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casino-order-overlay {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: var(--bs-white);
  background-color: var(--bs-indigo);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Keep old styles for backward compatibility */
.casino-logo {
  position: relative;
}

.casino-order {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: var(--bs-white);
  background-color: var(--bs-indigo);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}



.casino-name {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.casino-offer {
  font-size: 1.3rem;
  color: var( --bs-orange);
  font-weight: 700;
}

.offer-icon {
  color: var(--bs-white);
  background-color: var(--bs-orange);
  margin-right: 0.5rem;
  font-size: 1.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.casino-rating {
  border-radius: 3px;
  background-color: #ffc107;
  text-align: center;
}
.casino-rating .rating-number {font-size: 1rem; color: var(--bs-dark);}
.casino-rating .rating-separator  {font-size: 1rem; color: var(--bs-dark);}
.casino-rating .rating-max  {font-size: 1rem; color: var(--bs-dark);}

.rating-display {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--bs-dark);
}

.rating-number {
  color: var(--bs-success);
  font-size: 1.4rem;
}

.rating-separator {
  color: var(--bs-secondary);
  margin: 0 0.2rem;
}

.rating-max {
  color: var(--bs-muted);
  font-size: 1rem;
}

.rating-label {
  color: var(--bs-dark);
  font-size: 1rem;
  font-weight: 500;
}

.casino-notes {
  font-size: 0.9rem;
  line-height: 1.4;
}
.casino-link,.casino-link:hover {
  color: var(--bs-white);
  font-size: 1.25rem;
  font-weight: 500;
  width: 100%;
  background:var(--bs-success);
  border: none;
  border-radius: 3px;
}
.casino-rating {
  border-radius: 3px;
  font-size: 1.25rem;
  background-color: #ffc107;
  padding: 0.375rem 0.75rem;
}

/* Mobile responsive margin for casino rating */
@media (max-width: 767.98px) {
  .casino-rating {
    margin: 1rem 0;
  }
}