
    /* Base styles for the page-97win-com */
.page-97win-com {
  font-family: 'Arial', sans-serif;
  color: #333;
  background-color: #f0f2f5;
  line-height: 1.6;
}

.page-97win-com__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-97win-com__section-title {
  font-size: 2.5em;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-top: 20px; /* Small top padding for sections */
}

.page-97win-com__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e74c3c;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-97win-com__text-content {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

/* Hero Section */
.page-97win-com__hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  background: url('[GALLERY:hero:1920x1080:online_casino,gaming,97win_banner]') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 10px; /* Small top padding for decoration */
  box-sizing: border-box;
}

.page-97win-com__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-97win-com__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
}

.page-97win-com__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-97win-com__highlight {
  color: #f1c40f;
}

.page-97win-com__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-97win-com__hero-cta {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-97win-com__hero-cta:hover {
  background-color: #c0392b;
  transform: translateY(-3px);
}

/* About Section */
.page-97win-com__about-section {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.page-97win-com__image-wrapper {
  margin-top: 30px;
  text-align: center;
}

.page-97win-com__image-centered {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Games Section */
.page-97win-com__games-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.page-97win-com__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-97win-com__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.page-97win-com__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-97win-com__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-97win-com__game-title {
  font-size: 1.5em;
  color: #e74c3c;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.page-97win-com__game-description {
  font-size: 1em;
  color: #666;
  padding: 0 15px;
}

/* Promotions Section */
.page-97win-com__promotions-section {
  background-color: #fff;
  padding: 60px 0;
}

.page-97win-com__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-97win-com__promo-card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.page-97win-com__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-97win-com__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-97win-com__promo-title {
  font-size: 1.4em;
  color: #2c3e50;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.page-97win-com__promo-description {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px;
  margin-bottom: 20px;
}

.page-97win-com__promo-cta {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-97win-com__promo-cta:hover {
  background-color: #2980b9;
}

/* News Section */
.page-97win-com__news-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.page-97win-com__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-97win-com__news-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.page-97win-com__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-97win-com__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-97win-com__news-title {
  font-size: 1.4em;
  color: #2c3e50;
  margin: 20px 15px 5px;
}

.page-97win-com__news-date {
  font-size: 0.9em;
  color: #999;
  margin: 0 15px 10px;
}

.page-97win-com__news-excerpt {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px;
}

/* FAQ Section */
.page-97win-com__faq-section {
  background-color: #fff;
  padding: 60px 0;
}

.page-97win-com__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-97win-com__faq-item {
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-97win-com__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #e74c3c;
  color: #fff;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-97win-com__faq-question:hover {
  background-color: #c0392b;
}

.page-97win-com__faq-q-text {
  margin: 0;
  flex-grow: 1;
  pointer-events: none; /* Prevent text from blocking click event */
}

.page-97win-com__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
  pointer-events: none; /* Prevent toggle icon from blocking click event */
}

.page-97win-com__faq-item.active .page-97win-com__faq-toggle {
  transform: rotate(45deg);
}

.page-97win-com__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background-color: #fdfdfd;
  color: #333;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.page-97win-com__faq-item.active .page-97win-com__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to contain content */
  padding: 20px 15px !important;
  opacity: 1;
}

.page-97win-com__faq-answer p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Floating Buttons */
.page-97win-com__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-97win-com__floating-btn {
  background-color: #e74c3c;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  min-width: 120px;
}

.page-97win-com__floating-btn:hover {
  background-color: #c0392b;
  transform: translateY(-3px);
}

.page-97win-com__floating-btn--login {
  background-color: #3498db;
}

.page-97win-com__floating-btn--login:hover {
  background-color: #2980b9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-97win-com__container {
    padding: 15px;
  }

  .page-97win-com__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-97win-com__hero-section {
    height: 400px;
  }

  .page-97win-com__hero-title {
    font-size: 2.5em;
  }

  .page-97win-com__hero-description {
    font-size: 1.1em;
  }

  .page-97win-com__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-97win-com__games-grid, .page-97win-com__promo-grid, .page-97win-com__news-grid {
    grid-template-columns: 1fr;
  }

  .page-97win-com__game-card, .page-97win-com__promo-card, .page-97win-com__news-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px 0;
  }
  
  .page-97win-com__game-title, .page-97win-com__promo-title, .page-97win-com__news-title {
    padding: 0 10px;
  }

  .page-97win-com__game-description, .page-97win-com__promo-description, .page-97win-com__news-excerpt {
    padding: 0 10px;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  .page-97win-com__floating-buttons {
    bottom: 15px;
    right: 15px;
    flex-direction: row;
    gap: 8px;
  }

  .page-97win-com__floating-btn {
    padding: 10px 20px;
    font-size: 1em;
    min-width: unset;
    flex: 1;
  }

  .page-97win-com__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-97win-com__faq-answer {
    padding: 15px 15px !important;
  }
  
  .page-97win-com__image-centered, .page-97win-com__game-image, .page-97win-com__promo-image, .page-97win-com__news-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-97win-com__hero-title {
    font-size: 2em;
  }
  .page-97win-com__hero-description {
    font-size: 1em;
  }
  .page-97win-com__floating-buttons {
    left: 15px;
    right: 15px;
    width: auto;
  }
}
  