Foundational plant tissue culture training

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #fcfdfc; color: #2c3e50; margin: 0; padding: 20px; display: flex; justify-content: center; } .training-card { background: #ffffff; max-width: 650px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #e8eee9; overflow: hidden; } .header-section { background-color: #1b5e20; color: #ffffff; padding: 25px; text-align: center; } .header-section h2 { margin: 0; font-size: 1.5em; font-weight: 600; } .body-section { padding: 30px; } .section-title { color: #2e7d32; font-weight: bold; margin-bottom: 15px; display: flex; align-items: center; font-size: 1.1em; } .section-title::before { content: ""; width: 4px; height: 18px; background: #81c784; margin-left: 10px; border-radius: 2px;…