/* style/resources-how-to-download-789-game.css */

/* Base Styles */
.page-resources-how-to-download-789-game {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Default background for the page content */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-how-to-download-789-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-download-789-game__section-title {
  font-size: 2.5rem;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-how-to-download-789-game__section-description {
  font-size: 1.1rem;
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-download-789-game__btn-primary {
  display: inline-block;
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-how-to-download-789-game__btn-primary:hover {
  background-color: #a30606;
}

.page-resources-how-to-download-789-game__btn-secondary {
  display: inline-block;
  background-color: #FFFFFF;
  color: #017439;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #017439;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-how-to-download-789-game__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

/* Hero Section */
.page-resources-how-to-download-789-game__hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 80px 20px;
  background-color: #f8f8f8;
  gap: 40px;
}

.page-resources-how-to-download-789-game__hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-resources-how-to-download-789-game__hero-title {
  font-size: 3.5rem;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-how-to-download-789-game__hero-description {
  font-size: 1.2rem;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-how-to-download-789-game__hero-cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-download-789-game__hero-image-wrapper {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-how-to-download-789-game__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}

/* Video Section */
.page-resources-how-to-download-789-game__video-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
}

.page-resources-how-to-download-789-game__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.page-resources-how-to-download-789-game__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Why Choose Section */
.page-resources-how-to-download-789-game__why-choose-section {
  padding: 80px 20px;
}

.page-resources-how-to-download-789-game__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__section-title,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__section-description {
  color: #ffffff;
}

.page-resources-how-to-download-789-game__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-download-789-game__feature-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-resources-how-to-download-789-game__feature-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-how-to-download-789-game__feature-text {
  font-size: 1rem;
  color: #f0f0f0;
}

/* Download Guide Section */
.page-resources-how-to-download-789-game__download-guide-section {
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.page-resources-how-to-download-789-game__download-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-resources-how-to-download-789-game__step-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-how-to-download-789-game__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
}

.page-resources-how-to-download-789-game__step-title {
  font-size: 2rem;
  color: #017439;
  margin-bottom: 20px;
}

.page-resources-how-to-download-789-game__step-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-resources-how-to-download-789-game__step-list li {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #333333;
}

.page-resources-how-to-download-789-game__step-subtitle {
  font-size: 1.2rem;
  color: #017439;
  margin-bottom: 5px;
}

.page-resources-how-to-download-789-game__step-list p {
  margin-top: 5px;
  color: #555555;
}

.page-resources-how-to-download-789-game__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* Register Section */
.page-resources-how-to-download-789-game__register-section {
  padding: 80px 20px;
}

.page-resources-how-to-download-789-game__info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-download-789-game__info-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-resources-how-to-download-789-game__info-card .page-resources-how-to-download-789-game__info-title {
  color: #ffffff;
}

.page-resources-how-to-download-789-game__info-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #017439;
}

.page-resources-how-to-download-789-game__info-text {
  font-size: 1rem;
  color: #f0f0f0;
}

/* Deposit Section */
.page-resources-how-to-download-789-game__deposit-section {
  padding: 80px 20px;
  background-color: #f8f8f8;
}

/* Games Section */
.page-resources-how-to-download-789-game__games-section {
  padding: 80px 20px;
}

.page-resources-how-to-download-789-game__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-download-789-game__game-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-resources-how-to-download-789-game__game-card .page-resources-how-to-download-789-game__game-title {
  color: #ffffff;
}

.page-resources-how-to-download-789-game__game-card .page-resources-how-to-download-789-game__game-text {
  color: #f0f0f0;
}

.page-resources-how-to-download-789-game__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-how-to-download-789-game__game-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #017439;
}

.page-resources-how-to-download-789-game__game-text {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-how-to-download-789-game__game-link {
  color: #FFFF00;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-download-789-game__game-link:hover {
  color: #f5f5f5;
}

/* Promotions Section */
.page-resources-how-to-download-789-game__promotions-section {
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.page-resources-how-to-download-789-game__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-download-789-game__promo-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-download-789-game__promo-title {
  font-size: 1.8rem;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-how-to-download-789-game__promo-text {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
}

/* Support Section */
.page-resources-how-to-download-789-game__support-section {
  padding: 80px 20px;
  text-align: center;
}

.page-resources-how-to-download-789-game__contact-info p {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-how-to-download-789-game__contact-link {
  color: #FFFF00;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-download-789-game__contact-link:hover {
  color: #f5f5f5;
}

.page-resources-how-to-download-789-game__support-image {
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-resources-how-to-download-789-game__faq-section {
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.page-resources-how-to-download-789-game__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-resources-how-to-download-789-game__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-how-to-download-789-game__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-download-789-game__faq-question:hover {
  background-color: #e0f2f1;
}

.page-resources-how-to-download-789-game__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #017439;
  transition: transform 0.3s ease;
}

.page-resources-how-to-download-789-game__faq-item.active .page-resources-how-to-download-789-game__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-download-789-game__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  font-size: 1rem;
}

.page-resources-how-to-download-789-game__faq-item.active .page-resources-how-to-download-789-game__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

/* Conclusion Section */
.page-resources-how-to-download-789-game__conclusion-section {
  padding: 80px 20px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-how-to-download-789-game__hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-download-789-game {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-download-789-game__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 15px;
  }

  .page-resources-how-to-download-789-game__hero-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .page-resources-how-to-download-789-game__hero-title {
    font-size: 2.5rem;
  }

  .page-resources-how-to-download-789-game__hero-description {
    font-size: 1rem;
  }

  .page-resources-how-to-download-789-game__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-resources-how-to-download-789-game__btn-primary,
  .page-resources-how-to-download-789-game__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-download-789-game__hero-image-wrapper {
    min-width: unset;
    max-width: 100%;
  }

  .page-resources-how-to-download-789-game__section-title {
    font-size: 2rem;
  }

  .page-resources-how-to-download-789-game__section-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-resources-how-to-download-789-game__video-section,
  .page-resources-how-to-download-789-game__why-choose-section,
  .page-resources-how-to-download-789-game__download-guide-section,
  .page-resources-how-to-download-789-game__register-section,
  .page-resources-how-to-download-789-game__deposit-section,
  .page-resources-how-to-download-789-game__games-section,
  .page-resources-how-to-download-789-game__promotions-section,
  .page-resources-how-to-download-789-game__support-section,
  .page-resources-how-to-download-789-game__faq-section,
  .page-resources-how-to-download-789-game__conclusion-section {
    padding: 50px 15px;
  }

  .page-resources-how-to-download-789-game__container {
    padding: 0 15px;
  }

  .page-resources-how-to-download-789-game img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-download-789-game__video,
  .page-resources-how-to-download-789-game__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-how-to-download-789-game__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-download-789-game__feature-card,
  .page-resources-how-to-download-789-game__step-card,
  .page-resources-how-to-download-789-game__info-card,
  .page-resources-how-to-download-789-game__game-card,
  .page-resources-how-to-download-789-game__promo-card {
    padding: 20px;
  }

  .page-resources-how-to-download-789-game__feature-title,
  .page-resources-how-to-download-789-game__step-title,
  .page-resources-how-to-download-789-game__info-title,
  .page-resources-how-to-download-789-game__game-title,
  .page-resources-how-to-download-789-game__promo-title {
    font-size: 1.5rem;
  }

  .page-resources-how-to-download-789-game__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-resources-how-to-download-789-game__faq-answer {
    padding: 0 15px;
  }

  .page-resources-how-to-download-789-game__faq-item.active .page-resources-how-to-download-789-game__faq-answer {
    padding: 15px !important;
  }

  .page-resources-how-to-download-789-game__support-image {
    max-width: 100%;
  }
}

/* Color Contrast Fixes (Intelligent application based on background) */
/* The primary page background is white, so default text color is dark. */
/* Sections with dark background will have white text. */
.page-resources-how-to-download-789-game__dark-bg {
  background: #017439;
  color: #ffffff;
}

.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__section-title,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__section-description,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__info-title,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__info-text,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__game-title,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__game-text,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__contact-info p {
  color: #ffffff;
}

/* Ensure contrast for card-like elements on dark background */
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__feature-card,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__info-card,
.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__game-card {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__game-link {
  color: #FFFF00;
}

.page-resources-how-to-download-789-game__dark-bg .page-resources-how-to-download-789-game__game-link:hover {
  color: #f5f5f5;
}

/* Text on light background should be dark */
.page-resources-how-to-download-789-game__download-guide-section,
.page-resources-how-to-download-789-game__deposit-section,
.page-resources-how-to-download-789-game__promotions-section,
.page-resources-how-to-download-789-game__faq-section {
  background-color: #f8f8f8;
  color: #333333;
}

.page-resources-how-to-download-789-game__download-guide-section .page-resources-how-to-download-789-game__section-title,
.page-resources-how-to-download-789-game__deposit-section .page-resources-how-to-download-789-game__section-title,
.page-resources-how-to-download-789-game__promotions-section .page-resources-how-to-download-789-game__section-title,
.page-resources-how-to-download-789-game__faq-section .page-resources-how-to-download-789-game__section-title {
  color: #017439;
}

.page-resources-how-to-download-789-game__download-guide-section .page-resources-how-to-download-789-game__section-description,
.page-resources-how-to-download-789-game__deposit-section .page-resources-how-to-download-789-game__section-description,
.page-resources-how-to-download-789-game__promotions-section .page-resources-how-to-download-789-game__section-description,
.page-resources-how-to-download-789-game__faq-section .page-resources-how-to-download-789-game__section-description {
  color: #555555;
}

.page-resources-how-to-download-789-game__step-card,
.page-resources-how-to-download-789-game__promo-card,
.page-resources-how-to-download-789-game__faq-item {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-download-789-game__step-card .page-resources-how-to-download-789-game__step-title,
.page-resources-how-to-download-789-game__step-card .page-resources-how-to-download-789-game__step-subtitle,
.page-resources-how-to-download-789-game__promo-card .page-resources-how-to-download-789-game__promo-title,
.page-resources-how-to-download-789-game__faq-question {
  color: #017439;
}

.page-resources-how-to-download-789-game__step-list p,
.page-resources-how-to-download-789-game__promo-card .page-resources-how-to-download-789-game__promo-text,
.page-resources-how-to-download-789-game__faq-answer {
  color: #555555;
}