/* General Styling for the page-km88-open-now */.page-km88-open-now {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-km88-open-now__section-title {  font-size: 2.2em;  color: #1a1a1a;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;  font-weight: bold;}.page-km88-open-now__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #e44d26; /* A vibrant orange for accent */  border-radius: 2px;}.page-km88-open-now__text-content {  max-width: 800px;  margin: 0 auto 30px auto;  text-align: center;  font-size: 1.1em;  color: #555;}/* Call to Action Buttons */.page-km88-open-now__hero-cta,.page-km88-open-now__access-button,.page-km88-open-now__game-cta,.page-km88-open-now__promo-cta,.page-km88-open-now__contact-cta {  display: inline-block;  background-color: #e44d26; /* Orange */  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  border: none;  cursor: pointer;}.page-km88-open-now__hero-cta:hover,.page-km88-open-now__access-button:hover,.page-km88-open-now__game-cta:hover,.page-km88-open-now__promo-cta:hover,.page-km88-open-now__contact-cta:hover {  background-color: #ff6a00; /* Darker orange on hover */  transform: translateY(-2px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);}/* Hero Section */.page-km88-open-now__hero-section {  position: relative;  width: 100%;  height: 600px; /* Adjust height as needed */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px; /* Decorative top padding, relying on body padding for header offset */}.page-km88-open-now__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;}.page-km88-open-now__hero-content {  position: relative;  z-index: 1;  color: #ffffff;  max-width: 900px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */  border-radius: 10px;}.page-km88-open-now__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  color: #ffffff;}.page-km88-open-now__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);  color: #f0f0f0;}/* Payment Providers Section */.page-km88-open-now__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #ffffff;  border-bottom: 1px solid #eee;}.page-km88-open-now__payment-providers-title {  width: 100%;  margin-bottom: 30px;}.page-km88-open-now__payment-logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  width: 100%;  max-width: 1200px; /* Constrain max width for desktop */}.page-km88-open-now__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;}/* Introduction Section */.page-km88-open-now__introduction-section {  padding: 60px 20px;  background-color: #f8f8f8;  text-align: center;}.page-km88-open-now__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-km88-open-now__feature-item {  background-color: #ffffff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-km88-open-now__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-km88-open-now__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  object-fit: contain;  max-width: 100px;  max-height: 100px;  display: block;  margin-left: auto;  margin-right: auto;}.page-km88-open-now__feature-title {  font-size: 1.5em;  color: #1a1a1a;  margin-bottom: 10px;}.page-km88-open-now__feature-description {  color: #555;  font-size: 0.95em;}/* Quick Access Section */.page-km88-open-now__quick-access-section {  padding: 60px 20px;  background-color: #eee;  text-align: center;}.page-km88-open-now__access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}.page-km88-open-now__access-button {  padding: 12px 25px;  font-size: 1em;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);}/* Games Section */.page-km88-open-now__games-section {  padding: 60px 20px;  background-color: #f8f8f8;  text-align: center;}.page-km88-open-now__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-km88-open-now__game-card {  background-color: #ffffff;  border-radius: 10px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-km88-open-now__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-km88-open-now__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  max-height: 200px;}.page-km88-open-now__game-title {  font-size: 1.4em;  color: #1a1a1a;  margin: 20px 15px 10px 15px;}.page-km88-open-now__game-description {  color: #555;  font-size: 0.9em;  padding: 0 15px 20px 15px;}.page-km88-open-now__game-cta {  display: block;  margin: 0 15px 20px 15px;  padding: 10px 20px;  font-size: 0.95em;  border-radius: 5px;}/* Promotions Section */.page-km88-open-now__promotions-section {  padding: 60px 20px;  background-color: #eee;  text-align: center;}.page-km88-open-now__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-km88-open-now__promo-card {  background-color: #ffffff;  border-radius: 10px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-km88-open-now__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-km88-open-now__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;  max-height: 220px;}.page-km88-open-now__promo-title {  font-size: 1.6em;  color: #1a1a1a;  margin: 20px 15px 10px 15px;}.page-km88-open-now__promo-description {  color: #555;  font-size: 0.95em;  padding: 0 15px 20px 15px;}.page-km88-open-now__promo-cta {  display: block;  margin: 0 15px 20px 15px;  padding: 12px 25px;  font-size: 1em;  border-radius: 5px;}/* Security & Support Section */.page-km88-open-now__security-support-section {  padding: 60px 20px;  background-color: #f8f8f8;  text-align: center;}.page-km88-open-now__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto;}.page-km88-open-now__security-item {  background-color: #ffffff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  text-align: center;}.page-km88-open-now__security-title {  font-size: 1.5em;  color: #1a1a1a;  margin-bottom: 10px;}.page-km88-open-now__security-description {  color: #555;  font-size: 0.95em;}.page-km88-open-now__contact-cta {  margin-top: 40px;}/* FAQ Section */.page-km88-open-now__faq-section {  padding: 60px 20px;  background-color: #eee;  max-width: 900px;  margin: 0 auto;}.page-km88-open-now__faq-list {  margin-top: 40px;}.page-km88-open-now__faq-item {  background-color: #ffffff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);  overflow: hidden;}.page-km88-open-now__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #f0f0f0;  border-bottom: 1px solid #e0e0e0;  transition: background-color 0.3s ease;  user-select: none;}.page-km88-open-now__faq-question:hover {  background-color: #e4e4e4;}.page-km88-open-now__faq-question-text {  font-size: 1.2em;  color: #1a1a1a;  margin: 0;  flex-grow: 1;  text-align: left;  pointer-events: none; /* Prevent h3 from blocking click event */}.page-km88-open-now__faq-toggle {  font-size: 1.8em;  color: #e44d26;  font-weight: bold;  margin-left: 15px;  pointer-events: none; /* Prevent span from blocking click event */  transition: transform 0.3s ease;}.page-km88-open-now__faq-item.active .page-km88-open-now__faq-toggle {  transform: rotate(45deg);}.page-km88-open-now__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-km88-open-now__faq-item.active .page-km88-open-now__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-km88-open-now__faq-answer p {  margin: 0;  color: #555;  text-align: left;}/* Blog Section */.page-km88-open-now__blog-section {  padding: 60px 20px;  background-color: #f8f8f8;  text-align: center;}.page-km88-open-now__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-km88-open-now__blog-card {  background-color: #ffffff;  border-radius: 10px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-km88-open-now__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-km88-open-now__blog-image {  width: 100%;  height: 180px;  object-fit: cover;  max-width: 100%;  max-height: 180px;}.page-km88-open-now__blog-title {  font-size: 1.3em;  color: #1a1a1a;  margin: 20px 15px 10px 15px;}.page-km88-open-now__blog-title a {  text-decoration: none;  color: inherit;  transition: color 0.3s ease;}.page-km88-open-now__blog-title a:hover {  color: #e44d26;}.page-km88-open-now__blog-summary {  color: #555;  font-size: 0.9em;  padding: 0 15px 20px 15px;}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-km88-open-now__hero-title {    font-size: 3em;  }  .page-km88-open-now__hero-subtitle {    font-size: 1.3em;  }  .page-km88-open-now__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-km88-open-now__hero-section {    height: 500px;  }  .page-km88-open-now__hero-content {    padding: 15px;  }  .page-km88-open-now__hero-title {    font-size: 2.5em;  }  .page-km88-open-now__hero-subtitle {    font-size: 1.1em;  }  .page-km88-open-now__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-km88-open-now__text-content {    font-size: 1em;    margin-bottom: 20px;  }  .page-km88-open-now__hero-cta,  .page-km88-open-now__access-button,  .page-km88-open-now__game-cta,  .page-km88-open-now__promo-cta,  .page-km88-open-now__contact-cta {    padding: 12px 25px;    font-size: 1em;  }  /* Payment Providers Mobile */  .page-km88-open-now__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-km88-open-now__payment-logo,  .page-km88-open-now__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  /* List item mobile responsiveness */  .page-km88-open-now__features-grid,  .page-km88-open-now__game-categories,  .page-km88-open-now__promo-grid,  .page-km88-open-now__security-features,  .page-km88-open-now__blog-grid {    grid-template-columns: 1fr; /* Single column layout */    gap: 20px;    margin-left: 0 !important;    margin-right: 0 !important;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px; /* Adjust padding for inner content */  }  .page-km88-open-now__feature-item,  .page-km88-open-now__game-card,  .page-km88-open-now__promo-card,  .page-km88-open-now__security-item,  .page-km88-open-now__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px;  }  .page-km88-open-now__feature-description,  .page-km88-open-now__game-description,  .page-km88-open-now__promo-description,  .page-km88-open-now__security-description,  .page-km88-open-now__blog-summary {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-km88-open-now__faq-section {    padding: 40px 15px;  }  .page-km88-open-now__faq-question {    padding: 15px 20px;  }  .page-km88-open-now__faq-question-text {    font-size: 1.1em;  }  .page-km88-open-now__faq-answer {    padding: 0 20px;  }  .page-km88-open-now__faq-item.active .page-km88-open-now__faq-answer {    padding: 15px 20px !important;  }  /* Images mobile responsive */  .page-km88-open-now__hero-image,  .page-km88-open-now__feature-icon,  .page-km88-open-now__game-image,  .page-km88-open-now__promo-image,  .page-km88-open-now__blog-image {    max-width: 100% !important;    height: auto !important;  }}@media (max-width: 480px) {  .page-km88-open-now__hero-section {    height: 400px;  }  .page-km88-open-now__hero-title {    font-size: 2em;  }  .page-km88-open-now__hero-subtitle {    font-size: 1em;  }  .page-km88-open-now__hero-cta {    padding: 10px 20px;    font-size: 0.9em;  }  .page-km88-open-now__section-title {    font-size: 1.5em;  }  .page-km88-open-now__access-links {    flex-direction: column;    align-items: center;  }  .page-km88-open-now__access-button {    width: 80%;    max-width: 250px;  }}