/* style/resources-how-to-download-play-go88.css */
.page-resources-how-to-download-play-go88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #f8f8f8;
}

.page-resources-how-to-download-play-go88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-how-to-download-play-go88__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  box-sizing: border-box;
}

.page-resources-how-to-download-play-go88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-how-to-download-play-go88__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-resources-how-to-download-play-go88__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 800px;
}

.page-resources-how-to-download-play-go88__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B400; /* Use accent color for title */
}

.page-resources-how-to-download-play-go88__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-how-to-download-play-go88__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-how-to-download-play-go88__btn-primary,
.page-resources-how-to-download-play-go88__btn-secondary {
  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, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-download-play-go88__btn-primary {
  background-color: #E0B400;
  color: #0A1931;
  border: 2px solid #E0B400;
}

.page-resources-how-to-download-play-go88__btn-primary:hover {
  background-color: #ffc933;
  border-color: #ffc933;
}

.page-resources-how-to-download-play-go88__btn-secondary {
  background-color: transparent;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-resources-how-to-download-play-go88__btn-secondary:hover {
  background-color: #E0B400;
  color: #0A1931;
}

/* General Section Styling */
.page-resources-how-to-download-play-go88__benefits-section,
.page-resources-how-to-download-play-go88__download-guide-section,
.page-resources-how-to-download-play-go88__register-login-section,
.page-resources-how-to-download-play-go88__video-section,
.page-resources-how-to-download-play-go88__features-section,
.page-resources-how-to-download-play-go88__tips-section,
.page-resources-how-to-download-play-go88__faq-section,
.page-resources-how-to-download-play-go88__cta-bottom-section {
  padding: 80px 0;
}

.page-resources-how-to-download-play-go88__dark-bg {
  background-color: #0A1931;
  color: #ffffff;
}

.page-resources-how-to-download-play-go88__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-how-to-download-play-go88__dark-bg .page-resources-how-to-download-play-go88__section-title {
  color: #E0B400;
}

.page-resources-how-to-download-play-go88__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: inherit;
}

/* Benefits Section */
.page-resources-how-to-download-play-go88__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-how-to-download-play-go88__benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
}

.page-resources-how-to-download-play-go88__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #0A1931;
}

/* Download Guide Section */
.page-resources-how-to-download-play-go88__guide-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.page-resources-how-to-download-play-go88__platform-guide {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  color: #ffffff;
}

.page-resources-how-to-download-play-go88__platform-title {
  font-size: 2em;
  margin-bottom: 25px;
  color: #E0B400;
  text-align: center;
}

.page-resources-how-to-download-play-go88__platform-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  object-fit: contain;
  max-height: 400px; /* Constrain image height */
}

.page-resources-how-to-download-play-go88__step-list {
  list-style: none;
  padding: 0;
}

.page-resources-how-to-download-play-go88__step-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-how-to-download-play-go88__step-list li strong {
  color: #E0B400;
}

/* Register/Login Section */
.page-resources-how-to-download-play-go88__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.page-resources-how-to-download-play-go88__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-how-to-download-play-go88__card .page-resources-how-to-download-play-go88__btn-primary,
.page-resources-how-to-download-play-go88__card .page-resources-how-to-download-play-go88__btn-secondary {
  margin-top: 20px;
  text-align: center;
}

/* Video Section */
.page-resources-how-to-download-play-go88__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
}

.page-resources-how-to-download-play-go88__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-download-play-go88__video-caption {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #f0f0f0;
}

/* Features Section */
.page-resources-how-to-download-play-go88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-how-to-download-play-go88__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #333333;
}

.page-resources-how-to-download-play-go88__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 8px;
}

/* Tips Section */
.page-resources-how-to-download-play-go88__tip-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
}

.page-resources-how-to-download-play-go88__tip-list li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #E0B400;
  border-radius: 8px;
  font-size: 1.1em;
}

.page-resources-how-to-download-play-go88__tip-list li strong {
  color: #E0B400;
}

/* FAQ Section */
.page-resources-how-to-download-play-go88__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-download-play-go88__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-how-to-download-play-go88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #0A1931;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-how-to-download-play-go88__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-download-play-go88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-resources-how-to-download-play-go88__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
  background-color: #ffffff;
}

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

/* CTA Bottom Section */
.page-resources-how-to-download-play-go88__cta-bottom-section {
  text-align: center;
  padding: 100px 0;
}

.page-resources-how-to-download-play-go88__cta-bottom-section .page-resources-how-to-download-play-go88__section-title {
  color: #E0B400;
}

.page-resources-how-to-download-play-go88__cta-bottom-section .page-resources-how-to-download-play-go88__section-intro {
  color: #ffffff;
}

.page-resources-how-to-download-play-go88__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Image and Video Responsiveness */
.page-resources-how-to-download-play-go88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-how-to-download-play-go88 video,
.page-resources-how-to-download-play-go88__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-resources-how-to-download-play-go88 {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-resources-how-to-download-play-go88__hero-section {
    height: auto;
    min-height: 450px;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-download-play-go88__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-download-play-go88__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-download-play-go88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-download-play-go88__btn-primary,
  .page-resources-how-to-download-play-go88__btn-secondary,
  .page-resources-how-to-download-play-go88 a[class*="button"],
  .page-resources-how-to-download-play-go88 a[class*="btn"] {
    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-play-go88__cta-buttons,
  .page-resources-how-to-download-play-go88__button-group,
  .page-resources-how-to-download-play-go88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-resources-how-to-download-play-go88__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-download-play-go88__benefits-section,
  .page-resources-how-to-download-play-go88__download-guide-section,
  .page-resources-how-to-download-play-go88__register-login-section,
  .page-resources-how-to-download-play-go88__video-section,
  .page-resources-how-to-download-play-go88__features-section,
  .page-resources-how-to-download-play-go88__tips-section,
  .page-resources-how-to-download-play-go88__faq-section,
  .page-resources-how-to-download-play-go88__cta-bottom-section {
    padding: 50px 0;
  }

  .page-resources-how-to-download-play-go88__guide-steps,
  .page-resources-how-to-download-play-go88__content-grid,
  .page-resources-how-to-download-play-go88__benefits-grid,
  .page-resources-how-to-download-play-go88__features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-download-play-go88__platform-image,
  .page-resources-how-to-download-play-go88__feature-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-how-to-download-play-go88 img,
  .page-resources-how-to-download-play-go88 video,
  .page-resources-how-to-download-play-go88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-download-play-go88__section,
  .page-resources-how-to-download-play-go88__card,
  .page-resources-how-to-download-play-go88__container,
  .page-resources-how-to-download-play-go88__video-section,
  .page-resources-how-to-download-play-go88__video-container,
  .page-resources-how-to-download-play-go88__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

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