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

.page-resources-how-to-choose-reliable-betting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Apply header offset */
  background-color: #26A9E0; /* Primary brand color */
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}