.elementor-13834 .elementor-element.elementor-element-1a7f77f{--display:flex;}.elementor-13834 .elementor-element.elementor-element-017dc32{line-height:2.2em;}/* Start custom CSS */header h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
        }
        
        header p {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .content {
            padding: 40px;
        }
        
        .intro {
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid #eaeaea;
            text-align: center;
        }
        
        .intro p {
            font-size: 1.1rem;
            margin-bottom: 20px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .section-title {
            color: #283593;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #283593;
            text-align: center;
            font-size: 2rem;
        }
        
        .three-pillars {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin: 40px 0;
        }
        
        .pillar {
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .pillar:hover {
            transform: translateY(-5px);
        }
        
        .pillar-header {
            padding: 25px;
            text-align: center;
            color: white;
        }
        
        .innovation-header {
            background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%);
        }
        
        .market-header {
            background: linear-gradient(135deg, #1565c0 0%, #42a5f5 100%);
        }
        
        .national-header {
            background: linear-gradient(135deg, #c2185b 0%, #e91e63 100%);
        }
        
        .pillar-header i {
            font-size: 3rem;
            margin-bottom: 15px;
        }
        
        .pillar-header h3 {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }
        
        .pillar-body {
            padding: 25px;
        }
        
        .pillar-body h4 {
            color: #283593;
            margin-bottom: 15px;
            border-left: 4px solid #283593;
            padding-left: 10px;
        }
        
        .evidence-list {
            list-style-type: none;
            margin: 15px 0;
        }
        
        .evidence-list li {
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }
        
        .evidence-list li:before {
            content: "•";
            color: #283593;
            font-weight: bold;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
            font-size: 1.2rem;
        }
        
        .example-box {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 20px;
            margin: 15px 0;
        }
        
        .example-title {
            color: #283593;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .visual-connection {
            text-align: center;
            margin: 50px 0;
            position: relative;
        }
        
        .connection-circle {
            width: 200px;
            height: 200px;
            margin: 0 auto;
            background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
            position: relative;
            z-index: 2;
        }
        
        .connection-line {
            position: absolute;
            top: 100px;
            left: 50%;
            width: 80%;
            height: 4px;
            background: #283593;
            transform: translateX(-50%);
            z-index: 1;
        }
        
        .connection-point {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #283593;
            border-radius: 50%;
            top: 90px;
        }
        
        .point-1 {
            left: 15%;
        }
        
        .point-2 {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .point-3 {
            right: 15%;
        }
        
        .connection-label {
            position: absolute;
            top: 120px;
            font-weight: bold;
            color: #283593;
        }
        
        .label-1 {
            left: 15%;
            transform: translateX(-50%);
        }
        
        .label-2 {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .label-3 {
            right: 15%;
            transform: translateX(50%);
        }
        
        .application-tips {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin: 40px 0;
        }
        
        .tip-card {
            background: #f5f7ff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
        }
        
        .tip-card:hover {
            transform: translateY(-5px);
        }
        
        .tip-card h3 {
            color: #283593;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .tip-card h3 i {
            color: #283593;
        }
        
        .checklist {
            background: #fff3e0;
            border-radius: 12px;
            padding: 25px;
            margin: 40px 0;
        }
        
        .checklist h3 {
            color: #e65100;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .checklist-items {
            list-style-type: none;
        }
        
        .checklist-items li {
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
        }
        
        .checklist-items li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: -2px;
            width: 25px;
            height: 25px;
            background: #ff9800;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
        .conclusion {
            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
            padding: 40px;
            border-radius: 12px;
            margin: 50px 0;
            text-align: center;
        }
        
        .conclusion h2 {
            color: #2e7d32;
            margin-bottom: 20px;
        }
        
        .conclusion p {
            font-size: 1.1rem;
            margin-bottom: 15px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        footer {
            background: #1a237e;
            color: white;
            text-align: center;
            padding: 30px;
            margin-top: 50px;
        }
        
        @media (max-width: 768px) {
            header {
                padding: 30px 20px;
            }
            
            .content {
                padding: 30px 20px;
            }
            
            .three-pillars {
                flex-direction: column;
                align-items: center;
            }
            
            .pillar {
                width: 100%;
            }
            
            .application-tips {
                grid-template-columns: 1fr;
            }
            
            .connection-circle {
                width: 150px;
                height: 150px;
                font-size: 1.2rem;
            }
            
            .connection-line {
                width: 90%;
            }
        }/* End custom CSS */