/* style/promotions-free-spins.css */

.page-promotions-free-spins {
  font-family: 'Arial', sans-serif;
  color: #f5e6ce; /* Light text on dark background */
  background-color: #0A1931; /* Main dark background */
  line-height: 1.6;
}

.page-promotions-free-spins-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-free-spins-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-free-spins-section:nth-of-type(even) {
  background-color: #1a2a47;
}

.page-promotions-free-spins h1,
.page-promotions-free-spins h2,
.page-promotions-free-spins h3,
.page-promotions-free-spins h4 {
  color: #FFD700; /* Gold for headings */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-free-spins h1 {
  font-size: 3.2em;
  line-height: 1.2;
}

.page-promotions-free-spins h2 {
  font-size: 2.5em;
  margin-top: 40px;
}

.page-promotions-free-spins h3 {
  font-size: 1.8em;
  color: #f5e6ce;
}

.page-promotions-free-spins h4 {
  font-size: 1.4em;
  color: #FFD700;
}

.page-promotions-free-spins p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #c0c0c0;
}

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

.page-promotions-free-spins-btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A1931; /* Dark blue */
}

.page-promotions-free-spins-btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-free-spins-btn-secondary {
  background-color: #0A1931;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-free-spins-btn-secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-2px);
}

.page-promotions-free-spins-btn-highlight {
  background-color: #E53935; /* Bright Red */
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-promotions-free-spins-btn-highlight:hover {
  background-color: #c9302c;
  transform: translateY(-2px);
}

.page-promotions-free-spins-btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
}

/* Hero Section */
.page-promotions-free-spins-hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #1a2a47 100%);
  padding: 100px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-promotions-free-spins-hero-section .page-promotions-free-spins-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-promotions-free-spins-hero-content {
  flex: 1;
  max-width: 60%;
}

.page-promotions-free-spins-hero-content h1 {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 25px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.page-promotions-free-spins-hero-content p {
  font-size: 1.3em;
  color: #f5e6ce;
  margin-bottom: 30px;
  line-height: 1.8;
}

.page-promotions-free-spins-hero-image {
  flex: 1;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-promotions-free-spins-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Features Grid */
.page-promotions-free-spins-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-free-spins-feature-item {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-free-spins-feature-item:hover {
  transform: translateY(-10px);
}

.page-promotions-free-spins-feature-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-promotions-free-spins-feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-promotions-free-spins-feature-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* Steps List */
.page-promotions-free-spins-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-promotions-free-spins-steps li {
  background-color: #1a2a47;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-free-spins-steps li h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-promotions-free-spins-steps li p {
  color: #c0c0c0;
  margin-bottom: 20px;
}

/* Types List */
.page-promotions-free-spins-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-promotions-free-spins-list li {
  background-color: #1a2a47;
  margin-bottom: 20px;
  padding: 25px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-promotions-free-spins-list li h3 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.6em;
}

.page-promotions-free-spins-list li p {
  color: #c0c0c0;
  margin-bottom: 0;
}

/* Games Grid */
.page-promotions-free-spins-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-free-spins-game-item {
  background-color: #0A1931;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-promotions-free-spins-game-item img {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promotions-free-spins-game-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-promotions-free-spins-game-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* Terms & Conditions */
.page-promotions-free-spins-terms-content {
  text-align: left;
  margin-top: 40px;
}

.page-promotions-free-spins-term-item {
  background-color: #1a2a47;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-promotions-free-spins-term-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
}

.page-promotions-free-spins-term-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* Tips List */
.page-promotions-free-spins-tips-list li {
  border-left-color: #E53935; /* Red accent for tips */
}

.page-promotions-free-spins-tips-list li h4 {
  color: #FFD700;
}

/* FAQ Accordion */
.page-promotions-free-spins-accordion {
  margin-top: 40px;
  text-align: left;
}

.page-promotions-free-spins-accordion-item {
  margin-bottom: 15px;
  border: 1px solid #FFD700;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-free-spins-accordion-header {
  background-color: #1a2a47;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-free-spins-accordion-header:hover {
  background-color: #0A1931;
  color: #f5e6ce;
}

.page-promotions-free-spins-accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-free-spins-accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-free-spins-accordion-content {
  background-color: #0A1931;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-free-spins-accordion-content.active {
  max-height: 300px; /* Adjust as needed */
  padding: 15px 25px;
}

.page-promotions-free-spins-accordion-content p {
  color: #c0c0c0;
  margin-bottom: 10px;
}

/* Download Options */
.page-promotions-free-spins-download-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-promotions-free-spins-download-options img {
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.page-promotions-free-spins-download-options img:hover {
  transform: translateY(-5px);
}

/* Final CTA */
.page-promotions-free-spins-final-cta {
  background: linear-gradient(45deg, #0A1931, #1a2a47);
  padding: 80px 0;
}

.page-promotions-free-spins-final-cta h2 {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-promotions-free-spins-final-cta p {
  font-size: 1.2em;
  color: #f5e6ce;
  margin-bottom: 30px;
}

.page-promotions-free-spins-disclaimer {
  font-size: 0.9em;
  color: #888;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-free-spins-hero-section .page-promotions-free-spins-container {
    flex-direction: column;
    text-align: center;
  }

  .page-promotions-free-spins-hero-content,
  .page-promotions-free-spins-hero-image {
    max-width: 100%;
  }

  .page-promotions-free-spins-hero-content h1 {
    font-size: 3em;
  }

  .page-promotions-free-spins h1 {
    font-size: 2.8em;
  }

  .page-promotions-free-spins h2 {
    font-size: 2em;
  }

  .page-promotions-free-spins-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-free-spins-btn-large {
    padding: 15px 35px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-promotions-free-spins-section {
    padding: 40px 0;
  }

  .page-promotions-free-spins-hero-content h1 {
    font-size: 2.5em;
  }

  .page-promotions-free-spins h1 {
    font-size: 2.2em;
  }

  .page-promotions-free-spins h2 {
    font-size: 1.8em;
  }

  .page-promotions-free-spins h3 {
    font-size: 1.4em;
  }

  .page-promotions-free-spins p {
    font-size: 1em;
  }

  .page-promotions-free-spins-download-options img {
    height: 50px;
  }

  .page-promotions-free-spins-final-cta h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .page-promotions-free-spins-hero-content h1 {
    font-size: 2em;
  }

  .page-promotions-free-spins h1 {
    font-size: 1.8em;
  }

  .page-promotions-free-spins h2 {
    font-size: 1.5em;
  }

  .page-promotions-free-spins-feature-item,
  .page-promotions-free-spins-game-item {
    padding: 20px;
  }

  .page-promotions-free-spins-accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-promotions-free-spins-accordion-content {
    padding: 10px 20px;
  }

  .page-promotions-free-spins-download-options {
    flex-direction: column;
    gap: 10px;
  }

  .page-promotions-free-spins-download-options img {
    height: 45px;
  }
}