/* style/resources-888vnd-sports-betting-strategy.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --login-color: #EA7C07;
  --background-color-page: #FFFFFF;
}

.page-resources-888vnd-sports-betting-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light background */
  background-color: var(--background-color-page);
}

.page-resources-888vnd-sports-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-888vnd-sports-betting-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-888vnd-sports-betting-strategy__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-888vnd-sports-betting-strategy__hero-content {
  position: relative;
  z-index: 3;
  color: var(--text-light);
  max-width: 900px;
  padding: 20px;
}

.page-resources-888vnd-sports-betting-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--secondary-color);
}

.page-resources-888vnd-sports-betting-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-888vnd-sports-betting-strategy__btn-primary {
  display: inline-block;
  background: var(--primary-color);
  color: var(--text-light);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-888vnd-sports-betting-strategy__btn-primary:hover {
  background-color: #1e87c0; /* Slightly darker primary color */
}

.page-resources-888vnd-sports-betting-strategy__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background: var(--background-color-page);
  color: var(--text-dark);
}

.page-resources-888vnd-sports-betting-strategy__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 15px;
}

.page-resources-888vnd-sports-betting-strategy__sub-title {
  font-size: 1.8em;
  color: var(--text-dark);
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-888vnd-sports-betting-strategy__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-888vnd-sports-betting-strategy__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.1);
}

.page-resources-888vnd-sports-betting-strategy__video-container {
  margin: 40px auto;
  max-width: 800px;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-888vnd-sports-betting-strategy__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.page-resources-888vnd-sports-betting-strategy__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-888vnd-sports-betting-strategy__video-caption {
  text-align: center;
  font-style: italic;
  margin-top: 15px;
  color: var(--text-dark);
}

.page-resources-888vnd-sports-betting-strategy__faq-container {
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.page-resources-888vnd-sports-betting-strategy__faq-item {
  border-bottom: 1px solid #eee;
}

.page-resources-888vnd-sports-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-resources-888vnd-sports-betting-strategy__faq-question:hover {
  color: #1e87c0; /* Slightly darker primary color */
}

.page-resources-888vnd-sports-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-888vnd-sports-betting-strategy__faq-item.active .page-resources-888vnd-sports-betting-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-888vnd-sports-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-dark);
}

.page-resources-888vnd-sports-betting-strategy__faq-item.active .page-resources-888vnd-sports-betting-strategy__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px;
}

.page-resources-888vnd-sports-betting-strategy__cta-section {
  position: relative;
  margin-top: 60px;
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}

.page-resources-888vnd-sports-betting-strategy__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-resources-888vnd-sports-betting-strategy__cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-888vnd-sports-betting-strategy__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.page-resources-888vnd-sports-betting-strategy__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-888vnd-sports-betting-strategy__hero-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-888vnd-sports-betting-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-888vnd-sports-betting-strategy__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header on mobile */
  }

  .page-resources-888vnd-sports-betting-strategy__hero-title {
    font-size: 2em;
  }

  .page-resources-888vnd-sports-betting-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-888vnd-sports-betting-strategy__btn-primary {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-resources-888vnd-sports-betting-strategy__content-area {
    padding: 30px 15px;
  }

  .page-resources-888vnd-sports-betting-strategy__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-resources-888vnd-sports-betting-strategy__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-resources-888vnd-sports-betting-strategy__paragraph {
    font-size: 1em;
  }

  .page-resources-888vnd-sports-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-888vnd-sports-betting-strategy__image-container,
  .page-resources-888vnd-sports-betting-strategy__video-container,
  .page-resources-888vnd-sports-betting-strategy__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-888vnd-sports-betting-strategy video,
  .page-resources-888vnd-sports-betting-strategy__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-888vnd-sports-betting-strategy__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-888vnd-sports-betting-strategy__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-888vnd-sports-betting-strategy__cta-button,
  .page-resources-888vnd-sports-betting-strategy__btn-primary,
  .page-resources-888vnd-sports-betting-strategy__btn-secondary,
  .page-resources-888vnd-sports-betting-strategy a[class*="button"],
  .page-resources-888vnd-sports-betting-strategy 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-888vnd-sports-betting-strategy__cta-buttons,
  .page-resources-888vnd-sports-betting-strategy__button-group,
  .page-resources-888vnd-sports-betting-strategy__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-888vnd-sports-betting-strategy__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-resources-888vnd-sports-betting-strategy__hero-title {
    font-size: 1.8em;
  }
}

/* Color contrast enforcement */
.page-resources-888vnd-sports-betting-strategy__dark-bg {
  background: var(--primary-color);
  color: var(--text-light);
}

.page-resources-888vnd-sports-betting-strategy__light-bg {
  background: var(--background-color-page);
  color: var(--text-dark);
}

.page-resources-888vnd-sports-betting-strategy__btn-primary {
  background: var(--primary-color);
  color: var(--text-light);
  border: 2px solid transparent;
}

.page-resources-888vnd-sports-betting-strategy__btn-primary:hover {
  background-color: #1e87c0;
}

.page-resources-888vnd-sports-betting-strategy__cta-section .page-resources-888vnd-sports-betting-strategy__btn-primary {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-888vnd-sports-betting-strategy__cta-section .page-resources-888vnd-sports-betting-strategy__btn-primary:hover {
  background: #f0f0f0;
  color: var(--primary-color);
}