
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f9f9f9; }
header, footer { background: #007bff; color: white; text-align: center; padding: 1rem; }
nav a { margin: 0 1rem; color: white; text-decoration: none; }
.logo { height: 50px; vertical-align: middle; }
.hero { padding: 3rem 1rem; background: #e9f2ff; text-align: center; }
.hero img { width: 100px; }
.hero h1 { font-size: 2.5rem; color: #007bff; }
.services { padding: 2rem; text-align: center; }
.services h2 { color: #007bff; margin-bottom: 2rem; }
.service-item { display: flex; align-items: center; background: white; margin-bottom: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); padding: 1rem; max-width: 800px; margin-left: auto; margin-right: auto; }
.service-item img { width: 80px; height: 80px; margin-right: 1rem; object-fit: cover; border-radius: 8px; }
.service-text { text-align: left; }
.service-text h3 { margin: 0 0 0.5rem; color: #007bff; }
footer p { margin: 0.5rem 0; }
.container { max-width: 800px; margin: 2rem auto; padding: 1rem; background: white; border-radius: 8px; }
