.page-vip777-online-games {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-vip777-online-games__section-title {
      font-size: 2.5rem;
      color: #0056b3; /* A blue shade for primary titles */
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px; /* Space from previous section */
    }

    .page-vip777-online-games__section-description {
      font-size: 1.1rem;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      color: #555;
    }

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

    .page-vip777-online-games__floating-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      border-radius: 50px;
      font-size: 1rem;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      min-width: 120px;
      text-align: center;
    }

    .page-vip777-online-games__floating-btn--register {
      background-color: #e44d26; /* Orange for register */
    }

    .page-vip777-online-games__floating-btn--register:hover {
      background-color: #f76b4a;
      transform: translateY(-2px);
    }

    .page-vip777-online-games__floating-btn--login {
      background-color: #007bff; /* Blue for login */
    }

    .page-vip777-online-games__floating-btn--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-vip777-online-games__hero-section {
      position: relative;
      width: 100%;
      height: 600px; /* Fixed height for hero */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Minimal padding-top, assuming body has header offset */
      background-color: #1a1a1a; /* Dark fallback background */
    }

    .page-vip777-online-games__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .page-vip777-online-games__hero-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6); /* Darken image for text contrast */
      max-width: 100%; /* Responsive image */
      height: auto; /* Maintain aspect ratio */
    }

    .page-vip777-online-games__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
      border-radius: 10px;
    }

    .page-vip777-online-games__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffcc00; /* Gold/yellow for primary title */
    }

    .page-vip777-online-games__hero-subtitle {
      font-size: 1.5rem;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-vip777-online-games__hero-cta-btn {
      display: inline-block;
      background-color: #e44d26; /* Orange CTA button */
      color: #fff;
      padding: 15px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-vip777-online-games__hero-cta-btn:hover {
      background-color: #f76b4a;
      transform: translateY(-3px);
    }

    /* Games Showcase Section */
    .page-vip777-online-games__games-showcase {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-vip777-online-games__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-vip777-online-games__game-category-card {
      background-color: #f0f0f0;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-vip777-online-games__game-category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-vip777-online-games__game-icon-wrapper {
      margin-bottom: 20px;
      height: 150px; /* Fixed height for image consistency */
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .page-vip777-online-games__game-icon-wrapper img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      max-height: 150px; /* Ensure images fit within wrapper */
    }

    .page-vip777-online-games__game-category-title {
      font-size: 1.8rem;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-vip777-online-games__game-category-text {
      font-size: 1rem;
      color: #666;
      margin-bottom: 20px;
    }

    .page-vip777-online-games__game-category-btn {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-vip777-online-games__game-category-btn:hover {
      background-color: #0056b3;
    }

    /* Promotions Section */
    .page-vip777-online-games__promotions-section {
      padding: 60px 20px;
      background-color: #f0f6fa;
    }

    .page-vip777-online-games__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-vip777-online-games__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-vip777-online-games__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-vip777-online-games__promo-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-vip777-online-games__promo-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-vip777-online-games__promo-title {
      font-size: 2rem;
      color: #e44d26; /* Orange for promo titles */
      margin: 20px 15px 10px;
    }

    .page-vip777-online-games__promo-description {
      font-size: 1rem;
      color: #666;
      padding: 0 15px 20px;
    }

    .page-vip777-online-games__promo-btn {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 25px;
      transition: background-color 0.3s ease;
    }

    .page-vip777-online-games__promo-btn:hover {
      background-color: #f76b4a;
    }

    /* Providers and Payments Section */
    .page-vip777-online-games__providers-payments-section {
      padding: 60px 20px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      gap: 60px;
    }

    .page-vip777-online-games__providers-wrapper,
    .page-vip777-online-games__payments-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-vip777-online-games__provider-logos,
    .page-vip777-online-games__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-vip777-online-games__provider-logo-item,
    .page-vip777-online-games__payment-item {
      flex: 0 0 auto; /* Do not grow, do not shrink */
      padding: 10px;
      background-color: #f0f0f0;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-vip777-online-games__provider-logo-item img {
      height: 50px; /* Fixed height for game logos, width auto */
      width: auto;
      max-width: 150px; /* Limit width */
      max-height: 100%;
    }

    .page-vip777-online-games__payment-item img {
      height: 40px; /* Fixed height for payment logos, width auto */
      width: auto;
      max-width: 120px; /* Limit width */
      max-height: 100%;
    }

    /* FAQ Section */
    .page-vip777-online-games__faq-section {
      padding: 60px 20px;
      background-color: #f8f8f8;
    }

    .page-vip777-online-games__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-vip777-online-games__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-vip777-online-games__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #007bff; /* Blue for question background */
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-vip777-online-games__faq-question:hover {
      background-color: #0056b3;
    }

    .page-vip777-online-games__faq-q-text {
      margin: 0;
      font-size: 1.2rem;
      pointer-events: none; /* Prevent text from blocking click event */
    }

    .page-vip777-online-games__faq-toggle {
      font-size: 1.8rem;
      line-height: 1;
      pointer-events: none; /* Prevent icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-vip777-online-games__faq-item.active .page-vip777-online-games__faq-toggle {
      transform: rotate(45deg);
    }

    .page-vip777-online-games__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      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: #fdfdfd;
      color: #333;
    }

    .page-vip777-online-games__faq-item.active .page-vip777-online-games__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-vip777-online-games__faq-a-text {
      margin: 0;
      font-size: 1rem;
    }

    /* Call to Action Section */
    .page-vip777-online-games__cta-section {
      padding: 80px 20px;
      background: linear-gradient(135deg, #0056b3, #007bff); /* Blue gradient */
      text-align: center;
      color: #fff;
    }

    .page-vip777-online-games__cta-title {
      font-size: 3rem;
      margin-bottom: 20px;
      color: #ffcc00; /* Gold/yellow for contrast */
    }

    .page-vip777-online-games__cta-description {
      font-size: 1.3rem;
      max-width: 800px;
      margin: 0 auto 40px;
    }

    .page-vip777-online-games__cta-btn {
      display: inline-block;
      background-color: #e44d26; /* Orange CTA button */
      color: #fff;
      padding: 18px 50px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.4rem;
      font-weight: bold;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-vip777-online-games__cta-btn:hover {
      background-color: #f76b4a;
      transform: translateY(-5px);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-vip777-online-games__hero-title {
        font-size: 3rem;
      }
      .page-vip777-online-games__hero-subtitle {
        font-size: 1.3rem;
      }
      .page-vip777-online-games__section-title {
        font-size: 2rem;
      }
      .page-vip777-online-games__cta-title {
        font-size: 2.5rem;
      }
    }

    @media (max-width: 768px) {
      .page-vip777-online-games__floating-buttons {
        flex-direction: row;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        width: calc(100% - 40px);
        justify-content: space-around;
      }
      .page-vip777-online-games__floating-btn {
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
        font-size: 0.9rem;
      }

      .page-vip777-online-games__hero-section {
        height: 500px;
        padding-top: 10px; /* Consistent minimal padding */
      }
      .page-vip777-online-games__hero-title {
        font-size: 2.2rem;
      }
      .page-vip777-online-games__hero-subtitle {
        font-size: 1.1rem;
      }
      .page-vip777-online-games__hero-cta-btn {
        padding: 12px 30px;
        font-size: 1.1rem;
      }

      .page-vip777-online-games__section-title {
        font-size: 1.8rem;
        padding-top: 30px;
      }
      .page-vip777-online-games__section-description {
        font-size: 1rem;
        margin-bottom: 30px;
      }

      .page-vip777-online-games__game-categories {
        grid-template-columns: 1fr; /* Stack cards on mobile */
      }
      .page-vip777-online-games__game-category-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }
      .page-vip777-online-games__game-category-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-vip777-online-games__promo-grid {
        grid-template-columns: 1fr; /* Stack promos on mobile */
      }
      .page-vip777-online-games__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-vip777-online-games__promo-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-vip777-online-games__providers-payments-section {
        padding: 40px 15px;
      }
      .page-vip777-online-games__provider-logos,
      .page-vip777-online-games__payment-methods {
        gap: 15px;
      }
      .page-vip777-online-games__provider-logo-item,
      .page-vip777-online-games__payment-item {
        padding: 8px;
      }
      .page-vip777-online-games__provider-logo-item img {
        height: 40px;
      }
      .page-vip777-online-games__payment-item img {
        height: 30px;
      }

      .page-vip777-online-games__faq-section {
        padding: 40px 15px;
      }
      .page-vip777-online-games__faq-question {
        padding: 15px 20px;
      }
      .page-vip777-online-games__faq-q-text {
        font-size: 1.1rem;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-vip777-online-games__faq-answer {
        padding: 0 20px; /* Initial padding */
      }
      .page-vip777-online-games__faq-item.active .page-vip777-online-games__faq-answer {
        padding: 15px 20px !important; /* Expanded padding */
      }
      .page-vip777-online-games__faq-a-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-vip777-online-games__cta-section {
        padding: 60px 15px;
      }
      .page-vip777-online-games__cta-title {
        font-size: 2rem;
      }
      .page-vip777-online-games__cta-description {
        font-size: 1.1rem;
      }
      .page-vip777-online-games__cta-btn {
        font-size: 1.1rem;
        padding: 12px 25px;
      }
    }

    @media (max-width: 480px) {
      .page-vip777-online-games__hero-section {
        height: 400px;
      }
      .page-vip777-online-games__hero-title {
        font-size: 1.8rem;
      }
      .page-vip777-online-games__hero-subtitle {
        font-size: 1rem;
      }
      .page-vip777-online-games__hero-cta-btn {
        padding: 10px 25px;
        font-size: 1rem;
      }

      .page-vip777-online-games__section-title {
        font-size: 1.5rem;
      }
      .page-vip777-online-games__game-category-title {
        font-size: 1.5rem;
      }
      .page-vip777-online-games__promo-title {
        font-size: 1.6rem;
      }
      .page-vip777-online-games__faq-q-text {
        font-size: 1rem;
      }
      .page-vip777-online-games__cta-title {
        font-size: 1.8rem;
      }
      .page-vip777-online-games__cta-btn {
        font-size: 1.1rem;
        padding: 12px 25px;
      }
    }