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

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

.page-resources-tt88-latest-promotions .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}

.page-resources-tt88-latest-promotions .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #000080; /* Dark Blue */
  border: 2px solid #FFD700;
}

.page-resources-tt88-latest-promotions .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-tt88-latest-promotions .btn-secondary {
  background-color: #000080; /* Dark Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #000080;
  margin-left: 15px;
}

.page-resources-tt88-latest-promotions .btn-secondary:hover {
  background-color: #000066;
  border-color: #000066;
}

.page-resources-tt88-latest-promotions .hero-section {
  background: linear-gradient(135deg, #FFD700, #000080); /* Gold to Dark Blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-tt88-latest-promotions .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff; /* White for contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-tt88-latest-promotions .hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0; /* Light gray for contrast */
}

.page-resources-tt88-latest-promotions .hero-cta-buttons .btn {
  font-size: 1.1em;
  padding: 15px 35px;
  margin: 0 10px;
}

.page-resources-tt88-latest-promotions .hero-cta-buttons .btn-primary {
  background-color: #ffffff; /* White button */
  color: #000080; /* Dark Blue text */
  border-color: #ffffff;
}

.page-resources-tt88-latest-promotions .hero-cta-buttons .btn-primary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.page-resources-tt88-latest-promotions .hero-cta-buttons .btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-resources-tt88-latest-promotions .hero-cta-buttons .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-tt88-latest-promotions .section-title {
  font-size: 2.5em;
  color: #000080; /* Dark Blue */
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  font-weight: 700;
}

.page-resources-tt88-latest-promotions .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-resources-tt88-latest-promotions .promotions-overview-section,
.page-resources-tt88-latest-promotions .featured-promotions-section,
.page-resources-tt88-latest-promotions .how-to-claim-section,
.page-resources-tt88-latest-promotions .why-choose-tt88-section,
.page-resources-tt88-latest-promotions .faq-section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-tt88-latest-promotions .promotions-overview-section {
  background-color: #fdfdfd;
}

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

.page-resources-tt88-latest-promotions .promo-item {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-tt88-latest-promotions .promo-item:hover {
  transform: translateY(-5px);
}

.page-resources-tt88-latest-promotions .promo-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-tt88-latest-promotions .promo-item h3 {
  font-size: 1.5em;
  color: #000080;
  margin-bottom: 15px;
}

.page-resources-tt88-latest-promotions .promo-item p {
  font-size: 1em;
  color: #666;
}

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

.page-resources-tt88-latest-promotions .promotion-card {
  background-color: #fdfdfd;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-resources-tt88-latest-promotions .card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-resources-tt88-latest-promotions .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-resources-tt88-latest-promotions .card-title {
  font-size: 1.8em;
  color: #000080;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-tt88-latest-promotions .card-text {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-tt88-latest-promotions .card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-resources-tt88-latest-promotions .card-features li {
  margin-bottom: 8px;
  color: #444;
  font-size: 0.95em;
  position: relative;
  padding-left: 25px;
}

.page-resources-tt88-latest-promotions .card-features li::before {
  content: '✓';
  color: #FFD700; /* Gold checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-tt88-latest-promotions .btn-card {
  background-color: #FFD700;
  color: #000080;
  border: 2px solid #FFD700;
  width: 100%;
  padding: 12px 20px;
  font-size: 1.05em;
  margin-top: auto; /* Push button to the bottom */
}

.page-resources-tt88-latest-promotions .btn-card:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-tt88-latest-promotions .more-promotions-cta {
  text-align: center;
  margin-top: 60px;
}

.page-resources-tt88-latest-promotions .how-to-claim-section {
  background-color: #f0f8ff;
}

.page-resources-tt88-latest-promotions .claim-steps {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
}

.page-resources-tt88-latest-promotions .claim-steps li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-tt88-latest-promotions .claim-steps li:last-child {
  margin-bottom: 0;
}

.page-resources-tt88-latest-promotions .step-number {
  background-color: #000080; /* Dark Blue */
  color: #FFD700; /* Gold */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-resources-tt88-latest-promotions .claim-steps p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.page-resources-tt88-latest-promotions .claim-steps p strong {
  color: #000080;
}

.page-resources-tt88-latest-promotions .cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-resources-tt88-latest-promotions .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-tt88-latest-promotions .why-choose-item {
  text-align: center;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-tt88-latest-promotions .why-choose-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-tt88-latest-promotions .why-choose-item h3 {
  font-size: 1.4em;
  color: #000080;
  margin-bottom: 10px;
}

.page-resources-tt88-latest-promotions .why-choose-item p {
  font-size: 0.95em;
  color: #666;
}

.page-resources-tt88-latest-promotions .final-message {
  text-align: center;
  font-size: 1.2em;
  color: #000080;
  margin-top: 60px;
  font-weight: bold;
}

.page-resources-tt88-latest-promotions .faq-section {
  background-color: #fdfdfd;
}

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

.page-resources-tt88-latest-promotions .faq-item:hover {
  border-color: #FFD700;
}

.page-resources-tt88-latest-promotions .faq-question {
  font-size: 1.2em;
  color: #000080;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-resources-tt88-latest-promotions .faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-tt88-latest-promotions .faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-tt88-latest-promotions .faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-tt88-latest-promotions .faq-item.active .faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 25px;
}

.page-resources-tt88-latest-promotions .faq-answer p {
  margin: 0;
  color: #444;
}

.page-resources-tt88-latest-promotions .return-link-section {
  text-align: center;
  padding: 40px 0 80px;
  background-color: #f8f8f8;
}

.page-resources-tt88-latest-promotions .return-link-section .btn-secondary {
  margin-left: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-tt88-latest-promotions .hero-title {
    font-size: 2.5em;
  }

  .page-resources-tt88-latest-promotions .hero-description {
    font-size: 1.1em;
  }

  .page-resources-tt88-latest-promotions .hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-tt88-latest-promotions .hero-cta-buttons .btn {
    margin: 0;
    width: 80%;
  }

  .page-resources-tt88-latest-promotions .btn-secondary {
    margin-left: 0;
  }

  .page-resources-tt88-latest-promotions .section-title {
    font-size: 2em;
  }

  .page-resources-tt88-latest-promotions .promotion-card-grid,
  .page-resources-tt88-latest-promotions .promo-grid,
  .page-resources-tt88-latest-promotions .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-tt88-latest-promotions .claim-steps li {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-tt88-latest-promotions .step-number {
    margin: 0 auto 15px auto;
  }
}

@media (max-width: 480px) {
  .page-resources-tt88-latest-promotions .hero-title {
    font-size: 2em;
  }

  .page-resources-tt88-latest-promotions .hero-description {
    font-size: 1em;
  }

  .page-resources-tt88-latest-promotions .hero-cta-buttons .btn {
    width: 95%;
  }

  .page-resources-tt88-latest-promotions .section-title {
    font-size: 1.8em;
  }

  .page-resources-tt88-latest-promotions .card-title {
    font-size: 1.5em;
  }
}