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

/* --- Base Styles --- */
.page-resources-online-casino-game-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Explicitly white background for page content */
}

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

.page-resources-online-casino-game-guide__section {
  padding: 60px 0;
}

.page-resources-online-casino-game-guide__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #017439; /* Primary color for titles */
  line-height: 1.2;
}

.page-resources-online-casino-game-guide__sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #017439;
}

.page-resources-online-casino-game-guide p {
  margin-bottom: 15px;
  font-size: 17px;
}

.page-resources-online-casino-game-guide__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-online-casino-game-guide__list-ordered {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-online-casino-game-guide__list li {
  margin-bottom: 10px;
  font-size: 17px;
}

.page-resources-online-casino-game-guide__link-inline {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-online-casino-game-guide__link-inline:hover {
  color: #005f2e;
}

/* --- Color Contrast Classes --- */
.page-resources-online-casino-game-guide__dark-bg {
  background-color: #017439;
  color: #ffffff; /* Deep green background with white text */
}

.page-resources-online-casino-game-guide__dark-bg .page-resources-online-casino-game-guide__section-title,
.page-resources-online-casino-game-guide__dark-bg .page-resources-online-casino-game-guide__sub-title {
  color: #ffffff; /* White titles on dark background */
}

.page-resources-online-casino-game-guide__light-bg {
  background-color: #ffffff;
  color: #333333; /* White background with dark text */
}

/* --- Hero Section --- */
.page-resources-online-casino-game-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background: linear-gradient(135deg, #017439, #FFFFFF); /* Blend primary and auxiliary */
  color: #333333;
}

.page-resources-online-casino-game-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row; /* Desktop: image and content side-by-side */
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-online-casino-game-guide__hero-content {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

.page-resources-online-casino-game-guide__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #017439; /* Primary color for main title */
  line-height: 1.2;
}

.page-resources-online-casino-game-guide__intro-text {
  font-size: 20px;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-online-casino-game-guide__cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: flex-start; /* Align buttons to the left in hero */
}

.page-resources-online-casino-game-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box; /* Ensure padding is included in width */
  text-align: center;
}

.page-resources-online-casino-game-guide__btn-register {
  background: #C30808; /* Custom color for register */
  color: #FFFF00; /* Custom font color for register */
  border: 2px solid #C30808;
}

.page-resources-online-casino-game-guide__btn-register:hover {
  background: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-online-casino-game-guide__btn-login {
  background: #C30808; /* Custom color for login */
  color: #FFFF00; /* Custom font color for login */
  border: 2px solid #C30808;
}

.page-resources-online-casino-game-guide__btn-login:hover {
  background: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 44px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-online-casino-game-guide__btn-primary {
  background: #017439; /* Primary color */
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-online-casino-game-guide__btn-primary:hover {
  background: #005f2e;
  border-color: #005f2e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-online-casino-game-guide__btn-secondary {
  background: #ffffff;
  color: #017439; /* Primary color text */
  border: 2px solid #017439;
}

.page-resources-online-casino-game-guide__btn-secondary:hover {
  background: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- Content Images --- */
.page-resources-online-casino-game-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-width: 200px; /* Minimum size for content images */
  min-height: 200px;
}

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

.page-resources-online-casino-game-guide__game-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-online-casino-game-guide__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-online-casino-game-guide__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  margin-bottom: 20px;
  min-width: 200px; /* Card images also need min size */
  min-height: 200px;
}

.page-resources-online-casino-game-guide__card-title {
  font-size: 22px;
  font-weight: bold;
  color: #017439;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-resources-online-casino-game-guide__game-card p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
  padding: 0 15px;
  flex-grow: 1; /* Allow paragraph to take available space */
}

.page-resources-online-casino-game-guide__card-button {
  display: inline-block;
  padding: 12px 25px;
  background: #017439;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-online-casino-game-guide__card-button:hover {
  background: #005f2e;
}


/* --- FAQ Section --- */
.page-resources-online-casino-game-guide__faq-list {
  margin-top: 40px;
}

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

.page-resources-online-casino-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, border-radius 0.3s ease;
  position: relative;
}

.page-resources-online-casino-game-guide__faq-item.active .page-resources-online-casino-game-guide__faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #017439;
}

.page-resources-online-casino-game-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-online-casino-game-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-online-casino-game-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-resources-online-casino-game-guide__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #017439;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* Prevent icon from blocking click event */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-resources-online-casino-game-guide__faq-item.active .page-resources-online-casino-game-guide__faq-toggle {
  transform: rotate(45deg); /* Optional: rotate for 'x' effect, or just change text */
  color: #C30808;
}

.page-resources-online-casino-game-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: #f9f9f9;
  color: #555555;
}

.page-resources-online-casino-game-guide__faq-item.active .page-resources-online-casino-game-guide__faq-answer {
  max-height: 2000px !important; /* Use !important and large value */
  padding: 20px 25px !important;
  opacity: 1;
  border-top: 1px dashed #e0e0e0;
}

/* --- Responsive Design (Mobile) --- */
@media (max-width: 992px) { /* Tablet */
  .page-resources-online-casino-game-guide__hero-section {
    padding: 40px 20px;
  }
  .page-resources-online-casino-game-guide__hero-container {
    flex-direction: column; /* Stack content and image */
    gap: 20px;
  }
  .page-resources-online-casino-game-guide__hero-content {
    text-align: center;
    padding-right: 0;
  }
  .page-resources-online-casino-game-guide__main-title {
    font-size: 40px;
  }
  .page-resources-online-casino-game-guide__intro-text {
    font-size: 18px;
  }
  .page-resources-online-casino-game-guide__cta-buttons {
    justify-content: center;
  }
  .page-resources-online-casino-game-guide__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .page-resources-online-casino-game-guide__section-title {
    font-size: 30px;
  }
  .page-resources-online-casino-game-guide__sub-title {
    font-size: 22px;
  }
}