/* style/cockfighting.css */

:root {
  --page-cockfighting-primary-color: #1A2B4C;
  --page-cockfighting-secondary-color: #FFD700;
  --page-cockfighting-text-light: #F0F2F5;
  --page-cockfighting-text-dark: #333333;
  --page-cockfighting-bg-dark: #2A3B5C;
  --page-cockfighting-bg-light: #FFFFFF;
  --page-cockfighting-border-color: #E0E0E0;
}

.page-cockfighting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-cockfighting-text-dark);
  background-color: #f8f8f8;
}

.page-cockfighting a {
  color: var(--page-cockfighting-primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-cockfighting a:hover {
  color: var(--page-cockfighting-secondary-color);
}

.page-cockfighting-title {
  font-size: 3.2em;
  color: var(--page-cockfighting-secondary-color);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

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

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

.page-cockfighting .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--page-cockfighting-secondary-color);
  color: var(--page-cockfighting-primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting .cta-button:hover {
  background: #FFEB3B;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-cockfighting .cta-button-small {
  display: inline-block;
  padding: 10px 25px;
  background: var(--page-cockfighting-secondary-color);
  color: var(--page-cockfighting-primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-cockfighting .cta-button-small:hover {
  background: #FFEB3B;
  transform: translateY(-2px);
}

.page-cockfighting-heading {
  font-size: 2.5em;
  color: var(--page-cockfighting-primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-cockfighting-subheading {
  font-size: 1.2em;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-text-center {
  text-align: center;
}

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

/* 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: var(--page-cockfighting-primary-color);
  overflow: hidden;
}

.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%;
  color: var(--page-cockfighting-text-light);
}

/* Section Intro */
.page-cockfighting .section-intro {
  background-color: var(--page-cockfighting-bg-light);
  padding: 80px 0;
}

.page-cockfighting .content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-cockfighting .content-wrapper.reverse {
  flex-direction: row-reverse;
}

.page-cockfighting .text-content {
  flex: 1;
  padding-right: 20px;
}

.page-cockfighting .text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: var(--page-cockfighting-text-dark);
}

.page-cockfighting .text-content ul {
  list-style: disc inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-cockfighting .text-content ul li {
  margin-bottom: 8px;
  font-size: 1.1em;
  color: var(--page-cockfighting-text-dark);
}

.page-cockfighting .image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-cockfighting .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

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

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

.page-cockfighting .card {
  background-color: var(--page-cockfighting-bg-light);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-cockfighting .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-cockfighting .card-title {
  font-size: 1.5em;
  color: var(--page-cockfighting-primary-color);
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-cockfighting .card-title a {
  color: inherit;
}

.page-cockfighting .card p {
  padding: 0 15px;
  color: #555;
}

/* Section How To */
.page-cockfighting .section-how-to {
  background-color: var(--page-cockfighting-bg-dark);
  padding: 80px 0;
  color: var(--page-cockfighting-text-light);
}

.page-cockfighting .section-how-to .page-cockfighting-heading,
.page-cockfighting .section-how-to .page-cockfighting-subheading {
  color: var(--page-cockfighting-text-light);
}

.page-cockfighting .section-how-to .page-cockfighting-heading::after {
  background-color: var(--page-cockfighting-secondary-color);
}

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

.page-cockfighting .step-item {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-cockfighting .step-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: var(--page-cockfighting-secondary-color);
}

.page-cockfighting .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--page-cockfighting-secondary-color);
  color: var(--page-cockfighting-primary-color);
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-cockfighting .step-item h3 {
  font-size: 1.6em;
  color: var(--page-cockfighting-secondary-color);
  margin-bottom: 15px;
}

.page-cockfighting .step-item p {
  color: var(--page-cockfighting-text-light);
}

.page-cockfighting .section-how-to a {
  color: var(--page-cockfighting-secondary-color);
}

.page-cockfighting .section-how-to a:hover {
  color: #FFEB3B;
}

/* Section Bet Types */
.page-cockfighting .section-bet-types {
  background-color: var(--page-cockfighting-bg-light);
  padding: 80px 0;
}

/* Section Promotions */
.page-cockfighting .section-promotions {
  background-color: #F5F5F5;
  padding: 80px 0;
}

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

.page-cockfighting .promo-card {
  background-color: var(--page-cockfighting-bg-light);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-cockfighting .promo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 25px;
}

.page-cockfighting .promo-card h3 {
  font-size: 1.6em;
  color: var(--page-cockfighting-primary-color);
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-cockfighting .promo-card h3 a {
  color: inherit;
}

.page-cockfighting .promo-card p {
  padding: 0 20px;
  color: #555;
  margin-bottom: 20px;
}

.page-cockfighting .promo-card .page-cockfighting-promo-link {
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--page-cockfighting-primary-color);
  color: var(--page-cockfighting-secondary-color);
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-cockfighting .promo-card .page-cockfighting-promo-link:hover {
  background-color: var(--page-cockfighting-secondary-color);
  color: var(--page-cockfighting-primary-color);
}

/* Section Features */
.page-cockfighting .section-features {
  background-color: var(--page-cockfighting-primary-color);
  padding: 80px 0;
}

.page-cockfighting .section-features .page-cockfighting-heading {
  color: var(--page-cockfighting-text-light);
}

.page-cockfighting .section-features .page-cockfighting-heading::after {
  background-color: var(--page-cockfighting-secondary-color);
}

.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: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: var(--page-cockfighting-text-light);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-cockfighting .feature-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: var(--page-cockfighting-secondary-color);
}

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

.page-cockfighting .feature-item h3 {
  font-size: 1.6em;
  color: var(--page-cockfighting-secondary-color);
  margin-bottom: 15px;
}

.page-cockfighting .feature-item p {
  color: var(--page-cockfighting-text-light);
}

/* Section Security */
.page-cockfighting .section-security {
  background-color: var(--page-cockfighting-bg-light);
  padding: 80px 0;
}

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

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

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--page-cockfighting-bg-light);
  color: var(--page-cockfighting-primary-color);
  border: 1px solid var(--page-cockfighting-border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #E8EBF0;
  border-color: var(--page-cockfighting-primary-color);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: inherit;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--page-cockfighting-secondary-color);
  transition: transform 0.3s ease;
}

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

.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-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
  border: 1px solid var(--page-cockfighting-border-color);
  border-top: none;
}

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

.faq-answer a {
  color: var(--page-cockfighting-primary-color);
}

.faq-answer a:hover {
  color: var(--page-cockfighting-secondary-color);
}

/* Section Conclusion */
.page-cockfighting .section-conclusion {
  background-color: var(--page-cockfighting-bg-dark);
  padding: 80px 0;
  color: var(--page-cockfighting-text-light);
  text-align: center;
}

.page-cockfighting .section-conclusion .page-cockfighting-heading {
  color: var(--page-cockfighting-text-light);
}

.page-cockfighting .section-conclusion .page-cockfighting-heading::after {
  background-color: var(--page-cockfighting-secondary-color);
}

.page-cockfighting .section-conclusion p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 25px auto;
  color: var(--page-cockfighting-text-light);
}

.page-cockfighting .section-conclusion a {
  color: var(--page-cockfighting-secondary-color);
}

.page-cockfighting .section-conclusion a:hover {
  color: #FFEB3B;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting-title {
    font-size: 2.5em;
  }
  .page-cockfighting-description {
    font-size: 1.1em;
  }
  .page-cockfighting-heading {
    font-size: 2em;
  }
  .page-cockfighting-subheading {
    font-size: 1em;
  }
  .page-cockfighting .content-wrapper {
    flex-direction: column;
  }
  .page-cockfighting .content-wrapper.reverse {
    flex-direction: column;
  }
  .page-cockfighting .text-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .page-cockfighting .image-content {
    margin-top: 20px;
  }
  .page-cockfighting .grid, .page-cockfighting .promos-grid, .page-cockfighting .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-cockfighting .step-item {
    padding: 25px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting .hero-section {
    padding: 60px 15px;
  }
  .page-cockfighting-title {
    font-size: 2em;
  }
  .page-cockfighting-description {
    font-size: 1em;
  }
  .page-cockfighting .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-cockfighting-heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-cockfighting-subheading {
    font-size: 0.9em;
    margin-bottom: 30px;
  }
  .page-cockfighting .section-intro, .page-cockfighting .section-game-types, .page-cockfighting .section-how-to, .page-cockfighting .section-promotions, .page-cockfighting .section-features, .page-cockfighting .section-security, .page-cockfighting .section-faq, .page-cockfighting .section-conclusion {
    padding: 60px 0;
  }
  .page-cockfighting .grid, .page-cockfighting .promos-grid, .page-cockfighting .features-grid {
    grid-template-columns: 1fr;
  }
  .page-cockfighting .card img, .page-cockfighting .promo-card img {
    height: 180px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-answer {
    padding: 15px 20px;
  }
}