/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Gold Key - Warm metallic shine */
.gold-key-icon i,
.gold-key-icon svg {
    background: linear-gradient(135deg, #F9E79F 0%, #D4AF37 40%, #B8860B 60%, #D4AF37 80%, #F9E79F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* Fallback */
}

/* Platinum Key - Cool, polished silver with subtle sheen */
.platinum-key-icon i,
.platinum-key-icon svg {
    background: linear-gradient(135deg, #F0F0F0 0%, #E5E4E2 30%, #C0C0C0 50%, #A9A9A9 70%, #F0F0F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Diamond Key - Icy crystal facets with light sparkle */
.diamond-key-icon i,
.diamond-key-icon svg {
    background: linear-gradient(135deg, #FFFFFF 0%, #E0F7FA 25%, #B9F2FF 50%, #81D4FA 75%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}