/* style/resources-casino-game-tips.css */

/* Base styles for the page content */
.page-resources-casino-game-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Matches body background from shared.css */
}

.page-resources-casino-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-casino-game-tips__hero-section {
  position: relative;
  padding: 100px 0 60px; /* Adjusted padding for hero section */
  background: linear-gradient(135deg, #26A9E0, #1a7bbd); /* Brand color gradient */
  color: #ffffff;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
}

.page-resources-casino-game-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.page-resources-casino-game-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-casino-game-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-casino-game-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-resources-casino-game-tips__btn-primary,
.page-resources-casino-game-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-casino-game-tips__btn-primary {
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-casino-game-tips__btn-primary:hover {
  background-color: #1a7bbd;
  border-color: #1a7bbd;
}

.page-resources-casino-game-tips__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-casino-game-tips__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-casino-game-tips__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-resources-casino-game-tips__sub-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 10px;
}

.page-resources-casino-game-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0; /* Light text for dark background */
}

.page-resources-casino-game-tips__content-section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Dark background */
  color: #f0f0f0;
}

.page-resources-casino-game-tips__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-casino-game-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-resources-casino-game-tips__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-casino-game-tips__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #f0f0f0;
}

.page-resources-casino-game-tips__list-item strong {
  color: #26A9E0;
}

.page-resources-casino-game-tips__link {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-casino-game-tips__link:hover {
  color: #1a7bbd;
  text-decoration: underline;
}

.page-resources-casino-game-tips__video-section {
  padding: 60px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin: 40px auto;
  max-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}

.page-resources-casino-game-tips__video-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-casino-game-tips__video-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-casino-game-tips__video-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.page-resources-casino-game-tips__video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: block;
}

/* FAQ Section */
.page-resources-casino-game-tips__faq-list {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-casino-game-tips__faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.page-resources-casino-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 1.2em;
  color: #ffffff;
  transition: color 0.3s ease;
}

.page-resources-casino-game-tips__faq-question:hover {
  color: #26A9E0;
}

.page-resources-casino-game-tips__faq-title {
  margin: 0;
  font-weight: bold;
  color: inherit;
}

.page-resources-casino-game-tips__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-casino-game-tips__faq-item.active .page-resources-casino-game-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-casino-game-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0 0 5px 5px;
}

.page-resources-casino-game-tips__faq-item.active .page-resources-casino-game-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px;
}

.page-resources-casino-game-tips__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-casino-game-tips__hero-title {
    font-size: 2.8em;
  }

  .page-resources-casino-game-tips__hero-description {
    font-size: 1.1em;
  }

  .page-resources-casino-game-tips__section-title {
    font-size: 2em;
  }

  .page-resources-casino-game-tips__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-casino-game-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-casino-game-tips__hero-section {
    padding: 80px 0 40px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }

  .page-resources-casino-game-tips__hero-title {
    font-size: 2.2em;
  }

  .page-resources-casino-game-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-casino-game-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-casino-game-tips__btn-primary,
  .page-resources-casino-game-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-casino-game-tips__section-title {
    font-size: 1.8em;
    padding-top: 40px;
  }

  .page-resources-casino-game-tips__sub-title {
    font-size: 1.4em;
  }

  .page-resources-casino-game-tips__container {
    padding: 0 15px;
  }

  .page-resources-casino-game-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-casino-game-tips__image-wrapper,
  .page-resources-casino-game-tips__video-wrapper,
  .page-resources-casino-game-tips__video-section,
  .page-resources-casino-game-tips__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-casino-game-tips__video-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-casino-game-tips__faq-question {
    font-size: 1.1em;
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .page-resources-casino-game-tips__hero-title {
    font-size: 1.8em;
  }

  .page-resources-casino-game-tips__hero-description {
    font-size: 0.95em;
  }

  .page-resources-casino-game-tips__btn-primary,
  .page-resources-casino-game-tips__btn-secondary {
    padding: 10px 15px;
  }

  .page-resources-casino-game-tips__section-title {
    font-size: 1.5em;
  }

  .page-resources-casino-game-tips__sub-title {
    font-size: 1.2em;
  }

  .page-resources-casino-game-tips__text-block,
  .page-resources-casino-game-tips__list-item,
  .page-resources-casino-game-tips__faq-question {
    font-size: 1em;
  }
}

/* Ensure content area images are not too small */
.page-resources-casino-game-tips__content-section img {
  min-width: 200px;
  min-height: 200px;
}

/* Color contrast fixes */
.page-resources-casino-game-tips__dark-bg {
  color: #ffffff;
  background: #0a0a0a;
}

.page-resources-casino-game-tips__light-bg {
  color: #f0f0f0; /* Keeping light text on this dark background */
  background: #0a0a0a;
}

.page-resources-casino-game-tips p,
.page-resources-casino-game-tips li {
  color: #f0f0f0;
}

.page-resources-casino-game-tips__card {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-casino-game-tips__dark-section {
  background: #26A9E0;
  color: #ffffff;
}