
    /* Page-specific CSS for 599 AED to PHP */
    .page-599-aed-to-php {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f8f8;
      padding: 20px 0;
    }

    /* Hero Section */
    .page-599-aed-to-php__hero-section {
      position: relative;
      background-color: #0a0a0a;
      color: #ffffff;
      padding: 10px 0 60px; /* Adjusted padding-top as per fixed nav bar requirements */
      text-align: center;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 400px;
    }

    .page-599-aed-to-php__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.6;
      max-width: 100%;
      height: auto;
    }

    .page-599-aed-to-php__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-599-aed-to-php__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #ffcc00; /* Gold/Yellow for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-599-aed-to-php__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    /* Main Content Sections */
    .page-599-aed-to-php__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-599-aed-to-php__section-dark {
      background-color: #2c3e50; /* Darker background */
      color: #ffffff;
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-599-aed-to-php__section-title {
      font-size: 2.2em;
      color: #0a0a0a;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-599-aed-to-php__section-title--light {
      color: #ffcc00;
    }

    .page-599-aed-to-php__paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      line-height: 1.8;
      color: #555;
    }

    .page-599-aed-to-php__paragraph--light {
      color: #e0e0e0;
    }

    .page-599-aed-to-php__highlight-box {
      background-color: #fffbe6;
      border-left: 5px solid #ffcc00;
      padding: 20px;
      margin: 30px 0;
      border-radius: 5px;
      font-size: 1.1em;
      color: #444;
    }

    .page-599-aed-to-php__highlight-box--dark {
      background-color: #34495e;
      border-left: 5px solid #ffcc00;
      color: #ffffff;
    }

    .page-599-aed-to-php__currency-display {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 30px 0;
      padding: 30px;
      background-color: #f0f8ff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-599-aed-to-php__currency-value {
      font-size: 3.5em;
      font-weight: bold;
      color: #007bff; /* Blue for currency */
      margin-bottom: 10px;
    }

    .page-599-aed-to-php__currency-label {
      font-size: 1.4em;
      color: #666;
      margin-bottom: 20px;
    }

    .page-599-aed-to-php__exchange-rate-info {
      font-size: 1.1em;
      color: #888;
    }

    .page-599-aed-to-php__list {
      list-style: disc;
      padding-left: 25px;
      margin-bottom: 20px;
      color: #555;
    }

    .page-599-aed-to-php__list-item {
      margin-bottom: 10px;
      font-size: 1.05em;
    }

    .page-599-aed-to-php__image-container {
      margin: 30px auto;
      text-align: center;
      max-width: 800px;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-599-aed-to-php__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-599-aed-to-php__button-group {
      text-align: center;
      margin-top: 40px;
    }

    .page-599-aed-to-php__action-button {
      background-color: #ffcc00;
      color: #0a0a0a;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      text-decoration: none;
      margin: 10px;
    }

    .page-599-aed-to-php__action-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-599-aed-to-php__faq-section {
      padding: 40px 20px;
      max-width: 1000px;
      margin: 0 auto 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-599-aed-to-php__faq-title {
      font-size: 2.2em;
      color: #0a0a0a;
      margin-bottom: 30px;
      text-align: center;
    }

    .page-599-aed-to-php__faq-item {
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-599-aed-to-php__faq-question {
      background-color: #f9f9f9;
      padding: 18px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-599-aed-to-php__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-599-aed-to-php__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #333; /* Ensure contrast */
    }

    .page-599-aed-to-php__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      color: #ffcc00;
    }

    .page-599-aed-to-php__faq-answer {
      background-color: #ffffff;
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #555;
    }

    .page-599-aed-to-php__faq-item.active .page-599-aed-to-php__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-599-aed-to-php__faq-item.active .page-599-aed-to-php__faq-toggle {
      content: '−';
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-599-aed-to-php__hero-title {
        font-size: 2.2em;
      }

      .page-599-aed-to-php__hero-description {
        font-size: 1em;
      }

      .page-599-aed-to-php__section-title,
      .page-599-aed-to-php__faq-title {
        font-size: 1.8em;
      }

      .page-599-aed-to-php__paragraph {
        font-size: 1em;
      }

      .page-599-aed-to-php__currency-value {
        font-size: 2.5em;
      }

      .page-599-aed-to-php__currency-label {
        font-size: 1.2em;
      }

      .page-599-aed-to-php__action-button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-599-aed-to-php__faq-question {
        font-size: 1em;
        padding: 15px 18px;
      }

      .page-599-aed-to-php__faq-answer {
        padding: 0 15px;
      }

      .page-599-aed-to-php__faq-item.active .page-599-aed-to-php__faq-answer {
        padding: 15px 15px !important;
      }

      /* List item responsive adjustments */
      .page-599-aed-to-php__list {
        padding-left: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-599-aed-to-php__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 5px; /* Adjust padding to prevent overflow */
        padding-right: 5px;
      }

      /* Image responsive adjustments */
      .page-599-aed-to-php__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
        box-sizing: border-box;
      }

      .page-599-aed-to-php__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-599-aed-to-php__hero-title {
        font-size: 1.8em;
      }
      .page-599-aed-to-php__hero-description {
        font-size: 0.9em;
      }
      .page-599-aed-to-php__section-title,
      .page-599-aed-to-php__faq-title {
        font-size: 1.5em;
      }
      .page-599-aed-to-php__currency-value {
        font-size: 2em;
      }
      .page-599-aed-to-php__currency-label {
        font-size: 1em;
      }
      .page-599-aed-to-php__faq-question {
        font-size: 0.95em;
        padding: 12px 15px;
      }
    }
  