
  /*.container {*/
  /*  max-width: 100%;*/
  /*  margin: auto;*/
  /*  padding: 2rem;*/
  /*}*/

  /* h2, h3 {*/
  /*  color: #111;*/
  /*  margin-top: 2rem;*/
  /*}*/

  /*ul {*/
  /*  list-style: none;*/
  /*  padding-left: 0;*/
  /*}*/

  /*ul li::before {*/
    
  /*  margin-right: 0.5rem;*/
  /*  color: #007bff;*/
  /*}*/

  /*.services-grid, .before-after, .logos {*/
  /*  display: flex;*/
  /*  flex-wrap: wrap;*/
  /*  gap: 1.5rem;*/
  /*  margin-top: 1rem;*/
  /*}*/

  /*.services-grid div, .before-after div {*/
  /*  background: #f5f5f5;*/
  /*  padding: 1rem;*/
  /*  border-radius: 8px;*/
  /*  flex: 1 1 220px;*/
  /*  max-width: 480px;*/
  /*}*/

  /*.before-after {*/
  /*  justify-content: center;*/
  /*}*/

  /*.before-after img {*/
  /*  width: 100%;*/
  /*  border-radius: 6px;*/
  /*}*/

  /*.chart-container {*/
  /*  width: 100%;*/
  /*  max-width: 500px;*/
  /*  margin: auto;*/
  /*}*/

  /*.video-intro iframe {*/
  /*  width: 100%;*/
  /*  max-width: 800px;*/
  /*  height: 400px;*/
  /*  margin-top: 1rem;*/
  /*  border-radius: 10px;*/
  /*}*/

  /*.testimonials blockquote {*/
  /*  background: #fff;*/
  /*  border-left: 5px solid #007bff;*/
  /*  padding: 1rem;*/
  /*  margin: 1rem 0;*/
  /*  border-radius: 6px;*/
  /*}*/

  /*.testimonials footer {*/
  /*  font-size: 0.9rem;*/
  /*  color: #555;*/
  /*}*/

  /*.logos img {*/
  /*  height: 50px;*/
  /*  opacity: 0.85;*/
  /*  transition: 0.3s;*/
  /*}*/

  /*.logos img:hover {*/
  /*  opacity: 1;*/
  /*}*/

  /*.cta {*/
  /*  background-color: #007bff;*/
  /*  color: white;*/
  /*  padding: 2rem;*/
  /*  text-align: center;*/
  /*  border-radius: 8px;*/
  /*  margin-top: 3rem;*/
  /*}*/

  /*.cta-button {*/
  /*  display: inline-block;*/
  /*  margin-top: 1rem;*/
  /*  background: white;*/
  /*  color: #007bff;*/
  /*  padding: 0.75rem 1.5rem;*/
  /*  font-weight: bold;*/
  /*  border-radius: 6px;*/
  /*  text-decoration: none;*/
  /*  transition: 0.3s ease;*/
  /*}*/

  /*.cta-button:hover {*/
  /*  background: #f1f1f1;*/
  /*}*/

  /*@media (max-width: 768px) {*/
  /*  .services-grid, .before-after, .logos {*/
  /*    flex-direction: column;*/
  /*    align-items: center;*/
  /*  }*/

  /*  .video-intro iframe {*/
  /*    height: 240px;*/
  /*  }*/

  /*  .before-after div {*/
  /*    width: 100%;*/
  /*    max-width: 500px;*/
  /*  }*/

  /*  .cta {*/
  /*    padding: 1.5rem;*/
  /*  }*/

  /*  .cta-button {*/
  /*    width: 100%;*/
  /*    max-width: 300px;*/
  /*  }*/

  /*   h2, h3 {*/
  /*    text-align: center;*/
  /*  }*/
  /*}*/

