/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child Theme
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.1.0
Text Domain: hello-elementor-child
*/

/* Header */

.hfe-nav-menu-icon svg {
    height: 28px !important;
}

#main-header {
    background: rgba(255, 255, 255, 0.65);

    box-shadow:
        0px 8px 16px 0px #635B4F14,
        0px 32px 32px 0px #635B4F0A,
        0px 60px 40px 0px #635B4F05,
        0px 96px 48px 0px #635B4F03;

    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

/* Global CSS */

.eyebrow-tag {
    background:
        linear-gradient(#faf2e4, #faf2e4) padding-box,
        linear-gradient(
            90deg,
            rgba(211, 254, 115, 0) 13.05%,
            #D3FE73 50%,
            rgba(211, 254, 115, 0) 94.55%
        ) border-box;

    box-shadow:
        inset 0 -1px 0 rgb(211 254 115 / 25%),
        inset 0 1px 0 rgb(211 254 115 / 28%);
}


