
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#awards-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-3 .content-wrapper {
  display: flex;
  align-items: center;
}
#awards-3 .text-column {
  padding-right: 3rem;
}
#awards-3 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#awards-3 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#awards-3 .text-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#awards-3 .text-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#awards-3 .text-content ul li {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.75rem;
  color: #495057;
}
#awards-3 .text-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--bs-primary);
  font-size: 0.9em;
}
#awards-3 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#awards-3 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #awards-3 .text-column {
    padding-right: 1.5rem;
  }
  #awards-3 .section-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #awards-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-3 .text-column {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  #awards-3 .image-column {
    text-align: center;
  }
  #awards-3 .image-column img {
    max-width: 90%;
  }
}



#press-mentions-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-9 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-9 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-9 .news-list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-9 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 0.2s ease;
}
#press-mentions-9 .list-group-item:hover {
  background-color: #f8f9fa;
  z-index: 2;
  position: relative;
}
#press-mentions-9 .article-title a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#press-mentions-9 .article-title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#press-mentions-9 .article-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
#press-mentions-9 .article-meta .publication {
  font-weight: 500;
  color: #495057;
}
#press-mentions-9 .article-meta .separator {
  margin: 0 0.5rem;
}
#press-mentions-9 .view-all-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-9 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-9 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #press-mentions-9 .article-title a {
    font-size: 1.05rem;
  }
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



#about-us-28 {
  padding: 0;
}
#about-us-28 .section-title,
#about-us-28 .section-subtitle {
  text-align: center;
  padding: 60px 20px;
}
#about-us-28 .welcome-section {
  background-color: #1e293b;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#about-us-28 .welcome-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}
#about-us-28 .welcome-section h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#about-us-28 .welcome-section p {
  font-size: 1.1rem;
  line-height: 1.7;
}
#about-us-28 .game-categories-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}
#about-us-28 .game-categories-section h3 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-28 .game-categories-section .category-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#about-us-28 .game-categories-section .category-item i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#about-us-28 .game-categories-section .category-item h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
#about-us-28 .game-categories-section .category-item p {
  font-size: 0.9rem;
  color: #666;
}
#about-us-28 .bonuses-section {
  background-color: #ffc107;
  color: #333;
  padding: 60px 20px;
}
#about-us-28 .bonuses-section h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-28 .bonuses-section .highlight-item {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-28 .bonuses-section .highlight-item i {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}
#about-us-28 .bonuses-section .highlight-item h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-28 .bonuses-section .highlight-item p {
  font-size: 0.9rem;
  color: #333;
}
#about-us-28 .responsible-gaming-section {
  background-color: #28a745;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
#about-us-28 .responsible-gaming-section h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}
#about-us-28 .responsible-gaming-section p {
  font-size: 1.1rem;
  line-height: 1.7;
}
#about-us-28 .join-us-section {
  background-color: #007bff;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#about-us-28 .join-us-section h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
#about-us-28 .join-us-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#about-us-28 .join-us-section .btn {
  display: inline-block;
  background-color: #fff;
  color: #007bff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out;
}
#about-us-28 .join-us-section .btn:hover {
  background-color: #e9ecef;
}
@media (min-width: 768px) {
  #about-us-28 .game-categories-section .row > div {
    margin-bottom: 0;
  }
  #about-us-28 .bonuses-section .row > div {
    margin-bottom: 0;
  }
}


