/* style/resources-latest-cockfighting-trends.css */
.page-resources-latest-cockfighting-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-latest-cockfighting-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-latest-cockfighting-trends__section-spacing {
  padding: 60px 0;
}

/* Hero Section */
.page-resources-latest-cockfighting-trends__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #FFFFFF; /* White text for dark background */
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.page-resources-latest-cockfighting-trends__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: page-resources-latest-cockfighting-trends__pulse 5s infinite ease-in-out;
}

.page-resources-latest-cockfighting-trends__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: page-resources-latest-cockfighting-trends__pulse 5s infinite ease-in-out reverse;
}

@keyframes page-resources-latest-cockfighting-trends__pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.8; }
  100% { transform: scale(0.8); opacity: 0.5; }
}

.page-resources-latest-cockfighting-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFFFFF; /* White for hero title */
}

.page-resources-latest-cockfighting-trends__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee; /* Lighter white for subtitle */
}

/* General Content Styling */
.page-resources-latest-cockfighting-trends__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Dark Red for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-latest-cockfighting-trends__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-resources-latest-cockfighting-trends__sub-title {
  font-size: 1.8em;
  color: #8B0000; /* Dark Red for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-latest-cockfighting-trends__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444; /* Dark grey for readability */
}

.page-resources-latest-cockfighting-trends__list {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-latest-cockfighting-trends__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-latest-cockfighting-trends__list li strong {
  color: #8B0000; /* Dark Red for strong text in lists */
}

.page-resources-latest-cockfighting-trends__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-latest-cockfighting-trends__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-latest-cockfighting-trends__image-caption {
  font-style: italic;
  color: #777;
  margin-top: 10px;
  font-size: 0.95em;
}

/* Call-to-Action Buttons */
.page-resources-latest-cockfighting-trends__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Dark Red text for gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-cockfighting-trends__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
  color: #6a0000; /* Slightly darker red on hover */
}

.page-resources-latest-cockfighting-trends__cta-button--secondary {
  background-color: #8B0000; /* Dark Red button */
  color: #FFD700; /* Gold text for dark red button */
  margin-top: 20px;
}

.page-resources-latest-cockfighting-trends__cta-button--secondary:hover {
  background-color: #6a0000; /* Darker red on hover */
  color: #e6c200; /* Darker gold on hover */
}

/* Highlight text */
.page-resources-latest-cockfighting-trends .highlight {
  color: #8B0000;
  font-weight: bold;
}

.page-resources-latest-cockfighting-trends__hero-section .highlight {
  color: #FFD700;
}

/* Promo Banner */
.page-resources-latest-cockfighting-trends__promo-banner {
  background: #8B0000; /* Dark Red background */
  color: #FFFFFF; /* White text */
  text-align: center;
  padding: 80px 20px;
  border-top: 5px solid #FFD700;
  border-bottom: 5px solid #FFD700;
}

.page-resources-latest-cockfighting-trends__banner-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-latest-cockfighting-trends__banner-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #eee;
}

.page-resources-latest-cockfighting-trends__promo-banner .page-resources-latest-cockfighting-trends__cta-button {
  background-color: #FFD700; /* Gold button on dark red banner */
  color: #8B0000; /* Dark Red text */
}

.page-resources-latest-cockfighting-trends__promo-banner .page-resources-latest-cockfighting-trends__cta-button:hover {
  background-color: #e6c200;
  color: #6a0000;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-latest-cockfighting-trends__hero-title {
    font-size: 2.8em;
  }
  .page-resources-latest-cockfighting-trends__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-latest-cockfighting-trends__section-title {
    font-size: 2em;
  }
  .page-resources-latest-cockfighting-trends__sub-title {
    font-size: 1.6em;
  }
  .page-resources-latest-cockfighting-trends__paragraph,
  .page-resources-latest-cockfighting-trends__list li {
    font-size: 1em;
  }
  .page-resources-latest-cockfighting-trends__banner-title {
    font-size: 2.2em;
  }
  .page-resources-latest-cockfighting-trends__banner-subtitle {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-cockfighting-trends__hero-section,
  .page-resources-latest-cockfighting-trends__content-section,
  .page-resources-latest-cockfighting-trends__promo-banner {
    padding: 60px 15px;
  }
  .page-resources-latest-cockfighting-trends__hero-title {
    font-size: 2.2em;
  }
  .page-resources-latest-cockfighting-trends__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-latest-cockfighting-trends__section-title {
    font-size: 1.8em;
  }
  .page-resources-latest-cockfighting-trends__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-cockfighting-trends__hero-section,
  .page-resources-latest-cockfighting-trends__content-section,
  .page-resources-latest-cockfighting-trends__promo-banner {
    padding: 40px 10px;
  }
  .page-resources-latest-cockfighting-trends__hero-title {
    font-size: 1.8em;
  }
  .page-resources-latest-cockfighting-trends__section-title {
    font-size: 1.5em;
  }
  .page-resources-latest-cockfighting-trends__sub-title {
    font-size: 1.3em;
  }
  .page-resources-latest-cockfighting-trends__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-resources-latest-cockfighting-trends__banner-title {
    font-size: 1.8em;
  }
  .page-resources-latest-cockfighting-trends__banner-subtitle {
    font-size: 0.9em;
  }
}