.page-cockfighting {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-cockfighting-section {
  padding: 60px 0;
  text-align: center;
}

.page-cockfighting-section:nth-of-type(odd) {
  background-color: #ffffff;
}

.page-cockfighting h1,
.page-cockfighting h2 {
  color: #0A2463;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-cockfighting h1 {
  font-size: 2.8em;
  color: #ffffff;
}

.page-cockfighting h2 {
  font-size: 2.2em;
}

.page-cockfighting h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-cockfighting p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* Hero Section */
.page-cockfighting-hero {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

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

.page-cockfighting-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-cockfighting-hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-cockfighting-hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-cockfighting-cta-button {
  display: inline-block;
  background-color: #E3B505;
  color: #0A2463;
  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: 2px solid #E3B505;
}

.page-cockfighting-cta-button:hover {
  background-color: #c9a104;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Why Choose Section */
.page-cockfighting-why-choose {
  background-color: #f8f8f8;
}

.page-cockfighting-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting-feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-feature-icon {
  width: 150px; /* Increased size */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-cockfighting-feature-item h3 {
  color: #0A2463;
  margin-bottom: 10px;
}

.page-cockfighting-feature-item p {
  font-size: 1em;
  color: #555555;
}

/* How To Join Section */
.page-cockfighting-how-to-join {
  background-color: #eef2f6;
}

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

.page-cockfighting-step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.page-cockfighting-step-number {
  width: 50px;
  height: 50px;
  background-color: #0A2463;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-cockfighting-step-item h3 {
  color: #0A2463;
  margin-bottom: 10px;
}

.page-cockfighting-step-item p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-cockfighting-button {
  display: inline-block;
  background-color: #E3B505;
  color: #0A2463;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-cockfighting-button:hover {
  background-color: #c9a104;
}

/* Promotions Section */
.page-cockfighting-promotions {
  background-color: #ffffff;
}

.page-cockfighting-promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-promo-card {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.page-cockfighting-promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #e0e0e0;
}

.page-cockfighting-promo-card h3 {
  padding: 15px 20px 0;
  color: #0A2463;
}

.page-cockfighting-promo-card p {
  padding: 0 20px 15px;
  font-size: 0.95em;
  color: #555555;
}

.page-cockfighting-promo-card .page-cockfighting-button {
  margin: 0 20px 20px;
  width: calc(100% - 40px);
  text-align: center;
}

/* Features Section */
.page-cockfighting-features {
  background-color: #f8f8f8;
}

.page-cockfighting-feature-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-cockfighting-feature-list li {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  font-size: 1.1em;
  color: #333333;
}

.page-cockfighting-list-icon {
  width: 100px; /* Increased size */
  height: auto;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 4px;
  object-fit: cover;
}

.page-cockfighting-feature-list li strong {
  color: #0A2463;
}

.page-cockfighting-button-bottom {
  margin-top: 40px;
}

/* FAQ Section */
.page-cockfighting-faq {
  background-color: #eef2f6;
}

.page-cockfighting-faq-list {
  margin-top: 40px;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #0A2463;
}

.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: #E3B505;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px;
}

.faq-answer p {
  margin-bottom: 10px;
  font-size: 1em;
  color: #555555;
}

.page-cockfighting-faq-link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
}

.page-cockfighting-faq-link:hover {
  color: #E3B505;
}

/* Conclusion Section */
.page-cockfighting-conclusion {
  background-color: #0A2463;
  color: #ffffff;
}

.page-cockfighting-conclusion h2 {
  color: #E3B505;
}

.page-cockfighting-conclusion p {
  color: #e0e0e0;
}

.page-cockfighting-conclusion .page-cockfighting-cta-button {
  background-color: #E3B505;
  color: #0A2463;
  border-color: #E3B505;
}

.page-cockfighting-conclusion .page-cockfighting-cta-button:hover {
  background-color: #c9a104;
  border-color: #c9a104;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting h1 {
    font-size: 2.2em;
  }
  .page-cockfighting h2 {
    font-size: 1.8em;
  }
  .page-cockfighting h3 {
    font-size: 1.3em;
  }
  .page-cockfighting-hero {
    height: 400px;
  }
  .page-cockfighting-features-grid, .page-cockfighting-steps-grid, .page-cockfighting-promo-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-cockfighting-section {
    padding: 40px 0;
  }
  .page-cockfighting h1 {
    font-size: 1.8em;
  }
  .page-cockfighting h2 {
    font-size: 1.6em;
  }
  .page-cockfighting-hero {
    height: 350px;
  }
  .page-cockfighting-hero-content p {
    font-size: 1em;
  }
  .page-cockfighting-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-cockfighting-feature-icon {
    width: 120px;
  }
  .page-cockfighting-list-icon {
    width: 80px;
  }
  .page-cockfighting-feature-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-cockfighting-list-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .faq-question {
    padding: 12px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-cockfighting h1 {
    font-size: 1.5em;
  }
  .page-cockfighting h2 {
    font-size: 1.4em;
  }
  .page-cockfighting-hero {
    height: 300px;
  }
  .page-cockfighting-cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-cockfighting-features-grid, .page-cockfighting-steps-grid, .page-cockfighting-promo-cards {
    grid-template-columns: 1fr;
  }
}