.portfacilitycard-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
    gap: 20px;
    max-width: 90%;
    padding: 75px;
  }

  .portfacilitycard {
    width: 30%;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
  }

  .portfacilitycard:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  }

  .portfacilitycard-icon {
    font-size: 60px;
    color: #00b30f;
    margin-top: 30px;
    transition: color 0.3s ease;
  }

  .portfacilitycard:hover .portfacilitycard-icon {
    color: #007a0e;
  }

  .portfacilitycard-content {
    padding: 15px;
  }

  .portfacilitycard-title {
    font-size: 1.2rem;
    margin: 15px 0;
    color: #333;
  }

  .portfacilitycard-description {
    font-size: 0.9rem;
    color: #555;
  }

  @media (max-width: 768px) {
    .portfacilitycard {
      width: 45%;
    }
  }

  @media (max-width: 480px) {
    .portfacilitycard {
      width: 90%;
    }
  }
  .wavyy{
      color: #3b5998 !important;
      text-decoration: underline !important;

          text-decoration-style: wavy !important;
          text-decoration-offset: 8px !important;
  }
  @media (max-width: 768px) {
  .portfacilitycard-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      padding: 20px;
      margin-top: 10px;
  }
}
span.bg-success {
  margin-top: 5px; /* Set span 5px from the top */
}
.facolor{
  color:#3b5998 !important;
}
/* span.bg-success svg {
  height: 500px;
  /* Set height of SVG */
  /* width: 500px;  */
   /* Set width of SVG */
/* } */
.marginstartportfac{
  margin-left: 5% !important;
}
.portfacilityhead{
  color:#3b5998 !important;
}


