/* style/slots-games-bonus-features.css */
.page-slots-games-bonus-features__hero {
  background-color: #0A246A;
  background-image: url('[GALLERY:bg:abstract,dark_blue,gold_accent,slots_theme]');
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-slots-games-bonus-features__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 36, 106, 0.8), rgba(255, 215, 0, 0.2));
  z-index: 1;
}

.page-slots-games-bonus-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.page-slots-games-bonus-features__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-games-bonus-features__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #FFFFFF;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-bonus-features__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
}

.page-slots-games-bonus-features__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0A246A; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-slots-games-bonus-features__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-slots-games-bonus-features__btn--secondary {
  background-color: #0A246A; /* Dark blue */
  color: #FFD700; /* Gold text on dark blue */
  border: 2px solid #FFD700;
}

.page-slots-games-bonus-features__btn--secondary:hover {
  background-color: #1a3c8f;
  transform: translateY(-3px);
}

.page-slots-games-bonus-features__section {
  padding: 60px 0;
}

.page-slots-games-bonus-features__section:nth-of-type(even) {
  background-color: #f8f8f8; /* Light grey for alternating sections */
}

.page-slots-games-bonus-features__heading {
  font-size: 2.2em;
  color: #0A246A; /* Dark blue */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-slots-games-bonus-features__subheading {
  font-size: 1.8em;
  color: #0A246A; /* Dark blue */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-slots-games-bonus-features__intro p,
.page-slots-games-bonus-features__feature-item p,
.page-slots-games-bonus-features__strategy ol,
.page-slots-games-bonus-features__why-68win1 ul {
  font-size: 1.1em;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}

.page-slots-games-bonus-features__feature-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slots-games-bonus-features__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-slots-games-bonus-features__feature-item ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #444444;
}

.page-slots-games-bonus-features__feature-item ul li {
  margin-bottom: 8px;
}

.page-slots-games-bonus-features__strategy ol {
  list-style-type: decimal;
  margin-left: 25px;
  color: #333333;
}

.page-slots-games-bonus-features__strategy ol li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6;
}

.page-slots-games-bonus-features__why-68win1 ul {
  list-style-type: check;
  margin-left: 25px;
  color: #333333;
}

.page-slots-games-bonus-features__why-68win1 ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-slots-games-bonus-features__image-inline {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Styles */
.page-slots-games-bonus-features__accordion {
    margin-top: 30px;
}

.page-slots-games-bonus-features__accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.page-slots-games-bonus-features__accordion-header {
    background-color: #0A246A; /* Dark blue */
    color: #FFD700; /* Gold text */
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-slots-games-bonus-features__accordion-header:hover {
    background-color: #1a3c8f;
}

.page-slots-games-bonus-features__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-slots-games-bonus-features__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-slots-games-bonus-features__accordion-content {
    padding: 0 25px;
    background-color: #fdfdfd;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-slots-games-bonus-features__accordion-content p {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #333333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-slots-games-bonus-features__title {
    font-size: 2em;
  }

  .page-slots-games-bonus-features__subtitle {
    font-size: 1em;
  }

  .page-slots-games-bonus-features__heading {
    font-size: 1.8em;
  }

  .page-slots-games-bonus-features__subheading {
    font-size: 1.5em;
  }

  .page-slots-games-bonus-features__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-slots-games-bonus-features__hero {
    padding: 80px 15px;
  }

  .page-slots-games-bonus-features__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-slots-games-bonus-features__title {
    font-size: 1.8em;
  }

  .page-slots-games-bonus-features__heading {
    font-size: 1.6em;
  }

  .page-slots-games-bonus-features__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}