/* style/latest-promotions-tt88-holiday-specials.css */

/* Base styles for the specific page content */
.page-latest-promotions-tt88-holiday-specials {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-latest-promotions-tt88-holiday-specials__section-title {
  font-size: 2.5em;
  color: #FF4500; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-latest-promotions-tt88-holiday-specials__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color */
  border-radius: 2px;
}

.page-latest-promotions-tt88-holiday-specials__section-description {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 50px;
}

/* Hero Section */
.page-latest-promotions-tt88-holiday-specials__hero-section {
  background: linear-gradient(135deg, #FF4500 0%, #FFD700 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-latest-promotions-tt88-holiday-specials__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-latest-promotions-tt88-holiday-specials__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-latest-promotions-tt88-holiday-specials__cta-button {
  display: inline-block;
  background-color: #228B22; /* A strong contrasting green for CTA */
  color: #fff;
  padding: 18px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-latest-promotions-tt88-holiday-specials__cta-button:hover {
  background-color: #2E8B57; /* Darker green on hover */
  transform: translateY(-3px);
}

/* Intro Section */
.page-latest-promotions-tt88-holiday-specials__intro-section {
  padding: 80px 0;
  background-color: #fff;
  text-align: justify;
}

.page-latest-promotions-tt88-holiday-specials__intro-section p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-latest-promotions-tt88-holiday-specials__image-wrapper {
    margin: 40px auto;
    text-align: center;
}

.page-latest-promotions-tt88-holiday-specials__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Why TT88 Section */
.page-latest-promotions-tt88-holiday-specials__why-tt88 {
  padding: 80px 0;
  background-color: #f0f0f0;
}

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

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

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

.page-latest-promotions-tt88-holiday-specials__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-latest-promotions-tt88-holiday-specials__feature-item h3 {
  font-size: 1.5em;
  color: #FF4500;
  margin-bottom: 15px;
}

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

.page-latest-promotions-tt88-holiday-specials__cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

.page-latest-promotions-tt88-holiday-specials__cta-button--secondary {
    background-color: #FFD700; /* Auxiliary color */
    color: #333;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-latest-promotions-tt88-holiday-specials__cta-button--secondary:hover {
    background-color: #e6c200; /* Darker auxiliary on hover */
    transform: translateY(-3px);
}

/* Promotions Grid */
.page-latest-promotions-tt88-holiday-specials__promotions-grid {
  padding: 80px 0;
  background-color: #fff;
}

.page-latest-promotions-tt88-holiday-specials__promo-card {
  display: flex;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.page-latest-promotions-tt88-holiday-specials__promo-card:hover {
  transform: translateY(-5px);
}

.page-latest-promotions-tt88-holiday-specials__promo-image {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.page-latest-promotions-tt88-holiday-specials__promo-content {
  width: 60%;
  padding: 30px;
}

.page-latest-promotions-tt88-holiday-specials__promo-content h3 {
  font-size: 1.8em;
  color: #FF4500;
  margin-bottom: 15px;
}

.page-latest-promotions-tt88-holiday-specials__promo-content p {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 15px;
}

.page-latest-promotions-tt88-holiday-specials__promo-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-latest-promotions-tt88-holiday-specials__promo-content ul li {
  margin-bottom: 8px;
  color: #444;
  font-size: 1em;
  position: relative;
  padding-left: 25px;
}

.page-latest-promotions-tt88-holiday-specials__promo-content ul li::before {
  content: '✓';
  color: #228B22;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-latest-promotions-tt88-holiday-specials__promo-content strong {
  color: #FF4500;
}

.page-latest-promotions-tt88-holiday-specials__promo-button {
  display: inline-block;
  background-color: #FF4500;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-latest-promotions-tt88-holiday-specials__promo-button:hover {
  background-color: #e63900;
  transform: translateY(-2px);
}

/* How to Claim Section */
.page-latest-promotions-tt88-holiday-specials__how-to-claim {
  padding: 80px 0;
  background-color: #f0f0f0;
}

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

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

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

.page-latest-promotions-tt88-holiday-specials__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-latest-promotions-tt88-holiday-specials__step-item h3 {
  font-size: 1.4em;
  color: #FF4500;
  margin-bottom: 15px;
}

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

.page-latest-promotions-tt88-holiday-specials__step-item a {
    color: #FF4500;
    text-decoration: none;
    font-weight: bold;
}

.page-latest-promotions-tt88-holiday-specials__step-item a:hover {
    text-decoration: underline;
}

/* FAQ Section */
.page-latest-promotions-tt88-holiday-specials__faq-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-latest-promotions-tt88-holiday-specials__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-latest-promotions-tt88-holiday-specials__faq-item h3 {
  font-size: 1.3em;
  color: #FF4500;
  margin-bottom: 10px;
}

.page-latest-promotions-tt88-holiday-specials__faq-item p {
  font-size: 1em;
  color: #555;
}

/* Final CTA Section */
.page-latest-promotions-tt88-holiday-specials__final-cta {
  padding: 80px 0;
  background: linear-gradient(45deg, #FF4500, #FFD700);
  color: #fff;
  text-align: center;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
}

.page-latest-promotions-tt88-holiday-specials__final-cta .page-latest-promotions-tt88-holiday-specials__section-title {
  color: #fff;
}

.page-latest-promotions-tt88-holiday-specials__final-cta .page-latest-promotions-tt88-holiday-specials__section-title::after {
    background-color: #fff;
}

.page-latest-promotions-tt88-holiday-specials__final-cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #fefefe;
}

.page-latest-promotions-tt88-holiday-specials__cta-button--final {
  background-color: #228B22;
  padding: 20px 45px;
  font-size: 1.4em;
}

.page-latest-promotions-tt88-holiday-specials__cta-button--final:hover {
  background-color: #2E8B57;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-latest-promotions-tt88-holiday-specials__hero-title {
    font-size: 3em;
  }
  .page-latest-promotions-tt88-holiday-specials__hero-subtitle {
    font-size: 1.3em;
  }
  .page-latest-promotions-tt88-holiday-specials__section-title {
    font-size: 2em;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-card {
    flex-direction: column;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-image,
  .page-latest-promotions-tt88-holiday-specials__promo-content {
    width: 100%;
    border-radius: 10px;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-image {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 768px) {
  .page-latest-promotions-tt88-holiday-specials__hero-section,
  .page-latest-promotions-tt88-holiday-specials__intro-section,
  .page-latest-promotions-tt88-holiday-specials__why-tt88,
  .page-latest-promotions-tt88-holiday-specials__promotions-grid,
  .page-latest-promotions-tt88-holiday-specials__how-to-claim,
  .page-latest-promotions-tt88-holiday-specials__faq-section,
  .page-latest-promotions-tt88-holiday-specials__final-cta {
    padding: 60px 0;
  }
  .page-latest-promotions-tt88-holiday-specials__hero-title {
    font-size: 2.5em;
  }
  .page-latest-promotions-tt88-holiday-specials__hero-subtitle {
    font-size: 1.1em;
  }
  .page-latest-promotions-tt88-holiday-specials__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-latest-promotions-tt88-holiday-specials__section-title {
    font-size: 1.8em;
  }
  .page-latest-promotions-tt88-holiday-specials__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-content h3 {
    font-size: 1.5em;
  }
  .page-latest-promotions-tt88-holiday-specials__steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-latest-promotions-tt88-holiday-specials__hero-title {
    font-size: 2em;
  }
  .page-latest-promotions-tt88-holiday-specials__hero-subtitle {
    font-size: 1em;
  }
  .page-latest-promotions-tt88-holiday-specials__section-title {
    font-size: 1.5em;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-content {
    padding: 20px;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-content h3 {
    font-size: 1.3em;
  }
  .page-latest-promotions-tt88-holiday-specials__promo-button {
    padding: 10px 20px;
    font-size: 1em;
  }
}