Master the Markets for Just ₹99

Join StockDaddy Gomti Nagar’s Expert-Led Stock & Forex Masterclass — Every Saturday!
shape
shape
shape
shape
shape
shape
StockDaddy - Disclaimer System ⚠️ Important Risk Warning & Disclaimer

Click the disclaimer link above to view the popup

Why Attend This Masterclass?

  • Learn Stock & Forex Basics from Certified Experts
  • Real-World Trading Strategies Simplified
  • Classroom-Based Training in Lucknow
  • Ideal for Beginners with Zero Experience
  • Affordable Entry – Just ₹99

What You’ll Learn

  • Introduction to Stock & Forex Markets 
  • Understanding Indicators & Charts 
  • How to Plan Trades & Minimize Risks 
  • Emotional & Money Management in Trading
  • Tools & Resources Every Trader Must Know

Who Should Join?

  • Students looking to explore trading
  • Beginners confused by online content
  • Working professionals seeking side income
  • Traders facing consistent losses

About StockDaddy Gomti Nagar

StockDaddy Gomti Nagar is Lucknow’s premium stock learning center. We empower students and professionals to master stock and forex trading through structured offline learning experiences and expert mentorship.

Event Details

Venue:

StockDaddy Gomti Nagar Training Centre

5/21, Hausariya Chauraha, Above Family Bazar, 2nd Floor,
Viram Khand 5, Gomti Nagar, Near Jeevan Plaza, Lucknow

Every Saturday
Duration: 2 Hours
Limited Classroom Seats
Fee: ₹99 Only

Contact & Support Info

Have Questions or Need Help?
Reach out to our team for any queries about the masterclass, registration, or venue details. We’re here to assist you every step of the way!
Contact Form Demo

Real Stories. Real Impact.

Hear directly from our happy clients through short video testimonials, authentic feedback, shared straight from their phones to your screen.

Frequently Asked Questions

Absolutely. It’s designed for those with zero prior knowledge.

 Just a notebook, pen, and enthusiasm to learn.

Yes, you’ll get access to our community and options for advanced learning.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Disclaimer Popup</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /*body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }*/

        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }

        .popup-container {
            background: white;
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            max-width: 650px;
            width: 100%;
            max-height: 85vh;
            overflow: hidden;
            position: relative;
            transform: scale(0.9);
            opacity: 0;
            animation: popupAppear 0.3s ease-out forwards;
        }

        @keyframes popupAppear {
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .popup-header {
            background: linear-gradient(135deg, #ff6b6b, #ffd93d);
            padding: 25px 30px;
            text-align: center;
            position: relative;
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            background: rgba(255, 255, 255, 0.3);
            border: none;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: white;
            transition: background 0.3s ease;
        }

        .close-btn:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .warning-icon {
            font-size: 48px;
            margin-bottom: 10px;
            color: white;
        }

        .popup-title {
            color: white;
            font-size: 28px;
            font-weight: 700;
            margin: 0;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .popup-subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            margin-top: 8px;
            font-weight: 500;
        }

        .popup-content {
            padding: 30px;
            max-height: 400px;
            overflow-y: auto;
            line-height: 1.7;
        }

        .popup-content::-webkit-scrollbar {
            width: 6px;
        }

        .popup-content::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .popup-content::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 3px;
        }

        .disclaimer-section {
            margin-bottom: 25px;
        }

        .section-title {
            font-size: 18px;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .section-icon {
            font-size: 20px;
        }

        .risk-warning .section-icon {
            color: #e53e3e;
        }

        .educational .section-icon {
            color: #3182ce;
        }

        .considerations .section-icon {
            color: #38a169;
        }

        .section-content {
            color: #4a5568;
            font-size: 14px;
            text-align: justify;
        }

        .highlight-text {
            background: linear-gradient(120deg, #ffd93d 0%, #ff6b6b 100%);
            color: white;
            padding: 2px 8px;
            border-radius: 15px;
            font-weight: 600;
            font-size: 13px;
            display: inline-block;
            margin: 2px;
        }

        .key-points {
            background: #f7fafc;
            border-left: 4px solid #4299e1;
            padding: 15px 20px;
            margin: 15px 0;
            border-radius: 0 8px 8px 0;
        }

        .key-points ul {
            margin-left: 15px;
            margin-top: 8px;
        }

        .key-points li {
            margin-bottom: 8px;
            color: #2d3748;
            font-size: 13px;
        }

        .popup-footer {
            background: #f8f9fa;
            padding: 20px 30px;
            text-align: center;
            border-top: 1px solid #e9ecef;
        }

        .understand-btn {
            background: linear-gradient(135deg, #4299e1, #3182ce);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
        }

        .understand-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(66, 153, 225, 0.4);
        }

        @media (max-width: 768px) {
            .popup-container {
                margin: 10px;
                max-height: 90vh;
            }
            
            .popup-header {
                padding: 20px;
            }
            
            .popup-title {
                font-size: 24px;
            }
            
            .popup-content {
                padding: 20px;
            }
        }
    </style>
</head>
<body>
    <div class="popup-overlay">
        <div class="popup-container">
            <div class="popup-header">
                <button class="close-btn" onclick="closePopup()">×</button>
                <div class="warning-icon">⚠️</div>
                <h2 class="popup-title">Risk Warning & Disclaimer</h2>
                <p class="popup-subtitle">Important Information - Please Read Carefully</p>
            </div>
            
            <div class="popup-content">
                <div class="disclaimer-section">
                    <h3 class="section-title">
                        <span class="section-icon">🚨</span>
                        Risk Warning and Disclaimer
                    </h3>
                    <div class="section-content">
                        <p><strong>All trading in the stock and forex markets involves a significant risk of loss.</strong> It is important to understand that you may not only lose the principal amount of your investment but potentially <span class="highlight-text">more than your initial investment</span> if you trade on margin.</p>
                        
                        <p style="margin-top: 15px;">This masterclass is <strong>for educational purposes only</strong>. The information and materials provided are not intended to be and do not constitute financial advice, investment advice, trading advice, or any other form of recommendation. We are not investment advisors or financial planners, and we do not provide legal or tax advice.</p>
                        
                        <p style="margin-top: 15px;">You should make your own decisions about your investments and seek advice from an independent financial advisor before making any investment decisions. <strong>StockDaddy does not guarantee any specific outcomes or profits.</strong> Any past performance discussed is not indicative of future results.</p>
                    </div>
                </div>

                <div class="disclaimer-section">
                    <h3 class="section-title">
                        <span class="section-icon">✅</span>
                        Key Considerations for Placement
                    </h3>
                    <div class="key-points">
                        <ul>
                            <li><strong>Prominent Placement:</strong> Do not hide the disclaimer. Place it in a visible location, preferably in a legible font size.</li>
                            <li><strong>Near the Call-to-Action:</strong> Consider placing a short version or a link to the full disclaimer directly below or near the "Register Now" button.</li>
                            <li><strong>Use Bold Text:</strong> Make the text stand out using bold formatting to ensure it catches the user's eye.</li>
                        </ul>
                        <p style="margin-top: 15px; font-style: italic; color: #2d3748;">Adding this content to your landing page will significantly improve your compliance with Google's policies and build greater trust with your potential students.</p>
                    </div>
                </div>
            </div>
            
            <div class="popup-footer">
                <button class="understand-btn" onclick="closePopup()">I Understand & Accept</button>
            </div>
        </div>
    </div>

    <script>
        function closePopup() {
            const popup = document.querySelector('.popup-container');
            popup.style.animation = 'popupDisappear 0.3s ease-in forwards';
            
            setTimeout(() => {
                document.querySelector('.popup-overlay').style.display = 'none';
            }, 300);
        }

        // Add disappear animation
        const style = document.createElement('style');
        style.textContent = `
            @keyframes popupDisappear {
                to {
                    transform: scale(0.9);
                    opacity: 0;
                }
            }
        `;
        document.head.appendChild(style);

        // Close popup when clicking outside
        document.querySelector('.popup-overlay').addEventListener('click', function(e) {
            if (e.target === this) {
                closePopup();
            }
        });

        // Close popup with Escape key
        document.addEventListener('keydown', function(e) {
            if (e.key === 'Escape') {
                closePopup();
            }
        });
    </script>
</body>
</html>