/* style/the-thao.css */
.page-the-thao {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-the-thao__hero-section {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-the-thao__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-the-thao__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.page-the-thao__hero-actions .page-the-thao__btn {
  margin: 10px;
}

.page-the-thao__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
}

.page-the-thao__btn--primary {
  background-color: #fff;
  color: #007bff;
}

.page-the-thao__btn--primary:hover {
  background-color: #e2e6ea;
  color: #0056b3;
}

.page-the-thao__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-the-thao__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-the-thao__btn--accent {
  background-color: #ff8400;
  color: #fff;
}

.page-the-thao__btn--accent:hover {
  background-color: #e07400;
}

.page-the-thao__btn--lg {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-the-thao__intro-section,
.page-the-thao__features-section,
.page-the-thao__how-to-bet-section,
.page-the-thao__faq-section {
  padding: 60px 0;
}

.page-the-thao__promotions-section,
.page-the-thao__cta-section {
  padding: 80px 0;
  background-color: #0056b3; /* A darker shade of primary for contrast */
  color: #fff;
}

.page-the-thao__bg-light {
  background-color: #f8f9fa;
}

.page-the-thao__bg-dark {
  background-color: #0056b3;
}

.page-the-thao__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-the-thao__text-white {
  color: #fff;
}

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

.page-the-thao__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao__text-highlight {
  color: #28a745;
  font-weight: bold;
}

.page-the-thao__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-the-thao__image-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 30px auto 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.page-the-thao__feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-the-thao__feature-card:hover {
  transform: translateY(-10px);
}

.page-the-thao__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-the-thao__card-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-the-thao__card-text {
  font-size: 1em;
  color: #555;
}

.page-the-thao__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-the-thao__step-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-the-thao__step-number {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #28a745;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-the-thao__accordion {
  margin-top: 40px;
}

.page-the-thao__accordion-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-the-thao__accordion-header {
  width: 100%;
  padding: 20px 25px;
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  color: #007bff;
  background-color: #f0f8ff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-the-thao__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-the-thao__accordion-header.active::after {
  content: '-';
  transform: rotate(0deg);
}

.page-the-thao__accordion-header:hover {
  background-color: #e6f2ff;
}

.page-the-thao__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  background-color: #fff;
}

.page-the-thao__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-the-thao__accordion-content p {
  margin: 0;
  color: #555;
}

.page-the-thao__link-inline {
  color: #007bff;
  text-decoration: underline;
  font-weight: bold;
}

.page-the-thao__link-inline:hover {
  color: #0056b3;
}

@media (max-width: 768px) {
  .page-the-thao__hero-title {
    font-size: 2.5em;
  }

  .page-the-thao__hero-description {
    font-size: 1.1em;
  }

  .page-the-thao__section-title {
    font-size: 2em;
  }

  .page-the-thao__grid-3,
  .page-the-thao__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-the-thao__hero-section,
  .page-the-thao__intro-section,
  .page-the-thao__features-section,
  .page-the-thao__how-to-bet-section,
  .page-the-thao__faq-section,
  .page-the-thao__promotions-section,
  .page-the-thao__cta-section {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .page-the-thao__hero-title {
    font-size: 2em;
  }

  .page-the-thao__hero-description {
    font-size: 1em;
  }

  .page-the-thao__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-the-thao__btn--lg {
    padding: 12px 25px;
    font-size: 1em;
  }
}