/* General styles for the page-nustar-online-pending-withdrawal-gcash */
    .page-nustar-online-pending-withdrawal-gcash {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-nustar-online-pending-withdrawal-gcash__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-nustar-online-pending-withdrawal-gcash__section-title {
      font-size: 2.2em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-nustar-online-pending-withdrawal-gcash__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26; /* Accent color */
      border-radius: 2px;
    }

    .page-nustar-online-pending-withdrawal-gcash__section-text {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }

    /* Hero Section */
    .page-nustar-online-pending-withdrawal-gcash__hero-section {
      position: relative;
      padding: 10px 0 60px 0; /* Small top padding, assuming body has header offset */
      color: #fff;
      text-align: center;
      overflow: hidden;
      background: linear-gradient(135deg, #007bff, #0056b3); /* Blue gradient */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.2;
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 40px 20px;
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-button {
      display: inline-block;
      background-color: #e44d26; /* Accent color */
      color: #fff;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-nustar-online-pending-withdrawal-gcash__hero-button:hover {
      background-color: #f26b47;
      transform: translateY(-3px);
    }

    /* Understanding Section */
    .page-nustar-online-pending-withdrawal-gcash__understanding-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-nustar-online-pending-withdrawal-gcash__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-nustar-online-pending-withdrawal-gcash__info-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-nustar-online-pending-withdrawal-gcash__info-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .page-nustar-online-pending-withdrawal-gcash__info-icon {
      width: 100%;
      max-width: 250px; /* Min size 200px, so 250px is fine */
      height: auto;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-nustar-online-pending-withdrawal-gcash__info-card-title {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 15px;
    }

    .page-nustar-online-pending-withdrawal-gcash__info-card-text {
      font-size: 1em;
      color: #666;
    }

    /* GCash Section */
    .page-nustar-online-pending-withdrawal-gcash__gcash-section {
      padding: 80px 0;
      background-color: #e9f5ff; /* Light blue background */
    }

    .page-nustar-online-pending-withdrawal-gcash__gcash-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-nustar-online-pending-withdrawal-gcash__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      box-sizing: border-box;
    }

    .page-nustar-online-pending-withdrawal-gcash__feature-image {
      width: 100%;
      max-width: 300px; /* Min size 200px */
      height: auto;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-nustar-online-pending-withdrawal-gcash__feature-title {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 15px;
    }

    .page-nustar-online-pending-withdrawal-gcash__feature-description {
      font-size: 1em;
      color: #666;
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-wrapper {
      text-align: center;
      margin-top: 60px;
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-button {
      display: inline-block;
      background-color: #e44d26; /* Accent color */
      color: #fff;
      padding: 15px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-button:hover {
      background-color: #f26b47;
      transform: translateY(-3px);
    }

    /* Tips Section */
    .page-nustar-online-pending-withdrawal-gcash__tips-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-nustar-online-pending-withdrawal-gcash__tips-list {
      list-style: none;
      padding: 0;
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-nustar-online-pending-withdrawal-gcash__tips-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-nustar-online-pending-withdrawal-gcash__tips-item-title {
      font-size: 1.4em;
      color: #007bff;
      margin-bottom: 10px;
    }

    .page-nustar-online-pending-withdrawal-gcash__tips-item-text {
      font-size: 1em;
      color: #666;
    }

    /* FAQ Section */
    .page-nustar-online-pending-withdrawal-gcash__faq-section {
      padding: 80px 0;
      background-color: #e9f5ff;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-list {
      max-width: 900px;
      margin: 50px auto 0 auto;
    }

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

    .page-nustar-online-pending-withdrawal-gcash__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #007bff; /* Primary blue for question */
      color: #fff;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-question:hover {
      background-color: #0056b3;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-q-text {
      margin: 0;
      font-size: 1.2em;
      font-weight: bold;
      flex-grow: 1;
      text-align: left;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1;
      width: 30px;
      text-align: center;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial horizontal padding */
      background-color: #f0f8ff; /* Lighter blue for answer background */
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-answer p {
      margin: 0; /* Remove default paragraph margins */
      font-size: 1em;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-item.active .page-nustar-online-pending-withdrawal-gcash__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important; /* Apply full padding to the answer div when active */
      opacity: 1;
    }

    .page-nustar-online-pending-withdrawal-gcash__faq-item.active .page-nustar-online-pending-withdrawal-gcash__faq-toggle {
      content: '−'; /* Changed by JS */
    }

    /* Final CTA Section */
    .page-nustar-online-pending-withdrawal-gcash__cta-final-section {
      padding: 80px 0;
      background: linear-gradient(to right, #007bff, #e44d26); /* Gradient background */
      color: #fff;
      text-align: center;
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-final-section .page-nustar-online-pending-withdrawal-gcash__section-title,
    .page-nustar-online-pending-withdrawal-gcash__cta-final-section .page-nustar-online-pending-withdrawal-gcash__section-text {
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-final-section .page-nustar-online-pending-withdrawal-gcash__section-title::after {
      background-color: #fff;
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-button--large {
      padding: 18px 45px;
      font-size: 1.3em;
      background-color: #fff;
      color: #e44d26;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .page-nustar-online-pending-withdrawal-gcash__cta-button--large:hover {
      background-color: #f0f0f0;
      color: #c93b1e;
      transform: translateY(-5px);
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-nustar-online-pending-withdrawal-gcash__hero-title {
        font-size: 2.8em;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-description {
        font-size: 1.1em;
      }
      .page-nustar-online-pending-withdrawal-gcash__section-title {
        font-size: 1.8em;
      }
      .page-nustar-online-pending-withdrawal-gcash__section-text {
        font-size: 1em;
      }
    }

    @media (max-width: 768px) {
      .page-nustar-online-pending-withdrawal-gcash__container {
        padding: 15px;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-section {
        padding: 10px 0 40px 0;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-title {
        font-size: 2.2em;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-description {
        font-size: 1em;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-nustar-online-pending-withdrawal-gcash__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }
      .page-nustar-online-pending-withdrawal-gcash__section-text {
        margin-bottom: 30px;
      }

      /* Image responsiveness */
      .page-nustar-online-pending-withdrawal-gcash__hero-image,
      .page-nustar-online-pending-withdrawal-gcash__info-icon,
      .page-nustar-online-pending-withdrawal-gcash__feature-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-image-wrapper,
      .page-nustar-online-pending-withdrawal-gcash__info-card,
      .page-nustar-online-pending-withdrawal-gcash__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      /* List item responsiveness */
      .page-nustar-online-pending-withdrawal-gcash__tips-list {
        grid-template-columns: 1fr; /* Stack items */
        margin-top: 30px;
      }
      .page-nustar-online-pending-withdrawal-gcash__tips-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-nustar-online-pending-withdrawal-gcash__tips-item-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-nustar-online-pending-withdrawal-gcash__faq-question {
        padding: 15px 20px;
      }
      .page-nustar-online-pending-withdrawal-gcash__faq-q-text {
        font-size: 1.1em;
      }
      .page-nustar-online-pending-withdrawal-gcash__faq-toggle {
        font-size: 1.5em;
      }
      .page-nustar-online-pending-withdrawal-gcash__faq-answer {
        padding: 0 20px;
      }
      .page-nustar-online-pending-withdrawal-gcash__faq-item.active .page-nustar-online-pending-withdrawal-gcash__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-nustar-online-pending-withdrawal-gcash__hero-title {
        font-size: 1.8em;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-description {
        font-size: 0.95em;
      }
      .page-nustar-online-pending-withdrawal-gcash__hero-button {
        font-size: 1em;
        padding: 10px 20px;
      }
      .page-nustar-online-pending-withdrawal-gcash__section-title {
        font-size: 1.4em;
      }
      .page-nustar-online-pending-withdrawal-gcash__section-text {
        font-size: 0.9em;
      }
      .page-nustar-online-pending-withdrawal-gcash__cta-button--large {
        font-size: 1.1em;
        padding: 14px 30px;
      }
    }