.page-resources-how-to-choose-a-reliable-betting-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default background color for the page content */
}

.page-resources-how-to-choose-a-reliable-betting-platform__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 500px;
  overflow: hidden;
  color: #ffffff;
  background-color: #017439; /* Brand primary color for hero */
}

.page-resources-how-to-choose-a-reliable-betting-platform__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-how-to-choose-a-reliable-betting-platform__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-how-to-choose-a-reliable-betting-platform__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-choose-a-reliable-betting-platform__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-a-reliable-betting-platform__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-how-to-choose-a-reliable-betting-platform__btn-primary,
.page-resources-how-to-choose-a-reliable-betting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-resources-how-to-choose-a-reliable-betting-platform__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-resources-how-to-choose-a-reliable-betting-platform__btn-primary:hover {
  background-color: #d82a2a;
  border-color: #d82a2a;
}

.page-resources-how-to-choose-a-reliable-betting-platform__btn-secondary {
  background-color: #FFFFFF;
  color: #017439; /* Brand primary color */
  border: 2px solid #017439;
}

.page-resources-how-to-choose-a-reliable-betting-platform__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

.page-resources-how-to-choose-a-reliable-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-how-to-choose-a-reliable-betting-platform__section-title {
  font-size: 2.5em;
  color: #017439; /* Brand primary color */
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-how-to-choose-a-reliable-betting-platform__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}

.page-resources-how-to-choose-a-reliable-betting-platform__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-how-to-choose-a-reliable-betting-platform__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-how-to-choose-a-reliable-betting-platform__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

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

.page-resources-how-to-choose-a-reliable-betting-platform__card-title {
  font-size: 1.5em;
  color: #017439; /* Brand primary color */
  margin-bottom: 15px;
}

.page-resources-how-to-choose-a-reliable-betting-platform__card-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-resources-how-to-choose-a-reliable-betting-platform__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-a-reliable-betting-platform__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-how-to-choose-a-reliable-betting-platform__list-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.page-resources-how-to-choose-a-reliable-betting-platform__list-item::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #017439;
}

.page-resources-how-to-choose-a-reliable-betting-platform__cta-buttons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 20px;
}

.page-resources-how-to-choose-a-reliable-betting-platform__faq-container {
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.page-resources-how-to-choose-a-reliable-betting-platform__faq-item {
  border-bottom: 1px solid #eee;
}

.page-resources-how-to-choose-a-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 1.2em;
  color: #017439; /* Brand primary color */
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-a-reliable-betting-platform__faq-question:hover {
  color: #005f2e;
}

.page-resources-how-to-choose-a-reliable-betting-platform__faq-toggle {
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

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

.page-resources-how-to-choose-a-reliable-betting-platform__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1.1em;
  color: #555;
}

.page-resources-how-to-choose-a-reliable-betting-platform__faq-item.active .page-resources-how-to-choose-a-reliable-betting-platform__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-a-reliable-betting-platform__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__hero-description {
    font-size: 1.1em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__card-title {
    font-size: 1.3em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__paragraph,
  .page-resources-how-to-choose-a-reliable-betting-platform__card-description,
  .page-resources-how-choose-a-reliable-betting-platform__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-a-reliable-betting-platform__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__btn-primary,
  .page-resources-how-to-choose-a-reliable-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;
    margin: 10px 0 !important;
    padding: 12px 20px;
  }
  
  .page-resources-how-to-choose-a-reliable-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__paragraph,
  .page-resources-how-to-choose-a-reliable-betting-platform__card-description,
  .page-resources-how-to-choose-a-reliable-betting-platform__list-item,
  .page-resources-how-to-choose-a-reliable-betting-platform__faq-answer p {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__card {
    padding: 20px;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__card-image {
    height: 200px;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__list-item {
    padding-left: 25px;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__faq-question {
    font-size: 1.1em;
    padding: 15px 0;
  }

  /* Image responsiveness */
  .page-resources-how-to-choose-a-reliable-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__hero-image-wrapper,
  .page-resources-how-to-choose-a-reliable-betting-platform__content-image-container,
  .page-resources-how-to-choose-a-reliable-betting-platform__card-image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-a-reliable-betting-platform__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__hero-description {
    font-size: 0.9em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-a-reliable-betting-platform__faq-question h3 {
    font-size: 1em;
  }
}

/* Color Contrast Fixes */
.page-resources-how-to-choose-a-reliable-betting-platform__dark-bg {
  color: #ffffff;
  background: #017439;
}

.page-resources-how-to-choose-a-reliable-betting-platform__light-bg {
  color: #333333;
  background: #ffffff;
}

.page-resources-how-to-choose-a-reliable-betting-platform__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

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