/* 
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 */


/*
.page-template-default, .error404 {
    padding: 10px;
}
*/

body {
    margin: 10px;
}

.glass {
  backdrop-filter: blur(20px);
}

.ff-btn-submit {
    background: linear-gradient(
        115deg,
        #ee87cb 28%,
        #b060ff 100%
    );
}

/* Custom Elementor Overrides */
.btn-v2 .elementor-button {
    background: rgba(255,255,255,0.3) !important;
    color: var(--e-global-color-accent)!important;
    border-color: rgba(255,255,255,0.3) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.03) inset!important;
}

.btn-v2 .elementor-button:hover {
    background: rgba(255,255,255,0.5) !important;
    color: var(--e-global-color-accent);
    border-color: rgba(255,255,255,0.3) !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.3) !important;
}

.gradient-bg {
    overflow: hidden;
}

.gradient-bg::before {
    content: "";
    position: absolute;
    top: -10rem;
    right: 2rem;  
    height: 15rem; 
    width: 36rem;  
    transform: rotate(-10deg);
    border-radius: 9999px; 
    filter: blur(48px);
    background: linear-gradient(
        115deg,
        #fff1be 28%,
        #ee87cb 70%,
        #b060ff 100%
    );
    z-index: -1;
}

.btn-v3 .elementor-button {
	color: var(--e-global-color-accent);
    background: linear-gradient(
        115deg,
        #ee87cb 28%,
        #b060ff 100%
    )!important;
	border-color: rgba(255,255,255,0.3) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.03) inset!important;
}

.btn-v3 .elementor-button:hover {
	color: var(--e-global-color-accent);
    background: linear-gradient(
        115deg,
        #fff1be 28%
    )!important;
	border-color: rgba(255,255,255,0.3) !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.3) !important;
}