
    /* CSS Styles for page-resources-faq-about-33win01-in-vietnam */
    .page-resources-faq-about-33win01-in-vietnam {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px;
    }

    .page-resources-faq-about-33win01-in-vietnam__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #ffffff;
      padding: 10px 20px 60px 20px; /* Added padding-top for fixed header */
      text-align: center;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-faq-about-33win01-in-vietnam__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-top: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      display: block;
    }

    .page-resources-faq-about-33win01-in-vietnam__title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-resources-faq-about-33win01-in-vietnam__title a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-resources-faq-about-33win01-in-vietnam__title a:hover {
      color: #e0e0e0;
    }

    .page-resources-faq-about-33win01-in-vietnam__description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      opacity: 0.9;
    }

    .page-resources-faq-about-33win01-in-vietnam__content-wrapper {
      max-width: 900px;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-section {
      margin-top: 40px;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-heading {
      font-size: 2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 15px;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-item {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-item.active {
      border-color: #fdbb2d;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 1.15em;
      font-weight: bold;
      color: #2c3e50;
      cursor: pointer;
      user-select: none;
      background-color: #f0f0f0;
      transition: background-color 0.3s ease;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #2c3e50;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-question h3 a {
      color: #2c3e50;
      text-decoration: none;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
      color: #fdbb2d;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-item.active .page-resources-faq-about-33win01-in-vietnam__faq-toggle {
      transform: rotate(45deg);
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ffffff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-item.active .page-resources-faq-about-33win01-in-vietnam__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-answer p {
      margin-bottom: 10px;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-answer p:last-child {
      margin-bottom: 0;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-answer a {
      color: #1a2a6c;
      text-decoration: none;
      font-weight: bold;
    }

    .page-resources-faq-about-33win01-in-vietnam__faq-answer a:hover {
      text-decoration: underline;
    }

    .page-resources-faq-about-33win01-in-vietnam__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 20px;
      background-color: #e6f7ff;
      border-radius: 8px;
      border: 1px solid #b3e0ff;
    }

    .page-resources-faq-about-33win01-in-vietnam__call-to-action h3 {
      color: #1a2a6c;
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    .page-resources-faq-about-33win01-in-vietnam__button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-faq-about-33win01-in-vietnam__button:hover {
      background-color: #e0a01f;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-faq-about-33win01-in-vietnam__hero-section {
        padding: 10px 15px 40px 15px; /* Adjust padding-top for mobile fixed header */
        margin-bottom: 20px;
      }

      .page-resources-faq-about-33win01-in-vietnam__title {
        font-size: 2em;
      }

      .page-resources-faq-about-33win01-in-vietnam__description {
        font-size: 1em;
        margin-bottom: 20px;
      }

      .page-resources-faq-about-33win01-in-vietnam__content-wrapper {
        padding: 20px;
      }

      .page-resources-faq-about-33win01-in-vietnam__faq-heading {
        font-size: 1.6em;
        margin-bottom: 20px;
      }

      .page-resources-faq-about-33win01-in-vietnam__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-resources-faq-about-33win01-in-vietnam__faq-answer {
        padding: 0 15px;
      }

      .page-resources-faq-about-33win01-in-vietnam__faq-item.active .page-resources-faq-about-33win01-in-vietnam__faq-answer {
        padding: 15px 15px !important;
      }

      .page-resources-faq-about-33win01-in-vietnam__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-resources-faq-about-33win01-in-vietnam__hero-image,
      .page-resources-faq-about-33win01-in-vietnam__content-wrapper img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  