/*
Theme Name:     WebbyPage AI (Neve FSE Child)
Theme URI:      https://webbypage.com
Author:         WebbyPage
Author URI:     https://webbypage.com
Description:    WebbyPage AI child theme of Neve FSE. AI-powered web development for Malaysian businesses.
Template:       neve-fse
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    webbypage
*/

.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2 {
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.wp-block-columns .wp-block-column[style*="flex-basis:33"] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-columns .wp-block-column[style*="flex-basis:33"]:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

footer a:where(:not(.wp-element-button):not(.wp-block-social-link-anchor)) {
    color: var(--wp--preset--color--ti-fg-alt) !important;
}
footer a:where(:not(.wp-element-button):not(.wp-block-social-link-anchor)):hover {
    color: var(--wp--preset--color--ti-accent) !important;
}
