/* style/resources-mcw-cockfighting-registration.css */
.page-resources-mcw-cockfighting-registration {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text for dark background */
  background-color: #0A192F; /* Main background color */
}

.page-resources-mcw-cockfighting-registration .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-mcw-cockfighting-registration .hero-section {
  background: linear-gradient(135deg, #0A192F, #2A3B4C);
  padding: 80px 0 60px;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-mcw-cockfighting-registration .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

.page-resources-mcw-cockfighting-registration .hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mcw-cockfighting-registration .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.page-resources-mcw-cockfighting-registration .btn-primary {
  background-color: #FFD700;
  color: #0A192F;
  border: none;
}

.page-resources-mcw-cockfighting-registration .btn-primary:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
}

.page-resources-mcw-cockfighting-registration .btn-secondary {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-mcw-cockfighting-registration .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-mcw-cockfighting-registration .btn-link {
  color: #FFD700;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}

.page-resources-mcw-cockfighting-registration .btn-link:hover {
  color: #E6C200;
}

.page-resources-mcw-cockfighting-registration .content-section {
  padding: 60px 0;
  line-height: 1.7;
}

.page-resources-mcw-cockfighting-registration .intro-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  text-align: justify;
}

.page-resources-mcw-cockfighting-registration .section-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-mcw-cockfighting-registration .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #FFD700;
}

.page-resources-mcw-cockfighting-registration h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-resources-mcw-cockfighting-registration p {
  margin-bottom: 1em;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-mcw-cockfighting-registration ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #E0E0E0;
}

.page-resources-mcw-cockfighting-registration ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #E0E0E0;
}

.page-resources-mcw-cockfighting-registration li {
  margin-bottom: 0.5em;
}

.page-resources-mcw-cockfighting-registration a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-mcw-cockfighting-registration a:hover {
  text-decoration: underline;
  color: #E6C200;
}

.page-resources-mcw-cockfighting-registration .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-mcw-cockfighting-registration .feature-item {
  background-color: #1A2B3C;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-mcw-cockfighting-registration .feature-item h3 {
  color: #FFD700;
  margin-top: 15px;
  font-size: 1.3em;
}

.page-resources-mcw-cockfighting-registration .feature-item p {
  color: #C0C0C0;
  font-size: 0.95em;
}

.page-resources-mcw-cockfighting-registration .feature-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.page-resources-mcw-cockfighting-registration .step-by-step-guide {
  margin-top: 40px;
}

.page-resources-mcw-cockfighting-registration .step-item {
  background-color: #1A2B3C;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-mcw-cockfighting-registration .step-title {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-mcw-cockfighting-registration .guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-mcw-cockfighting-registration .important-note {
  background-color: #2A3B4C;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-top: 25px;
  color: #E0E0E0;
  font-style: italic;
}

.page-resources-mcw-cockfighting-registration .important-note strong {
  color: #FFD700;
}

.page-resources-mcw-cockfighting-registration .bullet-list {
  list-style-type: circle;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-resources-mcw-cockfighting-registration .bullet-list li {
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-resources-mcw-cockfighting-registration .cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-mcw-cockfighting-registration .faq-item {
  background-color: #1A2B3C;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.page-resources-mcw-cockfighting-registration .faq-question {
  color: #FFD700;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-mcw-cockfighting-registration .faq-answer {
  color: #C0C0C0;
  font-size: 0.95em;
}

.page-resources-mcw-cockfighting-registration .return-link {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #2A3B4C;
}

@media (max-width: 768px) {
  .page-resources-mcw-cockfighting-registration .hero-title {
    font-size: 2em;
  }
  .page-resources-mcw-cockfighting-registration .hero-subtitle {
    font-size: 1em;
  }
  .page-resources-mcw-cockfighting-registration .section-title {
    font-size: 1.6em;
  }
  .page-resources-mcw-cockfighting-registration .feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-mcw-cockfighting-registration .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-mcw-cockfighting-registration .cta-group {
    flex-direction: column;
    align-items: center;
  }
}