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

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

.page-promotions-hero {
  background: linear-gradient(135deg, #0056B3 0%, #003d80 100%); /* Darker blue gradient */
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.page-promotions-hero-content {
  max-width: 600px;
  padding: 20px;
}

.page-promotions-main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-promotions-btn-primary {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #003d80; /* Darker blue for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-btn-primary:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-promotions-hero-image-wrapper {
  flex-shrink: 0;
  max-width: 450px;
  padding: 20px;
}

.page-promotions-hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-section-title {
  font-size: 2.5em;
  color: #0056B3; /* Main blue */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-section-description {
  font-size: 1.1em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

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

.page-promotions-feature-item {
  background-color: #f0f8ff; /* Light blue background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.page-promotions-feature-item h3 {
  font-size: 1.5em;
  color: #0056B3;
  margin-bottom: 10px;
}

.page-promotions-feature-item p {
  color: #666;
}

.page-promotions-list {
  padding: 80px 0;
  background-color: #f0f8ff; /* Lighter blue for contrast */
}

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

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

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

.page-promotions-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

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

.page-promotions-card-title {
  font-size: 1.6em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-card-title a {
  color: #0056B3;
  text-decoration: none;
}

.page-promotions-card-title a:hover {
  text-decoration: underline;
  color: #003d80;
}

.page-promotions-card-description {
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #0056B3;
  border: 2px solid #0056B3;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-promotions-btn-secondary:hover {
  background-color: #0056B3;
  color: #ffffff;
}

.page-promotions-why-j88 {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-promotions-content-two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-promotions-text-column {
  flex: 1;
  min-width: 300px;
}

.page-promotions-text-column p {
  margin-bottom: 15px;
  color: #444;
}

.page-promotions-image-column {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-promotions-responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

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

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

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

.page-promotions-accordion-header {
  background-color: #0056B3;
  color: #ffffff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-accordion-header:hover {
  background-color: #003d80;
}

.page-promotions-accordion-content {
  padding: 0 25px;
  background-color: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-accordion-content p {
  padding: 15px 0;
  color: #444;
}

.page-promotions-accordion-content.active {
  max-height: 200px; /* Adjust as needed for content length */
  padding-bottom: 25px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-main-title {
    font-size: 2.5em;
  }
  .page-promotions-hero-description {
    font-size: 1em;
  }
  .page-promotions-hero {
    flex-direction: column;
    padding: 60px 0;
  }
  .page-promotions-hero-image-wrapper {
    max-width: 100%;
  }
  .page-promotions-section-title {
    font-size: 2em;
  }
  .page-promotions-features-grid, .page-promotions-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions-content-two-column {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-promotions-main-title {
    font-size: 2em;
  }
  .page-promotions-hero-description {
    font-size: 0.95em;
  }
  .page-promotions-btn-primary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-section-title {
    font-size: 1.8em;
  }
  .page-promotions-section-description {
    font-size: 1em;
  }
  .page-promotions-card-title {
    font-size: 1.4em;
  }
  .page-promotions-btn-secondary {
    font-size: 0.9em;
    padding: 8px 15px;
  }
  .page-promotions-accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions-hero {
    padding: 40px 0;
  }
  .page-promotions-main-title {
    font-size: 1.8em;
  }
  .page-promotions-hero-description {
    font-size: 0.9em;
  }
  .page-promotions-section-title {
    font-size: 1.6em;
  }
  .page-promotions-features-grid, .page-promotions-card-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-card-content {
    padding: 20px;
  }
  .page-promotions-btn-primary, .page-promotions-btn-secondary {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .page-promotions-card-title {
    font-size: 1.2em;
  }
  .page-promotions-accordion-header {
    font-size: 0.9em;
    padding: 12px 15px;
  }
  .page-promotions-accordion-content p {
    padding: 10px 0;
  }
}