
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f4f4f4; color: #333; }
header { background: #000; color: white; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; }
.logo { height: 40px; }
.contact-btn { background: #fff; color: #000; padding: 8px 16px; text-decoration: none; border-radius: 4px; }
.banner img { width: 100%; max-height: 400px; object-fit: cover; }
.company-info, .products, .location { padding: 40px 20px; text-align: center; }
.product-section { display: flex; justify-content: center; gap: 20px; margin: 20px 0; flex-wrap: wrap; }
.product-section img { width: 200px; height: 200px; object-fit: cover; cursor: pointer; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }
.location img { width: 100%; max-width: 600px; border-radius: 10px; margin: 20px 0; }
footer { background: #222; color: white; text-align: center; padding: 20px; }
