/*
Theme Name: TechXMarvel
Theme URI: https://techxmarvel.online/
Author: Your Name
Author URI: https://techxmarvel.online/
Description: A custom theme for TechXMarvel, designed for freebies and contests.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, block-styles, full-width-template
Text Domain: techxmarvel
*/

/* Custom Styles from HTML */
body {
    font-family: 'Inter', sans-serif;
}

.gradient-bg {
    background: linear-gradient(135deg, #1e3a8a, #be185d, #86198f);
}

.card-hover-effect {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-hover-effect:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
