/* style/th-thao-bng-.css */

:root {
  --primary-color: #FFD700;
  --secondary-color: #0A2463;
  --text-dark: #0A2463;
  --text-light: #ffffff;
  --background-light: #f8f8f8;
  --background-dark: #0A2463;
  --accent-color: #dc3545; /* A subtle red for emphasis */
}

.page-th-thao-bng- {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--background-light);
}

.page-th-thao-bng-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-th-thao-bng-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-th-thao-bng-section:nth-of-type(even) {
  background-color: #f1f1f1;
}

.page-th-thao-bng-section-title {
  font-size: 3em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-th-thao-bng-section-description {
  font-size: 1.2em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555;
}

/* Hero Section */
.page-th-thao-bng-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--secondary-color), #0A2463CC);
  color: var(--text-light);
  overflow: hidden;
}

.page-th-thao-bng-hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-th-thao-bng-hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-th-thao-bng-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.8);
}

.page-th-thao-bng-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: rgba(10, 36, 99, 0.7);
  border-radius: 10px;
  margin-top: -80px; /* Overlap with image */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-th-thao-bng-main-title {
  font-size: 3.8em;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-th-thao-bng-hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-th-thao-bng-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-th-thao-bng-cta-button,
.page-th-thao-bng-secondary-button {
  display: inline-block;
  padding: 18px 45px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-th-thao-bng-cta-button {
  background: var(--primary-color);
  color: var(--text-dark);
  border: 2px solid var(--primary-color);
}

.page-th-thao-bng-cta-button:hover {
  background: #ffc400;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-th-thao-bng-secondary-button {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-th-thao-bng-secondary-button:hover {
  background: var(--primary-color);
  color: var(--text-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Why Choose uw88 Section */
.page-th-thao-bng-why-choose {
  background-color: var(--background-light);
}

.page-th-thao-bng-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-bng-feature-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-bng-feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-bng-feature-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-th-thao-bng-feature-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao-bng-feature-item p {
  font-size: 1.1em;
  color: #666;
}

/* Bet Types Section */
.page-th-thao-bng-bet-types {
  background-color: #f1f1f1;
}

.page-th-thao-bng-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-bng-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-bng-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-bng-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-th-thao-bng-card-title {
  font-size: 1.6em;
  color: var(--secondary-color);
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-th-thao-bng-card-title a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-th-thao-bng-card-title a:hover {
  color: var(--primary-color);
}

.page-th-thao-bng-card-text {
  font-size: 1.1em;
  color: #666;
  padding: 0 20px 20px;
}

/* How To Bet Section */
.page-th-thao-bng-how-to-bet {
  background-color: var(--background-light);
}

.page-th-thao-bng-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-bng-step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-th-thao-bng-step-number {
  font-size: 3em;
  font-weight: bold;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 20px auto;
  border: 4px solid var(--primary-color);
  box-shadow: 0 0 0 8px rgba(255, 215, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-th-thao-bng-step-item h3 {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao-bng-step-item p {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 20px;
}

.page-th-thao-bng-button-small {
  display: inline-block;
  padding: 10px 25px;
  background: var(--primary-color);
  color: var(--text-dark);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
}

.page-th-thao-bng-button-small:hover {
  background: #ffc400;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Strategies Section */
.page-th-thao-bng-strategies {
  background-color: #f1f1f1;
}

.page-th-thao-bng-strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-th-thao-bng-strategy-list li {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-bng-strategy-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-th-thao-bng-strategy-list h3 {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-th-thao-bng-strategy-list p {
  font-size: 1.1em;
  color: #666;
}

/* Promotions Section */
.page-th-thao-bng-promotions {
  background-color: var(--background-light);
}

.page-th-thao-bng-promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-bng-promo-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-bng-promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-bng-promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-th-thao-bng-promo-title {
  font-size: 1.6em;
  color: var(--secondary-color);
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-th-thao-bng-promo-title a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-th-thao-bng-promo-title a:hover {
  color: var(--primary-color);
}

.page-th-thao-bng-promo-text {
  font-size: 1.1em;
  color: #666;
  padding: 0 20px 20px;
}

.page-th-thao-bng-promotion-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #555;
}

.page-th-thao-bng-promotion-footer a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-th-thao-bng-promotion-footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/* FAQ Section */
.page-th-thao-bng-faq {
  background-color: #f1f1f1;
}

.page-th-thao-bng-faq-list {
  margin-top: 40px;
}

/* FAQ default state - answer hidden */
.faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  color: #444;
  font-size: 1.1em;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: var(--secondary-color);
  color: var(--text-light);
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
  background: #071e54;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
}

/* Toggle icon */
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1;
  color: var(--primary-color);
}

/* Contact Section */
.page-th-thao-bng-contact {
  background-color: var(--background-light);
  text-align: center;
}

.page-th-thao-bng-contact-info {
  margin-top: 30px;
  font-size: 1.2em;
}

.page-th-thao-bng-contact-info p {
  margin-bottom: 10px;
}

.page-th-thao-bng-contact-info a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-th-thao-bng-contact-info a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Copyright */
.page-th-thao-bng-copyright {
  background-color: var(--secondary-color);
  color: var(--text-light);
  text-align: center;
  padding: 25px 20px;
  font-size: 1em;
  margin-top: 40px;
}

.page-th-thao-bng-copyright p {
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-th-thao-bng-main-title {
    font-size: 3.2em;
  }
  .page-th-thao-bng-hero-description {
    font-size: 1.2em;
  }
  .page-th-thao-bng-cta-button, .page-th-thao-bng-secondary-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
  .page-th-thao-bng-section-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-th-thao-bng-section {
    padding: 40px 0;
  }
  .page-th-thao-bng-main-title {
    font-size: 2.5em;
  }
  .page-th-thao-bng-hero-description {
    font-size: 1.1em;
  }
  .page-th-thao-bng-hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-th-thao-bng-cta-button, .page-th-thao-bng-secondary-button {
    width: 80%;
    max-width: 300px;
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-th-thao-bng-section-title {
    font-size: 2em;
  }
  .page-th-thao-bng-section-description {
    font-size: 1em;
  }
  .page-th-thao-bng-feature-title, .page-th-thao-bng-card-title, .page-th-thao-bng-step-item h3, .page-th-thao-bng-strategy-list h3, .page-th-thao-bng-promo-title {
    font-size: 1.5em;
  }
  .page-th-thao-bng-feature-item, .page-th-thao-bng-card, .page-th-thao-bng-step-item, .page-th-thao-bng-strategy-list li, .page-th-thao-bng-promo-card {
    padding: 20px;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 10px 15px;
    font-size: 1em;
  }
  .page-th-thao-bng-hero-content {
    margin-top: -50px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-th-thao-bng-main-title {
    font-size: 2em;
  }
  .page-th-thao-bng-hero-description {
    font-size: 0.95em;
  }
  .page-th-thao-bng-cta-button, .page-th-thao-bng-secondary-button {
    width: 90%;
    font-size: 1em;
  }
  .page-th-thao-bng-section-title {
    font-size: 1.8em;
  }
  .page-th-thao-bng-section-description {
    font-size: 0.9em;
  }
  .page-th-thao-bng-hero-content {
    margin-top: -30px;
    padding: 10px;
  }
  .page-th-thao-bng-step-number {
    width: 60px;
    height: 60px;
    font-size: 2.5em;
    margin: -50px auto 15px auto;
  }
  .page-th-thao-bng-feature-icon {
    width: 80px;
  }
}