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

.elementor-headline span b {
    font-size: 90%;
	font-weight: 600;
    letter-spacing: -.2rem;
}

.adv-bg {
    background-color: #02010100;
    background-image: url('https://bonbebeclc.org/new/wp-content/uploads/2025/04/hero-bottom-shape-02.png');
    top: 0;
    left: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: inherit;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

@media (min-width: 992px) {
    #menu-main-menu li:hover li a:before {
        background-color: var(--e-global-color-primary);
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease-in-out;
    }
	#menu-main-menu li:hover li:hover a:before {
        width: 10px;
    }
	#menu-main-menu li:hover li:hover a {
        color: var(--e-global-color-primary);
        padding-left: 33px;
    }
}
@media (max-width: 1024px) {
    .elementskit-menu-container {
        max-width: unset !important;
    }
}

.cus-strock-path {
    stroke-width: 5px;
    stroke-dasharray: 30, 20;
    animation: dash 5100s linear infinite;
    animation-play-state: paused;
}

.blob-background:hover .elementor-widget-container svg .cus-strock-path {
    animation-play-state: running;
}

.blob-background .icon {
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: fit-content;
}


@keyframes dash {
    0% {
        stroke-dashoffset: 10000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}