/* style/promotions-deposit-bonuses.css */

/* --- Base Styles --- */
.page-promotions-deposit-bonuses {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared, default to white */
}

.page-promotions-deposit-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-deposit-bonuses__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__card-title,
.page-promotions-deposit-bonuses__type-title,
.page-promotions-deposit-bonuses__step-title,
.page-promotions-deposit-bonuses__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__btn-primary,
.page-promotions-deposit-bonuses__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
}

.page-promotions-deposit-bonuses__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-promotions-deposit-bonuses__btn-primary:hover {
  background-color: #1a8ccb;
  border-color: #1a8ccb;
}

.page-promotions-deposit-bonuses__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-promotions-deposit-bonuses__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1a8ccb;
  border-color: #1a8ccb;
}

.page-promotions-deposit-bonuses__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-promotions-deposit-bonuses__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* --- Hero Section --- */
.page-promotions-deposit-bonuses__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
}

.page-promotions-deposit-bonuses__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-promotions-deposit-bonuses__hero-section .page-promotions-deposit-bonuses__container {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  border-radius: 10px;
}

.page-promotions-deposit-bonuses__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-promotions-deposit-bonuses__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

/* --- Benefits Section --- */
.page-promotions-deposit-bonuses__benefits-section {
  padding: 80px 0;
  background-color: #F8F8F8; /* Light background for this section */
}

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

.page-promotions-deposit-bonuses__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-deposit-bonuses__card:hover {
  transform: translateY(-5px);
}

.page-promotions-deposit-bonuses__card-image {
  width: 100%;
  max-width: 400px; /* Example max-width, adjust as needed */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-promotions-deposit-bonuses__card-description {
  color: #555555;
  font-size: 1em;
}

/* --- Types Section --- */
.page-promotions-deposit-bonuses__types-section {
  padding: 80px 0;
  background-color: #26A9E0; /* Brand color as background */
  color: #FFFFFF; /* White text for contrast */
}

.page-promotions-deposit-bonuses__types-section .page-promotions-deposit-bonuses__section-title {
  color: #FFFFFF;
}

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

.page-promotions-deposit-bonuses__type-card {
  background-color: #FFFFFF; /* Light background for cards */
  color: #333333; /* Dark text for contrast */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-deposit-bonuses__type-card .page-promotions-deposit-bonuses__type-title {
  color: #26A9E0;
}

.page-promotions-deposit-bonuses__type-description {
  margin-bottom: 20px;
  flex-grow: 1;
}

/* --- Exclusive Benefits Section --- */
.page-promotions-deposit-bonuses__exclusive-benefits-section {
  padding: 80px 0;
  background-color: #26A9E0; /* Consistent with other dark sections */
  color: #FFFFFF;
}

.page-promotions-deposit-bonuses__exclusive-benefits-section .page-promotions-deposit-bonuses__section-title {
  color: #FFFFFF;
}

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

.page-promotions-deposit-bonuses__feature-card {
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-deposit-bonuses__feature-card:hover {
  transform: translateY(-5px);
}

.page-promotions-deposit-bonuses__feature-description {
  color: #555555;
  font-size: 1em;
}

/* --- How to Claim Section --- */
.page-promotions-deposit-bonuses__how-to-claim-section {
  padding: 80px 0;
  background-color: #F8F8F8;
}

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

.page-promotions-deposit-bonuses__step-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  position: relative;
  padding-top: 60px; /* Space for step number */
}

.page-promotions-deposit-bonuses__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #26A9E0;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonuses__step-description a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__step-description a:hover {
  text-decoration: underline;
}

/* --- FAQ Section --- */
.page-promotions-deposit-bonuses__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-promotions-deposit-bonuses__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-promotions-deposit-bonuses__faq-item {
  background-color: #F8F8F8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #E6F7FF; /* Light blue background for question */
  color: #26A9E0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #D4EDF8;
}

.page-promotions-deposit-bonuses__faq-question:hover {
  background-color: #D4EDF8;
}

.page-promotions-deposit-bonuses__faq-question h3 {
  margin: 0;
  color: #26A9E0;
  font-size: 1.1em;
  flex-grow: 1;
}

.page-promotions-deposit-bonuses__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-promotions-deposit-bonuses__faq-item.active .page-promotions-deposit-bonuses__faq-toggle {
  transform: rotate(45deg); /* Plus to X */
}

.page-promotions-deposit-bonuses__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #FFFFFF;
  color: #555555;
}

.page-promotions-deposit-bonuses__faq-item.active .page-promotions-deposit-bonuses__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px 25px;
}

.page-promotions-deposit-bonuses__faq-answer p {
  margin: 0;
}

.page-promotions-deposit-bonuses__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__faq-answer a:hover {
  text-decoration: underline;
}

/* --- Utility Classes for Color Contrast --- */
.page-promotions-deposit-bonuses__dark-bg {
  color: #FFFFFF; /* Deep background, light text */
}

.page-promotions-deposit-bonuses__light-bg {
  color: #333333; /* Light background, dark text */
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-promotions-deposit-bonuses__hero-title {
    font-size: 3em;
  }
  .page-promotions-deposit-bonuses__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonuses__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile offset */
    min-height: 450px;
  }

  .page-promotions-deposit-bonuses__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-deposit-bonuses__hero-description {
    font-size: 1.1em;
  }

  .page-promotions-deposit-bonuses__section-title {
    font-size: 1.8em;
  }

  .page-promotions-deposit-bonuses__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px; /* Add padding to prevent overflow */
  }

  .page-promotions-deposit-bonuses__btn-primary,
  .page-promotions-deposit-bonuses__btn-secondary {
    width: 100% !important;
    padding: 12px 15px;
  }

  .page-promotions-deposit-bonuses__benefits-section,
  .page-promotions-deposit-bonuses__types-section,
  .page-promotions-deposit-bonuses__exclusive-benefits-section,
  .page-promotions-deposit-bonuses__how-to-claim-section,
  .page-promotions-deposit-bonuses__faq-section {
    padding: 50px 0;
  }

  .page-promotions-deposit-bonuses__benefits-grid,
  .page-promotions-deposit-bonuses__types-grid,
  .page-promotions-deposit-bonuses__exclusive-grid,
  .page-promotions-deposit-bonuses__steps-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .page-promotions-deposit-bonuses__card,
  .page-promotions-deposit-bonuses__type-card,
  .page-promotions-deposit-bonuses__feature-card,
  .page-promotions-deposit-bonuses__step-card {
    padding: 25px;
  }

  .page-promotions-deposit-bonuses__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Force responsive for all images */
  .page-promotions-deposit-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Ensure containers holding images/buttons/videos are responsive */
  .page-promotions-deposit-bonuses__section,
  .page-promotions-deposit-bonuses__card,
  .page-promotions-deposit-bonuses__type-card,
  .page-promotions-deposit-bonuses__feature-card,
  .page-promotions-deposit-bonuses__step-card,
  .page-promotions-deposit-bonuses__container,
  .page-promotions-deposit-bonuses__cta-buttons,
  .page-promotions-deposit-bonuses__faq-list,
  .page-promotions-deposit-bonuses__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-promotions-deposit-bonuses__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-promotions-deposit-bonuses__faq-question h3 {
    font-size: 1em;
  }
  .page-promotions-deposit-bonuses__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-bonuses__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonuses__hero-description {
    font-size: 1em;
  }
  .page-promotions-deposit-bonuses__section-title {
    font-size: 1.5em;
  }
}

/* Ensure no image filters are used */
.page-promotions-deposit-bonuses img {
  filter: none !important; /* Absolutely no filters */
}