/* style/resources-sodo66-casino-game-guide.css */

/* --- Base Styles --- */
.page-resources-sodo66-casino-game-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff); /* Inherit from shared or default to white */
}

.page-resources-sodo66-casino-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-sodo66-casino-game-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-sodo66-casino-game-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #017439; /* Primary brand color for titles */
}

.page-resources-sodo66-casino-game-guide__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-resources-sodo66-casino-game-guide__btn-primary,
.page-resources-sodo66-casino-game-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box; /* Ensure padding is included */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-resources-sodo66-casino-game-guide__btn-primary {
  background-color: #C30808; /* Custom color for register/login type buttons */
  color: #FFFF00; /* Custom font color for register/login type buttons */
  border: 2px solid #C30808;
  margin-right: 15px;
}

.page-resources-sodo66-casino-game-guide__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-resources-sodo66-casino-game-guide__btn-secondary {
  background-color: transparent;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-sodo66-casino-game-guide__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-sodo66-casino-game-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow wrapping for multiple buttons */
}

.page-resources-sodo66-casino-game-guide__cta-center {
  margin-top: 30px;
}

/* --- Color Contrast & Backgrounds --- */
.page-resources-sodo66-casino-game-guide__dark-bg {
  background-color: #017439; /* Primary brand color */
  color: #ffffff; /* White text for dark background */
}

.page-resources-sodo66-casino-game-guide__dark-bg .page-resources-sodo66-casino-game-guide__section-title,
.page-resources-sodo66-casino-game-guide__dark-bg .page-resources-sodo66-casino-game-guide__section-description,
.page-resources-sodo66-casino-game-guide__dark-bg .page-resources-sodo66-casino-game-guide__card-title a,
.page-resources-sodo66-casino-game-guide__dark-bg .page-resources-sodo66-casino-game-guide__card-text,
.page-resources-sodo66-casino-game-guide__dark-bg .page-resources-sodo66-casino-game-guide__faq-question h3 {
  color: #ffffff; /* Ensure titles and text are white on dark background */
}

.page-resources-sodo66-casino-game-guide__light-bg {
  background-color: #ffffff; /* Auxiliary brand color or white */
  color: #333333; /* Dark text for light background */
}

.page-resources-sodo66-casino-game-guide__light-bg .page-resources-sodo66-casino-game-guide__btn-secondary {
  color: #017439;
  border-color: #017439;
}

.page-resources-sodo66-casino-game-guide__light-bg .page-resources-sodo66-casino-game-guide__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

/* --- Hero Section --- */
.page-resources-sodo66-casino-game-guide__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

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

.page-resources-sodo66-casino-game-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-sodo66-casino-game-guide__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-resources-sodo66-casino-game-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

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

/* --- About Section --- */
.page-resources-sodo66-casino-game-guide__about-sodo66 .page-resources-sodo66-casino-game-guide__section-title {
  color: #017439;
}

.page-resources-sodo66-casino-game-guide__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-resources-sodo66-casino-game-guide__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-resources-sodo66-casino-game-guide__text-block {
  flex: 1;
}

.page-resources-sodo66-casino-game-guide__text-block p {
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-sodo66-casino-game-guide__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-sodo66-casino-game-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure no extra space below image */
}

/* --- Game Types Section --- */
.page-resources-sodo66-casino-game-guide__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sodo66-casino-game-guide__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensure cards are same height */
  color: #333333; /* Default text color for light card background */
}

.page-resources-sodo66-casino-game-guide__game-card .page-resources-sodo66-casino-game-guide__card-image {
  width: 100%;
  height: 200px; /* Fixed height for card images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block; /* Ensure no extra space below image */
}

.page-resources-sodo66-casino-game-guide__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  min-height: 40px; /* Ensure consistent title height */
}

.page-resources-sodo66-casino-game-guide__card-title a {
  color: #017439;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-sodo66-casino-game-guide__card-title a:hover {
  color: #C30808;
}

.page-resources-sodo66-casino-game-guide__card-text {
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1; /* Allow text to take available space */
}

/* --- Game Guides Section --- */
.page-resources-sodo66-casino-game-guide__guide-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-sodo66-casino-game-guide__guide-item {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-sodo66-casino-game-guide__guide-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 10px;
}

/* --- FAQ Section --- */
.page-resources-sodo66-casino-game-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-resources-sodo66-casino-game-guide__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-resources-sodo66-casino-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-resources-sodo66-casino-game-guide__faq-question:hover {
  background-color: #e6e6e6;
}

.page-resources-sodo66-casino-game-guide__faq-question h3 {
  font-size: 1.2em;
  color: #017439;
  margin: 0;
  flex-grow: 1;
}

.page-resources-sodo66-casino-game-guide__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #017439;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

.page-resources-sodo66-casino-game-guide__faq-item.active .page-resources-sodo66-casino-game-guide__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
}

.page-resources-sodo66-casino-game-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px; /* Adjust padding to match question */
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
  background-color: #ffffff;
}

.page-resources-sodo66-casino-game-guide__faq-item.active .page-resources-sodo66-casino-game-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 25px 25px; /* Top, right, bottom, left padding */
}

.page-resources-sodo66-casino-game-guide__faq-answer p {
  margin-bottom: 10px;
}

.page-resources-sodo66-casino-game-guide__faq-answer a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-sodo66-casino-game-guide__faq-answer a:hover {
  color: #C30808;
}

/* --- Final CTA Section --- */
.page-resources-sodo66-casino-game-guide__cta-final {
  background-color: #f5f5f5; /* Light grey background */
  padding: 80px 0;
}

.page-resources-sodo66-casino-game-guide__cta-final .page-resources-sodo66-casino-game-guide__section-title {
  color: #017439;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .page-resources-sodo66-casino-game-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-sodo66-casino-game-guide__hero-description {
    font-size: 1.1em;
  }
  .page-resources-sodo66-casino-game-guide__section-title {
    font-size: 2em;
  }
}