.elementor-13788 .elementor-element.elementor-element-8463b75{--display:flex;}.elementor-13788 .elementor-element.elementor-element-d0c5d36{line-height:2.3em;}/* Start custom CSS */.container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        


        .content {
            padding: 40px;
        }
        
        .intro {
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .intro p {
            font-size: 1.1rem;
            margin-bottom: 20px;
        }
        
        .section-title {
            color: #283593;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #283593;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin: 30px 0;
        }
        
        .benefit-card {
            background: #f5f7ff;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .benefit-card:hover {
            transform: translateY(-5px);
        }
        
        .benefit-card h3 {
            color: #283593;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .benefit-card p {
            color: #555;
        }
        
        .comparison {
            margin: 50px 0;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
        }
        
        .comparison-table th, .comparison-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #eaeaea;
        }
        
        .comparison-table th {
            background-color: #283593;
            color: white;
            font-weight: 600;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .niw-highlight {
            background-color: #e8f5e9 !important;
            color: #2e7d32;
            font-weight: 600;
        }
        
        .steps {
            margin: 50px 0;
        }
        
        .step-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        
        .step-card {
            background: white;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            border-left: 4px solid #283593;
        }
        
        .step-number {
            display: inline-block;
            width: 35px;
            height: 35px;
            background: #283593;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .step-card h3 {
            color: #283593;
            margin-bottom: 15px;
        }
        
        .conclusion {
            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
            padding: 40px;
            border-radius: 8px;
            margin: 50px 0;
        }
        
        .conclusion h2 {
            color: #2e7d32;
            margin-bottom: 20px;
        }
        
        .conclusion p {
            font-size: 1.1rem;
            margin-bottom: 15px;
        }
        
        .resources {
            margin: 40px 0;
        }
        
        .resource-list {
            list-style-type: none;
        }
        
        .resource-list li {
            margin-bottom: 15px;
            padding-left: 25px;
            position: relative;
        }
        
        .resource-list li:before {
            content: "•";
            color: #283593;
            font-weight: bold;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
            font-size: 1.2rem;
        }
        
        .resource-list a {
            color: #283593;
            text-decoration: none;
            font-weight: 500;
        }
        
        .resource-list a:hover {
            text-decoration: underline;
        }
        
        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;
            }
            
            .benefits-grid {
                grid-template-columns: 1fr;
            }
            
            .step-cards {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */