/* style/resources-cockfighting-culture-history.css */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --login-color: #EA7C07;
}

.page-resources-cockfighting-culture-history {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--secondary-color); /* Body background is light, so default text is dark */
}

.page-resources-cockfighting-culture-history__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  color: var(--text-light); /* Dark section with light text */
}

.page-resources-cockfighting-culture-history__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-cockfighting-culture-history__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-cockfighting-culture-history__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-cockfighting-culture-history__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-cockfighting-culture-history__main-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-cockfighting-culture-history__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light);
}

.page-resources-cockfighting-culture-history__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-cockfighting-culture-history__cta-button:hover {
  background: var(--login-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-culture-history__content-section {
  padding: 80px 20px;
}

.page-resources-cockfighting-culture-history__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-cockfighting-culture-history__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary-color);
}

.page-resources-cockfighting-culture-history__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-resources-cockfighting-culture-history__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  color: var(--text-dark);
}

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

.page-resources-cockfighting-culture-history__image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-cockfighting-culture-history__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-cockfighting-culture-history__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: var(--text-dark);
}

.page-resources-cockfighting-culture-history__dark-section {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-cockfighting-culture-history__dark-section .page-resources-cockfighting-culture-history__section-title,
.page-resources-cockfighting-culture-history__dark-section .page-resources-cockfighting-culture-history__sub-title {
  color: var(--text-light);
}

.page-resources-cockfighting-culture-history__dark-section .page-resources-cockfighting-culture-history__paragraph,
.page-resources-cockfighting-culture-history__dark-section .page-resources-cockfighting-culture-history__list-item {
  color: var(--text-light);
}

.page-resources-cockfighting-culture-history__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-cockfighting-culture-history__btn-primary {
  background: var(--primary-color);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-cockfighting-culture-history__btn-primary:hover {
  background: var(--login-color);
}

.page-resources-cockfighting-culture-history__btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-cockfighting-culture-history__btn-secondary:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-culture-history__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-cockfighting-culture-history__main-title {
    font-size: 2.5em;
  }
  .page-resources-cockfighting-culture-history__section-title {
    font-size: 2em;
  }
  .page-resources-cockfighting-culture-history__sub-title {
    font-size: 1.5em;
  }
  .page-resources-cockfighting-culture-history__paragraph,
  .page-resources-cockfighting-culture-history__list-item {
    font-size: 1em;
  }
  .page-resources-cockfighting-culture-history__hero-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-resources-cockfighting-culture-history__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-cockfighting-culture-history__hero-image img {
    border-radius: 4px;
  }
  .page-resources-cockfighting-culture-history__main-title {
    font-size: 2em;
  }
  .page-resources-cockfighting-culture-history__intro-text {
    font-size: 1em;
  }
  .page-resources-cockfighting-culture-history__cta-button,
  .page-resources-cockfighting-culture-history__btn-primary,
  .page-resources-cockfighting-culture-history__btn-secondary,
  .page-resources-cockfighting-culture-history a[class*="button"],
  .page-resources-cockfighting-culture-history a[class*="btn"] {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-cockfighting-culture-history__button-group {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-cockfighting-culture-history__content-section {
    padding: 40px 15px;
  }
  .page-resources-cockfighting-culture-history__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-resources-cockfighting-culture-history__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-cockfighting-culture-history__sub-title {
    font-size: 1.3em;
  }
  .page-resources-cockfighting-culture-history__paragraph,
  .page-resources-cockfighting-culture-history__list-item {
    font-size: 1em;
  }
  .page-resources-cockfighting-culture-history img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-cockfighting-culture-history__section,
  .page-resources-cockfighting-culture-history__card,
  .page-resources-cockfighting-culture-history__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-cockfighting-culture-history__main-title {
    font-size: 1.7em;
  }
  .page-resources-cockfighting-culture-history__section-title {
    font-size: 1.5em;
  }
  .page-resources-cockfighting-culture-history__sub-title {
    font-size: 1.2em;
  }
  .page-resources-cockfighting-culture-history__cta-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}