body {
  background-color: #0d0f1a;
  color: #ccc;
  font-family: "Orbitron", sans-serif;
}

.section-title,
.hero-title {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 24px;
  text-align: left;
  position: relative;
  color: transparent;
  background: linear-gradient(
    90deg,
    #8a49d6,
    #c084fc,
    #b5179e,
    #a855f7,
    #8a49d6
  );
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-subtitle,
.section-subtitle {
  color: #aaa;
}

.section-padding {
  padding: 60px 0;
}
.gaming-features {
  background-color: #12121a;
}
.feature-box {
  text-align: center;
}

.feature-box img {
  filter: brightness(1) contrast(1);
  height: 60px;
}

.glow-box {
  background: #181824;
  border: 2px solid #2d2d3a;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.glow-box:hover {
  transform: translateY(-12px) scale(1);
  border: 2px solid #8a49d6;
}

.feature-box h5 {
  color: #fff;
}

.feature-box p {
  color: #bdbdbd;
}

.feature-list {
  list-style: disc;
  padding-left: 1.5rem;
}

.feature-list li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #afafaf;
}

.process-image {
  border: 2px solid #8a49d6;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.process-image:hover {
  transform: scale(1.04);
  box-shadow: 0 0 25px #8a49d6;
}

@media (max-width: 992px) {
  .hero-section .hero-content,
  .text-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .hero-section img.hero-img,
  .feature-section img {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding-bottom: 16px;
    margin: 0 auto;
  }

  .section-title,
  .hero-title {
    font-size: 36px;
    text-align: center;
  }

  .hero-subtitle,
  .section-subtitle {
    font-size: 15px;
    text-align: center;
  }

  .feature-list {
    text-align: left;
    padding-left: 1rem;
  }

  .feature-list li {
    font-size: 16px;
  }

  .feature-section .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  
}
@media only screen and (max-width: 576px) {
  .section-title,
  .hero-title {
    font-size: 32px;
  }
}
