.page-resources-e2bet-cockfighting-guide {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #8B0000; /* Dark Red */
  --text-color: #333333;
  --light-text-color: #f0f0f0;
  --background-light: #ffffff;
  --background-dark: #222222;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color);
}

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

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

.page-resources-e2bet-cockfighting-guide section:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.page-resources-e2bet-cockfighting-guide h1,
.page-resources-e2bet-cockfighting-guide h2,
.page-resources-e2bet-cockfighting-guide h3 {
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-e2bet-cockfighting-guide h1 {
  font-size: 2.8em;
  color: var(--light-text-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-e2bet-cockfighting-guide h2 {
  font-size: 2.2em;
  margin-bottom: 30px;
}

.page-resources-e2bet-cockfighting-guide h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-e2bet-cockfighting-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-e2bet-cockfighting-guide a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-resources-e2bet-cockfighting-guide a:hover {
  text-decoration: underline;
}

/* HERO Section */
.page-resources-e2bet-cockfighting-guide .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, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: var(--light-text-color);
  overflow: hidden;
}

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

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

.page-resources-e2bet-cockfighting-guide .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-resources-e2bet-cockfighting-guide .hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 20px auto 30px auto;
  color: var(--light-text-color);
}

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

.page-resources-e2bet-cockfighting-guide .cta-button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  border-color: var(--primary-color);
}

/* Introduction Section */
.page-resources-e2bet-cockfighting-guide .introduction-section {
  background-color: var(--background-light);
  padding: 80px 0;
}

.page-resources-e2bet-cockfighting-guide .introduction-section p {
  text-align: left;
  margin-bottom: 20px;
}

/* Quick Access Section */
.page-resources-e2bet-cockfighting-guide .quick-access-section {
  background-color: var(--background-dark);
  color: var(--light-text-color);
  padding: 80px 0;
}

.page-resources-e2bet-cockfighting-guide .quick-access-section h2 {
  color: var(--primary-color);
}

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

.page-resources-e2bet-cockfighting-guide .access-link {
  display: block;
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--primary-color);
}

.page-resources-e2bet-cockfighting-guide .access-link:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Games Introduction Section */
.page-resources-e2bet-cockfighting-guide .games-introduction-section {
  padding: 80px 0;
}

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

.page-resources-e2bet-cockfighting-guide .game-card {
  background: var(--background-light);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
}

.page-resources-e2bet-cockfighting-guide .game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-e2bet-cockfighting-guide .game-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border-color);
}

.page-resources-e2bet-cockfighting-guide .game-card h3 {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 1.5em;
}

.page-resources-e2bet-cockfighting-guide .game-card p {
  padding: 0 20px 15px;
  font-size: 0.95em;
  color: var(--text-color);
}

.page-resources-e2bet-cockfighting-guide .game-card .btn-small {
  display: inline-block;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: background 0.3s ease, color 0.3s ease;
}

.page-resources-e2bet-cockfighting-guide .game-card .btn-small:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

/* Promotions Section */
.page-resources-e2bet-cockfighting-guide .promotions-section {
  background-color: var(--background-dark);
  color: var(--light-text-color);
  padding: 80px 0;
}

.page-resources-e2bet-cockfighting-guide .promotions-section h2 {
  color: var(--primary-color);
}

.page-resources-e2bet-cockfighting-guide .promotions-section img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-e2bet-cockfighting-guide .promotions-section ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: left;
}

.page-resources-e2bet-cockfighting-guide .promotions-section ul li {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.1em;
  border-left: 5px solid var(--primary-color);
}

.page-resources-e2bet-cockfighting-guide .promotions-section ul li strong {
  color: var(--primary-color);
}

.page-resources-e2bet-cockfighting-guide .promotions-section ul li a {
  color: var(--primary-color);
}

.page-resources-e2bet-cockfighting-guide .promotions-section ul li a:hover {
  color: var(--light-text-color);
}

/* Security & CS Section */
.page-resources-e2bet-cockfighting-guide .security-cs-section {
  background-color: var(--background-light);
  padding: 80px 0;
}

.page-resources-e2bet-cockfighting-guide .security-cs-section img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-e2bet-cockfighting-guide .security-cs-section ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: left;
}

.page-resources-e2bet-cockfighting-guide .security-cs-section ul li {
  background: #f0f0f0;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.1em;
  border-left: 5px solid var(--secondary-color);
}

.page-resources-e2bet-cockfighting-guide .security-cs-section ul li strong {
  color: var(--secondary-color);
}

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

.page-resources-e2bet-cockfighting-guide .faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-resources-e2bet-cockfighting-guide .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-e2bet-cockfighting-guide .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--background-light);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-e2bet-cockfighting-guide .faq-question:hover {
  background: #f5f5f5;
}

.page-resources-e2bet-cockfighting-guide .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: var(--text-color);
}

.page-resources-e2bet-cockfighting-guide .faq-toggle {
  font-size: 2em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-resources-e2bet-cockfighting-guide .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.page-resources-e2bet-cockfighting-guide .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fcfcfc;
}

.page-resources-e2bet-cockfighting-guide .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid var(--border-color);
}

.page-resources-e2bet-cockfighting-guide .faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
  color: var(--text-color);
}

/* Latest Blog Section */
.page-resources-e2bet-cockfighting-guide .latest-blog-section {
  padding: 80px 0;
  background-color: var(--background-light);
}

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

.page-resources-e2bet-cockfighting-guide .blog-card {
  background: var(--background-light);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
}

.page-resources-e2bet-cockfighting-guide .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-e2bet-cockfighting-guide .blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border-color);
}

.page-resources-e2bet-cockfighting-guide .blog-card h3 {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  font-size: 1.4em;
  color: var(--secondary-color);
}

.page-resources-e2bet-cockfighting-guide .blog-card h3 a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-resources-e2bet-cockfighting-guide .blog-card h3 a:hover {
  text-decoration: underline;
}

.page-resources-e2bet-cockfighting-guide .blog-card p {
  padding: 0 20px 15px;
  font-size: 0.95em;
  color: var(--text-color);
}

.page-resources-e2bet-cockfighting-guide .blog-card .blog-date {
  display: block;
  font-size: 0.85em;
  color: #777;
  padding: 0 20px 10px;
}

.page-resources-e2bet-cockfighting-guide .blog-card .read-more {
  display: inline-block;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: background 0.3s ease, color 0.3s ease;
}

.page-resources-e2bet-cockfighting-guide .blog-card .read-more:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-e2bet-cockfighting-guide .text-center {
  text-align: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-e2bet-cockfighting-guide h1 {
    font-size: 2.2em;
  }
  .page-resources-e2bet-cockfighting-guide h2 {
    font-size: 1.8em;
  }
  .page-resources-e2bet-cockfighting-guide .game-card-grid,
  .page-resources-e2bet-cockfighting-guide .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-resources-e2bet-cockfighting-guide .faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-e2bet-cockfighting-guide section {
    padding: 40px 0;
  }
  .page-resources-e2bet-cockfighting-guide h1 {
    font-size: 1.8em;
  }
  .page-resources-e2bet-cockfighting-guide h2 {
    font-size: 1.6em;
  }
  .page-resources-e2bet-cockfighting-guide .hero-image img {
    border-radius: 8px;
  }
  .page-resources-e2bet-cockfighting-guide .hero-content p {
    font-size: 1em;
  }
  .page-resources-e2bet-cockfighting-guide .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-resources-e2bet-cockfighting-guide .link-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-e2bet-cockfighting-guide .access-link {
    padding: 15px;
    font-size: 1em;
  }
  .page-resources-e2bet-cockfighting-guide .game-card img {
    height: 200px;
  }
  .page-resources-e2bet-cockfighting-guide .game-card h3 {
    font-size: 1.3em;
  }
  .page-resources-e2bet-cockfighting-guide .faq-question {
    padding: 15px 20px;
  }
  .page-resources-e2bet-cockfighting-guide .faq-answer {
    padding: 0 20px;
  }
  .page-resources-e2bet-cockfighting-guide .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-resources-e2bet-cockfighting-guide .blog-card img {
    height: 180px;
  }
  .page-resources-e2bet-cockfighting-guide .blog-card h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-e2bet-cockfighting-guide h1 {
    font-size: 1.5em;
  }
  .page-resources-e2bet-cockfighting-guide h2 {
    font-size: 1.4em;
  }
  .page-resources-e2bet-cockfighting-guide .hero-content p {
    font-size: 0.9em;
  }
  .page-resources-e2bet-cockfighting-guide .cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }
  .page-resources-e2bet-cockfighting-guide .faq-question h3 {
    font-size: 1em;
  }
}