/* style/blog-kong88-exclusive-offers.css */

/* Base styles */
.page-blog-kong88-exclusive-offers {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #0a0a0a, so text is light */
  background-color: transparent; /* Main content background will be set per section */
}

.page-blog-kong88-exclusive-offers__dark-section {
  background-color: #0a0a0a; /* Ensure dark background for contrast */
  color: #ffffff;
}

.page-blog-kong88-exclusive-offers__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-kong88-exclusive-offers__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-kong88-exclusive-offers__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-blog-kong88-exclusive-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-kong88-exclusive-offers__hero-content {
  position: relative; /* Ensure content is above any potential background elements */
  z-index: 2;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-kong88-exclusive-offers__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-kong88-exclusive-offers__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-kong88-exclusive-offers__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-kong88-exclusive-offers__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-blog-kong88-exclusive-offers__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-blog-kong88-exclusive-offers__paragraph {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.7;
}

.page-blog-kong88-exclusive-offers__text-highlight {
  color: #EA7C07;
  font-weight: bold;
}

/* Buttons */
.page-blog-kong88-exclusive-offers__btn-primary,
.page-blog-kong88-exclusive-offers__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  max-width: 100%;
}

.page-blog-kong88-exclusive-offers__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-kong88-exclusive-offers__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-kong88-exclusive-offers__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-kong88-exclusive-offers__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-kong88-exclusive-offers__btn-large {
  padding: 18px 35px;
  font-size: 1.2rem;
}

.page-blog-kong88-exclusive-offers__cta-center {
  margin-top: 40px;
}

/* Cards */
.page-blog-kong88-exclusive-offers__card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-kong88-exclusive-offers__light-bg .page-blog-kong88-exclusive-offers__card {
  background: #ffffff;
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.page-blog-kong88-exclusive-offers__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block; /* Ensure it behaves as a block element */
}

.page-blog-kong88-exclusive-offers__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-blog-kong88-exclusive-offers__card-description {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-kong88-exclusive-offers__light-bg .page-blog-kong88-exclusive-offers__card-description {
  color: #555555;
}

/* Feature Grid */
.page-blog-kong88-exclusive-offers__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.page-blog-kong88-exclusive-offers__feature-card .page-blog-kong88-exclusive-offers__card-title {
  color: #EA7C07; /* Use login color for feature titles */
}

/* Steps Grid */
.page-blog-kong88-exclusive-offers__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.page-blog-kong88-exclusive-offers__steps-grid .page-blog-kong88-exclusive-offers__card-title {
  color: #26A9E0;
}

.page-blog-kong88-exclusive-offers__image-block {
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-kong88-exclusive-offers__main-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Offer Grid */
.page-blog-kong88-exclusive-offers__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.page-blog-kong88-exclusive-offers__offer-card .page-blog-kong88-exclusive-offers__card-title {
  color: #EA7C07;
}

/* Game Grid */
.page-blog-kong88-exclusive-offers__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.page-blog-kong88-exclusive-offers__game-card .page-blog-kong88-exclusive-offers__card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-kong88-exclusive-offers__game-card .page-blog-kong88-exclusive-offers__card-link:hover .page-blog-kong88-exclusive-offers__card-title {
  color: #EA7C07;
}

.page-blog-kong88-exclusive-offers__game-card .page-blog-kong88-exclusive-offers__card-image {
  height: 200px;
}

/* FAQ Section */
.page-blog-kong88-exclusive-offers__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-blog-kong88-exclusive-offers__faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.page-blog-kong88-exclusive-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2rem;
  color: #26A9E0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  list-style: none; /* For details/summary */
}

.page-blog-kong88-exclusive-offers__light-bg .page-blog-kong88-exclusive-offers__faq-question {
  background: #f8f8f8;
  color: #333333;
}

.page-blog-kong88-exclusive-offers__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-kong88-exclusive-offers__faq-question .page-blog-kong88-exclusive-offers__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #EA7C07;
  margin-left: 15px;
}

.page-blog-kong88-exclusive-offers__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-blog-kong88-exclusive-offers__light-bg .page-blog-kong88-exclusive-offers__faq-answer {
  color: #555555;
}

.page-blog-kong88-exclusive-offers__faq-answer p {
  margin-bottom: 0;
  text-align: left;
}

.page-blog-kong88-exclusive-offers__inline-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-kong88-exclusive-offers__inline-link:hover {
  color: #EA7C07;
}

/* CTA Section */
.page-blog-kong88-exclusive-offers__cta-section {
  padding: 80px 20px;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-kong88-exclusive-offers__cta-section .page-blog-kong88-exclusive-offers__section-title {
  color: #ffffff;
}

.page-blog-kong88-exclusive-offers__cta-section .page-blog-kong88-exclusive-offers__paragraph {
  color: #e0f2f7;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-kong88-exclusive-offers__hero-content {
    margin-top: 20px;
  }
  .page-blog-kong88-exclusive-offers__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-kong88-exclusive-offers__hero-description {
    font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  }
  .page-blog-kong88-exclusive-offers__card-image {
    height: 220px;
  }
  .page-blog-kong88-exclusive-offers__game-card .page-blog-kong88-exclusive-offers__card-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-blog-kong88-exclusive-offers {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-kong88-exclusive-offers__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-kong88-exclusive-offers__hero-content {
    margin-top: 20px;
  }

  .page-blog-kong88-exclusive-offers__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-kong88-exclusive-offers__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }

  .page-blog-kong88-exclusive-offers__section {
    padding: 40px 15px;
  }

  .page-blog-kong88-exclusive-offers__content-area {
    padding: 40px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-kong88-exclusive-offers__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
  }

  .page-blog-kong88-exclusive-offers__paragraph {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* Images responsive */
  .page-blog-kong88-exclusive-offers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-kong88-exclusive-offers__hero-image-wrapper,
  .page-blog-kong88-exclusive-offers__image-block,
  .page-blog-kong88-exclusive-offers__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-blog-kong88-exclusive-offers__card-image {
    height: auto !important; /* Allow height to adjust naturally */
    min-height: 200px; /* Ensure minimum size */
  }

  /* Buttons responsive */
  .page-blog-kong88-exclusive-offers__btn-primary,
  .page-blog-kong88-exclusive-offers__btn-secondary,
  .page-blog-kong88-exclusive-offers a[class*="button"],
  .page-blog-kong88-exclusive-offers 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: 15px;
    font-size: 1rem;
  }

  .page-blog-kong88-exclusive-offers__cta-center {
    margin-top: 30px;
  }

  .page-blog-kong88-exclusive-offers__feature-grid,
  .page-blog-kong88-exclusive-offers__steps-grid,
  .page-blog-kong88-exclusive-offers__offer-grid,
  .page-blog-kong88-exclusive-offers__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-kong88-exclusive-offers__faq-list {
    padding: 0 15px;
  }

  .page-blog-kong88-exclusive-offers__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-blog-kong88-exclusive-offers__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-blog-kong88-exclusive-offers__cta-section {
    padding: 60px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-kong88-exclusive-offers__main-title {
    font-size: clamp(1.5rem, 9vw, 2rem);
  }
  .page-blog-kong88-exclusive-offers__hero-description {
    font-size: clamp(0.875rem, 4vw, 0.95rem);
  }
  .page-blog-kong88-exclusive-offers__section-title {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }
  .page-blog-kong88-exclusive-offers__btn-large {
    font-size: 1rem;
    padding: 12px 20px;
  }
}