/* style/resources-how-to-use-bongdalu-scores-for-sports-betting.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #ffffff;
  --bg-dark: #017439;
  --btn-register-bg: #C30808;
  --btn-login-bg: #C30808;
  --btn-font-color: #FFFF00;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light backgrounds */
  background-color: var(--bg-light); /* Default body background is white */
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: var(--primary-color);
  color: var(--text-light);
  overflow: hidden;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__btn-primary,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__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;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__btn-primary {
  background-color: var(--btn-register-bg); /* Custom color for register */
  color: var(--btn-font-color); /* Custom font color for register/login */
  border: 2px solid var(--btn-register-bg);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__btn-primary:hover {
  background-color: #a30707;
  border-color: #a30707;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__btn-secondary {
  background-color: transparent;
  color: var(--btn-font-color); /* Custom font color for register/login */
  border: 2px solid var(--btn-login-bg); /* Custom color for login */
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__btn-secondary:hover {
  background-color: var(--btn-login-bg);
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__content-section {
  padding: 60px 20px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__light-bg {
  background-color: var(--bg-light);
  color: var(--text-dark);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__dark-bg {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  color: inherit; /* Inherit color from section for contrast */
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__subsection-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__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);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__feature-list,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__checklist,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__tip-list,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__advantage-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__feature-item,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__checklist-item,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__tip-item,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__advantage-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__feature-item:hover,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__checklist-item:hover,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__tip-item:hover,
.page-resources-how-to-use-bongdalu-scores-for-sports-betting__advantage-item:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__feature-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__feature-description {
  font-size: 1em;
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__checklist-item {
  background-color: var(--bg-light);
  color: var(--text-dark);
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__tip-item {
  background-color: var(--bg-light);
  color: var(--text-dark);
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__advantage-item {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__cta-block {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__cta-text {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: var(--text-light);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-section {
  padding: 60px 20px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-list {
  margin-top: 30px;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-item {
  background-color: var(--bg-light);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-dark);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  color: var(--text-dark);
  list-style: none;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__faq-answer {
  padding: 15px 25px;
  font-size: 1.1em;
  line-height: 1.7;
  color: var(--text-dark);
}

.page-resources-how-to-use-bongdalu-scores-for-sports-betting__conclusion-section {
  padding: 60px 20px;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-description {
    font-size: 1.1em;
  }
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__subsection-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-use-bongdalu-scores-for-sports-betting__hero-description {
    font-size: 1em;
  }
}