.page-resources-sv388-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sv388-latest-promotions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sv388-latest-promotions .text-center {
  text-align: center;
}

.page-resources-sv388-latest-promotions .content-section {
  padding: 60px 0;
}

.page-resources-sv388-latest-promotions .bg-light {
  background-color: #f2f2f2;
}

.page-resources-sv388-latest-promotions h1,
.page-resources-sv388-latest-promotions h2 {
  color: #1A2B3C;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-sv388-latest-promotions h3 {
  color: #1A2B3C;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-sv388-latest-promotions p {
  margin-bottom: 15px;
}

.page-resources-sv388-latest-promotions ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-sv388-latest-promotions ul li {
  margin-bottom: 8px;
}

.page-resources-sv388-latest-promotions .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A2B3C;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-sv388-latest-promotions .cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-sv388-latest-promotions .cta-button.small {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 15px;
}

/* HERO Section */
.page-resources-sv388-latest-promotions .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #1A2B3C; /* Fallback for transparency */
}

.page-resources-sv388-latest-promotions .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-sv388-latest-promotions .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-sv388-latest-promotions .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sv388-latest-promotions .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 20px;
  background: rgba(26, 43, 60, 0.7); /* Semi-transparent overlay */
  border-radius: 12px;
  margin-top: -80px; /* Overlap with image */
}

.page-resources-sv388-latest-promotions .hero-content h1 {
  color: #FFD700;
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1.2;
}

.page-resources-sv388-latest-promotions .hero-content p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

/* Intro Section */
.page-resources-sv388-latest-promotions .intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-sv388-latest-promotions .intro-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Quick Links Section */
.page-resources-sv388-latest-promotions .link-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-resources-sv388-latest-promotions .link-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333333;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-sv388-latest-promotions .link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sv388-latest-promotions .link-card img {
  width: 150px; /* Larger image size */
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-resources-sv388-latest-promotions .link-card h3 {
  color: #1A2B3C;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-resources-sv388-latest-promotions .link-card p {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 0;
}

/* Games Section */
.page-resources-sv388-latest-promotions .game-feature {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-sv388-latest-promotions .game-feature.reverse {
  flex-direction: row-reverse;
}

.page-resources-sv388-latest-promotions .game-feature img {
  width: 50%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-sv388-latest-promotions .game-feature .game-info {
  width: 50%;
}

.page-resources-sv388-latest-promotions .game-feature h3 {
  font-size: 2em;
  color: #1A2B3C;
}

/* Promotions Section */
.page-resources-sv388-latest-promotions .promo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-sv388-latest-promotions .promo-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sv388-latest-promotions .promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sv388-latest-promotions .promo-card img {
  width: 250px; /* Larger image size */
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-sv388-latest-promotions .promo-card h3 {
  font-size: 1.5em;
  color: #1A2B3C;
  margin-bottom: 15px;
}

.page-resources-sv388-latest-promotions .promo-card p {
  color: #666666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-resources-sv388-latest-promotions .promo-note {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #777777;
}

/* Security & Support Section */
.page-resources-sv388-latest-promotions .security-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.page-resources-sv388-latest-promotions .security-info,
.page-resources-sv388-latest-promotions .support-info {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-sv388-latest-promotions .security-support-image {
  grid-column: 1 / -1; /* Span across both columns */
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

/* FAQ Section */
.page-resources-sv388-latest-promotions .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-sv388-latest-promotions .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-sv388-latest-promotions .faq-question:hover {
  background: #f5f5f5;
}

.page-resources-sv388-latest-promotions .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #1A2B3C;
}

.page-resources-sv388-latest-promotions .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-resources-sv388-latest-promotions .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #1A2B3C;
}

.page-resources-sv388-latest-promotions .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #555555;
}

.page-resources-sv388-latest-promotions .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.page-resources-sv388-latest-promotions .faq-answer p {
  margin-bottom: 15px;
}

.page-resources-sv388-latest-promotions .faq-answer .cta-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Blog Section */
.page-resources-sv388-latest-promotions .blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-sv388-latest-promotions .blog-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sv388-latest-promotions .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sv388-latest-promotions .blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-resources-sv388-latest-promotions .blog-card-content {
  padding: 25px;
}

.page-resources-sv388-latest-promotions .blog-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-resources-sv388-latest-promotions .blog-card h3 a {
  color: #1A2B3C;
  text-decoration: none;
}

.page-resources-sv388-latest-promotions .blog-card h3 a:hover {
  color: #FFD700;
}

.page-resources-sv388-latest-promotions .blog-card p {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.page-resources-sv388-latest-promotions .blog-date {
  font-style: italic;
  font-size: 0.85em;
  color: #999999;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-resources-sv388-latest-promotions .intro-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-resources-sv388-latest-promotions .hero-content {
    margin-top: -120px; /* Adjust overlap for larger screens */
    padding: 30px 50px;
  }
  .page-resources-sv388-latest-promotions .hero-content h1 {
    font-size: 3.8em;
  }
  .page-resources-sv388-latest-promotions .security-support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-resources-sv388-latest-promotions .security-support-image {
    grid-column: auto; /* Reset for larger screens */
  }
}

@media (max-width: 992px) {
  .page-resources-sv388-latest-promotions .hero-content h1 {
    font-size: 2.8em;
  }
  .page-resources-sv388-latest-promotions .hero-content p {
    font-size: 1.1em;
  }
  .page-resources-sv388-latest-promotions .game-feature {
    flex-direction: column;
  }
  .page-resources-sv388-latest-promotions .game-feature.reverse {
    flex-direction: column;
  }
  .page-resources-sv388-latest-promotions .game-feature img,
  .page-resources-sv388-latest-promotions .game-feature .game-info {
    width: 100%;
  }
  .page-resources-sv388-latest-promotions .security-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-sv388-latest-promotions .content-section {
    padding: 40px 0;
  }
  .page-resources-sv388-latest-promotions h1,
  .page-resources-sv388-latest-promotions h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-sv388-latest-promotions h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .page-resources-sv388-latest-promotions .hero-section {
    padding: 40px 15px;
  }
  .page-resources-sv388-latest-promotions .hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-resources-sv388-latest-promotions .hero-content h1 {
    font-size: 2em;
  }
  .page-resources-sv388-latest-promotions .hero-content p {
    font-size: 1em;
  }
  .page-resources-sv388-latest-promotions .cta-button {
    padding: 12px 25px;
    font-size: 16px;
    margin-top: 20px;
  }
  .page-resources-sv388-latest-promotions .intro-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-sv388-latest-promotions .link-cards-grid,
  .page-resources-sv388-latest-promotions .promo-card-grid,
  .page-resources-sv388-latest-promotions .blog-cards-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-sv388-latest-promotions .faq-question {
    padding: 15px 20px;
  }
  .page-resources-sv388-latest-promotions .faq-question h3 {
    font-size: 1em;
  }
  .page-resources-sv388-latest-promotions .faq-answer {
    padding: 0 20px;
  }
  .page-resources-sv388-latest-promotions .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}