.impack-social-share {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.impack-share-btn {
    background-color: transparent; /* Transparent background */
    border: none; /* Remove border */
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s; /* Smooth color transition on hover */
}

.impack-share-btn i {
    color: #333; /* Dark grey icon color */
    font-size: 24px; /* Icon size */
}

.impack-share-btn:hover i {
    color: #000; /* Change icon color to black on hover */
}
