/* style/blog-i888win-exclusive-promotions-registration-deposit-bonuses.css */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #ffffff;
  --background-dark: #26A9E0;
  --border-color: #e0e0e0;
  --button-login-color: #EA7C07;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Assume body background is light from shared.css */
  background-color: var(--background-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: var(--background-light);
  position: relative;
  overflow: hidden;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Responsive font size */
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-dark);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-primary,
.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
  border: 2px solid var(--primary-color);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background-color: var(--background-light);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__light-bg {
  background-color: var(--background-light);
  color: var(--text-dark);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__dark-bg {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__dark-bg .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section-title,
.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__dark-bg h3 {
  color: var(--text-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section-title {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__content-area p,
.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section p {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.7;
}

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

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__feature-card {
  background-color: var(--background-light);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__feature-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-card {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-card--reverse {
  flex-direction: row-reverse;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-image {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-details {
  flex: 2;
  min-width: 300px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-title {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__dark-bg .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__list li {
  color: var(--text-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__promo-list {
  list-style: none;
  padding: 0;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__promo-list li {
  background-color: var(--background-light);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__dark-bg .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__promo-list li {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__promo-item-title {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__dark-bg .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__promo-item-title {
  color: var(--text-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-section {
  margin-top: 60px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-list {
  margin-top: 30px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-item {
  background-color: var(--background-light);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primary-color);
  list-style: none; /* Hide default marker */
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for Webkit browsers */
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-qtext {
  flex-grow: 1;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-item[open] .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: var(--text-dark);
  border-top: 1px solid var(--border-color);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__conclusion-section {
  text-align: center;
  padding: 60px 20px;
  margin-top: 60px;
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__conclusion-section .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section-title {
  color: var(--text-light);
  margin-bottom: 20px;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__conclusion-section p {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__main-title {
    font-size: 1.8rem;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__description {
    font-size: 1rem;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-primary,
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section {
    margin: 30px 15px;
    padding: 15px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-card {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-card--reverse {
    flex-direction: column;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-image {
    min-width: unset;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-details {
    min-width: unset;
    width: 100%;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__list,
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__promo-list {
    margin-left: 15px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__content-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__conclusion-section {
    padding: 40px 15px;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__conclusion-section p {
    font-size: 1rem;
  }

  /* Ensure all images and containers are responsive */
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__section,
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__card,
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__container,
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-image-wrapper,
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__offer-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-section {
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__cta-buttons {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Color Contrast Fixes */
.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-i888win-exclusive-promotions-registration-deposit-bonuses__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}