/* style/blog-why-kubet79-win-is-asia-best.css */

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

.page-blog-why-kubet79-win-is-asia-best {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Body background is dark, so text is light */
  background-color: var(--background-color);
}

.page-blog-why-kubet79-win-is-asia-best__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-why-kubet79-win-is-asia-best__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.page-blog-why-kubet79-win-is-asia-best__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text contrast */
}

.page-blog-why-kubet79-win-is-asia-best__hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px;
  color: var(--text-main-color);
}

.page-blog-why-kubet79-win-is-asia-best__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--gold-color);
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-why-kubet79-win-is-asia-best__description {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  margin-bottom: 30px;
  color: var(--text-secondary-color);
}

.page-blog-why-kubet79-win-is-asia-best__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-why-kubet79-win-is-asia-best__btn-primary,
.page-blog-why-kubet79-win-is-asia-best__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  width: auto;
  min-width: 180px;
}

.page-blog-why-kubet79-win-is-asia-best__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-why-kubet79-win-is-asia-best__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-why-kubet79-win-is-asia-best__btn-secondary {
  background: var(--background-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-why-kubet79-win-is-asia-best__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.page-blog-why-kubet79-win-is-asia-best__section {
  padding: 60px 20px;
  background-color: var(--background-color);
  color: var(--text-main-color);
}

.page-blog-why-kubet79-win-is-asia-best__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-why-kubet79-win-is-asia-best__heading {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--gold-color);
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-why-kubet79-win-is-asia-best__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: justify;
  color: var(--text-secondary-color);
}

.page-blog-why-kubet79-win-is-asia-best__paragraph strong {
  color: var(--text-main-color);
}

.page-blog-why-kubet79-win-is-asia-best__paragraph a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-why-kubet79-win-is-asia-best__paragraph a:hover {
  text-decoration: underline;
  color: var(--glow-color);
}

.page-blog-why-kubet79-win-is-asia-best__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-kubet79-win-is-asia-best__feature-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-main-color);
}

.page-blog-why-kubet79-win-is-asia-best__feature-icon {
  width: 100%; /* Ensure images take full width of card */
  max-width: 400px; /* Max width for feature images */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-why-kubet79-win-is-asia-best__feature-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--gold-color);
}

.page-blog-why-kubet79-win-is-asia-best__promo-section .page-blog-why-kubet79-win-is-asia-best__heading,
.page-blog-why-kubet79-win-is-asia-best__support-section .page-blog-why-kubet79-win-is-asia-best__heading,
.page-blog-why-kubet79-win-is-asia-best__responsible-gaming-section .page-blog-why-kubet79-win-is-asia-best__heading,
.page-blog-why-kubet79-win-is-asia-best__conclusion-section .page-blog-why-kubet79-win-is-asia-best__heading {
  color: var(--gold-color);
}

.page-blog-why-kubet79-win-is-asia-best__promo-content,
.page-blog-why-kubet79-win-is-asia-best__support-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-blog-why-kubet79-win-is-asia-best__promo-image,
.page-blog-why-kubet79-win-is-asia-best__support-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-why-kubet79-win-is-asia-best__promo-text,
.page-blog-why-kubet79-win-is-asia-best__support-text {
  flex: 1;
  min-width: 300px;
  color: var(--text-secondary-color);
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-section {
  background-color: var(--background-color);
  padding: 80px 20px;
  text-align: center;
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text contrast */
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: var(--text-main-color);
  z-index: 1;
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--gold-color);
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-text {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 30px;
  color: var(--text-secondary-color);
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-text a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-why-kubet79-win-is-asia-best__cta-banner-text a:hover {
  text-decoration: underline;
  color: var(--glow-color);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-why-kubet79-win-is-asia-best__hero-content {
    margin-top: 20px;
  }

  .page-blog-why-kubet79-win-is-asia-best__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-why-kubet79-win-is-asia-best__description {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
  }

  .page-blog-why-kubet79-win-is-asia-best__heading {
    font-size: 2rem;
  }

  .page-blog-why-kubet79-win-is-asia-best__feature-card {
    padding: 25px;
  }

  .page-blog-why-kubet79-win-is-asia-best__promo-content,
  .page-blog-why-kubet79-win-is-asia-best__support-content {
    flex-direction: column;
  }

  .page-blog-why-kubet79-win-is-asia-best__support-content .page-blog-why-kubet79-win-is-asia-best__support-image {
    order: -1; /* Image first for support section on smaller screens */
  }

  .page-blog-why-kubet79-win-is-asia-best__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-why-kubet79-win-is-asia-best__btn-primary,
  .page-blog-why-kubet79-win-is-asia-best__btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .page-blog-why-kubet79-win-is-asia-best {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-why-kubet79-win-is-asia-best__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important;
  }

  .page-blog-why-kubet79-win-is-asia-best__hero-image,
  .page-blog-why-kubet79-win-is-asia-best__feature-icon,
  .page-blog-why-kubet79-win-is-asia-best__promo-image,
  .page-blog-why-kubet79-win-is-asia-best__support-image,
  .page-blog-why-kubet79-win-is-asia-best__cta-banner-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-why-kubet79-win-is-asia-best__section,
  .page-blog-why-kubet79-win-is-asia-best__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-why-kubet79-win-is-asia-best__btn-primary,
  .page-blog-why-kubet79-win-is-asia-best__btn-secondary,
  .page-blog-why-kubet79-win-is-asia-best a[class*="button"],
  .page-blog-why-kubet79-win-is-asia-best 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-left: 15px;
    padding-right: 15px;
  }

  .page-blog-why-kubet79-win-is-asia-best__cta-buttons,
  .page-blog-why-kubet79-win-is-asia-best__button-group,
  .page-blog-why-kubet79-win-is-asia-best__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column; /* Ensure buttons stack vertically */
  }

  .page-blog-why-kubet79-win-is-asia-best__heading {
    font-size: 1.8rem;
  }

  .page-blog-why-kubet79-win-is-asia-best__feature-title {
    font-size: 1.3rem;
  }

  .page-blog-why-kubet79-win-is-asia-best__cta-banner-title {
    font-size: 1.8rem;
  }

  .page-blog-why-kubet79-win-is-asia-best__cta-banner-text {
    font-size: 1rem;
  }
}