/* style/slots-games-new.css */
.page-slots-games-new {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0F1A2B; /* Primary dark background */
  line-height: 1.6;
}

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

.page-slots-games-new__hero {
  background: linear-gradient(135deg, #0F1A2B 0%, #2a3d5b 100%); /* Gradient background */
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-slots-games-new__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-slots-games-new__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-slots-games-new__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.05);
}

.page-slots-games-new__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-slots-games-new__hero-description {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-new__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-slots-games-new__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-slots-games-new__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0F1A2B; /* Dark text on gold */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-slots-games-new__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-slots-games-new__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-slots-games-new__btn--secondary:hover {
  background-color: #FFD700;
  color: #0F1A2B;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-slots-games-new__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-slots-games-new__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #C0C0C0;
}

.page-slots-games-new__introduction, .page-slots-games-new__featured-games, .page-slots-games-new__how-to-play, .page-slots-games-new__benefits, .page-slots-games-new__cta-bottom, .page-slots-games-new__about-23win, .page-slots-games-new__faq {
  padding: 80px 0;
  background-color: #1a2a40; /* Slightly lighter dark background for sections */
  border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.page-slots-games-new__introduction {
  background-color: #0F1A2B;
}

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

.page-slots-games-new__feature-item {
  background-color: #1a2a40;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-slots-games-new__feature-item:hover {
  transform: translateY(-10px);
  background-color: #2a3d5b;
}

.page-slots-games-new__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-slots-games-new__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-slots-games-new__feature-text {
  font-size: 1em;
  color: #C0C0C0;
}

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

.page-slots-games-new__game-card {
  background-color: #0F1A2B;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slots-games-new__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.page-slots-games-new__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-slots-games-new__game-title {
  font-size: 1.5em;
  color: #FFD700;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.page-slots-games-new__game-provider {
  font-size: 0.9em;
  color: #A0A0A0;
  margin-bottom: 10px;
}

.page-slots-games-new__game-description {
  font-size: 0.95em;
  color: #C0C0C0;
  padding: 0 15px 20px;
}

.page-slots-games-new__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.page-slots-games-new__how-to-play {
  background-color: #0F1A2B;
}

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

.page-slots-games-new__step-item {
  background-color: #1a2a40;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-slots-games-new__step-number {
  font-size: 3em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.page-slots-games-new__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-slots-games-new__step-text {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-slots-games-new__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-slots-games-new__btn--outline:hover {
  background-color: #FFD700;
  color: #0F1A2B;
}

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

.page-slots-games-new__benefit-item {
  background-color: #0F1A2B;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-slots-games-new__benefit-item:hover {
  transform: translateY(-10px);
}

.page-slots-games-new__benefit-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-slots-games-new__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-slots-games-new__benefit-text {
  font-size: 0.95em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-slots-games-new__btn--link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  border-bottom: 2px solid transparent;
}

.page-slots-games-new__btn--link:hover {
  border-color: #FFD700;
}

.page-slots-games-new__cta-bottom {
  background: linear-gradient(90deg, #0F1A2B, #2a3d5b);
  text-align: center;
  padding: 100px 0;
}

.page-slots-games-new__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-slots-games-new__cta-description {
  font-size: 1.2em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-new__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-slots-games-new__about-23win {
  background-color: #0F1A2B;
  padding-bottom: 0;
}

.page-slots-games-new__about-content {
  margin-top: 50px;
  font-size: 1.1em;
  color: #C0C0C0;
  text-align: justify;
}

.page-slots-games-new__about-content p {
  margin-bottom: 20px;
}

.page-slots-games-new__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-slots-games-new__inline-link:hover {
  text-decoration: underline;
}

.page-slots-games-new__faq {
  background-color: #1a2a40;
}

.page-slots-games-new__faq-item {
  background-color: #0F1A2B;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-new__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-slots-games-new__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
}

.page-slots-games-new__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-slots-games-new__faq-answer a:hover {
  text-decoration: underline;
}

.text-highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slots-games-new__hero-title {
    font-size: 2.8em;
  }
  .page-slots-games-new__hero-description {
    font-size: 1.1em;
  }
  .page-slots-games-new__section-title {
    font-size: 2.2em;
  }
  .page-slots-games-new__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-slots-games-new__hero {
    padding: 80px 0;
  }
  .page-slots-games-new__hero-title {
    font-size: 2.2em;
  }
  .page-slots-games-new__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-slots-games-new__btn {
    width: 80%;
    max-width: 300px;
  }
  .page-slots-games-new__section-title {
    font-size: 1.8em;
  }
  .page-slots-games-new__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-slots-games-new__introduction, .page-slots-games-new__featured-games, .page-slots-games-new__how-to-play, .page-slots-games-new__benefits, .page-slots-games-new__cta-bottom, .page-slots-games-new__about-23win, .page-slots-games-new__faq {
    padding: 60px 0;
  }
  .page-slots-games-new__feature-title, .page-slots-games-new__step-title, .page-slots-games-new__benefit-title {
    font-size: 1.5em;
  }
  .page-slots-games-new__game-title {
    font-size: 1.3em;
  }
  .page-slots-games-new__cta-title {
    font-size: 2em;
  }
  .page-slots-games-new__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-slots-games-new__hero-title {
    font-size: 1.8em;
  }
  .page-slots-games-new__hero-description {
    font-size: 0.95em;
  }
  .page-slots-games-new__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-slots-games-new__section-title {
    font-size: 1.6em;
  }
  .page-slots-games-new__cta-title {
    font-size: 1.8em;
  }
  .page-slots-games-new__cta-description {
    font-size: 1em;
  }
  .page-slots-games-new__container {
    padding: 0 15px;
  }
}