.shadow-location {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25) !important;
}
/* Increase modal width */
#packagesModal .modal-dialog {
  max-width: 80% !important; /* wider on all screens */
}

.packCard {
  background: #fff;
  border-radius: 5px;
  padding: 18px;
  text-align: center;
  /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08); */
  transition: 0.25s;
  border: 1px solid lightgray;
}

.packCard:hover {
  transform: translateY(-4px);
}

.packImg {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 12px;
}

.packTitle {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.packSub {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
}

.packList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: #444;
}

.packList li {
  margin-bottom: 5px;
}

.packBtn {
  background: #007bff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  transition: 0.2s;
}

.packBtn:hover {
  opacity: 0.9;
}
