body { font-family: 'Helvetica Neue', sans-serif; margin: 0; padding: 0; color: #333; background-color: #f4f4f4; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px; } .section-title { font-size: 32px; font-weight: bold; text-align: center; margin-bottom: 20px; } p { font-size: 16px; line-height: 1.6; margin-bottom: 20px; } /* Hero Section */ .hero { text-align: center; padding: 80px 20px; background-color: #222; color: #fff; } .hero-title { font-size: 48px; margin-bottom: 10px; } .hero-subtitle { font-size: 20px; margin-bottom: 20px; } .cta-button { background-color: #ff6b6b; color: #fff; padding: 12px 24px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .cta-button:hover { background-color: #ff3b3b; } /* About Section */ .about { background-color: #fff; padding: 60px 20px; text-align: center; } /* Services Section */ .services { background-color: #f9f9f9; padding: 60px 20px; text-align: center; } .service-list { display: flex; justify-content: space-around; list-style-type: none; padding: 0; } .service-item { width: 30%; } .service-item h3 { font-size: 24px; margin-bottom: 10px; } /* Portfolio Section */ .portfolio { background-color: #fff; padding: 60px 20px; } .portfolio-grid { display: flex; justify-content: space-between; } .portfolio-item { width: 30%; background-color: #f9f9f9; padding: 20px; text-align: center; } .portfolio-item img { width: 100%; height: auto; margin-bottom: 10px; } .portfolio-item h4 { font-size: 20px; margin-bottom: 10px; } /* Contact Section */ .contact { background-color: #222; color: #fff; padding: 60px 20px; text-align: center; } .contact p { margin-bottom: 20px; }