/* style/resources-how-to-safely-access-link-vao-bong.css */

.page-resources-how-to-safely-access-link-vao-bong {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Ensure consistency with body background */
}

.page-resources-how-to-safely-access-link-vao-bong__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-safely-access-link-vao-bong__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: calc(80px + var(--header-offset, 120px)); /* Adjust for fixed header */
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
  background-color: #017439; /* Primary color as hero background */
}

.page-resources-how-to-safely-access-link-vao-bong__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-how-to-safely-access-link-vao-bong__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-safely-access-link-vao-bong__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-safely-access-link-vao-bong__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-safely-access-link-vao-bong__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-resources-how-to-safely-access-link-vao-bong__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-how-to-safely-access-link-vao-bong__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-how-to-safely-access-link-vao-bong__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-how-to-safely-access-link-vao-bong__subsection-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #017439;
}

.page-resources-how-to-safely-access-link-vao-bong__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-link-vao-bong__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-how-to-safely-access-link-vao-bong__list-item {
  margin-bottom: 10px;
}

.page-resources-how-to-safely-access-link-vao-bong__btn-primary,
.page-resources-how-to-safely-access-link-vao-bong__cta-button {
  display: inline-block;
  background-color: #C30808; /* Register/Login button color */
  color: #FFFF00; /* Register/Login font color */
  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;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.page-resources-how-to-safely-access-link-vao-bong__btn-primary:hover,
.page-resources-how-to-safely-access-link-vao-bong__cta-button:hover {
  background-color: #a00606;
  transform: translateY(-3px);
}

.page-resources-how-to-safely-access-link-vao-bong__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  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, transform 0.3s ease;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}

.page-resources-how-to-safely-access-link-vao-bong__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
  transform: translateY(-3px);
}

.page-resources-how-to-safely-access-link-vao-bong__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-safely-access-link-vao-bong__dark-bg {
  background-color: #0d0d0d; /* Slightly lighter dark background for sections */
  color: #ffffff;
}

.page-resources-how-to-safely-access-link-vao-bong__light-bg {
  background-color: #1a1a1a; /* Dark gray for contrast with dark-bg */
  color: #f0f0f0;
}

.page-resources-how-to-safely-access-link-vao-bong__content-section {
  padding: 60px 0;
}

.page-resources-how-to-safely-access-link-vao-bong__text-link {
  color: #FFFF00; /* Yellow for links */
  text-decoration: underline;
}

.page-resources-how-to-safely-access-link-vao-bong__text-link:hover {
  color: #017439;
}

/* FAQ Section */
.page-resources-how-to-safely-access-link-vao-bong__faq-section {
  padding: 60px 0;
}

.page-resources-how-to-safely-access-link-vao-bong__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-safely-access-link-vao-bong__faq-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for items */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-how-to-safely-access-link-vao-bong__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}

.page-resources-how-to-safely-access-link-vao-bong__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-safely-access-link-vao-bong__faq-question h3 {
  margin: 0;
  color: #ffffff;
}

.page-resources-how-to-safely-access-link-vao-bong__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFFF00;
}

.page-resources-how-to-safely-access-link-vao-bong__faq-item.active .page-resources-how-to-safely-access-link-vao-bong__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-safely-access-link-vao-bong__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-how-to-safely-access-link-vao-bong__faq-item.active .page-resources-how-to-safely-access-link-vao-bong__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px;
}

/* Call to Action Section */
.page-resources-how-to-safely-access-link-vao-bong__call-to-action {
  padding: 80px 0;
  text-align: center;
  background-color: #017439; /* Primary color */
  color: #ffffff;
}

.page-resources-how-to-safely-access-link-vao-bong__cta-button {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-safely-access-link-vao-bong__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-safely-access-link-vao-bong__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 50px;
    min-height: auto;
  }
  .page-resources-how-to-safely-access-link-vao-bong__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-safely-access-link-vao-bong__btn-primary,
  .page-resources-how-to-safely-access-link-vao-bong__btn-secondary,
  .page-resources-how-to-safely-access-link-vao-bong__cta-button,
  .page-resources-how-to-safely-access-link-vao-bong a[class*="button"],
  .page-resources-how-to-safely-access-link-vao-bong 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-safely-access-link-vao-bong__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__subsection-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__paragraph,
  .page-resources-how-to-safely-access-link-vao-bong__list-item {
    font-size: 1em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
  .page-resources-how-to-safely-access-link-vao-bong__content-section,
  .page-resources-how-to-safely-access-link-vao-bong__faq-section,
  .page-resources-how-to-safely-access-link-vao-bong__call-to-action {
    padding: 40px 0;
  }
  .page-resources-how-to-safely-access-link-vao-bong__container {
    padding: 0 15px;
  }
  .page-resources-how-to-safely-access-link-vao-bong__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__faq-answer {
    padding: 0 20px;
  }
  .page-resources-how-to-safely-access-link-vao-bong__faq-item.active .page-resources-how-to-safely-access-link-vao-bong__faq-answer {
    padding: 10px 20px;
  }
  .page-resources-how-to-safely-access-link-vao-bong__hero-buttons,
  .page-resources-how-to-safely-access-link-vao-bong__cta-buttons,
  .page-resources-how-to-safely-access-link-vao-bong__button-group,
  .page-resources-how-to-safely-access-link-vao-bong__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;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-safely-access-link-vao-bong__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__section-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-how-to-safely-access-link-vao-bong__btn-primary,
  .page-resources-how-to-safely-access-link-vao-bong__btn-secondary,
  .page-resources-how-to-safely-access-link-vao-bong__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
}