#tm-dialog-mobile .uk-modal-body
{
    background-image: url(/wp-content/uploads/2025/07/Menu.png);
    background-size: cover;
}
#tm-dialog-mobile .uk-close 
{
    color:white;
}
.tm-header-mobile .uk-navbar-toggle-icon
{
    color:white;
}
/* .fp-overflow
{
	padding-top:80px !important;
}

html.fp-enabled footer {
    overflow: visible !important;
} */


.section
{
    position:  relative !important;
    transform-origin: top !important;
    transform: scaleY(0);
    transition: all 1s ease;

}


.section.active-animate {
    transform: scaleY(1);
    z-index: 2;
} 

footer .section 
{
    opacity: 1 !important;
    transform: scaleY(1) !important;
}
@media(max-width:768px) {

    .section
    {
        transform: scaleY(1) !important;
    }
}