
    /* Tổng thể */
    .page-sv388casino {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    /* Đảm bảo tất cả hình ảnh đều responsive */
    .page-sv388casino img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .page-sv388casino__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* Hero Section */
    .page-sv388casino__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Màu sắc mạnh mẽ của cờ bạc */
      color: #fff;
      text-align: center;
      padding: 10px 20px 40px; /* Padding-top cho hero để tránh bị che bởi header cố định */
      position: relative;
      overflow: hidden;
      border-bottom: 5px solid #ffcc00;
    }

    .page-sv388casino__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .page-sv388casino__hero-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    .page-sv388casino__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-sv388casino__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-sv388casino__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a6c;
      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.4);
    }

    .page-sv388casino__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    /* Nút Đăng Nhập Nổi */
    .page-sv388casino__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ff0066; /* Màu hồng nóng */
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 5px 15px rgba(0,0,0,0.5);
      z-index: 1000;
      animation: page-sv388casino__pulse 2s infinite;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-sv388casino__floating-login-button:hover {
      background-color: #cc0052;
      transform: scale(1.05);
    }

    @keyframes page-sv388casino__pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    /* Game Categories Section */
    .page-sv388casino__game-categories {
      padding: 40px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-sv388casino__section-title {
      font-size: 2em;
      color: #1a2a6c;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-sv388casino__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-sv388casino__categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-sv388casino__category-card {
      background-color: #f0f0f0;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      color: #333;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }

    .page-sv388casino__category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

    .page-sv388casino__category-image-wrapper {
        width: 100%;
        max-width: 250px; /* Tăng kích thước ảnh */
        height: auto;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    .page-sv388casino__category-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 8px;
    }

    .page-sv388casino__category-title {
      font-size: 1.1em;
      font-weight: bold;
      color: #1a2a6c;
      margin-top: 10px;
    }

    /* About Section */
    .page-sv388casino__about-section {
      padding: 40px 20px;
      background-color: #eef4f7;
      text-align: center;
    }

    .page-sv388casino__about-content {
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-sv388casino__about-content h2 {
      text-align: center;
    }

    .page-sv388casino__about-content p {
      margin-bottom: 15px;
      color: #555;
    }
    .page-sv388casino__about-content strong {
        color: #1a2a6c;
    }

    /* Game Providers Section */
    .page-sv388casino__providers-section {
      padding: 40px 20px;
      background-color: #f8f8f8;
      text-align: center;
    }

    .page-sv388casino__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-sv388casino__provider-logo-wrapper {
        width: 100%;
        max-width: 150px; /* Kích thước logo nhà cung cấp */
        height: auto;
        margin: 0 auto;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-sv388casino__provider-logo-wrapper:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .page-sv388casino__provider-logo {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    /* Promotions Section */
    .page-sv388casino__promotions-section {
      padding: 40px 20px;
      background: linear-gradient(to right, #fdbb2d, #b21f1f);
      color: #fff;
      text-align: center;
    }

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

    .page-sv388casino__promo-card {
      background-color: rgba(255,255,255,0.95);
      color: #333;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-sv388casino__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }

    .page-sv388casino__promo-card h3 {
      color: #b21f1f;
      margin-top: 0;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-sv388casino__promo-card p {
      font-size: 0.95em;
      margin-bottom: 15px;
    }

    .page-sv388casino__promo-button {
      display: inline-block;
      background-color: #1a2a6c;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-sv388casino__promo-button:hover {
      background-color: #0d1a4a;
    }

    /* FAQ Section */
    .page-sv388casino__faq-section {
      padding: 40px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-sv388casino__faq-container {
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-sv388casino__faq-item {
      background-color: #f0f0f0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .page-sv388casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #1a2a6c;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-sv388casino__faq-question:hover {
      background-color: #2c3e8a;
    }

    .page-sv388casino__faq-question h3 {
        margin: 0;
        color: #fff;
        font-size: 1.1em; /* Ensure h3 font size matches */
        pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-sv388casino__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-sv388casino__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: #fff;
      color: #333;
    }

    .page-sv388casino__faq-item.active .page-sv388casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-sv388casino__hero-section {
        padding-top: 10px; /* Giữ nguyên padding-top cho mobile */
        padding-bottom: 30px;
      }
      .page-sv388casino__hero-title {
        font-size: 1.8em;
      }
      .page-sv388casino__hero-subtitle {
        font-size: 1em;
      }
      .page-sv388casino__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-sv388casino__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 0.95em;
      }
      .page-sv388casino__section-title {
        font-size: 1.6em;
      }
      .page-sv388casino__categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      }
      .page-sv388casino__category-image-wrapper {
        max-width: 200px; /* Điều chỉnh kích thước ảnh cho mobile */
      }
      .page-sv388casino__category-title {
        font-size: 1em;
      }
      .page-sv388casino__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }
      .page-sv388casino__provider-logo-wrapper {
        max-width: 120px;
      }
      .page-sv388casino__promotions-grid {
        grid-template-columns: 1fr;
      }
      .page-sv388casino__promo-card h3 {
        font-size: 1.3em;
      }
      .page-sv388casino__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }
      .page-sv388casino__faq-question h3 {
          font-size: 1em;
      }
      .page-sv388casino__faq-answer {
        padding: 15px 15px;
      }

      /* Responsive image optimization with !important */
      .page-sv388casino img {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-sv388casino__image-container {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }
  