/* style/index-mcw-cockfighting-features.css */
.page-index-mcw-cockfighting-features {
  font-family: 'Arial', sans-serif;
  color: #f5e6d0; /* Light text for dark backgrounds */
  background-color: #0A192F; /* Primary dark background */
  line-height: 1.6;
}

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

.page-index-mcw-cockfighting-features .section-padding {
  padding: 80px 0;
}

.page-index-mcw-cockfighting-features .bg-dark {
  background-color: #0A192F;
}

.page-index-mcw-cockfighting-features .bg-primary {
  background-color: #0A192F;
}

.page-index-mcw-cockfighting-features .hero-section {
  background: linear-gradient(135deg, #0A192F, #1e3a5f); /* Dark blue gradient */
  padding: 120px 0;
  text-align: center;
  color: #FFD700; /* Gold text for hero title */
}

.page-index-mcw-cockfighting-features .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for main title */
}

.page-index-mcw-cockfighting-features .hero-title .highlight {
  color: #FFD700;
}

.page-index-mcw-cockfighting-features .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f5e6d0; /* Light text for description */
}

.page-index-mcw-cockfighting-features .hero-cta-group .btn {
  margin: 0 10px;
}

.page-index-mcw-cockfighting-features .section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 60px;
  color: #FFD700; /* Gold for section titles */
  position: relative;
  padding-bottom: 15px;
}

.page-index-mcw-cockfighting-features .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-mcw-cockfighting-features .section-description {
  text-align: center;
  font-size: 1.1em;
  max-width: 800px;
  margin: -40px auto 60px auto;
  color: #f5e6d0;
}

.page-index-mcw-cockfighting-features .feature-grid, 
.page-index-mcw-cockfighting-features .security-grid, 
.page-index-mcw-cockfighting-features .tips-grid, 
.page-index-mcw-cockfighting-features .why-choose-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-index-mcw-cockfighting-features .feature-item, 
.page-index-mcw-cockfighting-features .security-item, 
.page-index-mcw-cockfighting-features .tip-item, 
.page-index-mcw-cockfighting-features .reason-item {
  background-color: #1a2a41; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-mcw-cockfighting-features .feature-item:hover, 
.page-index-mcw-cockfighting-features .security-item:hover, 
.page-index-mcw-cockfighting-features .tip-item:hover, 
.page-index-mcw-cockfighting-features .reason-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-mcw-cockfighting-features .feature-image, 
.page-index-mcw-cockfighting-features .security-icon {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-index-mcw-cockfighting-features .feature-heading, 
.page-index-mcw-cockfighting-features .security-heading, 
.page-index-mcw-cockfighting-features .content-heading, 
.page-index-mcw-cockfighting-features .promo-heading, 
.page-index-mcw-cockfighting-features .tip-heading, 
.page-index-mcw-cockfighting-features .reason-heading, 
.page-index-mcw-cockfighting-features .guide-heading {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for subheadings */
}

.page-index-mcw-cockfighting-features .feature-text, 
.page-index-mcw-cockfighting-features .security-text, 
.page-index-mcw-cockfighting-features .content-text, 
.page-index-mcw-cockfighting-features .promo-text, 
.page-index-mcw-cockfighting-features .tip-text, 
.page-index-mcw-cockfighting-features .reason-text, 
.page-index-mcw-cockfighting-features .guide-text {
  font-size: 1.1em;
  color: #f5e6d0;
}

.page-index-mcw-cockfighting-features .keyword-highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-index-mcw-cockfighting-features .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-size: 1.05em;
  text-align: center;
}

.page-index-mcw-cockfighting-features .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Dark blue */
  border: 2px solid #FFD700;
}

.page-index-mcw-cockfighting-features .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-mcw-cockfighting-features .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-index-mcw-cockfighting-features .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-index-mcw-cockfighting-features .btn-tertiary {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-index-mcw-cockfighting-features .btn-tertiary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-index-mcw-cockfighting-features .btn-light {
  background-color: #f5e6d0;
  color: #0A192F;
  border: 2px solid #f5e6d0;
}

.page-index-mcw-cockfighting-features .btn-light:hover {
  background-color: #e0d0b0;
  border-color: #e0d0b0;
}

.page-index-mcw-cockfighting-features .btn-outline-light {
  background-color: transparent;
  color: #f5e6d0;
  border: 2px solid #f5e6d0;
}

.page-index-mcw-cockfighting-features .btn-outline-light:hover {
  background-color: #f5e6d0;
  color: #0A192F;
}

.page-index-mcw-cockfighting-features .platform-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.page-index-mcw-cockfighting-features .platform-image {
  text-align: center;
}

.page-index-mcw-cockfighting-features .responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-mcw-cockfighting-features .cta-center {
  text-align: center;
  margin-top: 60px;
}

.page-index-mcw-cockfighting-features .cta-center .btn {
  margin: 0 15px;
}

.page-index-mcw-cockfighting-features .content-block {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-index-mcw-cockfighting-features .content-block .btn {
  margin-top: 30px;
}

.page-index-mcw-cockfighting-features .promo-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.page-index-mcw-cockfighting-features .promo-list li {
  background-color: #1a2a41;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-mcw-cockfighting-features .promo-list li:last-child {
  margin-bottom: 0;
}

.page-index-mcw-cockfighting-features .promo-heading {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-index-mcw-cockfighting-features .step-by-step-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-index-mcw-cockfighting-features .guide-step {
  background-color: #1a2a41;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-mcw-cockfighting-features .final-cta-section {
  text-align: center;
  padding: 100px 0;
  background-color: #0A192F;
  color: #f5e6d0;
}

.page-index-mcw-cockfighting-features .final-cta-title {
  font-size: 3em;
  margin-bottom: 25px;
  color: #FFD700;
}

.page-index-mcw-cockfighting-features .final-cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-mcw-cockfighting-features .final-cta-group .btn {
  margin: 0 10px;
}

.page-index-mcw-cockfighting-features .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-mcw-cockfighting-features .accordion-item {
  background-color: #1a2a41;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-index-mcw-cockfighting-features .accordion-header {
  font-size: 1.5em;
  color: #FFD700;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-mcw-cockfighting-features .accordion-header:hover {
  background-color: #2a3d58;
}

.page-index-mcw-cockfighting-features .accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-mcw-cockfighting-features .accordion-item.active .accordion-header::after {
  transform: rotate(45deg);
}

.page-index-mcw-cockfighting-features .accordion-content {
  padding: 0 25px 20px 25px;
  font-size: 1.1em;
  color: #f5e6d0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-index-mcw-cockfighting-features .accordion-item.active .accordion-content {
  max-height: 200px; /* Adjust based on content */
  padding: 0 25px 20px 25px;
}

.page-index-mcw-cockfighting-features .faq-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}

.page-index-mcw-cockfighting-features .faq-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-mcw-cockfighting-features .hero-title {
    font-size: 2.8em;
  }
  .page-index-mcw-cockfighting-features .section-title {
    font-size: 2.2em;
  }
  .page-index-mcw-cockfighting-features .platform-content-grid {
    grid-template-columns: 1fr;
  }
  .page-index-mcw-cockfighting-features .platform-image {
    order: -1; /* Image above text on smaller screens */
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-index-mcw-cockfighting-features .hero-section {
    padding: 80px 0;
  }
  .page-index-mcw-cockfighting-features .hero-title {
    font-size: 2.2em;
  }
  .page-index-mcw-cockfighting-features .hero-description {
    font-size: 1.1em;
  }
  .page-index-mcw-cockfighting-features .section-padding {
    padding: 60px 0;
  }
  .page-index-mcw-cockfighting-features .section-title {
    font-size: 1.8em;
  }
  .page-index-mcw-cockfighting-features .feature-grid, 
  .page-index-mcw-cockfighting-features .security-grid, 
  .page-index-mcw-cockfighting-features .tips-grid, 
  .page-index-mcw-cockfighting-features .why-choose-us-grid, 
  .page-index-mcw-cockfighting-features .step-by-step-guide {
    grid-template-columns: 1fr;
  }
  .page-index-mcw-cockfighting-features .final-cta-title {
    font-size: 2.2em;
  }
  .page-index-mcw-cockfighting-features .final-cta-group .btn {
    display: block;
    margin: 15px auto;
    max-width: 250px;
  }
  .page-index-mcw-cockfighting-features .accordion-header {
    font-size: 1.2em;
  }
  .page-index-mcw-cockfighting-features .accordion-content {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-mcw-cockfighting-features .hero-title {
    font-size: 1.8em;
  }
  .page-index-mcw-cockfighting-features .hero-description {
    font-size: 1em;
  }
  .page-index-mcw-cockfighting-features .section-title {
    font-size: 1.5em;
  }
  .page-index-mcw-cockfighting-features .feature-heading, 
  .page-index-mcw-cockfighting-features .security-heading, 
  .page-index-mcw-cockfighting-features .content-heading, 
  .page-index-mcw-cockfighting-features .promo-heading, 
  .page-index-mcw-cockfighting-features .tip-heading, 
.page-index-mcw-cockfighting-features .reason-heading, 
  .page-index-mcw-cockfighting-features .guide-heading {
    font-size: 1.4em;
  }
  .page-index-mcw-cockfighting-features .btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-index-mcw-cockfighting-features .final-cta-title {
    font-size: 1.8em;
  }
}