/* style/promotions-slots-rescue-fund.css */

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

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

.page-promotions-slots-rescue-fund__hero {
  position: relative;
  background: linear-gradient(135deg, #0056B3, #003d80); /* Darker blue for depth */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-promotions-slots-rescue-fund__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

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

.page-promotions-slots-rescue-fund__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-promotions-slots-rescue-fund__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  opacity: 0.2;
  z-index: 1;
  transform: translateX(20%) translateY(20%);
}

@media (min-width: 768px) {
  .page-promotions-slots-rescue-fund__hero-image {
    width: 50%;
    max-width: 800px;
    opacity: 0.3;
    transform: translateX(0%) translateY(0%);
  }
}

.page-promotions-slots-rescue-fund__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
  cursor: pointer;
}

.page-promotions-slots-rescue-fund__btn--primary {
  background-color: #FFD700;
  color: #0056B3;
  border: 2px solid #FFD700;
}

.page-promotions-slots-rescue-fund__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-slots-rescue-fund__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-slots-rescue-fund__btn--secondary:hover {
  background-color: #FFD700;
  color: #0056B3;
  transform: translateY(-3px);
}

.page-promotions-slots-rescue-fund__section-title {
  font-size: 2.5em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-promotions-slots-rescue-fund__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-slots-rescue-fund__subsection-title {
  font-size: 1.8em;
  color: #0056B3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-slots-rescue-fund__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-promotions-slots-rescue-fund__text--note {
  font-style: italic;
  color: #666;
  text-align: center;
  margin-top: 30px;
}

.page-promotions-slots-rescue-fund__introduction,
.page-promotions-slots-rescue-fund__eligibility,
.page-promotions-slots-rescue-fund__how-to-claim,
.page-promotions-slots-rescue-fund__why-j88best,
.page-promotions-slots-rescue-fund__faq,
.page-promotions-slots-rescue-fund__cta-bottom {
  padding: 60px 0;
}

.page-promotions-slots-rescue-fund__introduction {
  background-color: #fff;
}

.page-promotions-slots-rescue-fund__introduction .page-promotions-slots-rescue-fund__image {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-promotions-slots-rescue-fund__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-slots-rescue-fund__list li {
  background-color: #e6f2ff; /* Lighter blue */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #0056B3;
  border-radius: 5px;
  font-size: 1.05em;
  color: #222;
}

.page-promotions-slots-rescue-fund__list li strong {
  color: #003d80;
}

.page-promotions-slots-rescue-fund__eligibility {
  background-color: #f9f9f9;
}

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

.page-promotions-slots-rescue-fund__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-slots-rescue-fund__grid-item .page-promotions-slots-rescue-fund__subsection-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0056B3;
}

.page-promotions-slots-rescue-fund__grid-item .page-promotions-slots-rescue-fund__text {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

.page-promotions-slots-rescue-fund__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #FFD700; /* Gold color for icons */
  fill: #FFD700;
}

.page-promotions-slots-rescue-fund__how-to-claim {
  background-color: #e6f2ff;
}

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

.page-promotions-slots-rescue-fund__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  padding-top: 60px; /* Space for number */
}

.page-promotions-slots-rescue-fund__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #0056B3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border: 4px solid #0056B3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-slots-rescue-fund__step-title {
  font-size: 1.6em;
  color: #0056B3;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-promotions-slots-rescue-fund__step-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-top: 20px;
  border-radius: 5px;
}

.page-promotions-slots-rescue-fund__why-j88best {
  background-color: #fff;
}

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

.page-promotions-slots-rescue-fund__feature-item {
  background-color: #f4f7f6;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-slots-rescue-fund__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  color: #0056B3;
  fill: #0056B3;
}

.page-promotions-slots-rescue-fund__feature-title {
  font-size: 1.6em;
  color: #0056B3;
  margin-bottom: 10px;
}

.page-promotions-slots-rescue-fund__faq {
  background-color: #f9f9f9;
}

.page-promotions-slots-rescue-fund__accordion {
  margin-top: 40px;
}

.page-promotions-slots-rescue-fund__accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

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

.page-promotions-slots-rescue-fund__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

.page-promotions-slots-rescue-fund__accordion-header:hover {
  background-color: #003d80;
}

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

.page-promotions-slots-rescue-fund__accordion-content.active {
  max-height: 200px; /* Adjust based on content height */
  padding: 15px 25px 25px;
}

.page-promotions-slots-rescue-fund__accordion-content p {
  margin-bottom: 10px;
  color: #333;
}

.page-promotions-slots-rescue-fund__cta-bottom {
  background: linear-gradient(45deg, #0056B3, #FFD700);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-promotions-slots-rescue-fund__cta-title {
  font-size: 2.8em;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-promotions-slots-rescue-fund__cta-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #eee;
}

.page-promotions-slots-rescue-fund__cta-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  height: auto;
  opacity: 0.15;
  z-index: 0;
}

.page-promotions-slots-rescue-fund__cta-bottom .page-promotions-slots-rescue-fund__btn--primary {
  background-color: #fff;
  color: #0056B3;
  border-color: #fff;
}

.page-promotions-slots-rescue-fund__cta-bottom .page-promotions-slots-rescue-fund__btn--primary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.page-promotions-slots-rescue-fund__cta-bottom .page-promotions-slots-rescue-fund__btn--secondary {
  color: #fff;
  border-color: #fff;
}

.page-promotions-slots-rescue-fund__cta-bottom .page-promotions-slots-rescue-fund__btn--secondary:hover {
  background-color: #fff;
  color: #0056B3;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promotions-slots-rescue-fund__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-slots-rescue-fund__hero-subtitle {
    font-size: 1.2em;
  }
  .page-promotions-slots-rescue-fund__section-title {
    font-size: 2.2em;
  }
  .page-promotions-slots-rescue-fund__subsection-title {
    font-size: 1.6em;
  }
  .page-promotions-slots-rescue-fund__text {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-promotions-slots-rescue-fund__hero {
    padding: 80px 0;
    min-height: 400px;
  }
  .page-promotions-slots-rescue-fund__hero-title {
    font-size: 2.4em;
  }
  .page-promotions-slots-rescue-fund__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-slots-rescue-fund__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-slots-rescue-fund__section-title {
    font-size: 2em;
  }
  .page-promotions-slots-rescue-fund__subsection-title {
    font-size: 1.4em;
  }
  .page-promotions-slots-rescue-fund__grid,
  .page-promotions-slots-rescue-fund__steps,
  .page-promotions-slots-rescue-fund__features {
    grid-template-columns: 1fr;
  }
  .page-promotions-slots-rescue-fund__step-item {
    padding-top: 50px;
  }
  .page-promotions-slots-rescue-fund__step-number {
    width: 45px;
    height: 45px;
    font-size: 1.8em;
    top: -15px;
  }
  .page-promotions-slots-rescue-fund__cta-title {
    font-size: 2.2em;
  }
  .page-promotions-slots-rescue-fund__cta-subtitle {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-slots-rescue-fund__hero-title {
    font-size: 2em;
  }
  .page-promotions-slots-rescue-fund__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-slots-rescue-fund__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-promotions-slots-rescue-fund__section-title {
    font-size: 1.8em;
  }
  .page-promotions-slots-rescue-fund__subsection-title {
    font-size: 1.3em;
  }
  .page-promotions-slots-rescue-fund__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-slots-rescue-fund__cta-subtitle {
    font-size: 1em;
  }
}