/* style/resources-southeast-asia-cockfighting-breeds-culture.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-btn-bg: #C30808;
  --login-btn-bg: #C30808;
  --register-login-font: #FFFF00;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f9f9f9;
  --border-light: #e0e0e0;
}

.page-resources-southeast-asia-cockfighting-breeds-culture {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light backgrounds */
  background-color: var(--secondary-color);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__section {
  padding: 60px 0;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__description {
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__cta-group--center {
  margin-top: 40px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__btn-primary {
  background: var(--register-btn-bg);
  color: var(--register-login-font);
  border: 2px solid var(--register-btn-bg);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__btn-primary:hover {
  background: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__btn-secondary {
  background: transparent;
  color: var(--register-login-font);
  border: 2px solid var(--register-login-font);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__btn-secondary:hover {
  background: var(--register-login-font);
  color: var(--register-btn-bg);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__hero-image {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-southeast-asia-cockfighting-breeds-culture p {
  margin-bottom: 20px;
  font-size: 17px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__image-gallery, 
.page-resources-southeast-asia-cockfighting-breeds-culture__image-wrapper {
  text-align: center;
  margin: 40px 0;
  border-radius: 12px;
  overflow: hidden;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__breed-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__breed-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: var(--text-light);
  text-align: left;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__breed-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-light);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__list li {
  margin-bottom: 10px;
}

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

.page-resources-southeast-asia-cockfighting-breeds-culture__rule-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: var(--text-light);
  text-align: left;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__rule-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-light);
}

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

.page-resources-southeast-asia-cockfighting-breeds-culture__promo-card {
  background-color: var(--bg-light);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  color: var(--text-dark);
  text-align: left;
  border: 1px solid var(--border-light);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__promo-title,
.page-resources-southeast-asia-cockfighting-breeds-culture__section-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-southeast-asia-cockfighting-breeds-culture__floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  background-color: var(--register-btn-bg);
  color: var(--register-login-font);
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-southeast-asia-cockfighting-breeds-culture__floating-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-southeast-asia-cockfighting-breeds-culture__main-title {
    font-size: 42px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__description {
    font-size: 18px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__section-title {
    font-size: 32px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__breed-name,
  .page-resources-southeast-asia-cockfighting-breeds-culture__rule-title,
  .page-resources-southeast-asia-cockfighting-breeds-culture__promo-title,
  .page-resources-southeast-asia-cockfighting-breeds-culture__section-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-resources-southeast-asia-cockfighting-breeds-culture__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__main-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__section {
    padding: 40px 0;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture p,
  .page-resources-southeast-asia-cockfighting-breeds-culture li {
    font-size: 16px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__breed-list,
  .page-resources-southeast-asia-cockfighting-breeds-culture__rules-grid,
  .page-resources-southeast-asia-cockfighting-breeds-culture__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__breed-item,
  .page-resources-southeast-asia-cockfighting-breeds-culture__rule-card,
  .page-resources-southeast-asia-cockfighting-breeds-culture__promo-card {
    padding: 20px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__breed-name,
  .page-resources-southeast-asia-cockfighting-breeds-culture__rule-title,
  .page-resources-southeast-asia-cockfighting-breeds-culture__promo-title,
  .page-resources-southeast-asia-cockfighting-breeds-culture__section-subtitle {
    font-size: 20px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__hero-image,
  .page-resources-southeast-asia-cockfighting-breeds-culture__image-gallery,
  .page-resources-southeast-asia-cockfighting-breeds-culture__image-wrapper,
  .page-resources-southeast-asia-cockfighting-breeds-culture__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__floating-buttons {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .page-resources-southeast-asia-cockfighting-breeds-culture__floating-btn {
    padding: 10px 20px;
    font-size: 14px;
    min-width: 100px;
  }
}