/* style/index-how-to-participate-thomo-cockfighting-betting.css */

/* Base styles for the page content */
.page-index-how-to-participate-thomo-cockfighting-betting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Inherited from body, but good to reinforce */
}

/* Common container for content sections */
.page-index-how-to-participate-thomo-cockfighting-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section titles */
.page-index-how-to-participate-thomo-cockfighting-betting__section-title {
  color: #E44D26; /* Brand color for titles */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

/* Paragraphs */
.page-index-how-to-participate-thomo-cockfighting-betting__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #f0f0f0; /* Slightly off-white for better readability on dark bg */
}

/* Buttons */
.page-index-how-to-participate-thomo-cockfighting-betting__btn-primary {
  display: inline-block;
  background-color: #E44D26;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.page-index-how-to-participate-thomo-cockfighting-betting__btn-primary:hover {
  background-color: #cf3d1f; /* Darker shade of orange */
}

/* Hero Section */
.page-index-how-to-participate-thomo-cockfighting-betting__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px; /* Minimum height for hero */
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background-color: #333333; /* Fallback */
}

.page-index-how-to-participate-thomo-cockfighting-betting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* Darken image for text readability */
}

.page-index-how-to-participate-thomo-cockfighting-betting__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #ffffff;
  padding: 20px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #E44D26; /* Brand color for main title */
}

.page-index-how-to-participate-thomo-cockfighting-betting__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Image styles */
.page-index-how-to-participate-thomo-cockfighting-betting__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Background colors */
.page-index-how-to-participate-thomo-cockfighting-betting__dark-bg {
  background-color: #333333;
  color: #ffffff;
}

.page-index-how-to-participate-thomo-cockfighting-betting__light-bg {
  background-color: #f8f8f8;
  color: #333333;
}

.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__section-title,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__paragraph,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__step-title,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__step-description,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__bet-type-title,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__bet-type-description,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__strategy-title,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__strategy-description,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__benefit-title,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__benefit-description,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__faq-title,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__faq-question,
.page-index-how-to-participate-thomo-cockfighting-betting__light-bg .page-index-how-to-participate-thomo-cockfighting-betting__faq-toggle {
  color: #333333;
}

/* Steps section */
.page-index-how-to-participate-thomo-cockfighting-betting__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__step-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-how-to-participate-thomo-cockfighting-betting__step-title {
  color: #E44D26;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__step-description {
  color: #f0f0f0;
}

/* Bet types section */
.page-index-how-to-participate-thomo-cockfighting-betting__bet-type-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__bet-type-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #E44D26;
}

.page-index-how-to-participate-thomo-cockfighting-betting__bet-type-title {
  color: #333333;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__bet-type-description {
  color: #555555;
}

/* Strategy section (similar to bet types but with different colors) */
.page-index-how-to-participate-thomo-cockfighting-betting__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__strategy-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #E44D26;
}

.page-index-how-to-participate-thomo-cockfighting-betting__strategy-title {
  color: #E44D26;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__strategy-description {
  color: #f0f0f0;
}

/* Benefits section */
.page-index-how-to-participate-thomo-cockfighting-betting__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-index-how-to-participate-thomo-cockfighting-betting__benefit-title {
  color: #E44D26;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-how-to-participate-thomo-cockfighting-betting__benefit-description {
  color: #555555;
}

/* Video section */
.page-index-how-to-participate-thomo-cockfighting-betting__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-index-how-to-participate-thomo-cockfighting-betting__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 1000px; /* Max width for video */
  background: #000;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-how-to-participate-thomo-cockfighting-betting__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer; /* Indicate clickable */
}

/* FAQ Section */
.page-index-how-to-participate-thomo-cockfighting-betting__faq-section {
  padding: 60px 0;
}

.page-index-how-to-participate-thomo-cockfighting-betting__faq-list {
  max-width: 900px;
  margin: 40px auto;
}