تصميم الحدائق
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f0f4f8; color: #2c3e50; margin: 0; padding: 20px; display: flex; justify-content: center; } .service-container { background: #ffffff; max-width: 650px; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 8px solid #2ecc71; } .hero-section { padding: 30px; background: linear-gradient(135deg, #ffffff 0%, #f9fffb 100%); } .hero-section h2 { color: #1b5e20; margin-top: 0; font-size: 1.6em; border-bottom: 2px solid #e8f5e9; padding-bottom: 10px; } .description { font-size: 1.1em; line-height: 1.8; margin-bottom: 20px; } .features-grid { display: block; background: #fdfdfd; padding: 20px; border-radius: 10px; border: 1px solid #edf2f7; } .feature-item { margin-bottom: 1…