/* style/resources-33win7-latest-promotions.css */
.page-resources-33win7-latest-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--secondary-color, #FFFFFF);
}

.page-resources-33win7-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-33win7-latest-promotions__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-33win7-latest-promotions__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-33win7-latest-promotions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-33win7-latest-promotions__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-33win7-latest-promotions__section-intro {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}

.page-resources-33win7-latest-promotions__hero-section {
  position: relative;
  padding: 100px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below header */
}

.page-resources-33win7-latest-promotions__hero-section .page-resources-33win7-latest-promotions__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-resources-33win7-latest-promotions__hero-content {
  flex: 1;
  max-width: 60%;
}

.page-resources-33win7-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-33win7-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-33win7-latest-promotions__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-33win7-latest-promotions__hero-image-wrapper {
  flex: 1;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-33win7-latest-promotions__hero-image {
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  display: block;
}

.page-resources-33win7-latest-promotions__btn-primary,
.page-resources-33win7-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-33win7-latest-promotions__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-33win7-latest-promotions__btn-primary:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

.page-resources-33win7-latest-promotions__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-33win7-latest-promotions__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-33win7-latest-promotions__btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-33win7-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-33win7-latest-promotions__promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-resources-33win7-latest-promotions__promo-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-33win7-latest-promotions__promo-card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #017439;
}

.page-resources-33win7-latest-promotions__promo-card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-33win7-latest-promotions__promo-card .page-resources-33win7-latest-promotions__btn-primary,
.page-resources-33win7-latest-promotions__promo-card .page-resources-33win7-latest-promotions__btn-secondary {
  width: fit-content;
  margin-top: auto;
  align-self: flex-start;
}

.page-resources-33win7-latest-promotions__detail-promo-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
  text-align: left;
  color: #ffffff;
}

.page-resources-33win7-latest-promotions__detail-promo-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-33win7-latest-promotions__detail-promo-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
}

.page-resources-33win7-latest-promotions__detail-promo-item p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-resources-33win7-latest-promotions__detail-promo-item .page-resources-33win7-latest-promotions__btn-primary,
.page-resources-33win7-latest-promotions__detail-promo-item .page-resources-33win7-latest-promotions__btn-secondary {
  width: fit-content;
}

.page-resources-33win7-latest-promotions__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-33win7-latest-promotions__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 25px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-33win7-latest-promotions__list-item-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #017439;
}

.page-resources-33win7-latest-promotions__list-item p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 15px;
}

.page-resources-33win7-latest-promotions__list-item .page-resources-33win7-latest-promotions__btn-secondary {
  margin-top: 10px;
}

.page-resources-33win7-latest-promotions__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-resources-33win7-latest-promotions__terms-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-33win7-latest-promotions__terms-item-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-33win7-latest-promotions__terms-item p {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-33win7-latest-promotions__faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-33win7-latest-promotions__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-33win7-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-resources-33win7-latest-promotions__faq-question:hover {
  background-color: #e6f7ed;
}

.page-resources-33win7-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-33win7-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-33win7-latest-promotions__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

.page-resources-33win7-latest-promotions__cta-footer {
  margin-top: 50px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-33win7-latest-promotions__hero-title {
    font-size: 3em;
  }
  .page-resources-33win7-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-33win7-latest-promotions__hero-section .page-resources-33win7-latest-promotions__container {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-33win7-latest-promotions__hero-content,
  .page-resources-33win7-latest-promotions__hero-image-wrapper {
    max-width: 100%;
    flex: none;
  }
  .page-resources-33win7-latest-promotions__hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-resources-33win7-latest-promotions {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-33win7-latest-promotions__section {
    padding: 40px 0;
  }
  .page-resources-33win7-latest-promotions__hero-section {
    padding: 80px 0 40px;
    min-height: auto;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-33win7-latest-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-resources-33win7-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-resources-33win7-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-resources-33win7-latest-promotions__section-intro {
    font-size: 0.95em;
  }
  .page-resources-33win7-latest-promotions__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-33win7-latest-promotions__promo-card,
  .page-resources-33win7-latest-promotions__detail-promo-item,
  .page-resources-33win7-latest-promotions__list-item,
  .page-resources-33win7-latest-promotions__terms-item,
  .page-resources-33win7-latest-promotions__faq-item {
    padding: 20px;
  }
  .page-resources-33win7-latest-promotions__promo-card-image,
  .page-resources-33win7-latest-promotions__detail-promo-image {
    height: auto;
    max-height: 250px;
  }

  /* Mobile image responsiveness */
  .page-resources-33win7-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-33win7-latest-promotions__hero-image-wrapper,
  .page-resources-33win7-latest-promotions__promo-card,
  .page-resources-33win7-latest-promotions__detail-promo-item,
  .page-resources-33win7-latest-promotions__list-item,
  .page-resources-33win7-latest-promotions__terms-item,
  .page-resources-33win7-latest-promotions__faq-item,
  .page-resources-33win7-latest-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile button responsiveness */
  .page-resources-33win7-latest-promotions__btn-primary,
  .page-resources-33win7-latest-promotions__btn-secondary,
  .page-resources-33win7-latest-promotions a[class*="button"],
  .page-resources-33win7-latest-promotions a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-33win7-latest-promotions__hero-actions {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-33win7-latest-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-resources-33win7-latest-promotions__section-title {
    font-size: 1.6em;
  }
  .page-resources-33win7-latest-promotions__promo-card-title,
  .page-resources-33win7-latest-promotions__detail-promo-title,
  .page-resources-33win7-latest-promotions__list-item-title,
  .page-resources-33win7-latest-promotions__terms-item-title {
    font-size: 1.2em;
  }
  .page-resources-33win7-latest-promotions__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-33win7-latest-promotions__faq-answer {
    padding: 0 20px 15px;
  }
}