/* style/resources-how-to-choose-best-soco-tv-betting-platform.css */

/* Base styles for the page */
.page-resources-how-to-choose-best-soco-tv-betting-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--background-dark);
}

/* Hero Section */
.page-resources-how-to-choose-best-soco-tv-betting-platform__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); /* Ensure content is not covered by fixed header */
  background-color: #017439;
  color: #ffffff;
  overflow: hidden;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
  z-index: 1;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: brightness(0.7); /* Subtle darkening for text readability */
}

/* Content Area */
.page-resources-how-to-choose-best-soco-tv-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: inherit;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* Alternating background colors for sections */
.page-resources-how-to-choose-best-soco-tv-betting-platform__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Criteria Grid */
.page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__light-bg .page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-item {
  background-color: #f8f8f8;
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-heading {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: inherit;
}

/* Steps Grid */
.page-resources-how-to-choose-best-soco-tv-betting-platform__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__step-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__step-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__step-heading {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #FFFF00;
}

/* List styles */
.page-resources-how-to-choose-best-soco-tv-betting-platform__list {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__list-item {
  margin-bottom: 15px;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__list-item strong {
  color: #017439;
}

/* CTA Buttons */
.page-resources-how-to-choose-best-soco-tv-betting-platform__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__btn-primary,
.page-resources-how-to-choose-best-soco-tv-betting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #015f2e;
}

/* FAQ Section */
.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-section {
  padding: 60px 20px;
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-item {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-question h3 {
  margin: 0;
  color: inherit;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFFF00;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-item.active .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-item.active .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__faq-answer .page-resources-how-to-choose-best-soco-tv-betting-platform__paragraph {
  margin-top: 0;
  margin-bottom: 10px;
}

/* CTA Section at the bottom */
.page-resources-how-to-choose-best-soco-tv-betting-platform__cta-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #017439;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__cta-section .page-resources-how-to-choose-best-soco-tv-betting-platform__section-title {
  color: #ffffff;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__cta-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-best-soco-tv-betting-platform__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-choose-best-soco-tv-betting-platform__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-heading,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__step-heading {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-best-soco-tv-betting-platform {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-resources-how-to-choose-best-soco-tv-betting-platform__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is not covered by fixed header */
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__content-area,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-section,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__cta-section {
    padding: 40px 15px;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-grid,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__btn-primary,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__section,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__card,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__container,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-item,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__step-card,
  .page-resources-how-to-choose-best-soco-tv-betting-platform__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-answer {
    padding: 0 15px;
  }

  .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-item.active .page-resources-how-to-choose-best-soco-tv-betting-platform__faq-answer {
    padding: 15px;
  }
}

/* Ensure content area images are not too small */
.page-resources-how-to-choose-best-soco-tv-betting-platform__content-area img,
.page-resources-how-to-choose-best-soco-tv-betting-platform__criteria-item img,
.page-resources-how-to-choose-best-soco-tv-betting-platform__step-card img,
.page-resources-how-to-choose-best-soco-tv-betting-platform__cta-image {
  min-width: 200px;
  min-height: 200px;
}

/* Contrast Fixes */
.page-resources-how-to-choose-best-soco-tv-betting-platform__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-resources-how-to-choose-best-soco-tv-betting-platform__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}