.elementor-14 .elementor-element.elementor-element-9db639e{--display:flex;}.elementor-14 .elementor-element.elementor-element-5813e3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-9db639e{--content-width:85%;}}/* Start custom CSS *//* Custom CSS */
.floating-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.bg-decor {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
}

.bg-decor-1 {
    width: 120px;
    height: 120px;
    top: 15%;
    left: 5%;
    background-image: url('https://baynal.com/wp-content/uploads/2026/07/png1.png');
    animation: float-img-1 12s ease-in-out infinite alternate;
}

.bg-decor-2 {
    width: 160px;
    height: 160px;
    top: 45%;
    right: 4%;
    background-image: url('https://baynal.com/wp-content/uploads/2026/07/png1.png');
    animation: float-img-2 16s ease-in-out infinite alternate;
}

.bg-decor-3 {
    width: 180px;
    height: 180px;
    bottom: 12%;
    right: 8%;
    background-image: url('https://baynal.com/wp-content/uploads/2026/07/png1.png');
    animation: float-img-1 18s ease-in-out infinite alternate-reverse;
}

.bg-decor-4 {
    width: 140px;
    height: 140px;
    bottom: 25%;
    left: 7%;
    background-image: url('https://baynal.com/wp-content/uploads/2026/07/png1.png');
    animation: float-img-2 14s ease-in-out infinite alternate-reverse;
}

@keyframes float-img-1 {
    from { transform: translate(0, 0) rotate(15deg); }
    to { transform: translate(-15px, 25px) rotate(22deg); }
}

@keyframes float-img-2 {
    from { transform: translate(0, 0) rotate(-20deg); }
    to { transform: translate(20px, -20px) rotate(-12deg); }
}/* End custom CSS */