/* style/resources-sv388-cockfighting-betting-tips.css */
.page-resources-sv388-cockfighting-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background sections */
  background-color: #121212; /* Body background from shared, ensures light text on dark sections */
}

.page-resources-sv388-cockfighting-betting-tips__dark-bg {
  background-color: #0A246A; /* Primary brand color for dark sections */
  color: #ffffff; /* Light text for dark background */
}

.page-resources-sv388-cockfighting-betting-tips__light-bg {
  background-color: #ffffff; /* White background for light sections */
  color: #333333; /* Dark text for light background */
}

.page-resources-sv388-cockfighting-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-sv388-cockfighting-betting-tips__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  position: relative;
  overflow: hidden;
}

.page-resources-sv388-cockfighting-betting-tips__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-sv388-cockfighting-betting-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B11E; /* Auxiliary color for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sv388-cockfighting-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-sv388-cockfighting-betting-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-sv388-cockfighting-betting-tips__btn-primary,
.page-resources-sv388-cockfighting-betting-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-sv388-cockfighting-betting-tips__btn-primary {
  background-color: #E0B11E; /* Auxiliary color */
  color: #0A246A; /* Primary color for text */
  border: 2px solid #E0B11E;
}

.page-resources-sv388-cockfighting-betting-tips__btn-primary:hover {
  background-color: #ffc107;
  transform: translateY(-3px);
}

.page-resources-sv388-cockfighting-betting-tips__btn-secondary {
  background-color: transparent;
  color: #E0B11E; /* Auxiliary color */
  border: 2px solid #E0B11E;
}

.page-resources-sv388-cockfighting-betting-tips__btn-secondary:hover {
  background-color: #E0B11E;
  color: #0A246A;
  transform: translateY(-3px);
}

.page-resources-sv388-cockfighting-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-sv388-cockfighting-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay */
  filter: brightness(0.7); /* Darken image for better text contrast */
}

/* Content Sections */
.page-resources-sv388-cockfighting-betting-tips__content-section {
  padding: 60px 0;
}

.page-resources-sv388-cockfighting-betting-tips__section-title {
  font-size: 2.5em;
  color: #0A246A; /* Primary color for titles on light background */
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-sv388-cockfighting-betting-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

/* Features Grid */
.page-resources-sv388-cockfighting-betting-tips__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sv388-cockfighting-betting-tips__feature-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-sv388-cockfighting-betting-tips__feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-sv388-cockfighting-betting-tips__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-sv388-cockfighting-betting-tips__feature-title {
  font-size: 1.5em;
  color: #0A246A;
  margin-bottom: 15px;
}

.page-resources-sv388-cockfighting-betting-tips__feature-description {
  font-size: 1em;
  color: #555555;
}

/* List with Images */
.page-resources-sv388-cockfighting-betting-tips__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-sv388-cockfighting-betting-tips__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.page-resources-sv388-cockfighting-betting-tips__list-title {
  font-size: 1.8em;
  color: #0A246A;
  margin-bottom: 20px;
}

.page-resources-sv388-cockfighting-betting-tips__list-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Benefits List */
.page-resources-sv388-cockfighting-betting-tips__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-sv388-cockfighting-betting-tips__benefits-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.page-resources-sv388-cockfighting-betting-tips__benefits-icon {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-sv388-cockfighting-betting-tips__benefits-title {
  font-size: 1.3em;
  color: #0A246A;
  margin-bottom: 10px;
}

/* FAQ Section */
.page-resources-sv388-cockfighting-betting-tips__faq-list {
  margin-top: 40px;
}

.page-resources-sv388-cockfighting-betting-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-sv388-cockfighting-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0A246A;
  cursor: pointer;
  background-color: #eef;
  transition: background-color 0.3s ease;
}

.page-resources-sv388-cockfighting-betting-tips__faq-question:hover {
  background-color: #e0e0f0;
}

.page-resources-sv388-cockfighting-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-sv388-cockfighting-betting-tips__faq-item.active .page-resources-sv388-cockfighting-betting-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-sv388-cockfighting-betting-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #555555;
}

.page-resources-sv388-cockfighting-betting-tips__faq-item.active .page-resources-sv388-cockfighting-betting-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 25px;
}

/* CTA Section */
.page-resources-sv388-cockfighting-betting-tips__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-sv388-cockfighting-betting-tips__cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-sv388-cockfighting-betting-tips__cta-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-sv388-cockfighting-betting-tips__cta-text-group {
  max-width: 700px;
}

.page-resources-sv388-cockfighting-betting-tips__cta-title {
  font-size: 3em;
  color: #E0B11E;
  margin-bottom: 20px;
}

.page-resources-sv388-cockfighting-betting-tips__cta-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-sv388-cockfighting-betting-tips__hero-title {
    font-size: 3em;
  }
  .page-resources-sv388-cockfighting-betting-tips__section-title,
  .page-resources-sv388-cockfighting-betting-tips__cta-title {
    font-size: 2em;
  }
  .page-resources-sv388-cockfighting-betting-tips__features-grid,
  .page-resources-sv388-cockfighting-betting-tips__benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-sv388-cockfighting-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-sv388-cockfighting-betting-tips__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile padding-top */
  }
  .page-resources-sv388-cockfighting-betting-tips__hero-title {
    font-size: 2.5em;
  }
  .page-resources-sv388-cockfighting-betting-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-sv388-cockfighting-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-sv388-cockfighting-betting-tips__btn-primary,
  .page-resources-sv388-cockfighting-betting-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-sv388-cockfighting-betting-tips__content-section,
  .page-resources-sv388-cockfighting-betting-tips__cta-section {
    padding: 40px 0;
  }
  .page-resources-sv388-cockfighting-betting-tips__container,
  .page-resources-sv388-cockfighting-betting-tips__feature-item,
  .page-resources-sv388-cockfighting-betting-tips__list-item,
  .page-resources-sv388-cockfighting-betting-tips__benefits-item,
  .page-resources-sv388-cockfighting-betting-tips__faq-item,
  .page-resources-sv388-cockfighting-betting-tips__cta-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-sv388-cockfighting-betting-tips img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-sv388-cockfighting-betting-tips__section-title,
  .page-resources-sv388-cockfighting-betting-tips__cta-title {
    font-size: 1.8em;
  }
  .page-resources-sv388-cockfighting-betting-tips__list-image,
  .page-resources-sv388-cockfighting-betting-tips__feature-image,
  .page-resources-sv388-cockfighting-betting-tips__benefits-icon,
  .page-resources-sv388-cockfighting-betting-tips__cta-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .page-resources-sv388-cockfighting-betting-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-sv388-cockfighting-betting-tips__section-title,
  .page-resources-sv388-cockfighting-betting-tips__cta-title {
    font-size: 1.5em;
  }
  .page-resources-sv388-cockfighting-betting-tips__hero-description {
    font-size: 0.9em;
  }
  .page-resources-sv388-cockfighting-betting-tips__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-resources-sv388-cockfighting-betting-tips__faq-answer {
    padding: 0 20px;
  }
  .page-resources-sv388-cockfighting-betting-tips__faq-item.active .page-resources-sv388-cockfighting-betting-tips__faq-answer {
    padding: 10px 20px 20px;
  }
}