.custom-card {
    border: 2px solid #f0f0f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease-in-out !important;
  }
  
  .custom-card:hover {
    transform: scale(1.05) !important;
  }
  
  .custom-card .card-body {
    padding: 30px !important;
  }
  
  .custom-card .icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 5px !important;
  }
  
  .custom-card .card-title {
    font-size: 24px !important;
    color: #333 !important;
    margin-bottom: 5px !important;
  }
  
  .custom-card .card-text {
    font-size: 16px !important;
    color: #000 !important;
  }
  
  /* Optional: Adjust the background color */
  .custom-card .card-body {
    background-color: #1495bc4f !important;
  box-shadow: 10px 10px 7px 0px rgba(0, 0, 0, 0.82) !important;
  }
  