
    :root {
      --primary-color: #007bff;
      --secondary-color: #6c757d;
      --accent-color: #28a745;
      --text-color: #343a40;
      --bg-color: #f8f9fa;
      --card-bg: #ffffff;
      --border-color: #dee2e6;
      --heading-color: #0056b3;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--bg-color);
      padding: 20px 0;
      padding-top: 10px; /* Adjust for fixed header */
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__header-section {
      background-color: var(--card-bg);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      padding: 30px;
      text-align: center;
      padding-top: 40px; /* Extra padding for visual appeal */
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__title {
      color: var(--heading-color);
      font-size: 2.5em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__description {
      font-size: 1.1em;
      color: var(--secondary-color);
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__content-section {
      background-color: var(--card-bg);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-bottom: 30px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__sub-heading {
      color: var(--heading-color);
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--primary-color);
      padding-bottom: 10px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__paragraph {
      margin-bottom: 15px;
      font-size: 1em;
      line-height: 1.7;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__list {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 20px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__list-item {
      margin-bottom: 10px;
      line-height: 1.6;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__highlight {
      font-weight: bold;
      color: var(--primary-color);
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__button-wrapper {
      text-align: center;
      margin-top: 30px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__cta-button {
      display: inline-block;
      background-color: var(--accent-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__cta-button:hover {
      background-color: #218838;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__footer-note {
      font-size: 0.9em;
      color: var(--secondary-color);
      margin-top: 30px;
      text-align: center;
      padding: 15px;
      border-top: 1px dashed var(--border-color);
    }

    /* FAQ Section Styles */
    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-section {
      background-color: var(--card-bg);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-top: 30px;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-heading {
      color: var(--heading-color);
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e9ecef;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--text-color);
      transition: background-color 0.3s ease;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-question:hover {
      background-color: #dee2e6;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none; /* Prevent h3 from blocking click event */
        color: var(--heading-color);
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: var(--card-bg);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--text-color);
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-item.active .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to accommodate content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-item.active .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__title {
        font-size: 2em;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__sub-heading {
        font-size: 1.6em;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-heading {
        font-size: 1.8em;
      }
    }

    @media (max-width: 768px) {
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners {
        padding-top: 10px; /* Ensure mobile padding top */
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__container {
        padding: 0 10px;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__header-section,
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__content-section,
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-section {
        padding: 20px;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__title {
        font-size: 1.8em;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__description {
        font-size: 1em;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__sub-heading {
        font-size: 1.4em;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__list {
        padding-left: 20px;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      /* Image responsive optimization */
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-question h3 {
        font-size: 1em;
      }
      .page-resources-what-services-does-thabet88-provide-a-quick-guide-for-beginners__faq-toggle {
        font-size: 1.2em;
      }
    }
  