.page-diwata-pronunciation {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 50px; /* Add some padding at the bottom before footer */
    }

    .page-diwata-pronunciation__hero-section {
      position: relative;
      width: 100%;
      height: 400px; /* Adjust height as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding: 20px; /* Small aesthetic padding */
      box-sizing: border-box;
    }

    .page-diwata-pronunciation__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-diwata-pronunciation__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
    }

    .page-diwata-pronunciation__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-diwata-pronunciation__heading-primary {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-diwata-pronunciation__hero-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-diwata-pronunciation__button {
      display: inline-block;
      background-color: #ffcc00; /* Gold/yellow for casino theme */
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-diwata-pronunciation__button:hover {
      background-color: #e6b800;
    }

    .page-diwata-pronunciation__section {
      padding: 40px 20px;
      max-width: 960px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }

    .page-diwata-pronunciation__section:first-of-type {
      margin-top: -80px; /* Overlap with hero for visual effect */
      position: relative;
      z-index: 2;
    }

    .page-diwata-pronunciation__heading-secondary {
      font-size: 2em;
      color: #0056b3; /* Blue for headings */
      margin-bottom: 20px;
      text-align: center;
    }

    .page-diwata-pronunciation__paragraph {
      margin-bottom: 15px;
      color: #555;
    }

    .page-diwata-pronunciation__image-container {
      text-align: center;
      margin: 30px 0;
    }

    .page-diwata-pronunciation__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .page-diwata-pronunciation__cta-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #0056b3;
      color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }

    .page-diwata-pronunciation__cta-heading {
      font-size: 2.2em;
      margin-bottom: 20px;
      color: #ffcc00;
    }

    .page-diwata-pronunciation__cta-text {
      font-size: 1.1em;
      margin-bottom: 30px;
    }

    .page-diwata-pronunciation__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    /* FAQ Section Styling */
    .page-diwata-pronunciation__faq-section {
      padding: 40px 20px;
      max-width: 960px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-diwata-pronunciation__faq-heading {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 30px;
      text-align: center;
    }

    .page-diwata-pronunciation__faq-item {
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-diwata-pronunciation__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-diwata-pronunciation__faq-question:hover {
      background-color: #eee;
    }

    .page-diwata-pronunciation__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-diwata-pronunciation__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease, color 0.3s ease;
      color: #0056b3; /* Plus icon color */
    }

    .page-diwata-pronunciation__faq-item.active .page-diwata-pronunciation__faq-toggle {
      transform: rotate(0deg); /* No rotation for minus */
      color: #e6b800; /* Minus icon color */
    }

    .page-diwata-pronunciation__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Adjust padding for collapsed state */
      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;
      color: #555;
    }

    .page-diwata-pronunciation__faq-item.active .page-diwata-pronunciation__faq-answer {
      max-height: 2000px !important; /* Large enough to show all content */
      padding: 20px !important; /* Adjust padding for expanded state */
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-diwata-pronunciation__hero-section {
        height: 300px;
        padding: 15px;
      }

      .page-diwata-pronunciation__heading-primary {
        font-size: 1.8em;
      }

      .page-diwata-pronunciation__hero-text {
        font-size: 1em;
      }

      .page-diwata-pronunciation__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-diwata-pronunciation__section {
        padding: 30px 15px;
        margin-top: -50px; /* Adjust overlap */
      }

      .page-diwata-pronunciation__heading-secondary {
        font-size: 1.6em;
      }

      .page-diwata-pronunciation__cta-heading {
        font-size: 1.8em;
      }

      .page-diwata-pronunciation__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-diwata-pronunciation__faq-question {
        padding: 12px 15px;
      }

      .page-diwata-pronunciation__faq-question h3 {
        font-size: 1em;
      }

      .page-diwata-pronunciation__faq-answer {
        padding: 0 15px; /* Adjust for mobile collapsed state */
      }

      .page-diwata-pronunciation__faq-item.active .page-diwata-pronunciation__faq-answer {
        padding: 15px !important; /* Adjust for mobile expanded state */
      }

      /* General text wrapping for safety */
      .page-diwata-pronunciation__paragraph,
      .page-diwata-pronunciation__hero-text,
      .page-diwata-pronunciation__cta-text,
      .page-diwata-pronunciation__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    /* Ensure images are always responsive */
    .page-diwata-pronunciation__content-image {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    .page-diwata-pronunciation__image-container {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }