/* style/gambling-platforms-slot-games.css */
.page-gambling-platforms-slot-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-gambling-platforms-slot-games__hero {
  background: linear-gradient(135deg, #00BFFF, #0086b3); /* Darker blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-platforms-slot-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gambling-platforms-slot-games__hero-title .highlight {
  color: #FFD700;
}

.page-gambling-platforms-slot-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0f7fa; /* Lighter text for contrast */
}

.page-gambling-platforms-slot-games__hero-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-gambling-platforms-slot-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-gambling-platforms-slot-games__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #222; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-gambling-platforms-slot-games__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-platforms-slot-games__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-gambling-platforms-slot-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #222;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-platforms-slot-games__btn--tertiary {
  background-color: #00BFFF;
  color: #ffffff;
  border: 2px solid #00BFFF;
}

.page-gambling-platforms-slot-games__btn--tertiary:hover {
  background-color: #0086b3;
  border-color: #0086b3;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-platforms-slot-games__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-gambling-platforms-slot-games__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-gambling-platforms-slot-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-gambling-platforms-slot-games__section:nth-of-type(even) {
  background-color: #eef7ff; /* Light background for contrast */
}

.page-gambling-platforms-slot-games__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #005f8c; /* Darker blue for headings */
  font-weight: bold;
}

.page-gambling-platforms-slot-games__section-title .highlight {
  color: #FFD700; /* Gold highlight */
}

.page-gambling-platforms-slot-games__text-content {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #555;
}

.page-gambling-platforms-slot-games__text-content .highlight {
  font-weight: bold;
  color: #00BFFF;
}

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

.page-gambling-platforms-slot-games__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gambling-platforms-slot-games__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-gambling-platforms-slot-games__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-gambling-platforms-slot-games__grid-title {
  font-size: 1.5em;
  color: #005f8c;
  margin-bottom: 15px;
}

.page-gambling-platforms-slot-games__grid-item p {
  color: #666;
  font-size: 1em;
}

.page-gambling-platforms-slot-games__cta-banner {
  background: linear-gradient(90deg, #FFD700, #e6c200); /* Gold gradient */
  color: #333;
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-gambling-platforms-slot-games__cta-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #222;
}

.page-gambling-platforms-slot-games__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #444;
}

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

.page-gambling-platforms-slot-games__type-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.page-gambling-platforms-slot-games__type-title {
  font-size: 1.3em;
  color: #005f8c;
  margin-bottom: 10px;
}

.page-gambling-platforms-slot-games__type-item p {
  color: #666;
  font-size: 0.95em;
}

.page-gambling-platforms-slot-games__image-full-width {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-gambling-platforms-slot-games__list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
}

.page-gambling-platforms-slot-games__list li {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-size: 1.1em;
  color: #444;
  line-height: 1.8;
  position: relative;
  padding-left: 45px;
}

.page-gambling-platforms-slot-games__list li::before {
  content: '✔';
  color: #00BFFF; /* Blue checkmark */
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.page-gambling-platforms-slot-games__list li strong {
  color: #005f8c;
}

.page-gambling-platforms-slot-games__image-centered {
  display: block;
  margin: 40px auto;
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-gambling-platforms-slot-games__image-margin-top {
  margin-top: 60px;
}

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

.page-gambling-platforms-slot-games__offer-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.page-gambling-platforms-slot-games__offer-title {
  font-size: 1.6em;
  color: #005f8c;
  margin-bottom: 15px;
}

.page-gambling-platforms-slot-games__offer-desc {
  color: #666;
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-gambling-platforms-slot-games__steps-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.page-gambling-platforms-slot-games__steps-list li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  font-size: 1.1em;
  color: #444;
  line-height: 1.7;
  position: relative;
  padding-left: 70px;
}

.page-gambling-platforms-slot-games__steps-list li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  background-color: #00BFFF; /* Blue step indicator */
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.3em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-gambling-platforms-slot-games__steps-list li strong {
  color: #005f8c;
}

.page-gambling-platforms-slot-games__download-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-gambling-platforms-slot-games__download-item {
  text-align: center;
}

.page-gambling-platforms-slot-games__qr-code {
  width: 180px;
  height: 180px;
  border: 5px solid #00BFFF;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-gambling-platforms-slot-games__download-item p {
  font-size: 1.1em;
  color: #555;
}

.page-gambling-platforms-slot-games__faq {
  background-color: #f0f8ff;
}

.page-gambling-platforms-slot-games__faq-accordion {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-gambling-platforms-slot-games__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-gambling-platforms-slot-games__faq-question {
  font-size: 1.2em;
  color: #005f8c;
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #e6f7ff;
  border-bottom: 1px solid #cceeff;
}

.page-gambling-platforms-slot-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-gambling-platforms-slot-games__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-gambling-platforms-slot-games__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-gambling-platforms-slot-games__faq-answer p {
  padding-bottom: 20px;
  color: #555;
  font-size: 1em;
  margin-top: 10px;
}

.page-gambling-platforms-slot-games__final-cta {
  background: linear-gradient(135deg, #FFD700, #e6c200); /* Gold gradient */
  color: #333;
  padding: 80px 0;
}

.page-gambling-platforms-slot-games__final-cta .page-gambling-platforms-slot-games__section-title {
  color: #222;
}

.page-gambling-platforms-slot-games__final-cta .page-gambling-platforms-slot-games__text-content {
  color: #444;
}

@media (max-width: 768px) {
  .page-gambling-platforms-slot-games__hero-title {
    font-size: 2.5em;
  }

  .page-gambling-platforms-slot-games__hero-subtitle {
    font-size: 1.2em;
  }

  .page-gambling-platforms-slot-games__section-title {
    font-size: 2em;
  }

  .page-gambling-platforms-slot-games__grid,
  .page-gambling-platforms-slot-games__type-list,
  .page-gambling-platforms-slot-games__offers-grid {
    grid-template-columns: 1fr;
  }

  .page-gambling-platforms-slot-games__download-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .page-gambling-platforms-slot-games__list li,
  .page-gambling-platforms-slot-games__steps-list li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-gambling-platforms-slot-games__steps-list li::before {
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }

  .page-gambling-platforms-slot-games__steps-list li {
    padding-top: 60px; /* Adjust for number on top */
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .page-gambling-platforms-slot-games__hero-title {
    font-size: 2em;
  }

  .page-gambling-platforms-slot-games__hero-subtitle {
    font-size: 1em;
  }

  .page-gambling-platforms-slot-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-gambling-platforms-slot-games__section-title {
    font-size: 1.8em;
  }

  .page-gambling-platforms-slot-games__qr-code {
    width: 150px;
    height: 150px;
  }
}