/* white you custom css code here. only css code will work */

.header-area.construction-home.header-bg-04:after {
    background-image: linear-gradient(100deg, green, transparent);
    background-color: transparent;
}


/* Mobile menu (white background) */
@media (max-width: 768px) {
    .menu {
        background-color: white;
        color: black;
    }
}