
    .page-77bet-apk-game {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-77bet-apk-game__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-77bet-apk-game__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 80px 20px 40px; /* Adjusted padding-top for fixed header, with some decorative spacing */
      border-radius: 10px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .page-77bet-apk-game__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:abstract:1920x1080:geometric,abstract,pattern]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-77bet-apk-game__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-77bet-apk-game__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fff;
    }

    .page-77bet-apk-game__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-77bet-apk-game__download-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      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;
      border: none;
      cursor: pointer;
    }

    .page-77bet-apk-game__download-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-77bet-apk-game__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-77bet-apk-game__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-77bet-apk-game__features-grid,
    .page-77bet-apk-game__game-categories-grid,
    .page-77bet-apk-game__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-bottom: 50px;
    }

    .page-77bet-apk-game__feature-item,
    .page-77bet-apk-game__game-card,
    .page-77bet-apk-game__provider-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-77bet-apk-game__feature-item:hover,
    .page-77bet-apk-game__game-card:hover,
    .page-77bet-apk-game__provider-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-77bet-apk-game__feature-icon {
      width: 100px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 8px;
      max-width: 100%;
    }

    .page-77bet-apk-game__feature-title,
    .page-77bet-apk-game__game-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-77bet-apk-game__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
      max-width: 100%;
    }

    .page-77bet-apk-game__download-section {
      background-color: #e6f7ff;
      padding: 50px 20px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 50px;
    }

    .page-77bet-apk-game__download-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 30px;
    }

    .page-77bet-apk-game__step-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 25px;
      width: calc(33% - 20px);
      min-width: 280px;
      box-sizing: border-box;
      text-align: left;
      position: relative;
      padding-top: 70px;
    }

    .page-77bet-apk-game__step-number {
      position: absolute;
      top: 20px;
      left: 20px;
      background-color: #fdbb2d;
      color: #1a2a6c;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
    }

    .page-77bet-apk-game__step-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-77bet-apk-game__promotions-section {
      background-color: #fff0e6;
      padding: 50px 20px;
      border-radius: 10px;
      margin-bottom: 50px;
    }

    .page-77bet-apk-game__promotion-item {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 20px;
    }

    .page-77bet-apk-game__promotion-item:last-child {
      margin-bottom: 0;
    }

    .page-77bet-apk-game__promotion-image {
      width: 150px;
      height: 100px;
      object-fit: cover;
      border-radius: 6px;
      margin-right: 20px;
      flex-shrink: 0;
      max-width: 100%;
    }

    .page-77bet-apk-game__promotion-content h3 {
      font-size: 1.3em;
      color: #b21f1f;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-77bet-apk-game__promotion-content p {
      font-size: 0.95em;
      color: #555;
    }

    .page-77bet-apk-game__payment-methods-list,
    .page-77bet-apk-game__social-media-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin-bottom: 50px;
    }

    .page-77bet-apk-game__payment-method-item,
    .page-77bet-apk-game__social-media-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px 25px;
      text-align: center;
      font-weight: bold;
      color: #1a2a6c;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-sizing: border-box;
      width: auto; /* Allow items to size naturally */
      flex-grow: 1; /* Allow items to grow to fill space */
      max-width: 180px; /* Limit max width */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-77bet-apk-game__payment-method-item:hover,
    .page-77bet-apk-game__social-media-item:hover {
      background-color: #f0f0f0;
      transform: translateY(-2px);
    }

    .page-77bet-apk-game__provider-card h3 {
      font-size: 1.2em;
      color: #1a2a6c;
      margin-top: 10px;
    }

    .page-77bet-apk-game__provider-logo {
      width: 120px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }

    .page-77bet-apk-game__faq-section {
      margin-top: 50px;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-77bet-apk-game__faq-item {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
    }

    .page-77bet-apk-game__faq-item:last-child {
      border-bottom: none;
    }

    .page-77bet-apk-game__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: bold;
      padding: 10px 0;
    }

    .page-77bet-apk-game__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none;
      color: #1a2a6c;
      font-size: 1.1em; /* Ensure consistent font size */
    }

    .page-77bet-apk-game__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: #fdbb2d;
    }

    .page-77bet-apk-game__faq-item.active .page-77bet-apk-game__faq-toggle {
      transform: rotate(45deg);
    }

    .page-77bet-apk-game__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;
      color: #555;
      font-size: 0.95em;
    }

    .page-77bet-apk-game__faq-item.active .page-77bet-apk-game__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Floating Buttons */
    .page-77bet-apk-game__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-77bet-apk-game__floating-button {
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
      border: none; /* Ensure it's a button style */
      cursor: pointer;
    }

    .page-77bet-apk-game__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-77bet-apk-game__hero-title {
        font-size: 2em;
      }

      .page-77bet-apk-game__hero-subtitle {
        font-size: 1.1em;
      }

      .page-77bet-apk-game__section-title {
        font-size: 1.8em;
      }

      .page-77bet-apk-game__features-grid,
      .page-77bet-apk-game__game-categories-grid,
      .page-77bet-apk-game__provider-grid {
        grid-template-columns: 1fr;
      }

      .page-77bet-apk-game__feature-item,
      .page-77bet-apk-game__game-card,
      .page-77bet-apk-game__provider-card,
      .page-77bet-apk-game__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 20px !important; /* Adjust padding for mobile */
      }

      .page-77bet-apk-game__step-item {
        padding-top: 60px !important;
      }

      .page-77bet-apk-game__promotion-item {
        flex-direction: column;
        text-align: center;
      }

      .page-77bet-apk-game__promotion-image {
        margin-right: 0;
        margin-bottom: 15px;
        width: 200px;
        height: auto;
      }

      .page-77bet-apk-game__payment-methods-list,
      .page-77bet-apk-game__social-media-list {
        flex-direction: column;
        align-items: center;
      }

      .page-77bet-apk-game__payment-method-item,
      .page-77bet-apk-game__social-media-item {
        width: 90% !important;
        max-width: 90% !important;
        padding: 12px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-77bet-apk-game__floating-buttons {
        width: 90%;
        gap: 10px;
      }

      .page-77bet-apk-game__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-77bet-apk-game__faq-question h3 {
        font-size: 1em;
      }

      .page-77bet-apk-game__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-77bet-apk-game__floating-buttons {
        bottom: 15px;
      }
      .page-77bet-apk-game__floating-button {
        padding: 8px 12px;
        font-size: 0.85em;
      }
    }
  