/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1761268430
Updated: 2025-10-24 01:13:50

*/
:root {
    --e-global-color-primary: #78C9AD;
    --e-global-color-accent: #FDA172;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #171F1C;
    /* Light Background color */
    --e-global-color-27d1e2b: #F5EEE1;
    /* Dark Green */
    --e-global-color-2de7a4f: #245041;
    /* Blacked Orange */
    --e-global-color-0f6940f: #492615;
    /* Light Green */
    --e-global-color-ff055e6: #CDFAEB;
    /* Orange Hover */
    --e-global-color-dc2a3e0: #FFB38C;

}

.transition{
    transition: ease-in-out all .3s;
}


@property --shift{
    initial-value: 100%;
    inherits: false;
    syntax: '<percentage>';
}
.gradient-card::before{
    content: "" !important;
    --shift: 100%;
    display: block;
    height: 100%;
    width:100%;
    background: linear-gradient(180deg, #10182800 30%, var(--e-global-color-ed716ab) var(--shift)) !important;
    transition: ease-in-out --shift .3s !important;
}

.gradient-card:hover::before{
    --shift: 70%;
    background: linear-gradient(180deg, #10182800 30%, var(--e-global-color-ed716ab) var(--shift)) !important;
}
.gradient-card-horizontal::before{
    content: "" !important;
    --shift: 100%;
    display: block;
    height: 100%;
    width:100%;
    background: linear-gradient(90deg, #10182835 0%, var(--e-global-color-ed716ab) var(--shift)) !important;
    transition: ease-in-out --shift .3s !important;
}
.gradient-card-horizontal:hover::before{
    --shift: 70%;
    background: linear-gradient(90deg, #10182835 0%, var(--e-global-color-ed716ab) var(--shift)) !important;
}


/* WooCommerce Stuff */
.woocommerce-notices-wrapper .button{
    color: #dbc59c !important;
    border: solid 3px #dbc59c !important;
    border-radius: 8px !important;
    margin-left: 20px !important;
    background-color: #101828 !important;
}
.woocommerce-message{
 margin: 0 !important;

}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #030f21;
    color: #dbc59c;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
}