/* style/slot-games.css */
.page-slot-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #000 (dark), so text should be light */
  background-color: transparent; /* Use transparent to let body background shine through */
}

.page-slot-games__main-title,
.page-slot-games__section-title,
.page-slot-games__item-title,
.page-slot-games__card-title,
.page-slot-games__strategy-title,
.page-slot-games__type-title,
.page-slot-games__promo-title,
.page-slot-games__faq-title {
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}

.page-slot-games__main-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-slot-games__section-title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-slot-games__item-title,
.page-slot-games__card-title,
.page-slot-games__strategy-title,
.page-slot-games__type-title,
.page-slot-games__promo-title,
.page-slot-games__faq-title {
  font-size: 1.5em;
  font-weight: bold;
}

.page-slot-games__paragraph,
.page-slot-games__card-text,
.page-slot-games__strategy-text,
.page-slot-games__type-text,
.page-slot-games__promo-text,
.page-slot-games__list-item {
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-slot-games__highlight {
  color: #FFFF00; /* Use specified highlight color */
  font-weight: bold;
}

.page-slot-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero_main:1920x1080:slot_machine,jackpot,coins,winning,top_10_bookmakers,casino_games]') no-repeat center center/cover;
  color: #ffffff;
  padding: 80px 20px;
  box-sizing: border-box;
}

.page-slot-games__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-slot-games__hero-image-wrapper {
  display: none; /* Hide hero image wrapper for background */
}

.page-slot-games__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games__btn-primary,
.page-slot-games__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin: 10px;
  box-sizing: border-box;
}

.page-slot-games__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-slot-games__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-slot-games__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-slot-games__btn-secondary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-slot-games__section {
  padding: 60px 20px;
  text-align: center;
}

.page-slot-games__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-slot-games__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-slot-games__light-bg .page-slot-games__section-title,
.page-slot-games__light-bg .page-slot-games__item-title,
.page-slot-games__light-bg .page-slot-games__card-title,
.page-slot-games__light-bg .page-slot-games__strategy-title,
.page-slot-games__light-bg .page-slot-games__type-title,
.page-slot-games__light-bg .page-slot-games__promo-title,
.page-slot-games__light-bg .page-slot-games__faq-title {
  color: #000000;
}

.page-slot-games__light-bg .page-slot-games__paragraph,
.page-slot-games__light-bg .page-slot-games__card-text,
.page-slot-games__light-bg .page-slot-games__strategy-text,
.page-slot-games__light-bg .page-slot-games__type-text,
.page-slot-games__light-bg .page-slot-games__promo-text,
.page-slot-games__light-bg .page-slot-games__list-item {
  color: #333333;
}

.page-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.page-slot-games__grid-item {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-slot-games__card {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-slot-games__card-title {
  color: #000000;
  margin-bottom: 10px;
}

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

.page-slot-games__strategy-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games__strategy-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games__strategy-title {
  color: #000000;
  margin-bottom: 10px;
}

.page-slot-games__strategy-text {
  color: #333333;
}

.page-slot-games__strategy-conclusion {
  margin-top: 40px;
  font-style: italic;
  color: #333333;
}

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

.page-slot-games__type-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slot-games__type-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games__type-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.page-slot-games__type-text {
  color: #f0f0f0;
}

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

.page-slot-games__promo-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games__promo-title {
  color: #000000;
  margin-bottom: 10px;
}

.page-slot-games__promo-text {
  color: #333333;
}

.page-slot-games__cta-container {
  margin-top: 40px;
  text-align: center;
}

.page-slot-games__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #FFFF00;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #ffffff;
}

.page-slot-games__list-item strong {
  color: #FFFF00;
}

.page-slot-games__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-slot-games__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.page-slot-games__faq-question:hover {
  background-color: #f0f0f0;
}

.page-slot-games__faq-title {
  margin: 0;
  color: #000000;
  font-size: 1.1em;
}

.page-slot-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-slot-games__faq-item.active .page-slot-games__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-slot-games__faq-item.active .page-slot-games__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-slot-games__main-title {
    font-size: 2.5em;
  }
  .page-slot-games__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-slot-games__main-title {
    font-size: 2em;
  }
  .page-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-slot-games__hero-section {
    min-height: 450px;
    padding: 60px 15px;
  }
  .page-slot-games__hero-description {
    font-size: 1em;
  }
  .page-slot-games__section {
    padding: 40px 15px;
  }
  .page-slot-games__grid-item,
  .page-slot-games__card,
  .page-slot-games__strategy-item,
  .page-slot-games__type-card,
  .page-slot-games__promo-card {
    padding: 20px;
  }
  .page-slot-games__btn-primary,
  .page-slot-games__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-slot-games__cta-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-slot-games__section,
  .page-slot-games__card,
  .page-slot-games__container,
  .page-slot-games__hero-section,
  .page-slot-games__grid-item,
  .page-slot-games__strategy-item,
  .page-slot-games__type-card,
  .page-slot-games__promo-card,
  .page-slot-games__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-slot-games__faq-answer {
    padding: 0 15px;
  }
  .page-slot-games__faq-item.active .page-slot-games__faq-answer {
    padding: 15px 15px;
  }
}

@media (max-width: 480px) {
  .page-slot-games__main-title {
    font-size: 1.8em;
  }
  .page-slot-games__section-title {
    font-size: 1.6em;
  }
  .page-slot-games__item-title,
  .page-slot-games__card-title,
  .page-slot-games__strategy-title,
  .page-slot-games__type-title,
  .page-slot-games__promo-title,
  .page-slot-games__faq-title {
    font-size: 1.2em;
  }
}