/* TOGGLE BUTTON */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}


/* MOBILE */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 0;
        display: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .menu.active {
        display: flex;
    }

    .actions {
        display: none !important;
    }
    
    
body .hero {
    display: block !important; 
    padding: 26px 5%;
}
body .hero-left {
    max-width: 100% !important;
    margin-top: 36% !important;
}
body .hero-left h1 {
    font-size: 30px !important;
}
body .btn-primary { 
    padding: 6px 10px !important;
}
body .btn-demo{
     padding: 6px 10px !important;
}
.hero-right {
    display: none !important;
}
body .uxf {
    display: block !important;
}
body .uxf__menu {
    width: 100% !important;
}
body .uxf__card {
    padding: 10px 9px !important;
    display: block !important;
}
body .uxf__display {
    margin-top:20px;
    width: 100% !important;
}
body .uxf__content {
    width: 100% !important;
}



}









body .mobile-card {
    width: 85px !important;
    height: 75px !important;
}


body .about-left h2 {
    font-size: 36px;
}
body .hero-left h1 {
    font-size: 38px;
}
body .feature-heading h2{
        font-size: 36px;
}

 











