/* style/resources-jun88-v2-casino-game-strategies.css */

/* Base Styles for the page content */
.page-resources-jun88-v2-casino-game-strategies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Inherit body background #1a1a1a */
}

.page-resources-jun88-v2-casino-game-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-jun88-v2-casino-game-strategies__hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  box-sizing: border-box;
}

.page-resources-jun88-v2-casino-game-strategies__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: 1;
}

.page-resources-jun88-v2-casino-game-strategies__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px;
  border-radius: 8px;
}

.page-resources-jun88-v2-casino-game-strategies__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jun88-v2-casino-game-strategies__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jun88-v2-casino-game-strategies__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-jun88-v2-casino-game-strategies__cta-buttons--center {
  justify-content: center;
}

.page-resources-jun88-v2-casino-game-strategies__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-jun88-v2-casino-game-strategies__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-jun88-v2-casino-game-strategies__btn-primary:hover {
  background-color: #005a2b;
  transform: translateY(-2px);
}

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

.page-resources-jun88-v2-casino-game-strategies__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-jun88-v2-casino-game-strategies__section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Dark background inherited from body */
  color: #ffffff;
}

.page-resources-jun88-v2-casino-game-strategies__section:nth-of-type(odd) {
  background-color: #2a2a2a; /* Slightly different dark background for contrast */
}

.page-resources-jun88-v2-casino-game-strategies__heading {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 3px solid #017439;
  padding-bottom: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jun88-v2-casino-game-strategies__subheading {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jun88-v2-casino-game-strategies__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-jun88-v2-casino-game-strategies__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-jun88-v2-casino-game-strategies__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-jun88-v2-casino-game-strategies__list-item strong {
  color: #017439;
}

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

.page-resources-jun88-v2-casino-game-strategies__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-resources-jun88-v2-casino-game-strategies__card {
  background-color: #2a2a2a; /* Card background in dark theme */
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-resources-jun88-v2-casino-game-strategies__card-header {
  font-size: 2em;
  color: #017439;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-jun88-v2-casino-game-strategies__card-body {
  padding-top: 20px;
}

/* FAQ Section */
.page-resources-jun88-v2-casino-game-strategies__faq-section {
  background-color: #1a1a1a;
  padding: 60px 0;
  color: #ffffff;
}

.page-resources-jun88-v2-casino-game-strategies__faq-item {
  margin-bottom: 15px;
  border: 1px solid #017439;
  border-radius: 8px;
  overflow: hidden;
  background-color: #2a2a2a;
}

.page-resources-jun88-v2-casino-game-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #017439;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.page-resources-jun88-v2-casino-game-strategies__faq-question:hover {
  background-color: #005a2b;
}

.page-resources-jun88-v2-casino-game-strategies__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-resources-jun88-v2-casino-game-strategies__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-jun88-v2-casino-game-strategies__faq-item.active .page-resources-jun88-v2-casino-game-strategies__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-resources-jun88-v2-casino-game-strategies__faq-answer p {
  margin-bottom: 0;
}

/* Conclusion Section */
.page-resources-jun88-v2-casino-game-strategies__conclusion {
  text-align: center;
  padding: 80px 0;
  background-color: #017439; /* Brand color for conclusion */
  color: #ffffff;
}

.page-resources-jun88-v2-casino-game-strategies__conclusion .page-resources-jun88-v2-casino-game-strategies__heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
}