.services-section {
    padding: 70px 20px;
    background-image: linear-gradient(44deg, rgba(114, 114, 114,0.02) 0%, rgba(114, 114, 114,0.02) 86%,transparent 86%, transparent 87%,rgba(147, 147, 147,0.02) 87%, rgba(147, 147, 147,0.02) 91%,rgba(63, 63, 63,0.02) 91%, rgba(63, 63, 63,0.02) 100%),linear-gradient(78deg, rgba(51, 51, 51,0.02) 0%, rgba(51, 51, 51,0.02) 51%,transparent 51%, transparent 74%,rgba(43, 43, 43,0.02) 74%, rgba(43, 43, 43,0.02) 94%,rgba(36, 36, 36,0.02) 94%, rgba(36, 36, 36,0.02) 100%),linear-gradient(166deg, rgba(152, 152, 152,0.02) 0%, rgba(152, 152, 152,0.02) 16%,transparent 16%, transparent 51%,rgba(109, 109, 109,0.02) 51%, rgba(109, 109, 109,0.02) 93%,rgba(132, 132, 132,0.02) 93%, rgba(132, 132, 132,0.02) 100%),linear-gradient(80deg, rgba(136, 136, 136,0.02) 0%, rgba(136, 136, 136,0.02) 28%,transparent 28%, transparent 35%,rgba(226, 226, 226,0.02) 35%, rgba(226, 226, 226,0.02) 95%,rgba(171, 171, 171,0.02) 95%, rgba(171, 171, 171,0.02) 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
    text-align: center;
}



  .fix-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dee2e6;
    border-radius: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .fix-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
  }

  .fix-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #004771;
    color: white;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
  }

  .fix-title {
    font-weight: 600;
    color: #004771;
    font-size: 1.1rem;
  }

  .fix-check {
    color: #28a745;
    font-size: 1.2rem;
  }

  .fix-section-title {
    font-weight: 700;
    font-size: 2rem;
    color: #004771;
  }




  

.services-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #004771;
    margin-bottom: 50px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.service-icon {
    font-size: 40px;
    color: #7CFC00;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .services-title {
        font-size: 2.4rem;
    }
}
