
    /* Base styles */
    :root {
      --page-bg: #f8f9fa;
      --primary-color: #007bff;
      --secondary-color: #6c757d;
      --text-color: #343a40;
      --heading-color: #212529;
      --border-color: #dee2e6;
      --accent-color: #ffc107;
      --link-color: #007bff;
      --link-hover-color: #0056b3;
      --shadow-light: 0 4px 8px rgba(0, 0, 0, 0.05);
      --shadow-medium: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--page-bg);
      padding: 20px 0; /* Adjusted for overall page padding */
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-section {
      background-color: #0d1a2e; /* Dark background for contrast */
      color: #ffffff;
      padding: 10px 0 60px 0; /* Adjusted padding-top for fixed header */
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffc107; /* Accent color for title */
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__cta-button:hover {
      background-color: var(--link-hover-color);
    }

    /* General Headings */
    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them h2 {
      font-size: 2em;
      color: var(--heading-color);
      margin-top: 40px;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them h3 {
      font-size: 1.5em;
      color: var(--heading-color);
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them p {
      margin-bottom: 15px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__section {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: var(--shadow-light);
      margin-bottom: 30px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__image-wrapper {
      margin: 25px 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: var(--shadow-light);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__image:hover {
      transform: scale(1.02);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__list-item {
      background-color: #f2f2f2;
      border-left: 5px solid var(--primary-color);
      padding: 12px 15px;
      margin-bottom: 10px;
      border-radius: 4px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__list-item::before {
      content: '✓';
      color: var(--primary-color);
      font-weight: bold;
      font-size: 1.2em;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid-item {
      background-color: #fefefe;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 20px;
      box-shadow: var(--shadow-light);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-medium);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid-icon {
      margin-bottom: 15px;
      width: 80px; /* Ensure minimum size */
      height: 80px; /* Ensure minimum size */
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid-title {
      font-size: 1.3em;
      color: var(--heading-color);
      margin-bottom: 10px;
    }

    /* FAQ Section */
    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-section {
      margin-top: 50px;
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: var(--shadow-light);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-item {
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      font-weight: bold;
      color: var(--heading-color);
      transition: color 0.3s ease;
      user-select: none;
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-question:hover {
      color: var(--primary-color);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 1px solid var(--border-color);
      color: var(--primary-color);
      background-color: #e9ecef;
      transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Plus becomes cross */
      background-color: var(--primary-color);
      color: #ffffff;
      border-color: var(--primary-color);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-answer {
      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.4s ease;
      color: var(--text-color);
    }

    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }
    
    .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-answer p {
      margin-bottom: 10px;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2.2em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-description {
        font-size: 1.1em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them h2 {
        font-size: 1.8em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them h3 {
        font-size: 1.3em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__section {
        padding: 25px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid {
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-section {
        padding-top: 10px !important; /* Mobile specific padding-top */
        padding-bottom: 40px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-content {
        padding: 30px 15px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 1.8em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__hero-description {
        font-size: 1em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them h2 {
        font-size: 1.6em;
        margin-top: 30px;
        margin-bottom: 20px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them h3 {
        font-size: 1.2em;
        margin-top: 25px;
        margin-bottom: 10px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__section {
        padding: 20px;
        margin-bottom: 20px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__list-item {
        padding: 10px 12px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1em;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 0 10px;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px 10px !important;
      }
      .page-resourcse-thabet88-why-more-and-more-users-are-choosing-them__image-wrapper img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  