.elementor-5216 .elementor-element.elementor-element-5483c23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5216 .elementor-element.elementor-element-7d4f061{--spacer-size:30px;}.elementor-5216 .elementor-element.elementor-element-d755a5e{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-158f977 */.header {
            text-align: center;
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 3px solid #667eea;
        }
        
        .header h1 {
            font-size: 42px;
            color: #2d3748;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .header .subtitle {
            font-size: 20px;
            color: #667eea;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .header p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .timeline {
            position: relative;
            padding: 20px 0;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
        }
        
        .phase {
            margin-bottom: 60px;
        }
        
        .phase-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .phase-title {
            display: inline-block;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 22px;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }
        
        .step {
            display: flex;
            margin-bottom: 40px;
            position: relative;
            align-items: flex-start;
        }
        
        .step:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        .step-content {
            width: 45%;
            background: #f7fafc;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }
        
        .step:nth-child(even) .step-content {
            margin-left: auto;
        }
        
        .step-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
        }
        
        .step-number {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
            border: 4px solid white;
            z-index: 10;
        }
        
        .step-title {
            font-size: 18px;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .step-duration {
            display: inline-block;
            background: #667eea;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .step-description {
            color: #555;
            line-height: 1.7;
            font-size: 15px;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 50px;
            border-radius: 20px;
            text-align: center;
            margin-top: 60px;
        }
        
        .cta-section h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }
        
        .cta-section p {
            font-size: 18px;
            margin-bottom: 30px;
            opacity: 0.95;
        }
        
        .cta-button {
            display: inline-block;
            background: white;
            color: #667eea;
            padding: 18px 45px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }
        
        .footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #e2e8f0;
            color: #666;
        }
        
        .stats {
            display: flex;
            justify-content: space-around;
            margin: 40px 0;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .stat-box {
            text-align: center;
            padding: 25px;
            background: #f7fafc;
            border-radius: 15px;
            min-width: 200px;
        }
        
        .stat-number {
            font-size: 36px;
            font-weight: 700;
            color: #667eea;
            margin-bottom: 8px;
        }
        
        .stat-label {
            font-size: 14px;
            color: #666;
            font-weight: 600;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 30px 20px;
            }
            
            .header h1 {
                font-size: 28px;
            }
            
            .timeline::before {
                left: 30px;
            }
            
            .step {
                flex-direction: column !important;
                padding-left: 80px;
            }
            
            .step:nth-child(even) .step-content {
                margin-left: 0;
            }
            
            .step-content {
                width: 100%;
            }
            
            .step-number {
                left: 30px;
                width: 50px;
                height: 50px;
                font-size: 18px;
            }
            
            .stats {
                flex-direction: column;
            }
        }/* End custom CSS */