.page-popular-games-top10-slots {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-popular-games-top10-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-popular-games-top10-slots__hero {
  background: linear-gradient(135deg, #1A2E44 0%, #3a5b83 100%); /* Dark blue to slightly lighter blue for depth */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.page-popular-games-top10-slots__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.page-popular-games-top10-slots__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFD700; /* Gold for main title */
}

.page-popular-games-top10-slots__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-popular-games-top10-slots__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-popular-games-top10-slots__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
  transform: scale(1.1);
}

.page-popular-games-top10-slots__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;
  border: none;
  cursor: pointer;
}

.page-popular-games-top10-slots__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A2E44; /* Dark blue text on gold */
}

.page-popular-games-top10-slots__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-popular-games-top10-slots__btn--secondary {
  background-color: #1A2E44; /* Dark blue */
  color: #FFD700; /* Gold text on dark blue */
  border: 2px solid #FFD700;
}

.page-popular-games-top10-slots__btn--secondary:hover {
  background-color: #2e4a6a; /* Slightly lighter dark blue */
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-popular-games-top10-slots__section-title {
  font-size: 2.5em;
  color: #1A2E44; /* Dark blue for section titles */
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-popular-games-top10-slots__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-popular-games-top10-slots__introduction, .page-popular-games-top10-slots__conclusion, .page-popular-games-top10-slots__tips, .page-popular-games-top10-slots__faq {
  padding: 60px 0;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

.page-popular-games-top10-slots__introduction p, .page-popular-games-top10-slots__tips p, .page-popular-games-top10-slots__conclusion p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.page-popular-games-top10-slots__game-list {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-popular-games-top10-slots__game-item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-popular-games-top10-slots__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-popular-games-top10-slots__game-image {
  width: 35%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.page-popular-games-top10-slots__game-details {
  width: 65%;
  padding: 30px;
}

.page-popular-games-top10-slots__game-title {
  font-size: 1.8em;
  color: #1A2E44; /* Dark blue */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-popular-games-top10-slots__game-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 25px;
  text-align: justify;
}

.page-popular-games-top10-slots__why-99win {
  padding: 60px 0;
  background-color: #1A2E44;
  color: #FFFFFF;
  text-align: center;
}

.page-popular-games-top10-slots__why-99win .page-popular-games-top10-slots__section-title {
  color: #FFD700; /* Gold title on dark blue background */
}

.page-popular-games-top10-slots__why-99win .page-popular-games-top10-slots__section-title::after {
  background-color: #FFFFFF;
}

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

.page-popular-games-top10-slots__feature-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.page-popular-games-top10-slots__feature-card:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-popular-games-top10-slots__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-popular-games-top10-slots__feature-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-popular-games-top10-slots__feature-card p {
  color: #E0E0E0;
  font-size: 0.95em;
}

.page-popular-games-top10-slots__cta-center {
  margin-top: 50px;
}

.page-popular-games-top10-slots__tips ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-popular-games-top10-slots__tips li {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #444;
}

.page-popular-games-top10-slots__tips li strong {
  color: #1A2E44;
}

.page-popular-games-top10-slots__tips li ul {
  margin-top: 10px;
  margin-left: 20px;
  list-style: disc;
}

.page-popular-games-top10-slots__tips li ul li {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  padding: 5px 0;
  margin-bottom: 5px;
}

.page-popular-games-top10-slots__accordion {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.page-popular-games-top10-slots__accordion-item {
  border-bottom: 1px solid #eee;
}

.page-popular-games-top10-slots__accordion-item:last-child {
  border-bottom: none;
}

.page-popular-games-top10-slots__accordion-header {
  background-color: #f5f5f5;
  color: #1A2E44; /* Dark blue */
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-popular-games-top10-slots__accordion-header:hover, .page-popular-games-top10-slots__accordion-header.active {
  background-color: #e0e0e0;
}

.page-popular-games-top10-slots__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
}

.page-popular-games-top10-slots__accordion-header.active::after {
  content: '-';
}

.page-popular-games-top10-slots__accordion-content {
  padding: 0 20px;
  background-color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-popular-games-top10-slots__accordion-content p {
  padding: 15px 0;
  color: #555;
  font-size: 1em;
}

.page-popular-games-top10-slots__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

.page-popular-games-top10-slots__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-popular-games-top10-slots__conclusion p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-popular-games-top10-slots .highlight {
  color: #1A2E44; /* Dark blue for highlighted text on light background */
  font-weight: bold;
}

.page-popular-games-top10-slots__hero .highlight {
  color: #FFD700; /* Gold for highlighted text on dark background */
}

.page-popular-games-top10-slots__introduction a, .page-popular-games-top10-slots__conclusion a, .page-popular-games-top10-slots__accordion-content a {
  color: #1A2E44;
  text-decoration: underline;
  font-weight: bold;
}

.page-popular-games-top10-slots__introduction a:hover, .page-popular-games-top10-slots__conclusion a:hover, .page-popular-games-top10-slots__accordion-content a:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-popular-games-top10-slots__hero-title {
    font-size: 2.5em;
  }
  .page-popular-games-top10-slots__hero-subtitle {
    font-size: 1.1em;
  }
  .page-popular-games-top10-slots__section-title {
    font-size: 2em;
  }
  .page-popular-games-top10-slots__game-item {
    flex-direction: column;
  }
  .page-popular-games-top10-slots__game-image {
    width: 100%;
    height: 200px;
    border-radius: 12px 12px 0 0;
  }
  .page-popular-games-top10-slots__game-details {
    width: 100%;
    padding: 20px;
  }
  .page-popular-games-top10-slots__why-99win-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-popular-games-top10-slots__hero {
    padding: 60px 0;
    min-height: 350px;
  }
  .page-popular-games-top10-slots__hero-title {
    font-size: 2em;
  }
  .page-popular-games-top10-slots__hero-subtitle {
    font-size: 1em;
  }
  .page-popular-games-top10-slots__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-popular-games-top10-slots__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-popular-games-top10-slots__introduction, .page-popular-games-top10-slots__game-list, .page-popular-games-top10-slots__why-99win, .page-popular-games-top10-slots__tips, .page-popular-games-top10-slots__faq, .page-popular-games-top10-slots__conclusion {
    padding: 40px 0;
  }
  .page-popular-games-top10-slots__game-title {
    font-size: 1.5em;
  }
  .page-popular-games-top10-slots__feature-title {
    font-size: 1.3em;
  }
  .page-popular-games-top10-slots__accordion-header {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-popular-games-top10-slots__accordion-content.active {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-popular-games-top10-slots__hero-title {
    font-size: 1.8em;
  }
  .page-popular-games-top10-slots__hero-subtitle {
    font-size: 0.9em;
  }
  .page-popular-games-top10-slots__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-popular-games-top10-slots__section-title {
    font-size: 1.5em;
  }
  .page-popular-games-top10-slots__game-image {
    height: 150px;
  }
  .page-popular-games-top10-slots__game-details {
    padding: 15px;
  }
  .page-popular-games-top10-slots__game-title {
    font-size: 1.3em;
  }
  .page-popular-games-top10-slots__game-description {
    font-size: 0.9em;
  }
  .page-popular-games-top10-slots__feature-title {
    font-size: 1.2em;
  }
  .page-popular-games-top10-slots__feature-icon {
    width: 50px;
    height: 50px;
  }
  .page-popular-games-top10-slots__tips li {
    font-size: 0.95em;
  }
  .page-popular-games-top10-slots__accordion-header {
    font-size: 1em;
    padding: 12px;
  }
  .page-popular-games-top10-slots__accordion-content.active {
    padding: 12px;
  }
  .page-popular-games-top10-slots__conclusion p {
    font-size: 1em;
  }
}