.page-diwata-women-in-resource-development-inc {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-diwata-women-in-resource-development-inc__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-diwata-women-in-resource-development-inc__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-diwata-women-in-resource-development-inc__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 0 80px 0; /* Adjusted padding-top for header offset */
      background-color: #0056b3; /* Placeholder background */
      overflow: hidden;
      border-radius: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-diwata-women-in-resource-development-inc__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-diwata-women-in-resource-development-inc__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
      z-index: 2;
    }

    .page-diwata-women-in-resource-development-inc__hero-content {
      position: relative;
      z-index: 3;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-diwata-women-in-resource-development-inc__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-diwata-women-in-resource-development-inc__hero-content p {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-diwata-women-in-resource-development-inc__btn {
      display: inline-block;
      background-color: #ffc107; /* Bright yellow/gold for CTA */
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-diwata-women-in-resource-development-inc__btn:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-diwata-women-in-resource-development-inc__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px 0;
      background-color: #f0f0f0;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .page-diwata-women-in-resource-development-inc__payment-providers h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      color: #333;
      font-size: 1.8em;
    }
    .page-diwata-women-in-resource-development-inc__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-diwata-women-in-resource-development-inc__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
      filter: grayscale(80%); /* Subtle effect */
      transition: filter 0.3s ease;
    }
    .page-diwata-women-in-resource-development-inc__payment-logo img:hover {
      filter: grayscale(0%);
    }

    .page-diwata-women-in-resource-development-inc__section h2 {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-diwata-women-in-resource-development-inc__section h3 {
      color: #0056b3;
      font-size: 1.5em;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .page-diwata-women-in-resource-development-inc__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-diwata-women-in-resource-development-inc__card {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
      transition: transform 0.3s ease;
    }

    .page-diwata-women-in-resource-development-inc__card:hover {
      transform: translateY(-5px);
    }

    .page-diwata-women-in-resource-development-inc__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-diwata-women-in-resource-development-inc__card h3 {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #0056b3;
    }

    .page-diwata-women-in-resource-development-inc__card p {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-diwata-women-in-resource-development-inc__quick-access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-diwata-women-in-resource-development-inc__promo-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      padding: 15px;
      background-color: #e6f2ff;
      border-left: 5px solid #0056b3;
      border-radius: 5px;
    }

    .page-diwata-women-in-resource-development-inc__promo-item img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 4px;
      margin-right: 15px;
      min-width: 80px;
      min-height: 80px;
    }

    .page-diwata-women-in-resource-development-inc__promo-content h3 {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 1.2em;
      color: #0056b3;
    }

    .page-diwata-women-in-resource-development-inc__promo-content p {
      margin-bottom: 10px;
      font-size: 0.9em;
      color: #444;
    }

    .page-diwata-women-in-resource-development-inc__promo-content a {
      text-decoration: none;
      color: #007bff;
      font-weight: bold;
    }

    .page-diwata-women-in-resource-development-inc__promo-content a:hover {
      text-decoration: underline;
    }

    .page-diwata-women-in-resource-development-inc__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-diwata-women-in-resource-development-inc__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #eaf5ff;
      color: #0056b3;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-diwata-women-in-resource-development-inc__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #0056b3;
    }

    .page-diwata-women-in-resource-development-inc__faq-question:hover {
      background-color: #dbeeff;
    }

    .page-diwata-women-in-resource-development-inc__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-diwata-women-in-resource-development-inc__faq-item.active .page-diwata-women-in-resource-development-inc__faq-toggle {
      transform: rotate(45deg);
    }

    .page-diwata-women-in-resource-development-inc__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-diwata-women-in-resource-development-inc__faq-item.active .page-diwata-women-in-resource-development-inc__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-diwata-women-in-resource-development-inc__blog-card {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
      transition: transform 0.3s ease;
      text-align: left;
    }

    .page-diwata-women-in-resource-development-inc__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-diwata-women-in-resource-development-inc__blog-card-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-diwata-women-in-resource-development-inc__blog-card-content {
      padding: 15px;
    }

    .page-diwata-women-in-resource-development-inc__blog-card-content h3 {
      font-size: 1.2em;
      margin-top: 0;
      margin-bottom: 10px;
      color: #0056b3;
    }

    .page-diwata-women-in-resource-development-inc__blog-card-content p {
      font-size: 0.9em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-diwata-women-in-resource-development-inc__blog-card-content a {
      text-decoration: none;
      color: #007bff;
      font-weight: bold;
    }

    .page-diwata-women-in-resource-development-inc__blog-card-content a:hover {
      text-decoration: underline;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-diwata-women-in-resource-development-inc__container {
        padding: 15px;
      }

      .page-diwata-women-in-resource-development-inc__hero-content h1 {
        font-size: 2em;
      }

      .page-diwata-women-in-resource-development-inc__hero-content p {
        font-size: 1em;
      }

      .page-diwata-women-in-resource-development-inc__section {
        padding: 20px;
      }

      .page-diwata-women-in-resource-development-inc__section h2 {
        font-size: 1.6em;
      }

      .page-diwata-women-in-resource-development-inc__grid {
        grid-template-columns: 1fr;
      }

      .page-diwata-women-in-resource-development-inc__quick-access-links {
        flex-direction: column;
        align-items: center;
      }

      .page-diwata-women-in-resource-development-inc__btn {
        width: 100%;
        max-width: 300px;
        box-sizing: border-box;
      }

      .page-diwata-women-in-resource-development-inc__promo-item {
        flex-direction: column;
        text-align: center;
      }

      .page-diwata-women-in-resource-development-inc__promo-item img {
        margin-right: 0;
        margin-bottom: 10px;
      }

      /* List item responsive requirements */
      .page-diwata-women-in-resource-development-inc__grid > *,
      .page-diwata-women-in-resource-development-inc__quick-access-links > *,
      .page-diwata-women-in-resource-development-inc__promo-list > *,
      .page-diwata-women-in-resource-development-inc__faq-list > *,
      .page-diwata-women-in-resource-development-inc__blog-grid > * {
        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;
        word-break: break-word !important;
      }

      .page-diwata-women-in-resource-development-inc__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-diwata-women-in-resource-development-inc__faq-item.active .page-diwata-women-in-resource-development-inc__faq-answer {
        padding: 15px !important;
      }

      .page-diwata-women-in-resource-development-inc__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-diwata-women-in-resource-development-inc__payment-logo,
      .page-diwata-women-in-resource-development-inc__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* Image responsive styles */
      .page-diwata-women-in-resource-development-inc__card-image,
      .page-diwata-women-in-resource-development-inc__promo-item img,
      .page-diwata-women-in-resource-development-inc__blog-card-image,
      .page-diwata-women-in-resource-development-inc__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-diwata-women-in-resource-development-inc__card,
      .page-diwata-women-in-resource-development-inc__promo-item,
      .page-diwata-women-in-resource-development-inc__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-diwata-women-in-resource-development-inc__faq-question h3 {
        font-size: 1em;
      }
    }