
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#about-us-18 {
  padding: 60px 0;
  background-color: #222;
  color: #fff;
}
#about-us-18 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-18 .section-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .company-description {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-item {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#about-us-18 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .mission-vision-item p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
#about-us-18 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-18 .core-value-item p {
  font-size: 1rem;
  color: #ccc;
}
#about-us-18 .game-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .game-highlight-card {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-align: center;
}
#about-us-18 .game-highlight-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#about-us-18 .game-highlight-card h4 {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .game-highlight-card p {
  font-size: 0.9rem;
  color: #ddd;
}
#about-us-18 .responsible-gaming-wrapper {
  margin-top: 40px;
  padding: 30px;
  background-color: #444;
  border-radius: 8px;
  text-align: center;
}
#about-us-18 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 20px;
}
#about-us-18 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #ccc;
}
@media (min-width: 768px) {
  #about-us-18 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-18 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-18 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-18 .game-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#features-15 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-15 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-15 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 20px;
  cursor: pointer;
}
#features-15 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-15 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-15 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



/* Section & dark animated background */
#category-posts-29 {
  position: relative;
  padding: 100px 20px;
  background: #0d0f14;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* Floating neon bubbles */
#category-posts-29::before,
#category-posts-29::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,110,254,0.7), transparent 70%);
  width: 300px; height: 300px;
  animation: bubble 20s infinite ease-in-out;
  opacity: 0.6;
}
#category-posts-29::before {
  top: -150px; left: -100px;
}
#category-posts-29::after {
  bottom: -120px; right: -80px;
  animation-duration: 25s;
}
#category-posts-29 .bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120,115,245,0.5), transparent 70%);
  width: 200px; height: 200px;
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  animation: bubble 22s infinite ease-in-out;
  opacity: 0.5;
}

@keyframes bubble {
  0%,100% { transform: translate(-50%, -50%) scale(1); }
  50%     { transform: translate(-40%, -60%) scale(1.2); }
}

/* Container */
#category-posts-29 .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
#category-posts-29 .section-header h2 {
  font-size: 2.75rem;
  margin-bottom: .5rem;
}
#category-posts-29 .section-header p {
  font-size: 1rem;
  opacity: .8;
  margin-bottom: 60px;
}

/* Grid */
#category-posts-29 .post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 2rem;
}

/* Card wrapper */
#category-posts-29 .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card */
#category-posts-29 .post-card {
  position: relative;
  background: rgba(255,255,255,0.05);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease;
}
#category-posts-29 .post-card.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#category-posts-29 .post-card:hover {
  box-shadow: 0 8px 30px rgba(120,115,245,0.7);
}
#category-posts-29 .post-card:hover .post-media img {
  filter: none;
}

/* Media */
#category-posts-29 .post-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  filter: grayscale(80%);
  transition: filter .5s ease;
}

/* Body */
#category-posts-29 .card-body {
  padding: 1rem;
}
#category-posts-29 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-29 .card-meta {
  font-size: .875rem;
  opacity: .7;
  margin-bottom: .75rem;
}
#category-posts-29 .card-excerpt {
  font-size: .95rem;
  margin-bottom: 1rem;
}

/* Neon border on hover */
#category-posts-29 .post-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 2px;
  background: linear-gradient(45deg, #ff6ec4, #7873f5);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
}
#category-posts-29 .post-card:hover::before {
  opacity: 1;
}

/* Read More */
#category-posts-29 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  background: rgba(120,115,245,0.3);
  padding: .5rem 1rem;
  border-radius: .5rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, transform .3s ease;
}
#category-posts-29 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-29 .btn-readmore:hover {
  background: rgba(120,115,245,0.6);
  transform: translateY(-2px);
}
#category-posts-29 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-29 .pagination-wrapper,
#category-posts-29 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#our-services-7 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}
#our-services-7 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-7 .content-body {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
#our-services-7 .services-list {
  list-style: none;
  padding: 0;
}
#our-services-7 .services-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
}



#counter-4 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#counter-4 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-4 .counter-grid {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
#counter-4 .counter-item {
  margin-bottom: 20px;
}
#counter-4 .counter-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#counter-4 .counter-title i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
#counter-4 .progress-bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
#counter-4 .progress-fill {
  height: 100%;
  width: 0;
  background: #007bff;
  border-radius: 8px;
  transition: width 1.5s ease-in-out;
}
#counter-4 .progress-percentage {
  font-size: 1rem;
  color: #007bff;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}



#testimonials-2 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-2 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-2 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-2 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-2 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-2 .testimonial-card {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-2 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-2 .testimonial-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}
#testimonials-2 .testimonial-card .client-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#testimonials-2 .testimonial-card .client-position {
  font-size: 0.9rem;
  color: #888;
}
@media (max-width: 576px) {
  #testimonials-2 .testimonial-card {
    flex: 1 1 100%;
  }
}



#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}



#why-choose-us-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#why-choose-us-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#why-choose-us-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-5 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#why-choose-us-5 li:last-child {
  border-bottom: none;
}
#why-choose-us-5 li i {
  font-size: 2rem;
  color: #dc3545;
  margin-right: 15px;
}
#why-choose-us-5 .reason-content h5 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
#why-choose-us-5 .reason-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}



#game-section-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#game-section-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-8 .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#game-section-8 .timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#game-section-8 .timeline-item {
  position: relative;
  margin-left: 50px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#game-section-8 .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#game-section-8 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#game-section-8 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#press-mentions-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#press-mentions-11 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-11 .mention-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-11 .mention-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#press-mentions-11 .card-header {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  min-height: 70px;
}
#press-mentions-11 .source-logo img {
  height: 40px;
  width: auto;
  max-width: 150px;
  margin-right: 1rem;
  filter: grayscale(50%);
  opacity: 0.9;
}
#press-mentions-11 .source-name {
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}
#press-mentions-11 .card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#press-mentions-11 .mention-headline {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#press-mentions-11 .mention-quote {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
/*
#press-mentions-11 .mention-quote {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
#press-mentions-11 .card-footer {
  padding: 1rem 1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#press-mentions-11 .article-date {
  font-size: 0.85rem;
  color: #6c757d;
}
#press-mentions-11 .article-link a {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--bs-primary);
}
#press-mentions-11 .article-link a:hover {
  text-decoration: underline;
}
#press-mentions-11 .article-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-11 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-11 .card-header {
    padding: 0.75rem 1rem;
    min-height: 60px;
  }
  #press-mentions-11 .source-logo img {
    height: 30px;
  }
  #press-mentions-11 .source-name {
    font-size: 0.9rem;
  }
  #press-mentions-11 .card-body {
    padding: 1rem;
  }
  #press-mentions-11 .mention-headline {
    font-size: 1.05rem;
  }
  #press-mentions-11 .card-footer {
    padding: 0.75rem 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #press-mentions-11 .article-date {
    margin-bottom: 0.5rem;
  }
}



#cta-banner-15 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-15 .container {
  max-width: 750px;
}
#cta-banner-15 .content-image-wrapper {
  margin-bottom: 2rem;
}
#cta-banner-15 .content-image-wrapper img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#cta-banner-15 .cta-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-15 .cta-subtitle {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 1rem;
}
#cta-banner-15 .cta-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}
#cta-banner-15 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-15 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-15 {
    padding: 4rem 1rem;
  }
  #cta-banner-15 .content-image-wrapper img {
    max-height: 200px;
  }
  #cta-banner-15 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-15 .cta-subtitle {
    font-size: 1.05rem;
  }
  #cta-banner-15 .cta-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-15 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


