.page-cockfighting-culture-styles {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #ffffff);
  padding-top: var(--header-offset, 120px);
}

.page-cockfighting-culture-styles__hero-section {
  position: relative;
  background: linear-gradient(135deg, #26A9E0, #ADD8E6);
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-cockfighting-culture-styles__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-cockfighting-culture-styles__hero-content {
  text-align: center;
  max-width: 800px;
}

.page-cockfighting-culture-styles__main-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-culture-styles__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f8ff;
}

.page-cockfighting-culture-styles__hero-image {
  width: 100%;
  max-width: 1000px; /* Adjust as needed */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-culture-styles__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-cockfighting-culture-styles__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-cockfighting-culture-styles__cta-button:hover {
  background: #ff8c00;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-culture-styles__section {
  padding: 60px 20px;
  background-color: #ffffff;
  color: #333333;
}

.page-cockfighting-culture-styles__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-cockfighting-culture-styles__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-cockfighting-culture-styles__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-cockfighting-culture-styles__dark-bg .page-cockfighting-culture-styles__section-title {
  color: #ffffff;
}

.page-cockfighting-culture-styles__paragraph {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-cockfighting-culture-styles__inline-link {
  color: #007bff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-cockfighting-culture-styles__dark-bg .page-cockfighting-culture-styles__inline-link {
  color: #f0f8ff;
}

.page-cockfighting-culture-styles__inline-link:hover {
  color: #0056b3;
}

.page-cockfighting-culture-styles__dark-bg .page-cockfighting-culture-styles__inline-link:hover {
  color: #ffffff;
}

.page-cockfighting-culture-styles__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-culture-styles__feature-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-cockfighting-culture-styles__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-culture-styles__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-cockfighting-culture-styles__feature-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-cockfighting-culture-styles__feature-description {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  text-align: justify;
}

.page-cockfighting-culture-styles__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-cockfighting-culture-styles__list-item {
  background: rgba(255, 255, 255, 0.15);
  border-left: 5px solid #EA7C07;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-culture-styles__list-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-cockfighting-culture-styles__list-item p {
  font-size: 16px;
  color: #f0f0f0;
  line-height: 1.6;
  text-align: justify;
}

.page-cockfighting-culture-styles__table-responsive {
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-cockfighting-culture-styles__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* Ensure table is wide enough for content */
}

.page-cockfighting-culture-styles__table th,
.page-cockfighting-culture-styles__table td {
  padding: 15px;
  border: 1px solid #e0e0e0;
  text-align: left;
  font-size: 15px;
}

.page-cockfighting-culture-styles__table th {
  background-color: #26A9E0;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}

.page-cockfighting-culture-styles__table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

.page-cockfighting-culture-styles__table tbody tr:hover {
  background-color: #eef;
}

.page-cockfighting-culture-styles__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-culture-styles__content-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-cockfighting-culture-styles__content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-culture-styles__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-cockfighting-culture-styles__card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-cockfighting-culture-styles__card-description {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  text-align: justify;
}

.page-cockfighting-culture-styles__cta-block {
  background: linear-gradient(135deg, #EA7C07, #ffad42);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-cockfighting-culture-styles__cta-text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
}

.page-cockfighting-culture-styles__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-cockfighting-culture-styles__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-cockfighting-culture-styles__btn-primary:hover {
  background: #1e8bbd;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-culture-styles__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-cockfighting-culture-styles__btn-secondary:hover {
  background: #e0f2f7;
  color: #1e8bbd;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-culture-styles__conclusion-section {
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting-culture-styles__main-title {
    font-size: 38px;
  }
  .page-cockfighting-culture-styles__section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-culture-styles {
    padding-top: var(--header-offset, 120px) !important;
    font-size: 16px;
    line-height: 1.6;
  }

  .page-cockfighting-culture-styles__hero-section {
    padding: 40px 15px;
  }
  
  .page-cockfighting-culture-styles__hero-container {
    flex-direction: column;
    gap: 20px;
  }

  .page-cockfighting-culture-styles__main-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .page-cockfighting-culture-styles__intro-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .page-cockfighting-culture-styles__hero-image {
    border-radius: 8px;
  }

  .page-cockfighting-culture-styles__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-cockfighting-culture-styles__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;
  }

  .page-cockfighting-culture-styles__section {
    padding: 40px 15px;
  }

  .page-cockfighting-culture-styles__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .page-cockfighting-culture-styles__paragraph {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .page-cockfighting-culture-styles__feature-grid,
  .page-cockfighting-culture-styles__content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-cockfighting-culture-styles__feature-item,
  .page-cockfighting-culture-styles__content-card {
    padding: 20px;
  }

  .page-cockfighting-culture-styles__feature-title,
  .page-cockfighting-culture-styles__card-title {
    font-size: 20px;
  }

  .page-cockfighting-culture-styles__feature-description,
  .page-cockfighting-culture-styles__card-description {
    font-size: 15px;
  }

  .page-cockfighting-culture-styles__list-item {
    padding: 20px;
  }

  .page-cockfighting-culture-styles__list-item h3 {
    font-size: 20px;
  }

  .page-cockfighting-culture-styles__list-item p {
    font-size: 15px;
  }

  .page-cockfighting-culture-styles__table-responsive {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .page-cockfighting-culture-styles__table th,
  .page-cockfighting-culture-styles__table td {
    padding: 10px;
    font-size: 14px;
  }

  .page-cockfighting-culture-styles__cta-block {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .page-cockfighting-culture-styles__cta-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page-cockfighting-culture-styles__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting-culture-styles__button-group a {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-culture-styles img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-cockfighting-culture-styles__section,
  .page-cockfighting-culture-styles__card,
  .page-cockfighting-culture-styles__container,
  .page-cockfighting-culture-styles__cta-block,
  .page-cockfighting-culture-styles__feature-item,
  .page-cockfighting-culture-styles__content-card,
  .page-cockfighting-culture-styles__list-item,
  .page-cockfighting-culture-styles__table-responsive {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-cockfighting-culture-styles__container {
    padding-left: 0;
    padding-right: 0;
  }
}