.elementor-51 .elementor-element.elementor-element-70b24fc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-31cf3f3 *//* --- TEXT & INTERFACE OPTIMIZATION --- */

/* Main Title "TRADE WITH MUNAAF" */
.main-title { 
    font-size: 26px; 
    font-weight: 900; 
    color: #ff7a00; 
    text-transform: uppercase; 
    margin-bottom: 8px; 
    letter-spacing: 1px; /* Text saaf dikhne ke liye gap */
    line-height: 1.2;
}

/* Sub Title "NIFTY • BANKNIFTY • OPTIONS" */
.sub-title { 
    font-size: 14px; 
    font-weight: 700; 
    color: #ffffff;
    margin-bottom: 8px; 
    letter-spacing: 1.5px; 
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Tagline "Daily Intraday Trading Signals..." */
.tagline { 
    font-size: 13px; 
    color: #9ca3af; 
    margin-bottom: 25px; 
    font-weight: 500;
}

/* --- HIGH CONVERTING GREEN BUTTONS --- */
.btn-green {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Icon aur text ke beech perfect spacing */
    background: #00c853;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 24px; /* Button ke andar bada aur clear text dikhane ke liye padding */
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.35);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

/* Button Hover Effect */
.btn-green:hover { 
    background: #00b24a; 
    transform: translateY(-2px); /* Halki si lift premium look ke liye */
    box-shadow: 0 6px 20px rgba(0, 200, 83, 0.55);
}

/* Active State (Jab user click karega) */
.btn-green:active {
    transform: translateY(0);
}

/* --- TRUST & FEATURES TEXT --- */
.trust-box { 
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid rgba(255, 255, 255, 0.06); 
    border-radius: 12px; 
    padding: 14px; 
    margin-bottom: 25px; 
    font-size: 14px; 
    color: #e5e7eb;
    line-height: 1.6;
    font-weight: 600;
}

.features-list { 
    text-align: left; 
    max-width: 310px; 
    margin: 0 auto 25px auto; 
    list-style: none; 
}

.features-list li { 
    font-size: 14px; 
    margin-bottom: 12px; 
    display: flex; 
    align-items: center;
    gap: 10px; 
    color: #e5e7eb; 
    font-weight: 500;
}

.features-list li span { 
    color: #00c853; 
    font-weight: bold; 
    font-size: 16px;
}

/* Bottom Alert & Risk Text */
.alert-text { 
    font-size: 14px; 
    color: #ffcc00; 
    margin-bottom: 10px; 
    font-weight: 600; 
    letter-spacing: 0.5px;
}

.info-text { 
    font-size: 12px; 
    color: #9ca3af; 
    margin-bottom: 10px; 
    font-weight: 500;
}

.risk-text { 
    font-size: 11px; 
    color: #6b7280; 
    margin-bottom: 25px; 
    line-height: 1.4;
}

/* Footer Agency Tag */
.footer-credits { 
    font-size: 12px; 
    color: #6b7280; 
    border-top: 1px solid rgba(255, 255, 255, 0.06); 
    padding-top: 18px; 
    font-weight: 500;
}

.footer-credits a { 
    color: #3b82f6; 
    text-decoration: none; 
    font-weight: 600;
}/* End custom CSS */