/* style/resources-how-to-choose-reliable-betting-sites.css */

.page-resources-how-to-choose-reliable-betting-sites {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
  background-color: var(--dark-bg-1); /* Inherited from shared.css, assuming dark background */
  color: #ffffff; /* Text color for page content on dark body background */
}

.page-resources-how-to-choose-reliable-betting-sites__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

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

.page-resources-how-to-choose-reliable-betting-sites__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-how-to-choose-reliable-betting-sites__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

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

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

.page-resources-how-to-choose-reliable-betting-sites__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Content area on white background for readability */
  color: #333333; /* Dark text for white background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-top: -80px; /* Overlap with hero section slightly */
  position: relative;
  z-index: 4;
}

.page-resources-how-to-choose-reliable-betting-sites__section-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.page-resources-how-to-choose-reliable-betting-sites__section-title {
  font-size: 2.2em;
  color: #0A2239;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-choose-reliable-betting-sites__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

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

.page-resources-how-to-choose-reliable-betting-sites__highlight {
  color: #0A2239;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-sites__btn-primary,
.page-resources-how-to-choose-reliable-betting-sites__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;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-choose-reliable-betting-sites__btn-primary {
  background-color: #FFD700;
  color: #0A2239;
  border: 2px solid #FFD700;
  margin-right: 15px;
}

.page-resources-how-to-choose-reliable-betting-sites__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-how-to-choose-reliable-betting-sites__btn-secondary {
  background-color: transparent;
  color: #0A2239;
  border: 2px solid #0A2239;
}

.page-resources-how-to-choose-reliable-betting-sites__btn-secondary:hover {
  background-color: #0A2239;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-betting-sites__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

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

.page-resources-how-to-choose-reliable-betting-sites__feature-card,
.page-resources-how-to-choose-reliable-betting-sites__payment-card {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-how-to-choose-reliable-betting-sites__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

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

.page-resources-how-to-choose-reliable-betting-sites__feature-icon,
.page-resources-how-to-choose-reliable-betting-sites__payment-icon {
  width: 100%; /* Ensure images take full width of card */
  height: auto;
  max-height: 250px; /* Limit height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-choose-reliable-betting-sites__feature-title,
.page-resources-how-to-choose-reliable-betting-sites__payment-title {
  font-size: 1.5em;
  color: #0A2239;
  margin-bottom: 10px;
}

.page-resources-how-to-choose-reliable-betting-sites__feature-description,
.page-resources-how-to-choose-reliable-betting-sites__payment-description {
  font-size: 0.95em;
  color: #555555;
}

.page-resources-how-to-choose-reliable-betting-sites__ordered-list,
.page-resources-how-to-choose-reliable-betting-sites__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-how-to-choose-reliable-betting-sites__ordered-list li,
.page-resources-how-to-choose-reliable-betting-sites__unordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}

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

.page-resources-how-to-choose-reliable-betting-sites__faq-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-item.active {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.page-resources-how-to-choose-reliable-betting-sites__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0A2239;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-question:hover {
  background-color: #e0e0e0;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-item.active .page-resources-how-to-choose-reliable-betting-sites__faq-toggle {
  transform: rotate(45deg);
  color: #0A2239;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  font-size: 1em;
}

.page-resources-how-to-choose-reliable-betting-sites__faq-item.active .page-resources-how-to-choose-reliable-betting-sites__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to reveal content */
  padding: 15px 25px;
}

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

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-betting-sites {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-choose-reliable-betting-sites__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header */
  }

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

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

  .page-resources-how-to-choose-reliable-betting-sites__content-area {
    padding: 20px 15px;
    margin-top: -50px;
  }

  .page-resources-how-to-choose-reliable-betting-sites__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-resources-how-to-choose-reliable-betting-sites__text-block {
    font-size: 1em;
  }

  .page-resources-how-to-choose-reliable-betting-sites__btn-primary,
  .page-resources-how-to-choose-reliable-betting-sites__btn-secondary {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-choose-reliable-betting-sites__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-how-to-choose-reliable-betting-sites__feature-grid,
  .page-resources-how-to-choose-reliable-betting-sites__payment-methods {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-how-to-choose-reliable-betting-sites img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-how-to-choose-reliable-betting-sites__section,
  .page-resources-how-to-choose-reliable-betting-sites__card,
  .page-resources-how-to-choose-reliable-betting-sites__container,
  .page-resources-how-to-choose-reliable-betting-sites__feature-card,
  .page-resources-how-to-choose-reliable-betting-sites__payment-card,
  .page-resources-how-to-choose-reliable-betting-sites__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .page-resources-how-to-choose-reliable-betting-sites__faq-answer {
    padding: 0 20px;
  }

  .page-resources-how-to-choose-reliable-betting-sites__faq-item.active .page-resources-how-to-choose-reliable-betting-sites__faq-answer {
    padding: 15px 20px;
  }
}