/* style/promotions-holiday-exclusive-offers.css */
.page-promotions-holiday-exclusive-offers {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

/* Hero Section */
.page-promotions-holiday-exclusive-offers__hero-section {
  background: linear-gradient(135deg, #1A2E44 0%, #3a4a5c 100%); /* Dark blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-holiday-exclusive-offers__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-promotions-holiday-exclusive-offers__hero-section > .page-promotions-holiday-exclusive-offers__container {
  position: relative;
  z-index: 1;
}

.page-promotions-holiday-exclusive-offers__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-promotions-holiday-exclusive-offers__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-promotions-holiday-exclusive-offers__hero-cta {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2E44; /* Dark blue text for contrast */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-promotions-holiday-exclusive-offers__hero-cta:hover {
  background-color: #e5c000;
  transform: translateY(-3px);
}

/* General Section Styling */
.page-promotions-holiday-exclusive-offers__intro-section,
.page-promotions-holiday-exclusive-offers__categories-section,
.page-promotions-holiday-exclusive-offers__guide-section,
.page-promotions-holiday-exclusive-offers__responsible-gaming-section,
.page-promotions-holiday-exclusive-offers__cta-final-section {
  padding: 60px 0;
  text-align: left;
}

.page-promotions-holiday-exclusive-offers__intro-section {
  background-color: #fff;
}

.page-promotions-holiday-exclusive-offers__categories-section {
  background-color: #f0f0f0;
}

.page-promotions-holiday-exclusive-offers__guide-section {
  background-color: #fff;
}

.page-promotions-holiday-exclusive-offers__responsible-gaming-section {
  background-color: #e6e6e6;
  color: #1A2E44;
}

.page-promotions-holiday-exclusive-offers__section-title {
  font-size: 2.5em;
  color: #1A2E44; /* Dark blue for titles */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-promotions-holiday-exclusive-offers__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-holiday-exclusive-offers__text-content {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-holiday-exclusive-offers__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-promotions-holiday-exclusive-offers__feature-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #1A2E44;
  font-weight: 500;
}

.page-promotions-holiday-exclusive-offers__image-small {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Category Cards */
.page-promotions-holiday-exclusive-offers__categories-section .page-promotions-holiday-exclusive-offers__section-title {
  margin-bottom: 40px;
}

.page-promotions-holiday-exclusive-offers__category-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-holiday-exclusive-offers__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-holiday-exclusive-offers__category-title {
  font-size: 1.8em;
  color: #1A2E44; /* Dark blue */
  margin-bottom: 15px;
}

.page-promotions-holiday-exclusive-offers__category-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
  text-align: justify;
}

.page-promotions-holiday-exclusive-offers__image-category {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-promotions-holiday-exclusive-offers__category-cta {
  display: inline-block;
  background-color: #1A2E44; /* Dark blue button */
  color: #FFD700; /* Gold text for contrast */  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #1A2E44;
}

.page-promotions-holiday-exclusive-offers__category-cta:hover {
  background-color: #0f1c2a;
  transform: translateY(-2px);
}

/* Guide Section */
.page-promotions-holiday-exclusive-offers__guide-list {
  list-style: none;
  counter-reset: guide-step;
  padding: 0;
}

.page-promotions-holiday-exclusive-offers__guide-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #444;
}

.page-promotions-holiday-exclusive-offers__guide-list li::before {
  counter-increment: guide-step;
  content: "Bước " counter(guide-step) ".";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFD700; /* Gold step number */
  color: #1A2E44; /* Dark blue text */
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-exclusive-offers__guide-list li a {
  color: #1A2E44;
  font-weight: bold;
  text-decoration: underline;
}

.page-promotions-holiday-exclusive-offers__guide-list li a:hover {
  color: #FFD700;
}

/* Responsible Gaming Section */
.page-promotions-holiday-exclusive-offers__responsible-gaming-section .page-promotions-holiday-exclusive-offers__text-content {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #1A2E44;
}

/* Final CTA Section */
.page-promotions-holiday-exclusive-offers__cta-final-section {
  background: linear-gradient(135deg, #FFD700 0%, #e5c000 100%); /* Gold gradient */
  color: #1A2E44;
  text-align: center;
  padding: 80px 0;
}

.page-promotions-holiday-exclusive-offers__cta-final-section .page-promotions-holiday-exclusive-offers__section-title {
  color: #1A2E44;
}

.page-promotions-holiday-exclusive-offers__cta-final-section .page-promotions-holiday-exclusive-offers__section-title::after {
  background-color: #1A2E44;
}

.page-promotions-holiday-exclusive-offers__cta-final-section .page-promotions-holiday-exclusive-offers__text-content {
  color: #1A2E44;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

.page-promotions-holiday-exclusive-offers__cta-final-button {
  display: inline-block;
  background-color: #1A2E44; /* Dark blue button */
  color: #FFD700; /* Gold text */
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 40px;
  border: 2px solid #1A2E44;
}

.page-promotions-holiday-exclusive-offers__cta-final-button:hover {
  background-color: #0f1c2a;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-holiday-exclusive-offers__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-holiday-exclusive-offers__hero-subtitle {
    font-size: 1.2em;
  }

  .page-promotions-holiday-exclusive-offers__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-holiday-exclusive-offers__section-title {
    font-size: 2em;
  }

  .page-promotions-holiday-exclusive-offers__text-content,
  .page-promotions-holiday-exclusive-offers__category-description,
  .page-promotions-holiday-exclusive-offers__guide-list li {
    font-size: 1em;
  }

  .page-promotions-holiday-exclusive-offers__feature-list {
    grid-template-columns: 1fr;
  }

  .page-promotions-holiday-exclusive-offers__guide-list li {
    padding-left: 50px;
  }

  .page-promotions-holiday-exclusive-offers__guide-list li::before {
    width: 40px;
    height: 40px;
    font-size: 0.9em;
  }

  .page-promotions-holiday-exclusive-offers__cta-final-button {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}

@media (max-width: 480px) {
  .page-promotions-holiday-exclusive-offers__hero-title {
    font-size: 2em;
  }

  .page-promotions-holiday-exclusive-offers__hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-holiday-exclusive-offers__section-title {
    font-size: 1.8em;
  }

  .page-promotions-holiday-exclusive-offers__category-title {
    font-size: 1.5em;
  }

  .page-promotions-holiday-exclusive-offers__image-category {
    height: 150px;
  }

  .page-promotions-holiday-exclusive-offers__hero-section,
  .page-promotions-holiday-exclusive-offers__cta-final-section {
    padding: 60px 0;
  }
}