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

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

.page-promotions h1, .page-promotions h2, .page-promotions h3 {
  color: #8B0000; /* Deep Red */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions h1 {
  font-size: 3em;
  text-align: center;
  color: #FFD700; /* Gold for main title on hero */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions h2 {
  font-size: 2.5em;
  text-align: center;
  padding-top: 40px;
}

.page-promotions h3 {
  font-size: 1.8em;
  color: #8B0000; /* Deep Red */
}

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

.page-promotions a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions a:hover {
  color: #e6c200; /* Darker gold on hover */
  text-decoration: underline;
}

.page-promotions .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red text */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-promotions .cta-button:hover {
  background: #e6c200; /* Darker Gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions .hero-promo-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #8B0000, #4a0000); /* Dark red gradient background */
  color: #ffffff;
}

.page-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-promotions .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-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.4);
}

.page-promotions .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.page-promotions .hero-content p {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-promotions .intro-section,
.page-promotions .how-to-claim-section,
.page-promotions .terms-conditions-section,
.page-promotions .cta-bottom-section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-promotions .promo-categories-section {
  padding: 80px 0;
  background-color: #f2f2f2;
}

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

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

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

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

.page-promotions .promo-card h3 {
  padding: 20px 15px 10px;
  margin-bottom: 0;
  font-size: 1.5em;
  flex-grow: 1;
}

.page-promotions .promo-card h3 a {
  color: #8B0000; /* Deep Red for card title links */
}

.page-promotions .promo-card h3 a:hover {
  color: #FFD700; /* Gold on hover */
}

.page-promotions .promo-card p {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #555555;
}

.page-promotions .promo-card .btn-promo {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red text */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions .promo-card .btn-promo:hover {
  background: #e6c200; /* Darker Gold */
  transform: translateY(-1px);
}

.page-promotions ol, .page-promotions ul {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 20px;
  font-size: 1.1em;
  color: #444444;
}

.page-promotions ol li, .page-promotions ul li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.page-promotions ol li strong {
  color: #8B0000;
}

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

.page-promotions .faq-list {
  margin-top: 40px;
}

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

.page-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-promotions .faq-question:hover {
  background: #f5f5f5;
}

.page-promotions .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #333333;
}

.page-promotions .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #8B0000; /* Deep Red */
  transition: transform 0.3s ease;
}

.page-promotions .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700; /* Gold when active */
}

.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: #fafafa;
}

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

.page-promotions .faq-answer p {
  margin: 0;
  color: #555555;
}

.page-promotions .cta-bottom-section {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #8B0000, #a00000); /* Darker red gradient */
  color: #ffffff;
}

.page-promotions .cta-bottom-section h2 {
  color: #FFD700; /* Gold */
}

.page-promotions .cta-bottom-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions h1 {
    font-size: 2.5em;
  }
  .page-promotions h2 {
    font-size: 2em;
  }
  .page-promotions .promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions .hero-promo-section {
    padding: 60px 15px;
  }
  .page-promotions .hero-image img {
    border-radius: 8px;
  }
  .page-promotions .promo-card img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-promotions h1 {
    font-size: 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: 1em;
  }
  .page-promotions .hero-promo-section {
    padding: 40px 15px;
  }
  .page-promotions .hero-content p {
    font-size: 1.1em;
  }
  .page-promotions .promo-card {
    margin-bottom: 20px;
  }
  .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: 10px 20px 20px;
  }
  .page-promotions ol, .page-promotions ul {
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions h1 {
    font-size: 1.8em;
  }
  .page-promotions h2 {
    font-size: 1.5em;
  }
  .page-promotions .hero-promo-section {
    padding: 30px 10px;
  }
  .page-promotions .promo-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions .promo-card img {
    height: 180px;
  }
  .page-promotions .cta-button {
    width: 100%;
    box-sizing: border-box;
  }
  .page-promotions .promo-card .btn-promo {
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
  }
}