.elementor-36962 .elementor-element.elementor-element-b71a271{--display:flex;}/* Start custom CSS for html, class: .elementor-element-20e4a86 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .header {
            text-align: center;
            margin-bottom: 40px;
            background: linear-gradient(135deg, #2d5a27, #4a8c3e);
            color: white;
            padding: 40px 20px;
            border-radius: 10px;
        }
        
        .header h1 {
            font-size: 3em;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .header p {
            font-size: 1.2em;
            opacity: 0.9;
        }
        
        .section {
            margin-bottom: 50px;
            background: #f9f9f9;
            padding: 30px;
            border-radius: 10px;
            border-left: 5px solid #4a8c3e;
        }
        
        .section h2 {
            color: #2d5a27;
            font-size: 2.2em;
            margin-bottom: 20px;
            border-bottom: 2px solid #4a8c3e;
            padding-bottom: 10px;
        }
        
        .section h3 {
            color: #4a8c3e;
            font-size: 1.5em;
            margin: 25px 0 15px 0;
        }
        
        .section h4 {
            color: #2d5a27;
            font-size: 1.2em;
            margin: 20px 0 10px 0;
        }
        
        .intro-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .intro-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-top: 4px solid #4a8c3e;
        }
        
        .intro-card h4 {
            color: #2d5a27;
            margin-bottom: 10px;
        }
        
        .supplies-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .supply-category {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .supply-category h4 {
            background: #4a8c3e;
            color: white;
            padding: 10px;
            margin: -20px -20px 15px -20px;
            border-radius: 8px 8px 0 0;
        }
        
        .checklist {
            list-style: none;
            padding-left: 0;
        }
        
        .checklist li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 25px;
        }
        
        .checklist li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4a8c3e;
            font-weight: bold;
        }
        
        .environment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .env-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-left: 4px solid #4a8c3e;
        }
        
        .env-card h4 {
            color: #2d5a27;
            margin-bottom: 10px;
        }
        
        .technique-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .technique-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-top: 4px solid #4a8c3e;
        }
        
        .technique-card h4 {
            color: #2d5a27;
            margin-bottom: 10px;
        }
        
        .germination-steps {
            counter-reset: step-counter;
        }
        
        .step {
            background: white;
            margin: 15px 0;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #4a8c3e;
            counter-increment: step-counter;
            position: relative;
        }
        
        .step:before {
            content: "Step " counter(step-counter);
            position: absolute;
            top: -10px;
            left: 15px;
            background: #4a8c3e;
            color: white;
            padding: 5px 15px;
            border-radius: 15px;
            font-size: 0.9em;
            font-weight: bold;
        }
        
        .step h4 {
            margin-top: 10px;
            color: #2d5a27;
        }
        
        .pest-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .pest-category {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .pest-category h4 {
            background: #d32f2f;
            color: white;
            padding: 10px;
            margin: -20px -20px 15px -20px;
            border-radius: 8px 8px 0 0;
            text-align: center;
        }
        
        .problem-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .problem-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-left: 4px solid #ff9800;
        }
        
        .problem-card h4 {
            color: #e65100;
            margin-bottom: 10px;
        }
        
        .highlight {
            background: #fff3cd;
            border: 1px solid #ffeeba;
            color: #856404;
            padding: 15px;
            border-radius: 5px;
            margin: 15px 0;
        }
        
        .website-link {
            color: #4a8c3e;
            font-weight: bold;
            text-decoration: none;
        }
        
        .website-link:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2em;
            }
            
            .section h2 {
                font-size: 1.8em;
            }
            
            .intro-grid,
            .supplies-grid,
            .environment-grid,
            .technique-grid,
            .pest-grid,
            .problem-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */