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

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

.page-slots-games-themes__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6A 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-slots-games-themes__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-games-themes__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #B0B0B0;
}

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

.page-slots-games-themes__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text */
  border: none;
}

.page-slots-games-themes__btn--primary:hover {
  background-color: #E6C200; /* Slightly darker gold */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-slots-games-themes__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-slots-games-themes__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-2px);
}

.page-slots-games-themes__btn--link {
  color: #FFD700;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font-size: 1em;
}

.page-slots-games-themes__btn--link:hover {
  color: #E6C200;
  text-decoration: none;
}

.page-slots-games-themes__btn--gold {
  background-color: #FFD700;
  color: #0A2342;
  border: 2px solid #FFD700;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-slots-games-themes__btn--gold:hover {
  background-color: #E6C200;
  color: #0A2342;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.5);
}

.page-slots-games-themes__section {
  padding: 60px 0;
  text-align: center;
}

.page-slots-games-themes__section--alt-bg {
  background-color: #1A3F6A; /* Slightly lighter dark blue */
}

.page-slots-games-themes__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.page-slots-games-themes__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-slots-games-themes__section-title--light {
  color: #E0E0E0; /* Light text for dark footer section */
}

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

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

.page-slots-games-themes__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

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

.page-slots-games-themes__feature-item p {
  color: #B0B0B0;
  font-size: 1em;
}

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

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

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

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

.page-slots-games-themes__theme-card h3 {
  font-size: 1.8em;
  color: #FFD700;
  padding: 20px 25px 10px;
}

.page-slots-games-themes__theme-card p {
  color: #B0B0B0;
  padding: 0 25px 20px;
  font-size: 0.95em;
}

.page-slots-games-themes__theme-card .page-slots-games-themes__btn--secondary {
  display: block;
  width: calc(100% - 50px);
  margin: 0 25px 25px;
  text-align: center;
}

.page-slots-games-themes__features-list {
  margin-top: 40px;
  text-align: left;
}

.page-slots-games-themes__feature-detail {
  background-color: #1A3F6A;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-games-themes__feature-detail-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-slots-games-themes__feature-detail p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-slots-games-themes__cta-banner {
  background: linear-gradient(90deg, #FFD700, #E6C200);
  padding: 40px 30px;
  border-radius: 10px;
  margin-top: 60px;
  color: #0A2342;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-slots-games-themes__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #0A2342;
}

.page-slots-games-themes__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333;
}

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

.page-slots-games-themes__step-item {
  background-color: #0A2342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-top: 5px solid #FFD700;
}

.page-slots-games-themes__step-number {
  font-size: 2.5em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
}

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

.page-slots-games-themes__step-item p {
  color: #B0B0B0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-slots-games-themes__paragraph {
  font-size: 1.1em;
  max-width: 900px;
  margin: 20px auto;
  color: #E0E0E0;
}

.page-slots-games-themes__paragraph--light {
  color: #F0F0F0;
}

.page-slots-games-themes__section--dark-footer {
  background-color: #0A2342;
  padding: 80px 0;
}

.page-slots-games-themes .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-slots-games-themes__hero-title {
    font-size: 2.5em;
  }

  .page-slots-games-themes__section-title {
    font-size: 2em;
  }

  .page-slots-games-themes__feature-heading,
  .page-slots-games-themes__theme-heading,
  .page-slots-games-themes__feature-detail-heading,
  .page-slots-games-themes__cta-title,
  .page-slots-games-themes__step-heading {
    font-size: 1.4em;
  }

  .page-slots-games-themes__hero,
  .page-slots-games-themes__section {
    padding: 60px 0;
  }

  .page-slots-games-themes__cta-banner {
    padding: 30px 20px;
  }
}

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

  .page-slots-games-themes__hero-description {
    font-size: 1em;
  }

  .page-slots-games-themes__section-title {
    font-size: 1.8em;
  }

  .page-slots-games-themes__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-slots-games-themes__btn--gold {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-slots-games-themes__feature-icon {
    width: 60px;
    height: 60px;
  }

  .page-slots-games-themes__theme-card h3 {
    font-size: 1.5em;
  }

  .page-slots-games-themes__step-number {
    font-size: 2em;
  }
}