/* style/resources-jackpot-game-beginner-tutorial.css */
.page-resources-jackpot-game-beginner-tutorial {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-jackpot-game-beginner-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-jackpot-game-beginner-tutorial__hero {
  background: linear-gradient(135deg, #0A2463, #3b5998);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-jackpot-game-beginner-tutorial__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-jackpot-game-beginner-tutorial__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #e0e0e0;
}

.page-resources-jackpot-game-beginner-tutorial__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%; /* Adjust as needed */
  max-width: 600px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.page-resources-jackpot-game-beginner-tutorial__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-resources-jackpot-game-beginner-tutorial__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.page-resources-jackpot-game-beginner-tutorial__section--alt-bg {
  background-color: #f0f4f8;
}

.page-resources-jackpot-game-beginner-tutorial__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-jackpot-game-beginner-tutorial__text {
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-jackpot-game-beginner-tutorial__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
  margin: 10px;
}

.page-resources-jackpot-game-beginner-tutorial__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-jackpot-game-beginner-tutorial__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-jackpot-game-beginner-tutorial__btn--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-jackpot-game-beginner-tutorial__btn--secondary:hover {
  background-color: #061a47;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-jackpot-game-beginner-tutorial__btn--large {
    padding: 15px 35px;
    font-size: 1.2em;
}

.page-resources-jackpot-game-beginner-tutorial__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 1.05em;
}

.page-resources-jackpot-game-beginner-tutorial__list li {
  margin-bottom: 10px;
}

.page-resources-jackpot-game-beginner-tutorial__content-layout {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-resources-jackpot-game-beginner-tutorial__content-layout--reverse {
  flex-direction: row-reverse;
}

.page-resources-jackpot-game-beginner-tutorial__content-text {
  flex: 1;
}

.page-resources-jackpot-game-beginner-tutorial__content-image {
  flex: 1;
  text-align: center;
}

.page-resources-jackpot-game-beginner-tutorial__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-jackpot-game-beginner-tutorial__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-jackpot-game-beginner-tutorial__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-jackpot-game-beginner-tutorial__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-jackpot-game-beginner-tutorial__step-icon {
  font-size: 2.2em;
  font-weight: bold;
  color: #FFD700;
  background-color: #0A2463;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-jackpot-game-beginner-tutorial__step-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jackpot-game-beginner-tutorial__step-image {
    margin-top: 20px;
    border: 1px solid #ddd;
}

.page-resources-jackpot-game-beginner-tutorial__highlight {
  color: #0A2463; /* Dark blue for emphasized text in light sections */
  font-weight: bold;
}

.page-resources-jackpot-game-beginner-tutorial__hero-title .highlight {
    color: #FFD700;
}

.page-resources-jackpot-game-beginner-tutorial__section-title .highlight {
    color: #FFD700;
}

.page-resources-jackpot-game-beginner-tutorial__faq-list {
  margin-top: 30px;
}

.page-resources-jackpot-game-beginner-tutorial__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-jackpot-game-beginner-tutorial__faq-question {
  padding: 20px 25px;
  font-size: 1.3em;
  color: #0A2463;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-jackpot-game-beginner-tutorial__faq-question:hover {
  background-color: #eef2f6;
}

.page-resources-jackpot-game-beginner-tutorial__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-jackpot-game-beginner-tutorial__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-jackpot-game-beginner-tutorial__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-jackpot-game-beginner-tutorial__faq-answer.active {
  max-height: 300px; /* Adjust based on content */
  padding: 20px 25px;
}

.page-resources-jackpot-game-beginner-tutorial__cta-section {
  background: linear-gradient(135deg, #0A2463, #3b5998);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-jackpot-game-beginner-tutorial__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-jackpot-game-beginner-tutorial__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-jackpot-game-beginner-tutorial__hero-title {
    font-size: 2.5em;
  }
  .page-resources-jackpot-game-beginner-tutorial__section-title {
    font-size: 2em;
  }
  .page-resources-jackpot-game-beginner-tutorial__content-layout {
    flex-direction: column;
  }
  .page-resources-jackpot-game-beginner-tutorial__content-layout--reverse {
    flex-direction: column;
  }
  .page-resources-jackpot-game-beginner-tutorial__hero-image-wrapper {
    position: static;
    width: 80%;
    margin-top: 30px;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .page-resources-jackpot-game-beginner-tutorial__hero {
    padding: 60px 0;
  }
  .page-resources-jackpot-game-beginner-tutorial__hero-title {
    font-size: 2em;
  }
  .page-resources-jackpot-game-beginner-tutorial__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-jackpot-game-beginner-tutorial__section {
    padding: 40px 0;
  }
  .page-resources-jackpot-game-beginner-tutorial__section-title {
    font-size: 1.8em;
  }
  .page-resources-jackpot-game-beginner-tutorial__text,
  .page-resources-jackpot-game-beginner-tutorial__list li {
    font-size: 0.95em;
  }
  .page-resources-jackpot-game-beginner-tutorial__btn {
    padding: 10px 20px;
    font-size: 1em;
    margin: 5px;
  }
  .page-resources-jackpot-game-beginner-tutorial__btn--large {
      padding: 12px 25px;
      font-size: 1.1em;
  }
  .page-resources-jackpot-game-beginner-tutorial__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-jackpot-game-beginner-tutorial__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-jackpot-game-beginner-tutorial__cta-title {
    font-size: 2em;
  }
  .page-resources-jackpot-game-beginner-tutorial__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-jackpot-game-beginner-tutorial__hero-title {
    font-size: 1.8em;
  }
  .page-resources-jackpot-game-beginner-tutorial__section-title {
    font-size: 1.5em;
  }
  .page-resources-jackpot-game-beginner-tutorial__step-title {
    font-size: 1.3em;
  }
  .page-resources-jackpot-game-beginner-tutorial__step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }
  .page-resources-jackpot-game-beginner-tutorial__btn {
    display: block;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-resources-jackpot-game-beginner-tutorial__hero-image-wrapper {
    width: 90%;
  }
}