.page-index-how-to-start-gaming-on-mnl77 {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-index-how-to-start-gaming-on-mnl77__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-how-to-start-gaming-on-mnl77__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  min-height: 600px;
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
}

.page-index-how-to-start-gaming-on-mnl77__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}

.page-index-how-to-start-gaming-on-mnl77__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index-how-to-start-gaming-on-mnl77__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
}

.page-index-how-to-start-gaming-on-mnl77__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-index-how-to-start-gaming-on-mnl77__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-how-to-start-gaming-on-mnl77__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-how-to-start-gaming-on-mnl77__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-index-how-to-start-gaming-on-mnl77__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-index-how-to-start-gaming-on-mnl77__button--register:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-index-how-to-start-gaming-on-mnl77__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-index-how-to-start-gaming-on-mnl77__button--login:hover {
  background-color: #e0a53a;
  color: #000000;
}

.page-index-how-to-start-gaming-on-mnl77__steps-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-index-how-to-start-gaming-on-mnl77__section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.page-index-how-to-start-gaming-on-mnl77__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
  color: #555555;
}

.page-index-how-to-start-gaming-on-mnl77__step-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-index-how-to-start-gaming-on-mnl77__step-card:nth-child(odd) {
  flex-direction: row-reverse;
}

.page-index-how-to-start-gaming-on-mnl77__step-icon {
  flex: 0 0 400px;
  min-width: 200px; /* Ensure minimum size */
}

.page-index-how-to-start-gaming-on-mnl77__step-icon img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-index-how-to-start-gaming-on-mnl77__step-content {
  flex: 1;
}

.page-index-how-to-start-gaming-on-mnl77__step-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #000000;
}

.page-index-how-to-start-gaming-on-mnl77__step-description {
  font-size: 1.05em;
  margin-bottom: 25px;
  color: #444444;
}

.page-index-how-to-start-gaming-on-mnl77__button--learn-more,
.page-index-how-to-start-gaming-on-mnl77__button--explore-games,
.page-index-how-to-start-gaming-on-mnl77__button--view-promos,
.page-index-how-to-start-gaming-on-mnl77__button--support,
.page-index-how-to-start-gaming-on-mnl77__button--start-playing {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-index-how-to-start-gaming-on-mnl77__button--learn-more:hover,
.page-index-how-to-start-gaming-on-mnl77__button--explore-games:hover,
.page-index-how-to-start-gaming-on-mnl77__button--view-promos:hover,
.page-index-how-to-start-gaming-on-mnl77__button--support:hover,
.page-index-how-to-start-gaming-on-mnl77__button--start-playing:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-index-how-to-start-gaming-on-mnl77__conclusion-card {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 40px;
  border-radius: 12px;
  margin-top: 60px;
}

.page-index-how-to-start-gaming-on-mnl77__conclusion-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-index-how-to-start-gaming-on-mnl77__conclusion-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-index-how-to-start-gaming-on-mnl77__faq-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.page-index-how-to-start-gaming-on-mnl77__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-how-to-start-gaming-on-mnl77__faq-question {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-index-how-to-start-gaming-on-mnl77__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-how-to-start-gaming-on-mnl77__hero-title {
    font-size: 3em;
  }
  .page-index-how-to-start-gaming-on-mnl77__hero-description {
    font-size: 1.1em;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-card {
    gap: 30px;
    padding: 30px;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-icon {
    flex: 0 0 300px;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-icon img {
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }
  .page-index-how-to-start-gaming-on-mnl77__section-title {
    font-size: 2.2em;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-title {
    font-size: 1.7em;
  }
  .page-index-how-to-start-gaming-on-mnl77__conclusion-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-how-to-start-gaming-on-mnl77__hero-section {
    min-height: 500px;
  }
  .page-index-how-to-start-gaming-on-mnl77__hero-title {
    font-size: 2.5em;
  }
  .page-index-how-to-start-gaming-on-mnl77__hero-description {
    font-size: 1em;
  }
  .page-index-how-to-start-gaming-on-mnl77__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-how-to-start-gaming-on-mnl77__button {
    width: 100%;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-card:nth-child(odd) {
    flex-direction: column;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-icon {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-icon img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }
  .page-index-how-to-start-gaming-on-mnl77__section-title {
    font-size: 1.8em;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-title {
    font-size: 1.5em;
  }
  .page-index-how-to-start-gaming-on-mnl77__conclusion-title {
    font-size: 1.8em;
  }
  .page-index-how-to-start-gaming-on-mnl77__conclusion-description {
    font-size: 1em;
  }
  .page-index-how-to-start-gaming-on-mnl77__faq-question {
    font-size: 1.2em;
  }
  .page-index-how-to-start-gaming-on-mnl77__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-index-how-to-start-gaming-on-mnl77__hero-title {
    font-size: 2em;
  }
  .page-index-how-to-start-gaming-on-mnl77__hero-description {
    font-size: 0.9em;
  }
  .page-index-how-to-start-gaming-on-mnl77__hero-content {
    padding: 20px 15px;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-card {
    padding: 20px;
  }
  .page-index-how-to-start-gaming-on-mnl77__section-title {
    font-size: 1.5em;
  }
  .page-index-how-to-start-gaming-on-mnl77__step-title {
    font-size: 1.3em;
  }
  .page-index-how-to-start-gaming-on-mnl77__conclusion-title {
    font-size: 1.5em;
  }
  .page-index-how-to-start-gaming-on-mnl77__conclusion-description {
    font-size: 0.9em;
  }
}