.page-cockfighting-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light background */
  line-height: 1.6;
  background-color: var(--secondary-color); /* #FFFFFF */
}

.page-cockfighting-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-cockfighting-betting-tips__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

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

.page-cockfighting-betting-tips__list,
.page-cockfighting-betting-tips__numbered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-cockfighting-betting-tips__numbered-list {
  list-style-type: decimal;
}

.page-cockfighting-betting-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* Hero Section */
.page-cockfighting-betting-tips__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 600px; /* Adjust height as needed */
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  background-color: #26A9E0; /* Fallback background */
}

.page-cockfighting-betting-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}

.page-cockfighting-betting-tips__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  border-radius: 10px;
}

.page-cockfighting-betting-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-cockfighting-betting-tips__hero-description {
  font-size: 1.5em;
  margin-bottom: 30px;
  line-height: 1.4;
}

.page-cockfighting-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.page-cockfighting-betting-tips__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #FFFFFF;
  border: 2px solid transparent;
}

.page-cockfighting-betting-tips__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
}

.page-cockfighting-betting-tips__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-cockfighting-betting-tips__btn-secondary:hover {
  background-color: #e0f5ff;
  transform: translateY(-2px);
}

/* Sections */
.page-cockfighting-betting-tips__intro-section,
.page-cockfighting-betting-tips__strategies-section,
.page-cockfighting-betting-tips__tips-section,
.page-cockfighting-betting-tips__why-choose-section,
.page-cockfighting-betting-tips__faq-section {
  padding: 80px 0;
}

.page-cockfighting-betting-tips__factors-section,
.page-cockfighting-betting-tips__bankroll-section,
.page-cockfighting-betting-tips__important-notes-section,
.page-cockfighting-betting-tips__cta-banner {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-cockfighting-betting-tips__factors-section .page-cockfighting-betting-tips__section-title,
.page-cockfighting-betting-tips__bankroll-section .page-cockfighting-betting-tips__section-title,
.page-cockfighting-betting-tips__important-notes-section .page-cockfighting-betting-tips__section-title,
.page-cockfighting-betting-tips__cta-banner .page-cockfighting-betting-tips__cta-title {
  color: #FFFFFF;
}

.page-cockfighting-betting-tips__factors-section .page-cockfighting-betting-tips__list-item,
.page-cockfighting-betting-tips__bankroll-section .page-cockfighting-betting-tips__list-item,
.page-cockfighting-betting-tips__important-notes-section .page-cockfighting-betting-tips__list-item,
.page-cockfighting-betting-tips__factors-section .page-cockfighting-betting-tips__text-block,
.page-cockfighting-betting-tips__bankroll-section .page-cockfighting-betting-tips__text-block,
.page-cockfighting-betting-tips__important-notes-section .page-cockfighting-betting-tips__text-block {
  color: #f0f0f0;
}

.page-cockfighting-betting-tips__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-cockfighting-betting-tips__card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-cockfighting-betting-tips__card:hover {
  transform: translateY(-5px);
}

.page-cockfighting-betting-tips__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px;
}

.page-cockfighting-betting-tips__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting-betting-tips__card-text {
  font-size: 1em;
  text-align: justify;
}

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

.page-cockfighting-betting-tips__feature-item {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
}

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

.page-cockfighting-betting-tips__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-cockfighting-betting-tips__feature-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-cockfighting-betting-tips__feature-text {
  font-size: 0.95em;
}

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

.page-cockfighting-betting-tips__faq-item {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-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: #333333;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-cockfighting-betting-tips__faq-question:hover {
  background-color: #f0f0f0;
}

.page-cockfighting-betting-tips__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

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

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

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

/* CTA Banner */
.page-cockfighting-betting-tips__cta-banner {
  text-align: center;
  padding: 100px 0;
}

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

.page-cockfighting-betting-tips__cta-text {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cockfighting-betting-tips__hero-title {
    font-size: 3em;
  }
  .page-cockfighting-betting-tips__hero-description {
    font-size: 1.3em;
  }
  .page-cockfighting-betting-tips__section-title {
    font-size: 2em;
  }
  .page-cockfighting-betting-tips__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-cockfighting-betting-tips__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-cockfighting-betting-tips__hero-content {
    padding: 15px;
  }
  .page-cockfighting-betting-tips__hero-title {
    font-size: 2.2em;
  }
  .page-cockfighting-betting-tips__hero-description {
    font-size: 1.1em;
  }
  .page-cockfighting-betting-tips__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-cockfighting-betting-tips__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-betting-tips__intro-section,
  .page-cockfighting-betting-tips__strategies-section,
  .page-cockfighting-betting-tips__tips-section,
  .page-cockfighting-betting-tips__why-choose-section,
  .page-cockfighting-betting-tips__faq-section,
  .page-cockfighting-betting-tips__factors-section,
  .page-cockfighting-betting-tips__bankroll-section,
  .page-cockfighting-betting-tips__important-notes-section,
  .page-cockfighting-betting-tips__cta-banner {
    padding: 50px 0;
  }
  .page-cockfighting-betting-tips__card-grid,
  .page-cockfighting-betting-tips__features-grid {
    grid-template-columns: 1fr;
  }
  .page-cockfighting-betting-tips__card,
  .page-cockfighting-betting-tips__feature-item {
    padding: 20px;
  }
  .page-cockfighting-betting-tips__list--columns {
    columns: 1;
  }
  .page-cockfighting-betting-tips__cta-title {
    font-size: 2em;
  }
  .page-cockfighting-betting-tips__cta-text {
    font-size: 1.1em;
  }

  /* Image, Video, Container responsiveness */
  .page-cockfighting-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-cockfighting-betting-tips video,
  .page-cockfighting-betting-tips__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-cockfighting-betting-tips__section,
  .page-cockfighting-betting-tips__card,
  .page-cockfighting-betting-tips__container,
  .page-cockfighting-betting-tips__video-section,
  .page-cockfighting-betting-tips__video-container,
  .page-cockfighting-betting-tips__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
  .page-cockfighting-betting-tips__cta-buttons,
  .page-cockfighting-betting-tips__button-group,
  .page-cockfighting-betting-tips__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;
    display: flex;
    flex-direction: column;
  }
  .page-cockfighting-betting-tips__feature-icon {
    min-width: unset;
    min-height: unset;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-betting-tips__hero-title {
    font-size: 1.8em;
  }
  .page-cockfighting-betting-tips__hero-description {
    font-size: 1em;
  }
  .page-cockfighting-betting-tips__cta-title {
    font-size: 1.5em;
  }
  .page-cockfighting-betting-tips__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-cockfighting-betting-tips__faq-answer {
    padding: 10px 20px 20px;
  }
}

/* No filter on images */
.page-cockfighting-betting-tips img {
  filter: none;
}

.page-cockfighting-betting-tips__list--columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}

.page-cockfighting-betting-tips__light-bg {
  color: #333333; /* Light background, dark text */
  background-color: #FFFFFF;
}

.page-cockfighting-betting-tips__dark-bg {
  color: #ffffff; /* Dark background, light text */
  background-color: #26A9E0;
}