/* style/slot-games-progressive-jackpots.css */
.page-slot-games-progressive-jackpots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light backgrounds */
  background-color: var(--background-color, #ffffff);
  padding-top: var(--header-offset, 120px);
}

.page-slot-games-progressive-jackpots__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0;
}

.page-slot-games-progressive-jackpots__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-slot-games-progressive-jackpots__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.page-slot-games-progressive-jackpots__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-slot-games-progressive-jackpots__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-slot-games-progressive-jackpots__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-slot-games-progressive-jackpots__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-slot-games-progressive-jackpots__btn-primary,
.page-slot-games-progressive-jackpots__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-slot-games-progressive-jackpots__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-slot-games-progressive-jackpots__btn-primary:hover {
  background-color: #1a8cc4;
  border-color: #1a8cc4;
}

.page-slot-games-progressive-jackpots__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-slot-games-progressive-jackpots__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1a8cc4;
}

.page-slot-games-progressive-jackpots__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-slot-games-progressive-jackpots__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-slot-games-progressive-jackpots__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-slot-games-progressive-jackpots__image-text-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.page-slot-games-progressive-jackpots__image-left {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games-progressive-jackpots__image-right {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games-progressive-jackpots__text-content {
  flex: 1;
}

.page-slot-games-progressive-jackpots__reverse-layout {
  flex-direction: row-reverse;
}

.page-slot-games-progressive-jackpots__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-slot-games-progressive-jackpots__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-slot-games-progressive-jackpots__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-slot-games-progressive-jackpots__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
}

.page-slot-games-progressive-jackpots__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-slot-games-progressive-jackpots__card-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-slot-games-progressive-jackpots__card-link {
  text-decoration: none;
  color: #26A9E0;
}

.page-slot-games-progressive-jackpots__card-link:hover {
  text-decoration: underline;
}

.page-slot-games-progressive-jackpots__card-description {
  font-size: 1em;
  color: #555555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.page-slot-games-progressive-jackpots__card-button {
  margin-top: auto;
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-slot-games-progressive-jackpots__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-slot-games-progressive-jackpots__feature-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #333333;
}

.page-slot-games-progressive-jackpots__feature-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
  text-align: center;
}

.page-slot-games-progressive-jackpots__center-button {
  display: block;
  margin: 40px auto;
  max-width: 350px;
}

.page-slot-games-progressive-jackpots__faq-container {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.page-slot-games-progressive-jackpots__faq-item {
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-slot-games-progressive-jackpots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  user-select: none;
}

.page-slot-games-progressive-jackpots__faq-question::-webkit-details-marker {
  display: none;
}

.page-slot-games-progressive-jackpots__faq-question::marker {
  display: none;
}

.page-slot-games-progressive-jackpots__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
}

.page-slot-games-progressive-jackpots__faq-item[open] .page-slot-games-progressive-jackpots__faq-toggle {
  content: '−';
}

.page-slot-games-progressive-jackpots__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.05em;
  color: #555555;
}

.page-slot-games-progressive-jackpots__cta-footer {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.page-slot-games-progressive-jackpots__cta-image {
  flex: 1;
  max-width: 40%;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
}

.page-slot-games-progressive-jackpots__cta-content {
  flex: 2;
}

.page-slot-games-progressive-jackpots__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-slot-games-progressive-jackpots__cta-description {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-slot-games-progressive-jackpots__hero-title {
    font-size: 2.8em;
  }
  .page-slot-games-progressive-jackpots__hero-description {
    font-size: 1.1em;
  }
  .page-slot-games-progressive-jackpots__section-title {
    font-size: 2em;
  }
  .page-slot-games-progressive-jackpots__image-text-block {
    flex-direction: column;
    text-align: center;
  }
  .page-slot-games-progressive-jackpots__image-left,
  .page-slot-games-progressive-jackpots__image-right {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .page-slot-games-progressive-jackpots__reverse-layout {
    flex-direction: column;
  }
  .page-slot-games-progressive-jackpots__cta-footer {
    flex-direction: column;
    text-align: center;
  }
  .page-slot-games-progressive-jackpots__cta-image {
    max-width: 80%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-slot-games-progressive-jackpots {
    font-size: 16px;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-slot-games-progressive-jackpots__hero-section {
    height: 500px;
  }
  .page-slot-games-progressive-jackpots__hero-title {
    font-size: 2.2em;
  }
  .page-slot-games-progressive-jackpots__hero-description {
    font-size: 1em;
  }
  .page-slot-games-progressive-jackpots__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-slot-games-progressive-jackpots__btn-primary,
  .page-slot-games-progressive-jackpots__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin: 0 auto;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-slot-games-progressive-jackpots__content-area {
    padding: 30px 15px;
  }
  .page-slot-games-progressive-jackpots__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-slot-games-progressive-jackpots__text-block {
    font-size: 1em;
  }
  .page-slot-games-progressive-jackpots__image-left,
  .page-slot-games-progressive-jackpots__image-right {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
  }
  .page-slot-games-progressive-jackpots__game-cards {
    grid-template-columns: 1fr;
  }
  .page-slot-games-progressive-jackpots__card-image {
    height: auto;
    min-height: 200px;
  }
  .page-slot-games-progressive-jackpots__features-grid {
    grid-template-columns: 1fr;
  }
  .page-slot-games-progressive-jackpots__feature-card {
    padding: 20px;
  }
  .page-slot-games-progressive-jackpots__feature-title {
    font-size: 1.8em;
  }
  .page-slot-games-progressive-jackpots__center-button {
    max-width: 100%;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games-progressive-jackpots__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-slot-games-progressive-jackpots__faq-answer {
    padding: 0 15px 15px;
  }
  .page-slot-games-progressive-jackpots__cta-footer {
    padding: 30px 15px;
  }
  .page-slot-games-progressive-jackpots__cta-image {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
  }
  .page-slot-games-progressive-jackpots__cta-title {
    font-size: 1.8em;
  }
  .page-slot-games-progressive-jackpots__cta-description {
    font-size: 1em;
  }

  /* Image and Container Responsiveness for Mobile */
  .page-slot-games-progressive-jackpots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-slot-games-progressive-jackpots__section,
  .page-slot-games-progressive-jackpots__card,
  .page-slot-games-progressive-jackpots__container,
  .page-slot-games-progressive-jackpots__hero-section,
  .page-slot-games-progressive-jackpots__image-text-block,
  .page-slot-games-progressive-jackpots__game-cards,
  .page-slot-games-progressive-jackpots__features-grid,
  .page-slot-games-progressive-jackpots__faq-container,
  .page-slot-games-progressive-jackpots__cta-footer {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games-progressive-jackpots__hero-section,
  .page-slot-games-progressive-jackpots__cta-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-slot-games-progressive-jackpots__hero-content {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-slot-games-progressive-jackpots__hero-section {
    height: 400px;
  }
  .page-slot-games-progressive-jackpots__hero-title {
    font-size: 1.8em;
  }
  .page-slot-games-progressive-jackpots__hero-description {
    font-size: 0.9em;
  }
  .page-slot-games-progressive-jackpots__section-title {
    font-size: 1.5em;
  }
  .page-slot-games-progressive-jackpots__cta-title {
    font-size: 1.6em;
  }
  .page-slot-games-progressive-jackpots__cta-image {
    min-width: 150px !important;
    min-height: 150px !important;
  }
}

/* Color Contrast Fixes */
.page-slot-games-progressive-jackpots__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-slot-games-progressive-jackpots__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-slot-games-progressive-jackpots__btn-primary[href*="ads.win2026vn.com"] {
  background-color: #EA7C07;
  border-color: #EA7C07;
}

.page-slot-games-progressive-jackpots__btn-primary[href*="ads.win2026vn.com"]:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}