
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#timeline-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-10 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-10 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-10 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-10 .milestone-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
#timeline-10 .milestone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#timeline-10 .card-header {
  padding: 1rem 1.25rem;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-10 .header-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
}
#timeline-10 .header-date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.2;
}
#timeline-10 .header-image {
  text-align: center;
  padding: 1rem 0 0 0;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
}
#timeline-10 .header-image img {
  max-height: 100px;
  width: auto;
  max-width: 80%;
  margin-bottom: -1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#timeline-10 .card-body {
  padding: 1.25rem;
  flex-grow: 1;
}
#timeline-10 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#timeline-10 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-10 .section-title {
    font-size: 2.1rem;
  }
  #timeline-10 .card-header {
    padding: 0.8rem 1rem;
  }
  #timeline-10 .header-date {
    font-size: 1rem;
  }
  #timeline-10 .card-body {
    padding: 1rem;
  }
  #timeline-10 .milestone-title {
    font-size: 1rem;
  }
}



#about-us-20 {
  padding: 60px 0;
  background-color: #1a237e;
  color: #fff;
}
#about-us-20 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fdd835;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-20 .section-subtitle {
  font-size: 1.1rem;
  color: #e0f2f7;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-20 .our-values-wrapper h3 {
  font-size: 1.5rem;
  color: #fdd835;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-20 .value-card {
  background-color: #283593;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-20 .value-card i {
  font-size: 2rem;
  color: #fdd835;
  margin-bottom: 10px;
}
#about-us-20 .value-card h4 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 5px;
}
#about-us-20 .value-card p {
  font-size: 0.9rem;
  color: #e0f2f7;
}
#about-us-20 .game-categories-wrapper h3 {
  font-size: 1.5rem;
  color: #fdd835;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-20 .category-item {
  text-align: center;
  padding: 20px;
  background-color: #283593;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-20 .category-item i {
  font-size: 2rem;
  color: #fdd835;
  margin-bottom: 10px;
}
#about-us-20 .category-item p {
  font-size: 1rem;
  color: #e0f2f7;
}
#about-us-20 .call-to-action-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#about-us-20 .call-to-action-wrapper p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
}
#about-us-20 .call-to-action-wrapper .btn {
  background-color: #fdd835;
  color: #1a237e;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}
#about-us-20 .responsible-gaming-note {
  text-align: center;
  font-size: 0.9rem;
  color: #e0f2f7;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #about-us-20 .our-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-20 .game-categories-wrapper .row > div {
    margin-bottom: 0;
  }
}



#awards-18 {
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#awards-18 .container-tight {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-18 .block-icon {
  margin-bottom: 1rem;
  opacity: 0.8;
}
#awards-18 .block-icon i {
  font-size: 2.2rem;
}
#awards-18 .block-headline {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#awards-18 .block-text {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 0;
}
#awards-18 .block-link {
  margin-top: 1.5rem;
}
#awards-18 .block-link .btn {
  padding: 0.6rem 1.5rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-18 {
    padding: 2rem 1rem;
  }
  #awards-18 .block-headline {
    font-size: 1.4rem;
  }
  #awards-18 .block-text {
    font-size: 0.95rem;
  }
}



#press-mentions-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#press-mentions-7 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-7 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-7 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-7 .stat-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid #e0e5eb;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-7 .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#press-mentions-7 .stat-icon {
  margin-bottom: 1rem;
}
#press-mentions-7 .stat-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#press-mentions-7 .stat-metric {
  font-size: 3rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#press-mentions-7 .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
  flex-grow: 1;
  min-height: 40px;
}
#press-mentions-7 .stat-source {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: auto;
}
#press-mentions-7 .stat-source a {
  color: #6c757d;
  text-decoration: none;
  font-style: italic;
}
#press-mentions-7 .stat-source a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  #press-mentions-7 .stat-metric {
    font-size: 2.5rem;
  }
  #press-mentions-7 .stat-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-7 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-7 .stat-card {
    padding: 1.5rem 1rem;
  }
  #press-mentions-7 .stat-metric {
    font-size: 2.2rem;
  }
}


