 .card {
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: 2px solid #007bff; /* Add border with color */
  border-radius: 10px;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.card-icons a {
  color: #333;
  text-decoration: none;
  font-size: 22px;
  transition: color 0.3s;
}

.card-icons a:hover {
  color: #007bff;
}

.card-body {
  padding: 15px;
  text-align: center;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2c3e50;
}

.card-subtitle {
  font-size: 1rem;
  color: #7f8c8d;
}
      .heading-3d {
      font-size: 2.5em;
      color: #333;
      text-shadow: 
        1px 1px 0 #ccc, 
        2px 2px 0 #ccc, 
        3px 3px 0 #ccc, 
        4px 4px 0 #ccc, 
        5px 5px 0 #ccc, 
        6px 6px 0 #ccc, 
        7px 7px 0 #ccc, 
        8px 8px 0 #ccc, 
        9px 9px 0 #ccc;
      position: relative;
      display: inline-block;
    }
    .heading-3d::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 5px;
      background-color: #ccc;
      bottom: -10px;
      left: 0;
      z-index: -1;
    }

    
             .LId {
                  border: 1px solid;
                  margin-bottom: 17px;
                  box-shadow: 0px 0px 5px 5px #888888;
                }