
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.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;
  }
}



#our-services-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-18 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-18 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-18 .vertical-tabs-container {
}
#our-services-18 .nav-pills .nav-link {
  border-radius: 0.375rem;
  text-align: left;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
#our-services-18 .nav-pills .nav-link i {
  margin-right: 0.75rem;
  min-width: 1.25em;
  text-align: center;
  color: var(--bs-secondary);
}
#our-services-18 .nav-pills .nav-link.active,
#our-services-18 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
}
#our-services-18 .nav-pills .nav-link.active i {
  color: #fff;
}
#our-services-18 .nav-pills .nav-link:hover:not(.active) {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
#our-services-18 .tab-content {
  padding: 1rem 1.5rem;
}
#our-services-18 .tab-pane h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}
#our-services-18 .tab-pane p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
}
#our-services-18 .tab-pane img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#our-services-18 .tab-pane .btn-cta {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  #our-services-18 .nav-pills {
    margin-bottom: 1.5rem;
  }
  #our-services-18 .tab-content {
    padding: 1rem;
  }
  #our-services-18 .tab-pane h3 {
    font-size: 1.4rem;
  }
}



#counter-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-13 .container {
  max-width: 1140px;
}
#counter-13 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-13 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-13 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}
#counter-13 .counter-item-descriptive {
  text-align: center;
  padding: 30px 25px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#counter-13 .counter-item-descriptive:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#counter-13 .counter-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 20px;
  display: inline-block;
}
#counter-13 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-13 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#counter-13 .counter-suffix {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-13 .counter-title-desc {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-13 .counter-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  #counter-13 .counter-number {
    font-size: 2.5rem;
  }
  #counter-13 .counter-suffix {
    font-size: 1.5rem;
  }
  #counter-13 .counter-title-desc {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #counter-13 {
    padding: 50px 0;
  }
  #counter-13 .section-header h2 {
    font-size: 2rem;
  }
}



#portfolio-2 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1a1a1a;
}
#portfolio-2 .section-title-container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
#portfolio-2 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-2 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio-2 .carousel-item {
  height: 75vh;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#portfolio-2 .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#portfolio-2 .carousel-caption {
  bottom: 10%;
  left: 10%;
  right: 10%;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #ffffff;
  z-index: 10;
}
#portfolio-2 .carousel-caption.text-center {
  text-align: center !important;
}
#portfolio-2 .carousel-caption.text-start {
  text-align: left !important;
}
#portfolio-2 .carousel-caption.text-end {
  text-align: right !important;
}
#portfolio-2 .carousel-caption h5 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#portfolio-2 .carousel-caption p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 700px;
}
#portfolio-2 .carousel-caption.text-start p,
#portfolio-2 .carousel-caption.text-end p {
  max-width: 550px;
}
#portfolio-2 .carousel-caption.text-center p {
  margin-left: auto;
  margin-right: auto;
}
#portfolio-2 .btn-slide-cta {
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#portfolio-2 .btn-slide-cta:hover {
  transform: translateY(-2px);
}
#portfolio-2 .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
#portfolio-2 .carousel-indicators .active {
  background-color: #ffffff;
}
#portfolio-2 .carousel-control-prev-icon,
#portfolio-2 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-size: 50% 50%;
}
@media (max-width: 767.98px) {
  #portfolio-2 .carousel-item {
    height: 60vh;
    min-height: 400px;
  }
  #portfolio-2 .carousel-caption {
    bottom: 8%;
    left: 5%;
    right: 5%;
  }
  #portfolio-2 .carousel-caption h5 {
    font-size: 1.8rem;
  }
  #portfolio-2 .carousel-caption p {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
}



#timeline-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-5 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-5 .period-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#timeline-5 .period-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#timeline-5 .period-header {
  padding: 1.25rem 1.5rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-5 .period-icon i {
  font-size: 1.5rem;
  color: var(--bs-primary);
}
#timeline-5 .period-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.2;
}
#timeline-5 .period-title {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}
#timeline-5 .period-events-list {
  list-style: none;
  padding: 1.5rem;
  margin-bottom: 0;
  flex-grow: 1;
}
#timeline-5 .period-events-list li {
  font-size: 0.95rem;
  color: #495057;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
#timeline-5 .period-events-list li:last-child {
  margin-bottom: 0;
}
#timeline-5 .period-events-list li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.4em;
  color: var(--bs-primary);
  font-size: 0.5em;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  #timeline-5 .period-label {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #timeline-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-5 .section-title {
    font-size: 2.1rem;
  }
  #timeline-5 .period-header {
    padding: 1rem 1.25rem;
  }
  #timeline-5 .period-label {
    font-size: 1.1rem;
  }
  #timeline-5 .period-events-list {
    padding: 1.25rem;
  }
  #timeline-5 .period-events-list li {
    font-size: 0.9rem;
  }
}



#call-to-action-5 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#call-to-action-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#call-to-action-5 .content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease;
}
#call-to-action-5 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeIn 1.2s ease;
}
#call-to-action-5 p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  animation: fadeIn 1.4s ease;
}
#call-to-action-5 .btn {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  animation: fadeInUp 1.6s ease;
}
#call-to-action-5 .btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


