/* style/resources-troubleshooting-bong88-access.css */
.page-resources-troubleshooting-bong88-access {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Matches body background from shared.css */
}

.page-resources-troubleshooting-bong88-access__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-troubleshooting-bong88-access__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background-color: #26A9E0;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-troubleshooting-bong88-access__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting-bong88-access__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-bong88-access__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.page-resources-troubleshooting-bong88-access__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-troubleshooting-bong88-access__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-resources-troubleshooting-bong88-access__section-title--white {
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-bong88-access__text-block--white {
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__content-section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Dark background */
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__subsection-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-resources-troubleshooting-bong88-access__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-troubleshooting-bong88-access__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting-bong88-access__btn-primary,
.page-resources-troubleshooting-bong88-access__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, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-troubleshooting-bong88-access__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-troubleshooting-bong88-access__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-troubleshooting-bong88-access__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-troubleshooting-bong88-access__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__btn-login {
  background-color: #EA7C07;
  border-color: #EA7C07;
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__btn-login:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-resources-troubleshooting-bong88-access__video-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Slightly darker for contrast */
  text-align: center;
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 960px; /* Max width for video */
  width: 100%;
  margin: 40px auto 0;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.page-resources-troubleshooting-bong88-access__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-resources-troubleshooting-bong88-access__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.page-resources-troubleshooting-bong88-access__faq-section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Dark background */
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__faq-list {
  margin-top: 40px;
}

.page-resources-troubleshooting-bong88-access__faq-item {
  background-color: #1c1c1c;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-troubleshooting-bong88-access__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: #2a2a2a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary */
}

.page-resources-troubleshooting-bong88-access__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-troubleshooting-bong88-access__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-troubleshooting-bong88-access__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #cccccc;
}

.page-resources-troubleshooting-bong88-access__faq-answer p {
  margin-top: 15px;
}

.page-resources-troubleshooting-bong88-access__call-to-action {
  padding: 80px 0;
  background-color: #26A9E0;
  text-align: center;
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-troubleshooting-bong88-access__hero-title {
    font-size: 2.4em;
  }

  .page-resources-troubleshooting-bong88-access__section-title {
    font-size: 2em;
  }

  .page-resources-troubleshooting-bong88-access__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-troubleshooting-bong88-access {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-troubleshooting-bong88-access__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-troubleshooting-bong88-access__hero-title {
    font-size: 2em;
  }

  .page-resources-troubleshooting-bong88-access__hero-description {
    font-size: 1em;
  }

  .page-resources-troubleshooting-bong88-access__section-title {
    font-size: 1.8em;
  }

  .page-resources-troubleshooting-bong88-access__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-troubleshooting-bong88-access__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-troubleshooting-bong88-access__btn-primary,
  .page-resources-troubleshooting-bong88-access__btn-secondary,
  .page-resources-troubleshooting-bong88-access a[class*="button"],
  .page-resources-troubleshooting-bong88-access a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-troubleshooting-bong88-access__content-image,
  .page-resources-troubleshooting-bong88-access img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-troubleshooting-bong88-access__content-section,
  .page-resources-troubleshooting-bong88-access__video-section,
  .page-resources-troubleshooting-bong88-access__faq-section,
  .page-resources-troubleshooting-bong88-access__call-to-action,
  .page-resources-troubleshooting-bong88-access__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-troubleshooting-bong88-access__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-troubleshooting-bong88-access video,
  .page-resources-troubleshooting-bong88-access__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-troubleshooting-bong88-access__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-troubleshooting-bong88-access__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-troubleshooting-bong88-access__hero-title {
    font-size: 1.8em;
  }

  .page-resources-troubleshooting-bong88-access__section-title {
    font-size: 1.6em;
  }

  .page-resources-troubleshooting-bong88-access__subsection-title {
    font-size: 1.2em;
  }
}