/* style/jackpot-slots-winning-secrets.css */

/* Base Styles */
.page-jackpot-slots-winning-secrets {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-jackpot-slots-winning-secrets__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-jackpot-slots-winning-secrets__section {
  padding: 60px 0;
  text-align: center;
}

.page-jackpot-slots-winning-secrets__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-jackpot-slots-winning-secrets__section-text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-jackpot-slots-winning-secrets__btn-primary,
.page-jackpot-slots-winning-secrets__btn-secondary {
  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;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-jackpot-slots-winning-secrets__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
  margin-right: 15px;
}

.page-jackpot-slots-winning-secrets__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-jackpot-slots-winning-secrets__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-jackpot-slots-winning-secrets__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

/* Hero Section */
.page-jackpot-slots-winning-secrets__hero-section {
  position: relative;
  width: 100%;
  height: 70vh; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  box-sizing: border-box;
}

.page-jackpot-slots-winning-secrets__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-jackpot-slots-winning-secrets__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: -1;
}

.page-jackpot-slots-winning-secrets__hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-jackpot-slots-winning-secrets__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-jackpot-slots-winning-secrets__hero-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-jackpot-slots-winning-secrets__hero-cta .page-jackpot-slots-winning-secrets__btn-primary,
.page-jackpot-slots-winning-secrets__hero-cta .page-jackpot-slots-winning-secrets__btn-secondary {
  margin: 10px;
}

/* Introduction Section */
.page-jackpot-slots-winning-secrets__introduction .page-jackpot-slots-winning-secrets__section-title {
  color: #017439;
}

/* Features Grid */
.page-jackpot-slots-winning-secrets__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jackpot-slots-winning-secrets__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-jackpot-slots-winning-secrets__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-jackpot-slots-winning-secrets__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-jackpot-slots-winning-secrets__card-text {
  font-size: 1em;
  color: #555555;
}

/* Dark Section */
.page-jackpot-slots-winning-secrets__dark-section {
  background-color: #017439;
  color: #FFFFFF;
}

.page-jackpot-slots-winning-secrets__dark-section .page-jackpot-slots-winning-secrets__section-title {
  color: #FFFFFF;
}

.page-jackpot-slots-winning-secrets__dark-section .page-jackpot-slots-winning-secrets__section-text {
  color: #f0f0f0;
}

.page-jackpot-slots-winning-secrets__dark-section .page-jackpot-slots-winning-secrets__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border-color: #FFFFFF;
}

.page-jackpot-slots-winning-secrets__dark-section .page-jackpot-slots-winning-secrets__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #017439;
}

/* Strategy List */
.page-jackpot-slots-winning-secrets__strategy-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 900px;
}

.page-jackpot-slots-winning-secrets__strategy-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
}

.page-jackpot-slots-winning-secrets__strategy-title {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-jackpot-slots-winning-secrets__strategy-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Full width image */
.page-jackpot-slots-winning-secrets__image-full-width {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
  min-width: 200px;
  min-height: 200px;
}

/* Content with side image */
.page-jackpot-slots-winning-secrets__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-jackpot-slots-winning-secrets__content-wrapper .page-jackpot-slots-winning-secrets__text-block {
  flex: 1;
}

.page-jackpot-slots-winning-secrets__image-side {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  min-width: 200px;
  min-height: 200px;
}

.page-jackpot-slots-winning-secrets__image-side--left {
  order: -1; /* Image on left */
}

/* Grid with three columns */
.page-jackpot-slots-winning-secrets__grid--three-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Mistake List */
.page-jackpot-slots-winning-secrets__mistake-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 900px;
}

.page-jackpot-slots-winning-secrets__mistake-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-jackpot-slots-winning-secrets__mistake-title {
  font-size: 1.4em;
  color: #C30808;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-jackpot-slots-winning-secrets__mistake-description {
  font-size: 1em;
  color: #555555;
}

/* FAQ Section */
.page-jackpot-slots-winning-secrets__faq-list {
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.page-jackpot-slots-winning-secrets__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #ffffff;
}

.page-jackpot-slots-winning-secrets__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-jackpot-slots-winning-secrets__faq-question:hover {
  background-color: #f0f0f0;
}

.page-jackpot-slots-winning-secrets__faq-title {
  font-size: 1.2em;
  color: #017439;
  margin: 0;
}

.page-jackpot-slots-winning-secrets__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #017439;
  transition: transform 0.3s ease;
}

.page-jackpot-slots-winning-secrets__faq-item.active .page-jackpot-slots-winning-secrets__faq-toggle {
  transform: rotate(45deg);
}

.page-jackpot-slots-winning-secrets__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-jackpot-slots-winning-secrets__faq-item.active .page-jackpot-slots-winning-secrets__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 15px 20px;
}

.page-jackpot-slots-winning-secrets__faq-text {
  font-size: 1em;
  color: #555555;
  margin: 0;
}

/* Video Section */
.page-jackpot-slots-winning-secrets__video-section {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.page-jackpot-slots-winning-secrets__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 40px auto 20px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
}

.page-jackpot-slots-winning-secrets__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  cursor: pointer;
}

.page-jackpot-slots-winning-secrets__video-caption {
  font-size: 0.9em;
  color: #666666;
  margin-top: 10px;
}

/* Call to Action Bottom */
.page-jackpot-slots-winning-secrets__cta-bottom {
  padding: 80px 0;
}

.page-jackpot-slots-winning-secrets__cta-bottom .page-jackpot-slots-winning-secrets__section-title {
  color: #FFFFFF;
}

.page-jackpot-slots-winning-secrets__cta-bottom .page-jackpot-slots-winning-secrets__section-text {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-jackpot-slots-winning-secrets__cta-bottom .page-jackpot-slots-winning-secrets__btn-primary,
.page-jackpot-slots-winning-secrets__cta-bottom .page-jackpot-slots-winning-secrets__btn-secondary {
  margin: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-jackpot-slots-winning-secrets__hero-title {
    font-size: 2.8em;
  }
  .page-jackpot-slots-winning-secrets__hero-description {
    font-size: 1.2em;
  }
  .page-jackpot-slots-winning-secrets__section-title {
    font-size: 2em;
  }
  .page-jackpot-slots-winning-secrets__image-side {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .page-jackpot-slots-winning-secrets__hero-section {
    height: 60vh;
  }
  .page-jackpot-slots-winning-secrets__hero-title {
    font-size: 2.2em;
  }
  .page-jackpot-slots-winning-secrets__hero-description {
    font-size: 1em;
  }
  .page-jackpot-slots-winning-secrets__btn-primary,
  .page-jackpot-slots-winning-secrets__btn-secondary {
    width: 100% !important;
    margin: 10px 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-jackpot-slots-winning-secrets__hero-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page-jackpot-slots-winning-secrets__grid {
    grid-template-columns: 1fr;
  }
  .page-jackpot-slots-winning-secrets__section {
    padding: 40px 0;
  }
  .page-jackpot-slots-winning-secrets__section-title {
    font-size: 1.8em;
  }
  .page-jackpot-slots-winning-secrets__content-wrapper {
    flex-direction: column;
  }
  .page-jackpot-slots-winning-secrets__image-side {
    max-width: 100%;
    width: 100%;
    order: initial;
  }
  .page-jackpot-slots-winning-secrets__image-side--left {
    order: initial;
  }
  .page-jackpot-slots-winning-secrets__card-image {
    height: auto;
  }
  .page-jackpot-slots-winning-secrets__container {
    padding: 0 15px;
  }

  /* Responsive images */
  .page-jackpot-slots-winning-secrets img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Responsive videos */
  .page-jackpot-slots-winning-secrets video,
  .page-jackpot-slots-winning-secrets__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-jackpot-slots-winning-secrets__video-section,
  .page-jackpot-slots-winning-secrets__video-container,
  .page-jackpot-slots-winning-secrets__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-jackpot-slots-winning-secrets__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-jackpot-slots-winning-secrets__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page-jackpot-slots-winning-secrets__faq-question,
  .page-jackpot-slots-winning-secrets__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-jackpot-slots-winning-secrets__hero-section {
    height: 50vh;
  }
  .page-jackpot-slots-winning-secrets__hero-title {
    font-size: 1.8em;
  }
  .page-jackpot-slots-winning-secrets__hero-description {
    font-size: 0.9em;
  }
  .page-jackpot-slots-winning-secrets__section-title {
    font-size: 1.5em;
  }
  .page-jackpot-slots-winning-secrets__card-title {
    font-size: 1.2em;
  }
  .page-jackpot-slots-winning-secrets__faq-title {
    font-size: 1em;
  }
}