/* style/blog-why-choose-b88-new-link.css */

:root {
  --b88-primary-color: #11A84E;
  --b88-secondary-color: #22C768;
  --b88-background-dark: #08160F;
  --b88-card-background: #11271B;
  --b88-text-main: #F2FFF6;
  --b88-text-secondary: #A7D9B8;
  --b88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --b88-border-color: #2E7A4E;
  --b88-glow-color: #57E38D;
  --b88-gold-color: #F2C14E;
  --b88-divider-color: #1E3A2A;
  --b88-deep-green: #0A4B2C;
}

.page-blog-why-choose-b88-new-link {
  font-family: 'Arial', sans-serif;
  color: var(--b88-text-main);
  background-color: var(--b88-background-dark);
  line-height: 1.6;
}

.page-blog-why-choose-b88-new-link__dark-bg {
  background-color: var(--b88-background-dark);
  color: var(--b88-text-main);
}

.page-blog-why-choose-b88-new-link__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-why-choose-b88-new-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-why-choose-b88-new-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-why-choose-b88-new-link__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-blog-why-choose-b88-new-link__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-blog-why-choose-b88-new-link__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--b88-gold-color);
  margin-bottom: 20px;
}

.page-blog-why-choose-b88-new-link__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--b88-text-secondary);
}

.page-blog-why-choose-b88-new-link__btn-primary {
  display: inline-block;
  background: var(--b88-button-gradient);
  color: var(--b88-text-main);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-why-choose-b88-new-link__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-why-choose-b88-new-link__section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--b88-gold-color);
}

.page-blog-why-choose-b88-new-link__section-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.05em;
  color: var(--b88-text-secondary);
}

.page-blog-why-choose-b88-new-link__advantages-section,
.page-blog-why-choose-b88-new-link__features-section,
.page-blog-why-choose-b88-new-link__guide-section,
.page-blog-why-choose-b88-new-link__faq-section,
.page-blog-why-choose-b88-new-link__cta-bottom-section {
  padding: 80px 0;
}

.page-blog-why-choose-b88-new-link__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-choose-b88-new-link__card {
  background-color: var(--b88-card-background);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid var(--b88-border-color);
  color: var(--b88-text-main);
}

.page-blog-why-choose-b88-new-link__card:hover {
  transform: translateY(-5px);
}

.page-blog-why-choose-b88-new-link__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-why-choose-b88-new-link__card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--b88-gold-color);
}

.page-blog-why-choose-b88-new-link__card-description {
  font-size: 0.95em;
  color: var(--b88-text-secondary);
}

.page-blog-why-choose-b88-new-link__cta-area {
  text-align: center;
  margin-top: 60px;
}

.page-blog-why-choose-b88-new-link__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

.page-blog-why-choose-b88-new-link__text-block {
  padding-right: 20px;
}

.page-blog-why-choose-b88-new-link__image-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.page-blog-why-choose-b88-new-link__sub-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--b88-primary-color);
}

.page-blog-why-choose-b88-new-link__features-section p {
  color: #333333;
  margin-bottom: 1em;
}

.page-blog-why-choose-b88-new-link__content-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  display: block;
}

.page-blog-why-choose-b88-new-link__btn-block {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.page-blog-why-choose-b88-new-link__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-choose-b88-new-link__step-card {
  text-align: left;
  padding: 25px;
}

.page-blog-why-choose-b88-new-link__btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--b88-primary-color);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid var(--b88-primary-color);
  margin-left: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-why-choose-b88-new-link__btn-secondary:hover {
  background-color: var(--b88-primary-color);
  color: var(--b88-text-main);
}

.page-blog-why-choose-b88-new-link__faq-list {
  margin-top: 40px;
}

.page-blog-why-choose-b88-new-link__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-blog-why-choose-b88-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--b88-primary-color);
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-why-choose-b88-new-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-why-choose-b88-new-link__faq-item summary {
  list-style: none;
}

.page-blog-why-choose-b88-new-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-why-choose-b88-new-link__faq-item[open] .page-blog-why-choose-b88-new-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-why-choose-b88-new-link__faq-answer {
  padding: 20px 25px;
  font-size: 0.95em;
  color: #555555;
  border-top: 1px solid #eee;
}

.page-blog-why-choose-b88-new-link__faq-item[open] .page-blog-why-choose-b88-new-link__faq-answer {
  border-top: none; /* Remove redundant border when open */
}

.page-blog-why-choose-b88-new-link__cta-bottom-section {
  text-align: center;
  padding: 100px 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-why-choose-b88-new-link__hero-image {
    max-height: 500px;
  }
  .page-blog-why-choose-b88-new-link__content-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-why-choose-b88-new-link__text-block {
    padding-right: 0;
  }
  .page-blog-why-choose-b88-new-link__image-block {
    order: -1; /* Image block above text block on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-blog-why-choose-b88-new-link {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-why-choose-b88-new-link__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-why-choose-b88-new-link__main-title {
    font-size: 1.8em;
  }
  .page-blog-why-choose-b88-new-link__hero-description {
    font-size: 1em;
  }
  .page-blog-why-choose-b88-new-link__btn-primary,
  .page-blog-why-choose-b88-new-link__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-blog-why-choose-b88-new-link__btn-secondary {
    margin-top: 10px;
  }
  .page-blog-why-choose-b88-new-link__cta-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-blog-why-choose-b88-new-link__section-title {
    font-size: 1.6em;
  }
  .page-blog-why-choose-b88-new-link__section-intro {
    font-size: 0.95em;
  }
  .page-blog-why-choose-b88-new-link__advantages-section,
  .page-blog-why-choose-b88-new-link__features-section,
  .page-blog-why-choose-b88-new-link__guide-section,
  .page-blog-why-choose-b88-new-link__faq-section,
  .page-blog-why-choose-b88-new-link__cta-bottom-section {
    padding: 50px 0;
  }
  .page-blog-why-choose-b88-new-link__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-why-choose-b88-new-link__feature-grid,
  .page-blog-why-choose-b88-new-link__step-by-step {
    grid-template-columns: 1fr;
  }
  .page-blog-why-choose-b88-new-link__feature-icon,
  .page-blog-why-choose-b88-new-link__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-why-choose-b88-new-link__card {
    padding: 20px;
  }
  .page-blog-why-choose-b88-new-link__sub-title {
    font-size: 1.2em;
  }
  .page-blog-why-choose-b88-new-link__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-why-choose-b88-new-link__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-why-choose-b88-new-link__main-title {
    font-size: 1.5em;
  }
  .page-blog-why-choose-b88-new-link__section-title {
    font-size: 1.4em;
  }
}