/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 06:37:49 */
.packageGroup > .packageItem {
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.packageGroup > .packageItem:hover {
	transform: scale(1.1) translateY(-10px);
	box-shadow: 0 20px 40px rgba(123, 97, 255, 0.4);
}

