    h1 {
      font-weight: 700;
    }

    .text-gradient {
      background: var(--bs-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
.py-5 {
    padding-bottom: 0rem !important;
}
        @media (max-width: 900px) {
.py-5 {
    padding-top: 4rem !important;}}

    /* Card expertise */
    .expertise-card {
      border-radius: 1rem;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      padding: 2rem;
      text-align: center;
      height: 100%;
    }
    .expertise-card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 12px 30px rgba(0,0,0,0.15);
      background: var(--bs-primary);
      color: #fff;
    }
    .expertise-card h5 {
      font-weight: 600;
      font-size: 1.1rem;
    }