/* style/resources-go88-live-secure-download-tutorial.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-on-dark: #FFFFFF;
  --text-on-light: #333333;
  --background-dark: #0a0a0a;
  --background-light: #f5f5f5;
  --register-button-bg: #C30808;
  --login-button-bg: #C30808;
  --button-text-color: #FFFF00;
}

.page-resources-go88-live-secure-download-tutorial {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-on-dark); /* Default text color for dark body background */
  background-color: var(--background-dark); /* Ensure consistency with body */
}

.page-resources-go88-live-secure-download-tutorial__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  color: var(--text-on-dark);
  background-color: var(--primary-color);
  overflow: hidden;
}

.page-resources-go88-live-secure-download-tutorial__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-go88-live-secure-download-tutorial__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-on-dark);
}

.page-resources-go88-live-secure-download-tutorial__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-on-dark);
}

.page-resources-go88-live-secure-download-tutorial__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-go88-live-secure-download-tutorial__btn-primary,
.page-resources-go88-live-secure-download-tutorial__btn-secondary {
  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;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-go88-live-secure-download-tutorial__btn-primary {
  background-color: var(--register-button-bg); /* Custom color for register */
  color: var(--button-text-color); /* Custom color for button text */
  border: 2px solid var(--register-button-bg);
}

.page-resources-go88-live-secure-download-tutorial__btn-primary:hover {
  background-color: #e02a2a;
  border-color: #e02a2a;
}

.page-resources-go88-live-secure-download-tutorial__btn-secondary {
  background-color: transparent;
  color: var(--text-on-dark);
  border: 2px solid var(--text-on-dark);
}

.page-resources-go88-live-secure-download-tutorial__btn-secondary:hover {
  background-color: var(--text-on-dark);
  color: var(--primary-color);
}

.page-resources-go88-live-secure-download-tutorial__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-go88-live-secure-download-tutorial__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-go88-live-secure-download-tutorial__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-resources-go88-live-secure-download-tutorial__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-on-light);
}

.page-resources-go88-live-secure-download-tutorial__dark-bg {
  background-color: var(--background-dark);
  color: var(--text-on-dark);
}

.page-resources-go88-live-secure-download-tutorial__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-resources-go88-live-secure-download-tutorial__section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-resources-go88-live-secure-download-tutorial__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-go88-live-secure-download-tutorial__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: inherit;
}

.page-resources-go88-live-secure-download-tutorial__highlight {
  font-weight: bold;
  color: var(--primary-color);
}

.page-resources-go88-live-secure-download-tutorial__list,
.page-resources-go88-live-secure-download-tutorial__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: inherit;
}

.page-resources-go88-live-secure-download-tutorial__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-go88-live-secure-download-tutorial__inline-link {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-go88-live-secure-download-tutorial__inline-link:hover {
  color: #004d29;
}

.page-resources-go88-live-secure-download-tutorial__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-go88-live-secure-download-tutorial__video-section {
  position: relative;
  padding: 60px 20px;
  background-color: var(--background-dark);
  color: var(--text-on-dark);
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

.page-resources-go88-live-secure-download-tutorial__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 40px auto;
  border-radius: 8px;
}

.page-resources-go88-live-secure-download-tutorial__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-go88-live-secure-download-tutorial__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-resources-go88-live-secure-download-tutorial__cta-buttons--center {
  margin-top: 30px;
}

.page-resources-go88-live-secure-download-tutorial__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-go88-live-secure-download-tutorial__feature-card {
  background-color: var(--secondary-color);
  color: var(--text-on-light);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-go88-live-secure-download-tutorial__feature-card:hover {
  transform: translateY(-10px);
}

.page-resources-go88-live-secure-download-tutorial__feature-icon {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-go88-live-secure-download-tutorial__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-go88-live-secure-download-tutorial__feature-description {
  font-size: 1em;
  color: var(--text-on-light);
}

.page-resources-go88-live-secure-download-tutorial__faq-section {
  padding: 60px 20px;
  background-color: var(--secondary-color);
  color: var(--text-on-light);
}

.page-resources-go88-live-secure-download-tutorial__faq-list {
  margin-top: 40px;
}

.page-resources-go88-live-secure-download-tutorial__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-go88-live-secure-download-tutorial__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: var(--secondary-color);
  transition: background-color 0.3s ease;
  color: var(--text-on-light);
}

.page-resources-go88-live-secure-download-tutorial__faq-question:hover {
  background-color: #e6e6e6;
}

.page-resources-go88-live-secure-download-tutorial__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: inherit;
}

.page-resources-go88-live-secure-download-tutorial__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-resources-go88-live-secure-download-tutorial__faq-item.active .page-resources-go88-live-secure-download-tutorial__faq-toggle {
  transform: rotate(45deg);
  content: '−';
}

.page-resources-go88-live-secure-download-tutorial__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-on-light);
}

.page-resources-go88-live-secure-download-tutorial__faq-item.active .page-resources-go88-live-secure-download-tutorial__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-go88-live-secure-download-tutorial__faq-answer .page-resources-go88-live-secure-download-tutorial__paragraph {
  margin-bottom: 0;
}

.page-resources-go88-live-secure-download-tutorial__cta-section {
  background-color: var(--background-dark);
  color: var(--text-on-dark);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-go88-live-secure-download-tutorial__cta-container {
  position: relative;
  z-index: 1;
}

.page-resources-go88-live-secure-download-tutorial__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-go88-live-secure-download-tutorial__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-go88-live-secure-download-tutorial__hero-title {
    font-size: 2.4em;
  }
  .page-resources-go88-live-secure-download-tutorial__section-title {
    font-size: 1.8em;
  }
  .page-resources-go88-live-secure-download-tutorial__sub-title {
    font-size: 1.5em;
  }
  .page-resources-go88-live-secure-download-tutorial__paragraph,
  .page-resources-go88-live-secure-download-tutorial__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-go88-live-secure-download-tutorial {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-go88-live-secure-download-tutorial__hero-section,
  .page-resources-go88-live-secure-download-tutorial__content-area,
  .page-resources-go88-live-secure-download-tutorial__video-section,
  .page-resources-go88-live-secure-download-tutorial__faq-section,
  .page-resources-go88-live-secure-download-tutorial__cta-section {
    padding: 30px 15px;
  }
  .page-resources-go88-live-secure-download-tutorial__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-resources-go88-live-secure-download-tutorial__hero-title {
    font-size: 2em;
  }
  .page-resources-go88-live-secure-download-tutorial__hero-description {
    font-size: 1em;
  }
  .page-resources-go88-live-secure-download-tutorial__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-go88-live-secure-download-tutorial__btn-primary,
  .page-resources-go88-live-secure-download-tutorial__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-go88-live-secure-download-tutorial img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-go88-live-secure-download-tutorial__section,
  .page-resources-go88-live-secure-download-tutorial__card,
  .page-resources-go88-live-secure-download-tutorial__container,
  .page-resources-go88-live-secure-download-tutorial__video-section,
  .page-resources-go88-live-secure-download-tutorial__video-container,
  .page-resources-go88-live-secure-download-tutorial__video-wrapper,
  .page-resources-go88-live-secure-download-tutorial__cta-buttons,
  .page-resources-go88-live-secure-download-tutorial__button-group,
  .page-resources-go88-live-secure-download-tutorial__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-go88-live-secure-download-tutorial__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-go88-live-secure-download-tutorial__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-go88-live-secure-download-tutorial__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-go88-live-secure-download-tutorial__features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-go88-live-secure-download-tutorial__faq-question {
    padding: 15px 20px;
  }
  .page-resources-go88-live-secure-download-tutorial__faq-answer {
    padding: 0 20px;
  }
  .page-resources-go88-live-secure-download-tutorial__faq-item.active .page-resources-go88-live-secure-download-tutorial__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-go88-live-secure-download-tutorial__feature-icon {
    max-width: 150px;
  }
}