/*
Theme Name:     Astra child
Theme URI:      
Description:    Astra child theme.
Author:         Your Name
Author URI:     https://example.com
Template:       astra
Version:        0.1.0
*/
.invest-now-btn,
.login-btn {
    display: inline-block;
    padding: 12px 24px;
    margin: 10px 0;
    
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.invest-now-btn:hover,
.login-btn:hover {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: #fff !important;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
	fill:var(--ast-global-color-0) !important;
}


