
  /* full-width dark panel under the header */
  .services-panel {
    width: 100%;
    background-color: #1a1a1a;
    padding: 80px 0;
  }

  /* gold-boxed content, now 85% width (was 75%) */
  .services-panel .services-wrapper {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px;
    text-align: left;
    border: 2px solid #ffd700;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  }

  /* Main title */
  .services-panel .services-wrapper h1 {
    font-size: 4rem;
    color: #ffd700;
    margin-bottom: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  /* Each service block */
  .services-panel .service-block {
    margin-bottom: 4rem;
  }

  /* Service headings */
  .services-panel .service-block h2 {
    font-size: 2.8rem;
    color: #ffd700;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-align:  center;
  }

  /* Paragraphs */
  .services-panel .service-block p {
    font-size: 1.4rem;
    line-height: 2;
    color: #eee;
    max-width: 80%;
    margin: 0 auto;
  }
