.page-cockfighting {
  font-family: 'Arial', sans-serif;
  background-color: #0A0A0A; /* Custom background color */
  color: #FFF6D6; /* Custom text color for dark background */
  line-height: 1.6;
  font-size: 16px;
}

.page-cockfighting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  color: #FFF6D6;
  background-color: #0A0A0A;
}

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

.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: 8px;
  object-fit: cover;
}

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

.page-cockfighting__hero-content h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #F2C14E; /* Primary color for heading */
  line-height: 1.2;
}

.page-cockfighting__hero-content p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-cockfighting__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Custom button gradient */
  color: #ffffff; /* Custom button text color */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting__cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__section {
  padding: 60px 20px;
  background-color: #0A0A0A;
  color: #FFF6D6;
}

.page-cockfighting__introduction-section {
  padding-top: 30px;
}

.page-cockfighting__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.page-cockfighting__heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Primary color for headings */
}

.page-cockfighting__sub-heading {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #FFD36B; /* Secondary color for sub-headings */
}

.page-cockfighting__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-cockfighting__content-grid .page-cockfighting__text-block {
  flex: 1;
}

.page-cockfighting__content-grid .page-cockfighting__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-cockfighting__content-grid .page-cockfighting__image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-cockfighting__text-block p {
  margin-bottom: 15px;
}

.page-cockfighting__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-cockfighting__step-item {
  background-color: #111111; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12; /* Border color */
}

.page-cockfighting__step-item h3 {
  color: #F2C14E; /* Primary color */
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-cockfighting__step-item p {
  font-size: 16px;
  color: #FFF6D6;
}

.page-cockfighting__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

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

.page-cockfighting__card {
  background-color: #111111; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #3A2A12; /* Border color */
  color: #FFF6D6;
}

.page-cockfighting__card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-cockfighting__card-title {
  font-size: 20px;
  font-weight: 600;
  color: #F2C14E; /* Primary color */
  margin-bottom: 10px;
}

.page-cockfighting__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-cockfighting__feature-item {
  background-color: #111111; /* Card BG */
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12; /* Border color */
}

.page-cockfighting__feature-item img {
  
  
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting__feature-item h3 {
  color: #F2C14E; /* Primary color */
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-cockfighting__feature-item p {
  font-size: 16px;
  color: #FFF6D6;
}

.page-cockfighting__promotion-card {
  background-color: #111111; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border: 1px solid #3A2A12; /* Border color */
}

.page-cockfighting__promotion-card img {
  width: 50%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-cockfighting__promotion-content {
  width: 50%;
  padding: 30px;
  color: #FFF6D6;
}

.page-cockfighting__promotion-content h3 {
  color: #F2C14E; /* Primary color */
  font-size: 24px;
  margin-bottom: 15px;
}

.page-cockfighting__promotion-content p {
  margin-bottom: 20px;
}

.page-cockfighting__promotions-list {
  list-style: disc;
  padding-left: 25px;
  color: #FFF6D6;
}

.page-cockfighting__promotions-list li {
  margin-bottom: 10px;
}

.page-cockfighting__tips-list {
  list-style: disc;
  padding-left: 25px;
  color: #FFF6D6;
}

.page-cockfighting__tips-list li {
  margin-bottom: 10px;
}

.page-cockfighting__tips-list li strong {
  color: #F2C14E;
}

.page-cockfighting__faq-list {
  margin-top: 40px;
}

details.page-cockfighting__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border color */
  overflow: hidden;
  background: #111111; /* Card BG */
  color: #FFF6D6;
}

details.page-cockfighting__faq-item summary.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-cockfighting__faq-item summary.page-cockfighting__faq-question::-webkit-details-marker {
  display: none;
}

details.page-cockfighting__faq-item summary.page-cockfighting__faq-question:hover {
  background: #1a1a1a;
}

.page-cockfighting__faq-qtext {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F2C14E; /* Primary color for FAQ question */
}

.page-cockfighting__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD36B; /* Glow color for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-cockfighting__faq-item .page-cockfighting__faq-answer {
  padding: 0 25px 25px;
  background: #1a1a1a; /* Slightly darker than card for answer background */
  border-radius: 0 0 10px 10px;
  font-size: 16px;
}

.page-cockfighting__faq-answer p {
  margin: 0;
  color: #FFF6D6;
}

.page-cockfighting__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-cockfighting__conclusion-section p {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  .page-cockfighting {
    font-size: 15px;
  }

  .page-cockfighting__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-cockfighting__hero-image img {
    border-radius: 4px;
  }

  .page-cockfighting__hero-content h1 {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 15px;
  }

  .page-cockfighting__hero-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-cockfighting__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting__section {
    padding: 40px 15px;
  }

  .page-cockfighting__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-cockfighting__heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-cockfighting__sub-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-cockfighting__content-grid {
    flex-direction: column;
    gap: 30px;
  }

  .page-cockfighting__content-grid .page-cockfighting__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .page-cockfighting__step-item,
  .page-cockfighting__card,
  .page-cockfighting__feature-item {
    padding: 20px;
  }

  .page-cockfighting__step-item h3 {
    font-size: 20px;
  }

  .page-cockfighting__card-title {
    font-size: 18px;
  }

  .page-cockfighting__promotion-card {
    flex-direction: column;
  }

  .page-cockfighting__promotion-card img,
  .page-cockfighting__promotion-content {
    width: 100%;
  }

  .page-cockfighting__promotion-content {
    padding: 20px;
  }

  .page-cockfighting__promotion-content h3 {
    font-size: 20px;
  }

  details.page-cockfighting__faq-item summary.page-cockfighting__faq-question {
    padding: 15px 20px;
  }

  .page-cockfighting__faq-qtext {
    font-size: 16px;
  }

  details.page-cockfighting__faq-item .page-cockfighting__faq-answer {
    padding: 0 20px 20px;
  }

  /* General image and container responsive styles */
  .page-cockfighting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-cockfighting__section,
  .page-cockfighting__card,
  .page-cockfighting__container,
  .page-cockfighting__promotion-card,
  .page-cockfighting__cta-wrapper,
  .page-cockfighting__content-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting__cta-buttons,
  .page-cockfighting__button-group,
  .page-cockfighting__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-cockfighting__cta-buttons {
    display: flex;
    flex-direction: column; 
  }
}