/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 19:51:22 */
/* === RESET any rotation from theme/plugin === */
.custom-button,
.custom-button i,
.creative-service-custom-icon,
.creative-service-custom-icon img {
    transform: none !important;
    rotate: 0deg !important;
}

/* === Make sure icons/buttons animate smoothly === */
.custom-button,
.creative-service-custom-icon {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* === POP EFFECT on hover (both icons) === */
.creative-service-box:hover .custom-button,
.creative-service-box:hover .creative-service-custom-icon {
    transform: scale(1.08);
}

/* === Ensure arrow inside does NOT rotate === */
.custom-button i {
    transform: rotate(0deg) !important;
    transition: none;
}

/* === Optional: nicer pop feel === */
.creative-service-box:hover .custom-button {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}