/* style/promotions-free-spins-offers.css */
.page-promotions-free-spins-offers {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A2E47; /* Main dark blue background */
}

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

.page-promotions-free-spins-offers__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-free-spins-offers__section:last-of-type {
  border-bottom: none;
}

.page-promotions-free-spins-offers__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Accent gold for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-promotions-free-spins-offers__hero {
  background: linear-gradient(135deg, #1A2E47 0%, #0D1B2A 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-promotions-free-spins-offers__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:f168,casino_lights,abstract_pattern,dark_blue_gold]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-free-spins-offers__hero > .page-promotions-free-spins-offers__container {
  position: relative;
  z-index: 1;
}

.page-promotions-free-spins-offers__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-free-spins-offers__hero-subtitle {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-promotions-free-spins-offers__button--hero {
  background-color: #FFD700;
  color: #1A2E47;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-free-spins-offers__button--hero:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-free-spins-offers__button--primary {
  background-color: #FFD700;
  color: #1A2E47;
}

.page-promotions-free-spins-offers__button--primary:hover {
  background-color: #e6c200;
}

.page-promotions-free-spins-offers__button--secondary {
  background-color: #1A2E47;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-free-spins-offers__button--secondary:hover {
  background-color: #2e4a6d;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.page-promotions-free-spins-offers__button--tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-free-spins-offers__button--tertiary:hover {
  background-color: #FFD700;
  color: #1A2E47;
}

.page-promotions-free-spins-offers__button--center {
  margin-top: 30px;
}

.page-promotions-free-spins-offers__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-promotions-free-spins-offers__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-promotions-free-spins-offers__text-content {
  flex: 1;
}

.page-promotions-free-spins-offers__text-content p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-promotions-free-spins-offers__text-content h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-promotions-free-spins-offers__image-container {
  flex: 1;
  text-align: center;
}

.page-promotions-free-spins-offers__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions-free-spins-offers__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-free-spins-offers__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-promotions-free-spins-offers__list li strong {
  color: #FFD700;
}

.page-promotions-free-spins-offers__numbered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-free-spins-offers__numbered-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-promotions-free-spins-offers__numbered-list li strong {
  color: #FFD700;
}

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

.page-promotions-free-spins-offers__grid-item {
  background-color: #0D1B2A;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-free-spins-offers__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-promotions-free-spins-offers__grid-image {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-promotions-free-spins-offers__grid-title {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-promotions-free-spins-offers__grid-item p {
  color: #CCCCCC;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-promotions-free-spins-offers__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-free-spins-offers__game-card {
  background-color: #0D1B2A;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-free-spins-offers__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-promotions-free-spins-offers__game-image {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-promotions-free-spins-offers__game-title {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-promotions-free-spins-offers__game-card p {
  color: #CCCCCC;
  line-height: 1.6;
}

.page-promotions-free-spins-offers__list-with-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-promotions-free-spins-offers__list-with-icon li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: #0D1B2A;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-free-spins-offers__list-with-icon li:last-child {
  margin-bottom: 0;
}

.page-promotions-free-spins-offers__list-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.page-promotions-free-spins-offers__list-with-icon h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-free-spins-offers__list-with-icon p {
  color: #E0E0E0;
  line-height: 1.7;
}

.page-promotions-free-spins-offers__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-promotions-free-spins-offers__feature-list li {
  background-color: #0D1B2A;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  list-style: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-free-spins-offers__feature-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-promotions-free-spins-offers__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-free-spins-offers__feature-list h4 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-promotions-free-spins-offers__feature-list p {
  color: #CCCCCC;
  line-height: 1.7;
}

.page-promotions-free-spins-offers__faq-list {
  margin-top: 40px;
}

.page-promotions-free-spins-offers__faq-item {
  background-color: #0D1B2A;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-promotions-free-spins-offers__faq-question {
  color: #FFD700;
  font-size: 1.4em;
  padding: 20px 30px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-promotions-free-spins-offers__faq-question:hover {
  background-color: #1a3a5a;
}

.page-promotions-free-spins-offers__faq-question::after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-free-spins-offers__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-free-spins-offers__faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-promotions-free-spins-offers__faq-answer.active {
  max-height: 300px; /* Adjust as needed for content */
  padding-bottom: 20px;
}

.page-promotions-free-spins-offers__faq-answer p {
  color: #E0E0E0;
  line-height: 1.7;
  margin-bottom: 0;
}

.page-promotions-free-spins-offers__cta-bottom {
  background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%);
  padding: 80px 0;
  text-align: center;
  color: #1A2E47;
}

.page-promotions-free-spins-offers__cta-title {
  font-size: 2.8em;
  color: #1A2E47;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-free-spins-offers__cta-text {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

@media (max-width: 992px) {
  .page-promotions-free-spins-offers__hero-title {
    font-size: 2.8em;
  }

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

  .page-promotions-free-spins-offers__content-wrapper {
    flex-direction: column;
  }

  .page-promotions-free-spins-offers__image-container {
    margin-top: 30px;
  }

  .page-promotions-free-spins-offers__grid,
  .page-promotions-free-spins-offers__game-grid,
  .page-promotions-free-spins-offers__feature-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-promotions-free-spins-offers__list-with-icon li {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .page-promotions-free-spins-offers__list-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-promotions-free-spins-offers__faq-question,
  .page-promotions-free-spins-offers__faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-promotions-free-spins-offers__faq-question::after {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .page-promotions-free-spins-offers__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-free-spins-offers__hero-subtitle {
    font-size: 1.1em;
  }

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

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

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

  .page-promotions-free-spins-offers__section {
    padding: 40px 0;
  }

  .page-promotions-free-spins-offers__grid,
  .page-promotions-free-spins-offers__game-grid,
  .page-promotions-free-spins-offers__feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-free-spins-offers__hero-title {
    font-size: 1.8em;
  }

  .page-promotions-free-spins-offers__hero-subtitle {
    font-size: 0.9em;
  }

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

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

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

  .page-promotions-free-spins-offers__cta-text {
    font-size: 0.9em;
  }

  .page-promotions-free-spins-offers__grid-item,
  .page-promotions-free-spins-offers__game-card,
  .page-promotions-free-spins-offers__feature-list li,
  .page-promotions-free-spins-offers__faq-item {
    padding: 20px;
  }

  .page-promotions-free-spins-offers__faq-question {
    font-size: 1.2em;
  }
}