.elementor-15 .elementor-element.elementor-element-da70583{--display:flex;}.elementor-15 .elementor-element.elementor-element-da70583:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-da70583 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5F8;}.elementor-15 .elementor-element.elementor-element-fc10d1f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-01e3ab8{--display:flex;}.elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img{border-color:var( --e-global-color-primary );}.elementor-widget-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-15 .elementor-element.elementor-element-04a329c .hfe-site-logo-container, .elementor-15 .elementor-element.elementor-element-04a329c .hfe-caption-width figcaption{text-align:left;}.elementor-15 .elementor-element.elementor-element-04a329c .hfe-site-logo .hfe-site-logo-container img{width:70%;}.elementor-15 .elementor-element.elementor-element-04a329c .widget-image-caption{margin-top:0px;margin-bottom:0px;}.elementor-15 .elementor-element.elementor-element-04a329c .hfe-site-logo-container .hfe-site-logo-img{border-style:none;}.elementor-15 .elementor-element.elementor-element-40b7b5d{--display:flex;--justify-content:center;}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-da70583{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-01e3ab8{--width:40%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-04a329c .hfe-site-logo .hfe-site-logo-container img{width:100%;}.elementor-15 .elementor-element.elementor-element-40b7b5d{--width:50%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-041f794{--lottie-container-width:100%;}}/* Start custom CSS for container, class: .elementor-element-da70583 *//* ❤️ Romantic Animated Header */
.keya {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #FFF5F8,
        #FFE4EE,
        #FFF5F8
    );
    background-size: 300% 300%;
    animation: romanticHeader 8s ease infinite;
}

/* ✨ Floating Glow */
.keya::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -90px;
    left: -90px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    filter: blur(30px);
    animation: softGlow 6s ease-in-out infinite;
}

/* 🌸 Second Glow */
.keya::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    bottom: -80px;
    background: rgba(255,182,203,0.35);
    border-radius: 50%;
    filter: blur(25px);
    animation: softGlow2 7s ease-in-out infinite;
}

/* Background Animation */
@keyframes romanticHeader {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Glow Animation */
@keyframes softGlow {
    0%,100% {
        transform: translate(0,0) scale(1);
        opacity: .5;
    }
    50% {
        transform: translate(120px,40px) scale(1.3);
        opacity: .9;
    }
}

@keyframes softGlow2 {
    0%,100% {
        transform: translate(0,0) scale(1);
        opacity: .4;
    }
    50% {
        transform: translate(-100px,-40px) scale(1.25);
        opacity: .8;
    }
}/* End custom CSS */