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

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

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

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

.page-cockfighting-main-title {
  font-size: 44px;
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-section-title {
  font-size: 36px;
  color: #003366;
  margin-bottom: 25px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.page-cockfighting-section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-cockfighting-section-description {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-cockfighting-btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  text-align: center;
}

.page-cockfighting-btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-cockfighting-btn-primary:hover {
  background-color: #e6b800;
  color: #001a33;
  border-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-btn-secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #003366;
}

.page-cockfighting-btn-secondary:hover {
  background-color: #001a33;
  color: #FFD700;
  border-color: #001a33;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-btn-small {
  padding: 10px 25px;
  font-size: 16px;
}

.page-cockfighting-btn-lg {
  padding: 20px 45px;
  font-size: 22px;
}

/* Hero Section */
.page-cockfighting-hero {
  background: linear-gradient(135deg, #003366, #001a33);
  padding: 80px 0 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfighting-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfighting-hero-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-cockfighting-hero-image {
  margin-top: 50px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.page-cockfighting-feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  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: 100%; 
  height: auto; 
  max-width: 250px; 
  margin-bottom: 20px;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  border-radius: 8px;
}

.page-cockfighting-feature-title {
  font-size: 24px;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting-feature-item p {
  font-size: 16px;
  color: #666;
}

/* Guide Steps */
.page-cockfighting-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-cockfighting-step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  position: relative;
  padding-top: 80px;
}

.page-cockfighting-step-number {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 45px;
  height: 45px;
  background-color: #FFCC00;
  color: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-step-title {
  font-size: 22px;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting-step-item p {
  font-size: 16px;
  color: #666;
}

.page-cockfighting-cta-bottom {
  margin-top: 50px;
}

/* Tips Section */
.page-cockfighting-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

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

.page-cockfighting-tip-title {
  font-size: 22px;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting-tip-item p {
  font-size: 16px;
  color: #666;
}

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

.page-cockfighting-promo-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-cockfighting-promo-img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-cockfighting-promo-title {
  font-size: 24px;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting-promo-item p {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-cockfighting-faq-list {
  margin-top: 50px;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

.faq-question h3 {
  font-size: 20px;
  color: #003366;
  margin: 0;
  font-weight: bold;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFCC00;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

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

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-answer p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

/* Final CTA */
.page-cockfighting-final-cta {
  background-color: #003366;
  color: #ffffff;
  padding: 80px 0;
}

.page-cockfighting-final-cta .page-cockfighting-section-title {
  color: #FFCC00;
}

.page-cockfighting-final-cta .page-cockfighting-section-title::after {
  background-color: #FFCC00;
}

.page-cockfighting-final-cta .page-cockfighting-section-description {
  color: #e0e0e0;
  margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting-main-title {
    font-size: 38px;
  }
  .page-cockfighting-section-title {
    font-size: 30px;
  }
  .page-cockfighting-hero-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-main-title {
    font-size: 32px;
  }
  .page-cockfighting-section-title {
    font-size: 26px;
  }
  .page-cockfighting-section-description {
    font-size: 16px;
  }
  .page-cockfighting-btn {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-cockfighting-btn-lg {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-cockfighting-feature-grid, .page-cockfighting-step-grid, .page-cockfighting-tips-grid, .page-cockfighting-promo-grid {
    grid-template-columns: 1fr;
  }
  .page-cockfighting-feature-item, .page-cockfighting-step-item, .page-cockfighting-tip-item, .page-cockfighting-promo-item {
    padding: 25px;
  }
  .page-cockfighting-step-item {
    padding-top: 70px;
  }
  .page-cockfighting-step-number {
    top: 25px;
    left: 25px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .page-cockfighting-promo-img {
    height: 180px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .faq-toggle {
    font-size: 24px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-main-title {
    font-size: 28px;
  }
  .page-cockfighting-section-title {
    font-size: 22px;
  }
  .page-cockfighting-section-description {
    font-size: 15px;
  }
  .page-cockfighting-btn-primary, .page-cockfighting-btn-secondary {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-cockfighting-hero-description {
    font-size: 16px;
  }
  .page-cockfighting-feature-title, .page-cockfighting-step-title, .page-cockfighting-tip-title, .page-cockfighting-promo-title {
    font-size: 20px;
  }
  .page-cockfighting-feature-item p, .page-cockfighting-step-item p, .page-cockfighting-tip-item p, .page-cockfighting-promo-item p {
    font-size: 15px;
  }
  .page-cockfighting-promo-img {
    height: 150px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
}