/* style/resources-tk88-sports-betting-strategy.css */

:root {
  --page-tk88-primary-color: #003366;
  --page-tk88-secondary-color: #FFD700;
  --page-tk88-text-dark: #333333;
  --page-tk88-text-light: #f8f8f8;
  --page-tk88-accent-green: #32CD32;
  --page-tk88-bg-light: #ffffff;
  --page-tk88-bg-dark: #002244;
}

.page-resources-tk88-sports-betting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-tk88-text-dark);
  background-color: var(--page-tk88-bg-light);
}

.page-resources-tk88-sports-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-tk88-sports-betting-strategy__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px; /* Adjust height as needed */
  overflow: hidden;
  color: var(--page-tk88-text-light);
  text-align: center;
}

.page-resources-tk88-sports-betting-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-tk88-sports-betting-strategy__hero-content {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay for readability */
  padding: 40px;
  border-radius: 10px;
  max-width: 800px;
}

.page-resources-tk88-sports-betting-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--page-tk88-secondary-color);
  line-height: 1.2;
}

.page-resources-tk88-sports-betting-strategy__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--page-tk88-text-light);
}

/* General Section Styling */
.page-resources-tk88-sports-betting-strategy__section {
  padding: 80px 0;
}

.page-resources-tk88-sports-betting-strategy__section:nth-of-type(odd) {
  background-color: #f0f4f8; /* Light grey background for contrast */
}

.page-resources-tk88-sports-betting-strategy__section-title {
  font-size: 2.8em;
  color: var(--page-tk88-primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-tk88-sports-betting-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--page-tk88-secondary-color);
  border-radius: 2px;
}

.page-resources-tk88-sports-betting-strategy__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--page-tk88-text-dark);
}

.page-resources-tk88-sports-betting-strategy__article {
  margin-bottom: 30px;
  padding: 20px;
  background-color: var(--page-tk88-bg-light);
  border-left: 5px solid var(--page-tk88-secondary-color);
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  border-radius: 5px;
}

.page-resources-tk88-sports-betting-strategy__article-title {
  font-size: 1.8em;
  color: var(--page-tk88-primary-color);
  margin-bottom: 15px;
}

.page-resources-tk88-sports-betting-strategy__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-tk88-sports-betting-strategy__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: var(--page-tk88-text-dark);
}

.page-resources-tk88-sports-betting-strategy__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-tk88-sports-betting-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Buttons */
.page-resources-tk88-sports-betting-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-tk88-sports-betting-strategy__btn--primary {
  background-color: var(--page-tk88-secondary-color);
  color: var(--page-tk88-primary-color);
}

.page-resources-tk88-sports-betting-strategy__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-tk88-sports-betting-strategy__btn--secondary {
  background-color: var(--page-tk88-primary-color);
  color: var(--page-tk88-text-light);
  border: 2px solid var(--page-tk88-secondary-color);
  margin-left: 20px;
}

.page-resources-tk88-sports-betting-strategy__btn--secondary:hover {
  background-color: var(--page-tk88-bg-dark);
  transform: translateY(-3px);
}

.page-resources-tk88-sports-betting-strategy__btn--cta {
  background-color: var(--page-tk88-accent-green);
  color: var(--page-tk88-text-light);
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-tk88-sports-betting-strategy__btn--cta:hover {
  background-color: #28a745;
  transform: translateY(-3px);
}

/* Call to Action Section */
.page-resources-tk88-sports-betting-strategy__cta {
  padding: 100px 0;
  background-color: var(--page-tk88-primary-color);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: var(--page-tk88-text-light);
  position: relative;
}

.page-resources-tk88-sports-betting-strategy__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.page-resources-tk88-sports-betting-strategy__cta > .page-resources-tk88-sports-betting-strategy__container {
  position: relative;
  z-index: 1;
}

.page-resources-tk88-sports-betting-strategy__cta-title {
  font-size: 3em;
  color: var(--page-tk88-secondary-color);
  margin-bottom: 25px;
}

.page-resources-tk88-sports-betting-strategy__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-tk88-sports-betting-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-tk88-sports-betting-strategy__hero-title {
    font-size: 2.8em;
  }
  .page-resources-tk88-sports-betting-strategy__hero-description {
    font-size: 1.1em;
  }
  .page-resources-tk88-sports-betting-strategy__section-title {
    font-size: 2.2em;
  }
  .page-resources-tk88-sports-betting-strategy__article-title {
    font-size: 1.6em;
  }
  .page-resources-tk88-sports-betting-strategy__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-tk88-sports-betting-strategy__hero {
    height: 500px;
  }
  .page-resources-tk88-sports-betting-strategy__hero-title {
    font-size: 2.2em;
  }
  .page-resources-tk88-sports-betting-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-tk88-sports-betting-strategy__section {
    padding: 60px 0;
  }
  .page-resources-tk88-sports-betting-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-tk88-sports-betting-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-tk88-sports-betting-strategy__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-resources-tk88-sports-betting-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-tk88-sports-betting-strategy__cta-title {
    font-size: 2em;
  }
  .page-resources-tk88-sports-betting-strategy__list li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-tk88-sports-betting-strategy__hero {
    height: 400px;
  }
  .page-resources-tk88-sports-betting-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-resources-tk88-sports-betting-strategy__hero-description {
    font-size: 0.9em;
  }
  .page-resources-tk88-sports-betting-strategy__section {
    padding: 40px 0;
  }
  .page-resources-tk88-sports-betting-strategy__section-title {
    font-size: 1.5em;
  }
  .page-resources-tk88-sports-betting-strategy__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-tk88-sports-betting-strategy__cta-title {
    font-size: 1.8em;
  }
  .page-resources-tk88-sports-betting-strategy__text {
    font-size: 0.95em;
  }
  .page-resources-tk88-sports-betting-strategy__article-title {
    font-size: 1.4em;
  }
}