Agricultural Consulting
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f8f9fa; color: #2c3e50; margin: 0; padding: 20px; display: flex; justify-content: center; } .consultancy-card { background: #ffffff; max-width: 650px; border-radius: 15px; box-shadow: 0 12px 24px rgba(0,0,0,0.1); overflow: hidden; border-top: 6px solid #ff9800; } .header { background-color: #fff3e0; padding: 25px; text-align: center; } .header h2 { margin: 0; color: #e65100; font-size: 1.5em; } .content { padding: 30px; } .intro { font-size: 1.1em; line-height: 1.8; margin-bottom: 25px; text-align: justify; } .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; } .service-box { background: #fdfdfd; border: 1px solid #eee; padding: 12px; border-radius: 8px; disp…