/* style/resources-789fbet-popular-games.css */
.page-resources-789fbet-popular-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFFFFF; /* Default text color on dark backgrounds */
  background-color: #0A192F; /* Main background color */
}

.page-resources-789fbet-popular-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-789fbet-popular-games__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0A192F 0%, #302a66 100%); /* Dark blue to a slightly lighter variant */
  position: relative;
  overflow: hidden;
}

.page-resources-789fbet-popular-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-789fbet-popular-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-789fbet-popular-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-resources-789fbet-popular-games__main-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-789fbet-popular-games__subtitle {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
}

.page-resources-789fbet-popular-games__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-789fbet-popular-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-789fbet-popular-games__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-789fbet-popular-games__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-789fbet-popular-games__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-789fbet-popular-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-789fbet-popular-games__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-resources-789fbet-popular-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-789fbet-popular-games__section--dark {
  background-color: #1a2a47; /* Slightly lighter dark blue for contrast */
}

.page-resources-789fbet-popular-games__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-resources-789fbet-popular-games__section-description {
  font-size: 1.1em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-789fbet-popular-games__feature-list,
.page-resources-789fbet-popular-games__promo-list,
.page-resources-789fbet-popular-games__contact-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-789fbet-popular-games__feature-list li,
.page-resources-789fbet-popular-games__promo-list li,
.page-resources-789fbet-popular-games__contact-list li {
  background-color: #0A192F;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: center;
}

.page-resources-789fbet-popular-games__feature-list li strong,
.page-resources-789fbet-popular-games__promo-list li strong,
.page-resources-789fbet-popular-games__contact-list li strong {
  color: #FFD700;
  margin-right: 10px;
}

.page-resources-789fbet-popular-games__game-category {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  text-align: left;
}

.page-resources-789fbet-popular-games__game-category--reverse {
  flex-direction: row-reverse;
}

.page-resources-789fbet-popular-games__game-content {
  flex: 1;
}

.page-resources-789fbet-popular-games__game-content h3 {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-789fbet-popular-games__game-content p {
  color: #E0E0E0;
  margin-bottom: 20px;
}

.page-resources-789fbet-popular-games__game-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-resources-789fbet-popular-games__game-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-789fbet-popular-games__step-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-789fbet-popular-games__step-list li {
  background-color: #0A192F;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-789fbet-popular-games__step-list li strong {
  color: #FFD700;
}

.page-resources-789fbet-popular-games__note {
  font-style: italic;
  color: #FFD700;
  margin-top: 30px;
  font-size: 1em;
}

.page-resources-789fbet-popular-games__guide-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-789fbet-popular-games__app-download-section {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  text-align: left;
}

.page-resources-789fbet-popular-games__app-image {
  flex: 1;
  max-width: 300px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-789fbet-popular-games__app-text-content {
  flex: 2;
}

.page-resources-789fbet-popular-games__app-text-content h4 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-789fbet-popular-games__app-text-content ul {
  list-style: disc inside;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-resources-789fbet-popular-games__app-text-content ul li {
  margin-bottom: 10px;
}

.highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-789fbet-popular-games__main-title {
    font-size: 2.8em;
  }

  .page-resources-789fbet-popular-games__section-title {
    font-size: 2.2em;
  }

  .page-resources-789fbet-popular-games__game-category,
  .page-resources-789fbet-popular-games__game-category--reverse,
  .page-resources-789fbet-popular-games__app-download-section {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-789fbet-popular-games__game-content,
  .page-resources-789fbet-popular-games__game-image-wrapper,
  .page-resources-789fbet-popular-games__app-image,
  .page-resources-789fbet-popular-games__app-text-content {
    flex: none;
    width: 100%;
  }

  .page-resources-789fbet-popular-games__game-image,
  .page-resources-789fbet-popular-games__app-image {
    max-width: 80%;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .page-resources-789fbet-popular-games__hero {
    padding: 60px 15px;
  }

  .page-resources-789fbet-popular-games__main-title {
    font-size: 2.2em;
  }

  .page-resources-789fbet-popular-games__subtitle {
    font-size: 1.1em;
  }

  .page-resources-789fbet-popular-games__section {
    padding: 40px 0;
  }

  .page-resources-789fbet-popular-games__section-title {
    font-size: 1.8em;
  }

  .page-resources-789fbet-popular-games__section-description {
    font-size: 1em;
  }

  .page-resources-789fbet-popular-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-789fbet-popular-games__cta-group {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-789fbet-popular-games__main-title {
    font-size: 1.8em;
  }

  .page-resources-789fbet-popular-games__section-title {
    font-size: 1.5em;
  }

  .page-resources-789fbet-popular-games__feature-list li,
  .page-resources-789fbet-popular-games__promo-list li,
  .page-resources-789fbet-popular-games__contact-list li,
  .page-resources-789fbet-popular-games__step-list li {
    font-size: 0.95em;
    padding: 15px;
  }

  .page-resources-789fbet-popular-games__game-content h3 {
    font-size: 1.5em;
  }

  .page-resources-789fbet-popular-games__game-image,
  .page-resources-789fbet-popular-games__app-image {
    max-width: 100%;
  }
}