/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* Section label with decorative lines */
.vuf-section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
}

.vuf-section-label::before,
.vuf-section-label::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: var(--e-global-color-vuf-forest, #224B28);
    flex-shrink: 0;
}

/* Section label — off-white variant (for use on navy backgrounds) */
.vuf-section-label-light {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
}

.vuf-section-label-light::before,
.vuf-section-label-light::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: var(--e-global-color-vuf-off-white, #F9F9FF);
    flex-shrink: 0;
}

/* Section label — left aligned with single left line */
.vuf-section-label-left,
.vuf-section-label-left .elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    color: var(--e-global-color-vuf-forest, #224B28);
}

.vuf-section-label-left::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: var(--e-global-color-vuf-forest, #224B28);
    flex-shrink: 0;
}

/* Hero label — applied to an Elementor Heading widget via CSS Classes */
.vuf-hero-label .elementor-heading-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    padding: 8px 18px 8px 14px;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
}

.vuf-hero-label .elementor-heading-title::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bfefbe;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(191, 239, 190, 0.25);
}