
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#mobile-app-13 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#mobile-app-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#mobile-app-13 .container {
  position: relative;
  z-index: 2;
}
#mobile-app-13 .content-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-13 .overlay-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#mobile-app-13 .overlay-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.9;
}
#mobile-app-13 .app-download-buttons-overlay {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-13 .btn-download-app-overlay {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#mobile-app-13 .btn-download-app-overlay:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
#mobile-app-13 .btn-download-app-overlay i {
  font-size: 1.9em;
  margin-right: 12px;
}
#mobile-app-13 .btn-download-app-overlay .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-13 .btn-download-app-overlay .button-text span:first-child {
  font-size: 0.8em;
  opacity: 0.8;
}
#mobile-app-13 .btn-download-app-overlay .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #mobile-app-13 {
    padding: 80px 0;
  }
  #mobile-app-13 .overlay-title {
    font-size: 2rem;
  }
}



#game-section-7 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-7 .modes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#game-section-7 .mode-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#game-section-7 .mode-card:hover {
  transform: translateY(-5px);
}
#game-section-7 .mode-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#game-section-7 .mode-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #333;
}
#game-section-7 .mode-card p {
  font-size: 1rem;
  color: #555;
}



#how-it-works-25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-25 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-25 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-25 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-25 .vertical-stepper-container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
}
#how-it-works-25 .vertical-stepper-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 0;
}
#how-it-works-25 .stepper-item {
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
#how-it-works-25 .stepper-item:last-child {
  margin-bottom: 0;
}
#how-it-works-25 .stepper-item-content-wrapper {
  width: calc(50% - 40px);
  position: relative;
}
#how-it-works-25 .stepper-item:nth-child(odd) .stepper-item-content-wrapper {
  order: 1;
  padding-right: 40px;
  text-align: right;
}
#how-it-works-25 .stepper-item:nth-child(even) .stepper-item-content-wrapper {
  order: 3;
  margin-left: calc(50% + 40px);
  padding-left: 40px;
  text-align: left;
}
#how-it-works-25 .stepper-marker {
  width: 50px;
  height: 50px;
  line-height: 42px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #0d6efd;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px #0d6efd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 1;
  order: 2;
}
#how-it-works-25 .stepper-item-content {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}
#how-it-works-25 .stepper-item-content .item-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 8px;
  display: block;
}
#how-it-works-25 .stepper-item:nth-child(odd) .stepper-item-content .item-icon {
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
}
#how-it-works-25
  .stepper-item:nth-child(even)
  .stepper-item-content
  .item-icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
#how-it-works-25 .stepper-item-content .item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
}
#how-it-works-25 .stepper-item-content .item-description {
  font-size: 0.9rem;
  color: #5a6778;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  #how-it-works-25 .vertical-stepper-container::after {
    left: 25px;
    margin-left: 0;
  }
  #how-it-works-25 .stepper-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #how-it-works-25 .stepper-marker {
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  #how-it-works-25 .stepper-item-content-wrapper,
  #how-it-works-25 .stepper-item:nth-child(even) .stepper-item-content-wrapper {
    width: 100%;
    order: 2;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
  }
  #how-it-works-25
    .stepper-item:nth-child(odd)
    .stepper-item-content
    .item-icon,
  #how-it-works-25
    .stepper-item:nth-child(even)
    .stepper-item-content
    .item-icon {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


