/* style/resources-how-to-access-vn88.css */

/* Base styles for the page */
.page-resources-how-to-access-vn88 {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
}

/* Hero Section */
.page-resources-how-to-access-vn88__hero-section {
  position: relative;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #0a0a0a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-resources-how-to-access-vn88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-how-to-access-vn88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-resources-how-to-access-vn88__hero-title {
  font-size: 3.2em;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-how-to-access-vn88__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-access-vn88__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* General Content Area */
.page-resources-how-to-access-vn88__content-area {
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  padding: 60px 0;
}

.page-resources-how-to-access-vn88__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-how-to-access-vn88__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-access-vn88__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-how-to-access-vn88__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-access-vn88__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-access-vn88__inline-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-how-to-access-vn88__inline-link:hover {
  color: #007bff;
}

.page-resources-how-to-access-vn88__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.page-resources-how-to-access-vn88__btn-primary,
.page-resources-how-to-access-vn88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-how-to-access-vn88__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-access-vn88__btn-primary:hover {
  background-color: #1a8cc4;
  transform: translateY(-2px);
}

.page-resources-how-to-access-vn88__btn-secondary {
  background-color: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-access-vn88__btn-secondary:hover {
  background-color: #d16b00;
  transform: translateY(-2px);
}

.page-resources-how-to-access-vn88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-how-to-access-vn88__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* FAQ Section */
.page-resources-how-to-access-vn88__faq-container {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.page-resources-how-to-access-vn88__faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-how-to-access-vn88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-resources-how-to-access-vn88__faq-question:hover {
  color: #26A9E0;
}

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

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

.page-resources-how-to-access-vn88__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-how-to-access-vn88__faq-item.active .page-resources-how-to-access-vn88__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 15px 20px 15px;
}

/* CTA Section at bottom */
.page-resources-how-to-access-vn88__cta-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 60px;
  border-radius: 8px;
}

.page-resources-how-to-access-vn88__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-how-to-access-vn88__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

/* Specific background color classes for contrast */
.page-resources-how-to-access-vn88__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-how-to-access-vn88__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-how-to-access-vn88__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-access-vn88__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-access-vn88__sub-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-access-vn88__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-access-vn88 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-access-vn88__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-how-to-access-vn88__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-access-vn88__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-access-vn88__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-access-vn88__btn-primary,
  .page-resources-how-to-access-vn88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-access-vn88__content-area {
    padding: 40px 0;
  }
  .page-resources-how-to-access-vn88__container {
    padding: 0 15px;
  }
  .page-resources-how-to-access-vn88__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-how-to-access-vn88__sub-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-access-vn88__paragraph,
  .page-resources-how-to-access-vn88__list-item {
    font-size: 1em;
  }
  .page-resources-how-to-access-vn88__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-how-to-access-vn88__faq-question {
    font-size: 1.1em;
    padding: 15px 0;
  }
  .page-resources-how-to-access-vn88__faq-answer {
    padding: 0 10px;
  }
  .page-resources-how-to-access-vn88__faq-item.active .page-resources-how-to-access-vn88__faq-answer {
    padding: 10px 10px 15px 10px;
  }
  .page-resources-how-to-access-vn88__cta-section {
    padding: 40px 15px;
  }
  .page-resources-how-to-access-vn88__cta-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-access-vn88__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}