
    :root {
      --kv888-primary-color: #e44d26; /* Cam đỏ */
      --kv888-secondary-color: #333; /* Xám đậm */
      --kv888-accent-color: #007bff; /* Xanh dương */
      --kv888-text-color: #333;
      --kv888-bg-light: #f9f9f9;
      --kv888-bg-dark: #2c3e50;
      --kv888-white: #ffffff;
      --kv888-light-gray: #eee;
      --kv888-border-color: #ddd;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--kv888-text-color);
      background-color: var(--kv888-bg-light);
      padding: 20px;
      padding-top: 80px; /* Adjust for fixed header */
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(to right, var(--kv888-primary-color), #f7931e);
      color: var(--kv888-white);
      border-radius: 10px;
      margin-bottom: 40px;
      padding-top: 70px; /* Ensure hero content is not hidden by fixed header */
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--kv888-white);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__hero-subtitle {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      color: var(--kv888-light-gray);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__section {
      background-color: var(--kv888-white);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__section-title {
      font-size: 2em;
      color: var(--kv888-primary-color);
      margin-bottom: 25px;
      border-bottom: 3px solid var(--kv888-primary-color);
      padding-bottom: 10px;
      text-align: center;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__subsection-title {
      font-size: 1.6em;
      color: var(--kv888-secondary-color);
      margin-top: 30px;
      margin-bottom: 15px;
      padding-left: 10px;
      border-left: 4px solid var(--kv888-accent-color);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__text-content p {
      margin-bottom: 1em;
      font-size: 1.05em;
      line-height: 1.7;
      color: var(--kv888-text-color);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__text-content ul {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 1em;
      color: var(--kv888-text-color);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__text-content li {
      margin-bottom: 0.5em;
      font-size: 1.05em;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__button-group {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__button {
      display: inline-block;
      background-color: var(--kv888-primary-color);
      color: var(--kv888-white);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      margin: 10px;
      border: none;
      cursor: pointer;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__button:hover {
      background-color: #c73e1c;
      transform: translateY(-2px);
    }

    /* FAQ Section Styles */
    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-section {
      margin-top: 40px;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-item {
      background-color: var(--kv888-white);
      border: 1px solid var(--kv888-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f0f0f0;
      color: var(--kv888-secondary-color);
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: var(--kv888-secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--kv888-primary-color);
      pointer-events: none; /* Prevent toggle from blocking click event on parent div */
      transition: transform 0.3s ease;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Change + to X or rotate to indicate open */
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--kv888-white);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--kv888-text-color);
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-answer p {
      margin-bottom: 1em;
      font-size: 1em;
      line-height: 1.6;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__alert-box {
        background-color: #fff3cd;
        border-left: 5px solid #ffc107;
        padding: 15px 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        color: #664d03;
    }

    .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__alert-box strong {
        color: #664d03;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them {
        padding: 15px;
        padding-top: 70px; /* Adjust for mobile fixed header */
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__hero-section {
        padding: 40px 15px;
        padding-top: 60px; /* Adjust for mobile fixed header */
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__hero-subtitle {
        font-size: 1em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__section {
        padding: 20px;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.8em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__subsection-title {
        font-size: 1.4em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__text-content p,
      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__text-content li {
        font-size: 0.95em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__button {
        padding: 12px 20px;
        font-size: 1em;
        margin: 8px 0;
        width: 100%;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-question {
        padding: 12px 15px;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-toggle {
        font-size: 1.3em;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 0 15px;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px !important;
      }

      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resourcse-kv888-why-more-and-more-users-are-choosing-them__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  