
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#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;
  }
}



#our-services-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-9 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#our-services-9 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#our-services-9 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#why-choose-us-28 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#why-choose-us-28 .section-title-container {
  margin-bottom: 45px;
}
#why-choose-us-28 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #222b38;
}
#why-choose-us-28 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-28 .narrative-block {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
#why-choose-us-28 .narrative-segment {
  padding: 25px 30px;
  border-bottom: 1px solid #e9ecef;
}
#why-choose-us-28 .narrative-block .narrative-segment:last-child {
  border-bottom: none;
}
#why-choose-us-28 .segment-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#why-choose-us-28 .segment-icon {
  font-size: 1.7rem;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#why-choose-us-28 .problem-segment .segment-icon {
  color: #dc3545;
}
#why-choose-us-28 .solution-segment .segment-icon {
  color: #0d6efd;
}
#why-choose-us-28 .benefit-segment .segment-icon {
  color: #198754;
}
#why-choose-us-28 .segment-title {
  font-size: 1.4rem;
  font-weight: 600;
}
#why-choose-us-28 .problem-segment .segment-title {
  color: #c82333;
}
#why-choose-us-28 .solution-segment .segment-title {
  color: #0056b3;
}
#why-choose-us-28 .benefit-segment .segment-title {
  color: #155724;
}
#why-choose-us-28 .segment-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  padding-left: 45px;
  text-align: justify;
}
#why-choose-us-28 .solution-segment {
  background-color: #f0f8ff;
}
@media (max-width: 767.98px) {
  #why-choose-us-28 .section-main-title {
    font-size: 2.1rem;
  }
  #why-choose-us-28 .segment-title {
    font-size: 1.25rem;
  }
  #why-choose-us-28 .segment-description {
    padding-left: 0;
    text-align: left;
  }
  #why-choose-us-28 .narrative-segment {
    padding: 20px;
  }
}



#timeline-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-6 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#timeline-6 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-6 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-6 .timeline-list-minimal {
  list-style: none;
  padding-left: 0;
  max-width: 700px;
  margin: 0 auto;
}
#timeline-6 .timeline-list-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #f1f1f1;
}
#timeline-6 .timeline-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#timeline-6 .item-icon {
  flex-shrink: 0;
  width: 40px;
  text-align: center;
  margin-right: 1rem;
  margin-top: 2px;
}
#timeline-6 .item-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#timeline-6 .item-content {
  flex-grow: 1;
}
#timeline-6 .item-date {
  font-weight: 600;
  font-size: 0.95rem;
  color: #343a40;
  display: block;
  margin-bottom: 0.25rem;
}
#timeline-6 .item-text {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #timeline-6 .section-title {
    font-size: 1.9rem;
  }
  #timeline-6 .timeline-list-item {
    padding: 0.8rem 0;
  }
  #timeline-6 .item-icon {
    width: 30px;
    margin-right: 0.75rem;
  }
  #timeline-6 .item-icon i {
    font-size: 1.1rem;
  }
}



/* Section padding & background */
#category-posts-8 {
  padding: 60px 0;
}

/* Section header */
#category-posts-8 .section-header {
  margin-bottom: 40px;
}
#category-posts-8 .section-title {
  font-size: 2rem;
  font-weight: 600;
}
#category-posts-8 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Grid cards */
#category-posts-8 .post-card {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
#category-posts-8 .post-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}

/* Overlay effect */
#category-posts-8 .post-card .overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
#category-posts-8 .post-card:hover img {
  transform: scale(1.1);
}
#category-posts-8 .post-card:hover .overlay {
  opacity: 1;
}
#category-posts-8 .overlay h3 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
#category-posts-8 .overlay p {
  font-size: .9rem;
  margin-bottom: .75rem;
}

/* Read more button in overlay */
#category-posts-8 .overlay .btn {
  font-size: .9rem;
  padding: .375rem .75rem;
}

/* “Load More” button wrapper */
#category-posts-8 .load-more-wrapper {
  margin-top: 30px;
}




#mobile-app-25 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-25 .mockup-column {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-25 .device-mockup {
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}
#mobile-app-25 .features-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-25 .mockup-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-25 .mockup-features-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-25 .icon-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#mobile-app-25 .icon-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  color: #343a40;
}
#mobile-app-25 .icon-feature-list li i {
  font-size: 1.5em;
  color: #0d6efd;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#mobile-app-25 .mockup-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-25 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-25 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-25 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-25 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-25 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-25 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-25 .mockup-column {
    margin-bottom: 3rem;
  }
  #mobile-app-25 .features-column {
    text-align: center;
  }
  #mobile-app-25 .icon-feature-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #mobile-app-25 .icon-feature-list li {
    justify-content: flex-start;
  }
  #mobile-app-25 .mockup-download-buttons {
    justify-content: center;
  }
}



#faq-3 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#faq-3 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-3 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-3 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
}
#faq-3 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#faq-3 .accordion-button {
  background-color: #e2e6ea;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-3 .accordion-button:hover {
  background-color: #d6d8db;
}
#faq-3 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}


