.page-promotions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-promotions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-promotions h1,
.page-promotions h2,
.page-promotions h3 {
  color: #3366FF;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-promotions h1 {
  font-size: 3.2em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
}

.page-promotions h3 {
  font-size: 1.8em;
  color: #FFCC00;
  text-align: left;
  margin-bottom: 15px;
}

.page-promotions p {
  margin-bottom: 15px;
  font-size: 1.1em;
  text-align: justify;
}

.page-promotions ul,
.page-promotions ol {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-promotions ul li,
.page-promotions ol li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-promotions .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFCC00;
  color: #333;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: none;
}

.page-promotions .cta-button:hover {
  background: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions .promotions-banner {
  position: relative;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #3366FF; /* Fallback background */
}

.page-promotions .promotions-banner-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-promotions .promotions-banner-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions .promotions-banner-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-promotions .promotions-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  margin-top: -80px; /* Overlap with image for visual interest */
}

.page-promotions .promotions-banner-content p {
  color: #f0f0f0;
  font-size: 1.15em;
  line-height: 1.8;
}

.page-promotions .promotions-overview {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions .promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions .promotion-card {
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-promotions .promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions .promotion-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.page-promotions .promotion-card h3 {
  padding: 20px 25px 10px;
  font-size: 1.6em;
  color: #3366FF;
  margin-bottom: 0;
  text-align: left;
}

.page-promotions .promotion-card h3 a {
  color: #3366FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions .promotion-card h3 a:hover {
  color: #FFCC00;
}

.page-promotions .promotion-card p {
  padding: 0 25px;
  font-size: 1em;
  color: #555;
  text-align: justify;
  flex-grow: 1;
}

.page-promotions .promotion-card ul {
  padding: 10px 25px 0;
  list-style: disc;
  color: #666;
}

.page-promotions .promotion-card ul li {
  font-size: 0.95em;
  margin-bottom: 5px;
}

.page-promotions .card-button {
  display: block;
  width: calc(100% - 50px);
  margin: 25px auto;
  padding: 12px 20px;
  background: #FFCC00;
  color: #333;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
}

.page-promotions .card-button:hover {
  background: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions .terms-conditions,
.page-promotions .how-to-claim,
.page-promotions .why-choose-gnbet {
  background-color: #fefefe;
  padding: 70px 0;
}

.page-promotions .terms-conditions ul,
.page-promotions .how-to-claim ol,
.page-promotions .why-choose-gnbet ul {
  list-style: disc;
  padding-left: 40px;
  max-width: 900px;
  margin: 0 auto 20px;
}

.page-promotions .terms-conditions ul li,
.page-promotions .how-to-claim ol li,
.page-promotions .why-choose-gnbet ul li {
  margin-bottom: 12px;
  font-size: 1.05em;
}

.page-promotions .final-cta {
  margin: 40px auto 0;
  display: table;
}

.page-promotions .faq-section {
  background-color: #eef4f8;
  padding: 80px 0;
}

.page-promotions .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions .faq-item {
  margin-bottom: 15px;
  border: 1px solid #d0dbe4;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

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

.page-promotions .faq-question:hover {
  background: #f0f5f9;
}

.page-promotions .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #3366FF;
  text-align: left;
  flex-grow: 1;
}

.page-promotions .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC00;
  transition: transform 0.3s ease;
  line-height: 1;
  margin-left: 15px;
}

.page-promotions .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9fcfd;
}

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

.page-promotions .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #3366FF;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions h1 {
    font-size: 2.8em;
  }
  .page-promotions h2 {
    font-size: 2em;
  }
  .page-promotions h3 {
    font-size: 1.5em;
  }
  .page-promotions section {
    padding: 50px 0;
  }
  .page-promotions .promotions-banner-content {
    padding: 25px;
    margin-top: -60px;
  }
  .page-promotions .promotions-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions .promotion-card img {
    height: 200px;
  }
  .page-promotions .promotion-card h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-promotions h1 {
    font-size: 2.2em;
  }
  .page-promotions h2 {
    font-size: 1.8em;
  }
  .page-promotions h3 {
    font-size: 1.3em;
  }
  .page-promotions p {
    font-size: 1em;
  }
  .page-promotions .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
    margin-top: 20px;
  }
  .page-promotions .promotions-banner {
    padding: 60px 0;
  }
  .page-promotions .promotions-banner-content {
    padding: 20px;
    margin-top: -40px;
  }
  .page-promotions .faq-question {
    padding: 15px 20px;
  }
  .page-promotions .faq-question h3 {
    font-size: 1.1em;
  }
  .page-promotions .faq-toggle {
    font-size: 20px;
  }
  .page-promotions .faq-answer {
    padding: 0 20px;
  }
  .page-promotions .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions h1 {
    font-size: 1.8em;
  }
  .page-promotions h2 {
    font-size: 1.6em;
  }
  .page-promotions h3 {
    font-size: 1.2em;
  }
  .page-promotions .promotions-banner-content {
    width: 95%;
    margin-top: -30px;
  }
  .page-promotions .cta-button {
    width: 90%;
    box-sizing: border-box;
  }
  .page-promotions .card-button {
    width: calc(100% - 40px);
  }
  .page-promotions .terms-conditions ul,
  .page-promotions .how-to-claim ol,
  .page-promotions .why-choose-gnbet ul {
    padding-left: 20px;
  }
}