.page-the-thao {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

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

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

.page-the-thao-section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-the-thao-title {
  font-size: 38px;
  color: #1E90FF; /* Blue */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.page-the-thao-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-the-thao-subtitle {
  font-size: 24px;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-the-thao-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.page-the-thao-text-center {
  text-align: center;
}

.page-the-thao-link {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-the-thao-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-the-thao-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-the-thao-cta-button:hover {
  background: linear-gradient(90deg, #FFA500, #FFD700);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.page-the-thao-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #222; /* Dark background for contrast */
  color: #ffffff;
}

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

.page-the-thao-hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.page-the-thao-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-the-thao-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-the-thao-hero-title {
  font-size: 52px;
  color: #FFD700; /* Gold */
  margin-bottom: 20px;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-the-thao-hero-title::after {
  content: none;
}

.page-the-thao-hero-description {
  font-size: 22px;
  color: #e0e0e0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Intro Section */
.page-the-thao-intro .page-the-thao-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Sports Categories */
.page-the-thao-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-the-thao-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.page-the-thao-card-title {
  font-size: 24px;
  color: #1E90FF;
  margin: 20px 15px 10px;
}

.page-the-thao-card-title .page-the-thao-card-link {
  color: #1E90FF;
  text-decoration: none;
}

.page-the-thao-card-title .page-the-thao-card-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-the-thao-card-description {
  font-size: 16px;
  color: #666;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-the-thao-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFD700; /* Gold */
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-the-thao-button:hover {
  background-color: #FFA500; /* Darker Gold */
  transform: translateY(-2px);
}

/* Features Section */
.page-the-thao-feature-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-the-thao-feature-list li {
  background-color: #ffffff;
  border-left: 5px solid #1E90FF; /* Blue accent */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-the-thao-feature-list li:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  border-color: #FFD700; /* Gold accent on hover */
}

.page-the-thao-feature-list li h3 {
  color: #1E90FF;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-the-thao-feature-list li p {
  text-align: left;
  font-size: 17px;
  color: #555;
}

/* Promotions Section */
.page-the-thao-promos-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.page-the-thao-promo-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
}

.page-the-thao-promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

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

.page-the-thao-promo-title {
  font-size: 22px;
  color: #1E90FF;
  margin: 20px 15px 10px;
}

.page-the-thao-promo-description {
  font-size: 16px;
  color: #666;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* FAQ Section */
.page-the-thao-faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
  background: #f0f8ff; /* Light blue */
  color: #1E90FF;
}

.faq-question h3 {
  margin: 0;
  font-size: 19px;
  color: #333;
  transition: color 0.3s ease;
}

.faq-question:hover h3 {
  color: #1E90FF;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #1E90FF;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
  border-color: #FFD700; /* Gold border when active */
}

.faq-answer p {
  margin: 0;
  font-size: 17px;
  color: #555;
}

/* Final CTA */
.page-the-thao-cta-final {
  background: linear-gradient(135deg, #1E90FF, #00BFFF);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.page-the-thao-cta-final .page-the-thao-title {
  color: #FFD700;
}

.page-the-thao-cta-final .page-the-thao-title::after {
  background-color: #ffffff;
}

.page-the-thao-cta-final .page-the-thao-text {
  color: #e0e0e0;
  font-size: 20px;
  max-width: 800px;
  margin: 20px auto 40px;
}

.page-the-thao-cta-final-button {
  background: #FFD700;
  color: #1a1a1a;
}

.page-the-thao-cta-final-button:hover {
  background: #FFA500;
  color: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-the-thao-title {
    font-size: 32px;
  }
  .page-the-thao-hero-title {
    font-size: 44px;
  }
  .page-the-thao-hero-description {
    font-size: 20px;
  }
  .page-the-thao-cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-the-thao-section {
    padding: 40px 0;
  }
  .page-the-thao-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-the-thao-hero-section {
    padding: 40px 15px;
  }
  .page-the-thao-hero-title {
    font-size: 36px;
  }
  .page-the-thao-hero-description {
    font-size: 18px;
  }
  .page-the-thao-cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-the-thao-grid {
    grid-template-columns: 1fr;
  }
  .page-the-thao-feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-the-thao-feature-list li {
    padding: 20px;
  }
  .page-the-thao-subtitle {
    font-size: 22px;
  }
  .page-the-thao-text {
    font-size: 16px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 17px;
  }
  .faq-toggle {
    font-size: 22px;
  }
  .faq-answer {
    padding: 15px 20px;
  }
  .page-the-thao-cta-final {
    padding: 60px 15px;
  }
  .page-the-thao-cta-final .page-the-thao-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .page-the-thao-title {
    font-size: 24px;
  }
  .page-the-thao-hero-title {
    font-size: 28px;
  }
  .page-the-thao-hero-description {
    font-size: 16px;
  }
  .page-the-thao-cta-button {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .page-the-thao-card-image {
    height: 180px;
  }
  .page-the-thao-promo-image {
    height: 160px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
}