
    .page-lnik-ae888-com {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

/* Hero Section */
.page-lnik-ae888-com__hero-section {
  position: relative;
  width: 100%;
  height: 60vh; /* Adjust height for visual impact */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding-top: 10px; /* Adhering to fixed nav bar spacing */
  box-sizing: border-box;
}

.page-lnik-ae888-com__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-lnik-ae888-com__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-lnik-ae888-com__hero-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #ffcc00; /* Gold for contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__hero-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-lnik-ae888-com__primary-button,
.page-lnik-ae888-com__secondary-button,
.page-lnik-ae888-com__floating-register-button,
.page-lnik-ae888-com__floating-login-button {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__primary-button {
  background-color: #ffcc00; /* Gold */
  color: #333;
  font-weight: bold;
}

.page-lnik-ae888-com__primary-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-lnik-ae888-com__secondary-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #ffcc00; /* Gold border */
  font-weight: bold;
}

.page-lnik-ae888-com__secondary-button:hover {
  background-color: #ffcc00;
  color: #333;
  transform: translateY(-2px);
}

/* Floating Buttons */
.page-lnik-ae888-com__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-lnik-ae888-com__floating-register-button,
.page-lnik-ae888-com__floating-login-button {
  width: 120px; /* Fixed width for mobile */
  background-color: #007bff; /* Blue for contrast */
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-lnik-ae888-com__floating-register-button:hover,
.page-lnik-ae888-com__floating-login-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-lnik-ae888-com__floating-login-button {
  background-color: #28a745; /* Green for contrast */
}

.page-lnik-ae888-com__floating-login-button:hover {
  background-color: #218838;
}

/* General Section Styling */
.page-lnik-ae888-com__introduction-section,
.page-lnik-ae888-com__promotions-section,
.page-lnik-ae888-com__products-section,
.page-lnik-ae888-com__why-choose-section,
.page-lnik-ae888-com__payment-providers-section,
.page-lnik-ae888-com__faq-section,
.page-lnik-ae888-com__cta-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  box-sizing: border-box;
}

.page-lnik-ae888-com__section-title {
  font-size: 2em;
  color: #0056b3; /* Dark blue for contrast */
  text-align: center;
  margin-bottom: 25px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__section-paragraph {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__subtitle {
  font-size: 1.5em;
  color: #0056b3;
  text-align: center;
  margin-bottom: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Image Container */
.page-lnik-ae888-com__image-container {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-lnik-ae888-com__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

/* Promo Grid */
.page-lnik-ae888-com__promo-grid,
.page-lnik-ae888-com__product-grid,
.page-lnik-ae888-com__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-lnik-ae888-com__promo-card,
.page-lnik-ae888-com__product-card,
.page-lnik-ae888-com__feature-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.page-lnik-ae888-com__promo-card:hover,
.page-lnik-ae888-com__product-card:hover,
.page-lnik-ae888-com__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-lnik-ae888-com__promo-image,
.page-lnik-ae888-com__product-image,
.page-lnik-ae888-com__feature-icon {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
  display: block;
}

.page-lnik-ae888-com__promo-image,
.page-lnik-ae888-com__product-image {
  max-width: 100%;
  height: 200px; /* Fixed height for product images for consistency */
  object-fit: cover;
}

.page-lnik-ae888-com__feature-icon {
  width: 120px; /* Larger icons for features */
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-lnik-ae888-com__promo-title,
.page-lnik-ae888-com__product-title,
.page-lnik-ae888-com__feature-title {
  font-size: 1.3em;
  color: #0056b3;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__promo-description,
.page-lnik-ae888-com__product-description,
.page-lnik-ae888-com__feature-description {
  font-size: 0.95em;
  color: #666;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Payment & Providers Section */
.page-lnik-ae888-com__payment-providers-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  margin-top: 30px;
}

.page-lnik-ae888-com__payment-methods,
.page-lnik-ae888-com__game-providers {
  flex: 1;
  min-width: 280px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
}

.page-lnik-ae888-com__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-lnik-ae888-com__list-item {
  background-color: #e0e0e0;
  color: #333;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.95em;
  box-sizing: border-box;
  max-width: 100%; /* Ensure items wrap */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* FAQ Section */
.page-lnik-ae888-com__faq-container {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-lnik-ae888-com__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-lnik-ae888-com__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #e0f2f7; /* Light blue */
  color: #0056b3;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.page-lnik-ae888-com__faq-question:hover {
  background-color: #c0e0e6;
}

.page-lnik-ae888-com__faq-title {
  font-size: 1.1em;
  margin: 0;
  flex-grow: 1;
  text-align: left;
  pointer-events: none; /* Crucial for click event on parent */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-lnik-ae888-com__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  pointer-events: none; /* Crucial for click event on parent */
  transition: transform 0.3s ease;
}

.page-lnik-ae888-com__faq-item.active .page-lnik-ae888-com__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-lnik-ae888-com__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  background-color: #ffffff;
  color: #333;
  box-sizing: border-box;
}

.page-lnik-ae888-com__faq-item.active .page-lnik-ae888-com__faq-answer {
  max-height: 2000px !important; /* Sufficiently large */
  padding: 20px 15px !important;
  opacity: 1;
}

.page-lnik-ae888-com__faq-answer p {
  margin: 0;
  font-size: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* CTA Section */
.page-lnik-ae888-com__cta-section {
  text-align: center;
  background-color: #007bff; /* Blue background for CTA */
  color: #fff;
  padding: 50px 20px;
  border-radius: 8px;
}

.page-lnik-ae888-com__cta-section .page-lnik-ae888-com__section-title {
  color: #ffcc00; /* Gold title for contrast */
  margin-bottom: 20px;
}

.page-lnik-ae888-com__cta-section .page-lnik-ae888-com__section-paragraph {
  color: #fff;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-lnik-ae888-com__hero-section {
    height: 70vh;
  }

  .page-lnik-ae888-com__hero-title {
    font-size: 1.8em;
  }

  .page-lnik-ae888-com__hero-description {
    font-size: 1em;
  }

  .page-lnik-ae888-com__hero-cta {
    flex-direction: column;
    gap: 10px;
  }

  .page-lnik-ae888-com__primary-button,
  .page-lnik-ae888-com__secondary-button {
    width: 80%;
    margin: 0 auto;
    max-width: 250px;
  }

  .page-lnik-ae888-com__floating-buttons {
    bottom: 15px;
    right: 15px;
    flex-direction: row; /* Buttons side-by-side on mobile */
    gap: 8px;
  }

  .page-lnik-ae888-com__floating-register-button,
  .page-lnik-ae888-com__floating-login-button {
    width: 100px; /* Adjust width for smaller screens */
    padding: 10px 15px;
    font-size: 0.9em;
  }

  .page-lnik-ae888-com__section-title {
    font-size: 1.6em;
  }

  .page-lnik-ae888-com__section-paragraph {
    font-size: 1em;
  }

  .page-lnik-ae888-com__promo-grid,
  .page-lnik-ae888-com__product-grid,
  .page-lnik-ae888-com__features-grid {
    grid-template-columns: 1fr;
  }

  .page-lnik-ae888-com__payment-providers-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .page-lnik-ae888-com__payment-methods,
  .page-lnik-ae888-com__game-providers {
    min-width: unset;
    width: 100%;
  }

  .page-lnik-ae888-com__list {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-lnik-ae888-com__list-item {
    width: 90% !important; /* Make list items take full width */
    max-width: 90% !important;
    padding: 10px 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .page-lnik-ae888-com__faq-question {
    padding: 12px 15px;
  }

  .page-lnik-ae888-com__faq-title {
    font-size: 1em;
  }

  .page-lnik-ae888-com__faq-toggle {
    font-size: 1.3em;
  }

  .page-lnik-ae888-com__faq-answer {
    padding: 15px 15px !important;
  }
}

@media (max-width: 480px) {
  .page-lnik-ae888-com__hero-title {
    font-size: 1.5em;
  }
  .page-lnik-ae888-com__section-title {
    font-size: 1.4em;
  }
  .page-lnik-ae888-com__hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-lnik-ae888-com__introduction-section,
  .page-lnik-ae888-com__promotions-section,
  .page-lnik-ae888-com__products-section,
  .page-lnik-ae888-com__why-choose-section,
  .page-lnik-ae888-com__payment-providers-section,
  .page-lnik-ae888-com__faq-section,
  .page-lnik-ae888-com__cta-section {
    padding: 25px 15px;
  }
}
  