.page-slot-games {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF;
  background-color: #1A1A1A;
  line-height: 1.6;
}

.page-slot-games-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slot-games-section {
  padding: 60px 0;
  text-align: center;
}

.page-slot-games-section:nth-of-type(even) {
  background-color: #2a2a2a;
}

.page-slot-games h1,
.page-slot-games h2,
.page-slot-games h3 {
  color: #FFD700;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-slot-games h1 {
  font-size: 3.2em;
  font-weight: bold;
}

.page-slot-games h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 40px;
}

.page-slot-games h3 {
  font-size: 1.8em;
  font-weight: 600;
  color: #ffffff;
}

.page-slot-games p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-slot-games-hero {
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-slot-games-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
}

.page-slot-games-hero-content {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}

.page-slot-games-hero-content h1 {
  font-size: 3.5em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}

.page-slot-games-hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-align: left;
}

.page-slot-games-hero-image {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slot-games-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-slot-games-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
}

.page-slot-games-cta-button:hover {
  background-color: #CC0000;
  color: #FFFFFF;
  border-color: #CC0000;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-card {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-slot-games-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
}

.page-slot-games-card img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
}

.page-slot-games-card h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-slot-games-card p {
  color: #cccccc;
  font-size: 0.95em;
  flex-grow: 1;
}

.page-slot-games-card-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #CC0000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-slot-games-card-button:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-2px);
}

.page-slot-games-card-link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-slot-games-card-link:hover {
  color: #CC0000;
  text-decoration: underline;
}

.page-slot-games-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-benefit-item {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  border-left: 5px solid #FFD700;
}

.page-slot-games-benefit-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
  text-align: left;
}

.page-slot-games-benefit-item p {
  color: #cccccc;
  font-size: 1em;
  text-align: left;
}

.page-slot-games-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-step-item {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-slot-games-step-icon {
  background-color: #FFD700;
  color: #1A1A1A;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  border: 3px solid #CC0000;
}

.page-slot-games-step-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-slot-games-step-item p {
  color: #cccccc;
  font-size: 0.95em;
  flex-grow: 1;
}

.page-slot-games-strategy ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-slot-games-strategy li {
  background-color: #2a2a2a;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 4px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #e0e0e0;
  font-size: 1.05em;
}

.page-slot-games-strategy li strong {
  color: #FFD700;
}

/* FAQ Styles */
.page-slot-games-faq {
  background-color: #1A1A1A;
}

.faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #333333;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #FFD700;
  flex-grow: 1;
  text-shadow: none;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #3a3a3a;
  color: #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer p {
  margin: 0;
  color: #e0e0e0;
}

.faq-answer a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-answer a:hover {
  color: #CC0000;
  text-decoration: underline;
}

.page-slot-games-cta-bottom {
  background: linear-gradient(135deg, #FFD700, #CC0000);
  padding: 80px 0;
}

.page-slot-games-cta-bottom h2 {
  color: #1A1A1A;
  text-shadow: none;
}

.page-slot-games-cta-bottom p {
  color: #1A1A1A;
  font-weight: 500;
}

.page-slot-games-cta-bottom .page-slot-games-cta-button {
  background-color: #1A1A1A;
  color: #FFD700;
  border-color: #1A1A1A;
}

.page-slot-games-cta-bottom .page-slot-games-cta-button:hover {
  background-color: #333333;
  color: #FFD700;
  border-color: #333333;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games-hero-content h1 {
    font-size: 2.8em;
  }

  .page-slot-games-hero-content p {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-slot-games-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-slot-games-hero-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .page-slot-games-hero-content h1,
  .page-slot-games-hero-content p {
    text-align: center;
  }

  .page-slot-games h1 {
    font-size: 2.5em;
  }

  .page-slot-games h2 {
    font-size: 2em;
  }

  .page-slot-games h3 {
    font-size: 1.6em;
  }

  .page-slot-games-section {
    padding: 40px 0;
  }

  .page-slot-games-card,
  .page-slot-games-benefit-item,
  .page-slot-games-step-item {
    padding: 20px;
  }

  .page-slot-games-hero-image img {
    max-height: 300px;
    width: auto;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-slot-games h1 {
    font-size: 2em;
  }

  .page-slot-games h2 {
    font-size: 1.8em;
  }

  .page-slot-games-cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-slot-games-hero-image {
    min-width: unset;
  }

  .page-slot-games-hero-content {
    min-width: unset;
  }
}