
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#mobile-app-11 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#mobile-app-11 .app-intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-11 .app-intro-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}
#mobile-app-11 .app-intro-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-11 .app-download-buttons .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-11 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-11 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-11 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-11 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-11 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
#mobile-app-11 .app-image-container {
  text-align: center;
}
#mobile-app-11 .mobile-app-image {
  max-width: 80%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #mobile-app-11 .app-image-container {
    text-align: right;
  }
  #mobile-app-11 .mobile-app-image {
    max-width: 100%;
  }
  #mobile-app-11 .app-intro-content {
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-11 .app-download-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-11 .app-download-buttons .btn-download-app {
    margin-right: 0;
    justify-content: center;
    width: 100%;
  }
  #mobile-app-11 .app-intro-content {
    align-items: center;
    text-align: center;
  }
}



#game-section-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#game-section-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#game-section-4 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#game-section-4 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#game-section-4 .game-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}



#features-29 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-29']['bg_color'] ?? '#ffffff' }};
}
#features-29 .intro-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #343a40;
  line-height: 1.3;
}
#features-29 .intro-text .subtitle {
  font-size: 18px;
  font-style: italic;
  color: #6c757d;
  margin-bottom: 25px;
}
#features-29 .intro-text .description {
  font-size: 16px;
  color: #495057;
  line-height: 1.7;
}
#features-29 .stats-grid {
}
#features-29 .stat-item {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8f9fa; 
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#features-29 .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
}
#features-29 .stat-icon i {
  font-size: 36px; 
  margin-bottom: 15px;
  display: inline-block;
}
#features-29 .stat-number {
  font-size: 48px; 
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1.1;
}
#features-29 .stat-label {
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-29 .intro-text {
    margin-bottom: 40px; 
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #features-29 .intro-text h2 {
    font-size: 30px;
  }
  #features-29 .stat-number {
    font-size: 40px;
  }
  #features-29 .stat-icon i {
    font-size: 32px;
  }
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}


