/* style/blog-why-choose-u888-cockfighting.css */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --bg-color: #08160F;
  --card-bg: #11271B;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-why-choose-u888-cockfighting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Main text color for dark body background */
  background-color: var(--bg-color);
}

.page-blog-why-choose-u888-cockfighting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-why-choose-u888-cockfighting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px; /* Adjust padding as needed, small top padding for body offset */
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
  background-color: var(--deep-green);
}

.page-blog-why-choose-u888-cockfighting__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-why-choose-u888-cockfighting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-why-choose-u888-cockfighting__hero-content {
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background: rgba(17, 40, 27, 0.7); /* Slightly transparent dark green */
  border-radius: 8px;
}

.page-blog-why-choose-u888-cockfighting__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Responsive font size for H1 */
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-why-choose-u888-cockfighting__description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-why-choose-u888-cockfighting__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: var(--button-gradient);
  color: var(--text-main);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-why-choose-u888-cockfighting__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-why-choose-u888-cockfighting__introduction-section,
.page-blog-why-choose-u888-cockfighting__advantages-section,
.page-blog-why-choose-u888-cockfighting__how-to-join-section,
.page-blog-why-choose-u888-cockfighting__faq-section,
.page-blog-why-choose-u888-cockfighting__conclusion-section {
  padding: 50px 0;
}

.page-blog-why-choose-u888-cockfighting__section-title {
  font-size: 2.2em;
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-why-choose-u888-cockfighting__text-block {
  font-size: 1em;
  color: var(--text-secondary);
  text-align: justify;
  margin-bottom: 20px;
}

.page-blog-why-choose-u888-cockfighting__advantage-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.page-blog-why-choose-u888-cockfighting__card-image {
  width: 100%;
  height: 300px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-why-choose-u888-cockfighting__card-content {
  padding: 25px;
  color: var(--text-main);
}

.page-blog-why-choose-u888-cockfighting__card-title {
  font-size: 1.5em;
  color: var(--gold-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-why-choose-u888-cockfighting__card-text {
  font-size: 0.95em;
  color: var(--text-secondary);
  line-height: 1.7;
}

.page-blog-why-choose-u888-cockfighting__how-to-join-section {
  background-color: var(--deep-green);
  text-align: center;
}

.page-blog-why-choose-u888-cockfighting__steps-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 700px;
  text-align: left;
}

.page-blog-why-choose-u888-cockfighting__steps-list li {
  background-color: var(--card-bg);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: var(--text-main);
  border-left: 5px solid var(--primary-color);
}

.page-blog-why-choose-u888-cockfighting__steps-list li strong {
  color: var(--gold-color);
}

.page-blog-why-choose-u888-cockfighting__faq-list {
  margin-top: 30px;
}

.page-blog-why-choose-u888-cockfighting__faq-item {
  background-color: var(--card-bg);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.page-blog-why-choose-u888-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--gold-color);
  cursor: pointer;
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--divider-color);
  list-style: none; /* For details/summary */
}

.page-blog-why-choose-u888-cockfighting__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-why-choose-u888-cockfighting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-why-choose-u888-cockfighting__faq-item[open] .page-blog-why-choose-u888-cockfighting__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-why-choose-u888-cockfighting__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1em;
  color: var(--text-secondary);
  line-height: 1.6;
}

.page-blog-why-choose-u888-cockfighting__conclusion-section {
  background-color: var(--deep-green);
  text-align: center;
}

/* Color Contrast Fixes */
.page-blog-why-choose-u888-cockfighting__dark-bg {
  background-color: var(--deep-green);
  color: var(--text-main);
}

.page-blog-why-choose-u888-cockfighting__light-bg {
  background-color: var(--bg-color); /* Using the main dark background, but ensuring text contrast */
  color: var(--text-main);
}

.page-blog-why-choose-u888-cockfighting__text-contrast-fix {
  color: var(--gold-color); /* Ensure titles are visible on dark backgrounds */
}

/* Responsive Design */
@media (min-width: 769px) {
  .page-blog-why-choose-u888-cockfighting__advantage-card {
    flex-direction: row;
    align-items: center;
  }

  .page-blog-why-choose-u888-cockfighting__advantage-card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .page-blog-why-choose-u888-cockfighting__card-image {
    flex: 1;
    height: 350px;
  }

  .page-blog-why-choose-u888-cockfighting__card-content {
    flex: 2;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-why-choose-u888-cockfighting {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-why-choose-u888-cockfighting__container {
    padding: 0 15px !important;
  }

  .page-blog-why-choose-u888-cockfighting__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-why-choose-u888-cockfighting__main-title {
    font-size: 2em;
  }

  .page-blog-why-choose-u888-cockfighting__description {
    font-size: 1em;
  }

  .page-blog-why-choose-u888-cockfighting__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-why-choose-u888-cockfighting__advantage-card {
    flex-direction: column;
  }

  .page-blog-why-choose-u888-cockfighting__card-image {
    height: 250px;
  }

  .page-blog-why-choose-u888-cockfighting__card-title {
    font-size: 1.3em;
  }

  .page-blog-why-choose-u888-cockfighting__card-text {
    font-size: 0.9em;
  }

  .page-blog-why-choose-u888-cockfighting__steps-list {
    margin: 20px auto;
  }

  .page-blog-why-choose-u888-cockfighting__steps-list li {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-why-choose-u888-cockfighting__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-why-choose-u888-cockfighting__faq-answer {
    padding: 10px 20px 20px;
  }

  /* Mobile responsive for all images */
  .page-blog-why-choose-u888-cockfighting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Mobile responsive for all image containers */
  .page-blog-why-choose-u888-cockfighting__hero-image-wrapper,
  .page-blog-why-choose-u888-cockfighting__advantage-card,
  .page-blog-why-choose-u888-cockfighting__card-content,
  .page-blog-why-choose-u888-cockfighting__container,
  .page-blog-why-choose-u888-cockfighting__introduction-section,
  .page-blog-why-choose-u888-cockfighting__advantages-section,
  .page-blog-why-choose-u888-cockfighting__how-to-join-section,
  .page-blog-why-choose-u888-cockfighting__faq-section,
  .page-blog-why-choose-u888-cockfighting__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
  }

  /* Mobile responsive for buttons */
  .page-blog-why-choose-u888-cockfighting__btn-primary,
  .page-blog-why-choose-u888-cockfighting__cta-button {
    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;
  }

  /* Button containers on mobile */
  .page-blog-why-choose-u888-cockfighting__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}