/* Services page specific styles */
    .services-hero {
      height: 60vh;
      min-height: 400px;
      background-image: url('/images/servicespg.webp');
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .services-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(18, 18, 18, 0.7), rgba(18, 18, 18, 0.5));
    }

    .services-hero-content {
      text-align: center;
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 0 var(--space-xl);
    }

    .services-hero h1 {
      color: var(--white);
      font-size: 3rem;
      margin-bottom: var(--space-md);
    }

    .services-hero p {
      color: var(--light-gray);
      font-size: 1.2rem;
    }

    .services-nav {
      background-color: var(--black-primary);
      padding: var(--space-lg) var(--space-xl);
      position: sticky;
      top: 80px;
      z-index: 90;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .services-nav-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .services-nav-list {
      display: flex;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0;
      flex-wrap: wrap;
    }

    .services-nav-list li {
      margin: 0 var(--space-md);
    }

    .services-nav-list a {
      color: var(--light-gray);
      text-decoration: none;
      padding: var(--space-sm) 0;
      font-weight: 500;
      position: relative;
      transition: color var(--transition-fast);
    }

    .services-nav-list a:hover,
    .services-nav-list a.active {
      color: var(--gold-primary);
    }

    .services-nav-list a::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background-color: var(--gold-primary);
      transition: width var(--transition-normal);
    }

    .services-nav-list a:hover::after,
    .services-nav-list a.active::after {
      width: 100%;
    }

    .service-section {
      padding: var(--space-xxl) var(--space-xl);
      background-color: var(--white);
    }

    .service-section:nth-child(even) {
      background-color: var(--off-white);
    }

    .service-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .service-header {
      text-align: center;
      margin-bottom: var(--space-xxl);
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: var(--space-xl);
    }

    .service-card {
      background-color: var(--white);
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      transition: all var(--transition-normal);
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .service-section:nth-child(even) .service-card {
      background-color: var(--white);
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-lg);
    }

    .service-image {
      height: 200px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .service-image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
    }

    .service-body {
      padding: var(--space-xl);
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .service-title {
      font-size: 1.5rem;
      margin-bottom: var(--space-md);
      color: var(--black-primary);
    }

    .service-description {
      margin-bottom: var(--space-lg);
      color: var(--dark-gray);
      flex-grow: 1;
    }

    .service-features {
      list-style-type: none;
      margin-bottom: var(--space-lg);
      padding: 0;
    }

    .service-features li {
      margin-bottom: var(--space-sm);
      padding-left: var(--space-lg);
      position: relative;
      font-size: 0.9rem;
    }

    .service-features li::before {
      content: '✦';
      position: absolute;
      left: 0;
      color: var(--gold-primary);
    }

    .service-footer {
      margin-top: auto;
    }

    .service-cta {
      display: inline-block;
      padding: var(--space-md) var(--space-xl);
      background-color: var(--gold-primary);
      color: var(--black-primary);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: var(--radius-sm);
      transition: all var(--transition-normal);
      text-decoration: none;
    }

    .service-cta:hover {
      background-color: var(--gold-dark);
      color: var(--white);
      transform: translateY(-2px);
    }

    /* Testimonials Section */
    .testimonials {
      padding: var(--space-xxl) var(--space-xl);
      background-color: var(--black-primary);
      color: var(--white);
    }

    .testimonials-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .testimonials-header {
      text-align: center;
      margin-bottom: var(--space-xxl);
    }

    .testimonials-header h2 {
      color: var(--white);
    }

    .testimonials-header p {
      color: var(--light-gray);
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: var(--space-xl);
    }

    .testimonial-card {
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: var(--radius-md);
      padding: var(--space-xl);
      position: relative;
    }

    .testimonial-card::before {
      content: '"';
      position: absolute;
      top: 10px;
      left: 15px;
      font-size: 5rem;
      color: var(--gold-primary);
      opacity: 0.3;
      font-family: var(--font-display);
      line-height: 1;
    }

    .testimonial-text {
      font-style: italic;
      margin-bottom: var(--space-lg);
      position: relative;
      z-index: 1;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
    }

    .author-image {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      margin-right: var(--space-md);
      border: 2px solid var(--gold-primary);
    }

    .author-info h4 {
      margin: 0;
      font-size: 1rem;
      color: var(--white);
    }

    .author-info p {
      margin: 0;
      font-size: 0.8rem;
      color: var(--gold-primary);
    }

    @media (max-width: 992px) {
      .services-nav {
        top: 70px;
      }

      .services-nav-list li {
        margin: 0 var(--space-sm);
      }

      .services-hero h1 {
        font-size: 2.5rem;
      }
    }

    @media (max-width: 768px) {
      .services-nav {
        overflow-x: auto;
        padding: var(--space-md);
      }

      .services-nav-list {
        width: max-content;
        padding-bottom: var(--space-sm);
      }

      .service-grid {
        grid-template-columns: 1fr;
      }

      .services-hero h1 {
        font-size: 2.2rem;
      }
    }

    @media (max-width: 576px) {
      .services-hero h1 {
        font-size: 1.8rem;
      }
    }