body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; background-color: #f4f7f6; color: #333; }
.hero { background: #2c3e50; color: white; padding: 40px 20px; text-align: center; }
.btn { background: #3498db; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; margin-top: 20px; }
.services { display: flex; flex-wrap: wrap; justify-content: center; padding: 20px; gap: 15px; }
.card { background: white; padding: 15px; border-radius: 8px; width: 180px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.form-container { background: white; padding: 30px; max-width: 400px; margin: 20px auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; }
input, select { width: 100%; padding: 12px; margin: 10px 0; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; }

/* GALERİ DÜZENİ */
.gallery { padding: 40px 20px; text-align: center; background: #fff; border-top: 2px solid #eee; }
.gallery-container { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.photo { width: 300px; background: #f9f9f9; padding: 10px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.photo img { width: 100%; height: auto; border-radius: 5px; display: block; }