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

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

.page-cockfighting .section-title {
  font-size: 38px;
  font-weight: bold;
  color: #E0B143;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}

.page-cockfighting .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B143;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-cockfighting .section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  color: #CCCCCC;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting .highlight {
  color: #E0B143;
  font-weight: bold;
}

.page-cockfighting .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #E0B143;
  color: #0A1931;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(224, 177, 67, 0.4);
}

.page-cockfighting .cta-button:hover {
  background: #C79E3B;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(224, 177, 67, 0.6);
}

.page-cockfighting .btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: #E0B143;
  color: #0A1931;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.page-cockfighting .btn-small:hover {
  background: #C79E3B;
  transform: translateY(-1px);
}

/* Hero Section */
.page-cockfighting .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A1931 0%, #1A3056 100%);
}

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

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

.page-cockfighting .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.page-cockfighting .hero-title {
  font-size: 52px;
  color: #E0B143;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-cockfighting .hero-description {
  font-size: 22px;
  color: #F0F0F0;
  max-width: 900px;
  margin: 0 auto 40px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Intro Section */
.page-cockfighting .intro-section {
  padding: 80px 0;
  background-color: #0A1931;
}

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

.page-cockfighting .feature-item {
  background-color: #1A3056;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-cockfighting .feature-item:hover {
  transform: translateY(-8px);
  background-color: #2A4575;
}

.page-cockfighting .feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

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

.page-cockfighting .feature-text {
  font-size: 16px;
  color: #CCCCCC;
}

/* Game Types Section */
.page-cockfighting .game-types-section {
  padding: 80px 0;
  background-color: #0A1931;
}

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

.page-cockfighting .game-type-card {
  background-color: #1A3056;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting .game-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-cockfighting .card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-cockfighting .card-title {
  font-size: 24px;
  color: #E0B143;
  padding: 20px 20px 10px;
}

.page-cockfighting .card-text {
  font-size: 16px;
  color: #CCCCCC;
  padding: 0 20px 20px;
}

/* How To Play Section */
.page-cockfighting .how-to-play-section {
  padding: 80px 0;
  background-color: #0A1931;
}

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

.page-cockfighting .step-item {
  background-color: #1A3056;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 60px; /* Space for number */
}

.page-cockfighting .step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E0B143;
  color: #0A1931;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  border: 4px solid #0A1931;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-cockfighting .step-title {
  font-size: 26px;
  color: #E0B143;
  margin-bottom: 15px;
}

.page-cockfighting .step-text {
  font-size: 16px;
  color: #CCCCCC;
  margin-bottom: 20px;
}

/* Tips Section */
.page-cockfighting .tips-section {
  padding: 80px 0;
  background-color: #0A1931;
}

.page-cockfighting .tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-cockfighting .tips-list li {
  background-color: #1A3056;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.page-cockfighting .list-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: contain;
}

.page-cockfighting .list-title {
  font-size: 26px;
  color: #E0B143;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-cockfighting .list-text {
  font-size: 16px;
  color: #CCCCCC;
}

/* Security Section */
.page-cockfighting .security-section {
  padding: 80px 0;
  background-color: #0A1931;
}

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

.page-cockfighting .security-item {
  background-color: #1A3056;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting .security-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-cockfighting .security-title {
  font-size: 24px;
  color: #E0B143;
  margin-bottom: 15px;
}

.page-cockfighting .security-text {
  font-size: 16px;
  color: #CCCCCC;
}

/* FAQ Section */
.page-cockfighting .faq-section {
  padding: 80px 0;
  background-color: #0A1931;
}

.page-cockfighting .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

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

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

.faq-question:hover {
  background: #2A4575;
}

.page-cockfighting .faq-question-title {
  font-size: 20px;
  color: #E0B143;
  margin: 0;
}

.faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #E0B143;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #0A1931;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
  border-top: 1px solid #2A4575;
  background: #0A1931;
}

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

.page-cockfighting .faq-answer-text {
  font-size: 16px;
  color: #CCCCCC;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting .hero-title {
    font-size: 42px;
  }
  .page-cockfighting .hero-description {
    font-size: 18px;
  }
  .page-cockfighting .section-title {
    font-size: 32px;
  }
  .page-cockfighting .section-description {
    font-size: 16px;
  }
  .page-cockfighting .features-grid,
  .page-cockfighting .game-types-grid,
  .page-cockfighting .step-by-step,
  .page-cockfighting .security-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-cockfighting .list-title {
    font-size: 22px;
  }
  .page-cockfighting .faq-question-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting .hero-section {
    padding: 60px 15px;
  }
  .page-cockfighting .hero-title {
    font-size: 36px;
  }
  .page-cockfighting .hero-description {
    font-size: 16px;
  }
  .page-cockfighting .cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-cockfighting .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-cockfighting .section-description {
    margin-bottom: 40px;
  }
  .page-cockfighting .feature-item,
  .page-cockfighting .game-type-card,
  .page-cockfighting .step-item,
  .page-cockfighting .security-item {
    padding: 25px;
  }
  .page-cockfighting .feature-icon,
  .page-cockfighting .security-icon {
    width: 80px;
    height: 80px;
  }
  .page-cockfighting .feature-title,
  .page-cockfighting .security-title {
    font-size: 20px;
  }
  .page-cockfighting .tips-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
  }
  .page-cockfighting .list-icon {
    margin-bottom: 15px;
  }
  .page-cockfighting .list-title {
    font-size: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .page-cockfighting .faq-question-title {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 24px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting .hero-title {
    font-size: 30px;
  }
  .page-cockfighting .cta-button {
    font-size: 16px;
    padding: 12px 25px;
  }
  .page-cockfighting .section-title {
    font-size: 24px;
  }
  .page-cockfighting .section-description {
    font-size: 14px;
  }
  .page-cockfighting .features-grid,
  .page-cockfighting .game-types-grid,
  .page-cockfighting .step-by-step,
  .page-cockfighting .security-grid {
    grid-template-columns: 1fr;
  }
  .page-cockfighting .step-number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: -20px;
  }
  .page-cockfighting .step-title {
    font-size: 22px;
  }
  .page-cockfighting .list-title {
    font-size: 18px;
  }
  .page-cockfighting .faq-question-title {
    font-size: 15px;
  }
}