<!DOCTYPE html>

<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elektrikář – Profesionální Elektro Služby</title>
<style>
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f4f6f9;
  margin: 0;
  padding: 0;
  color: #222;
}


header {
  background: #0a3d62;
  color: white;
  padding: 30px;
  text-align: center;
}

nav {
  background: #0e4f82;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  flex-wrap: nowrap;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 20px;
  padding: 10px 15px;
  border-radius: 6px;
  transition: 0.3s ease;
  white-space: nowrap;
}

nav a:hover {
  background: #ffcc00;
  color: #0a3d62;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

.hero {
  background-color: #0a3d62;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 20px;
}

.hero h2 {
  margin: 20px 0 0;
}

@media (max-width: 600px) {
  nav {
    flex-direction: column;
    gap: 10px;
  }
  nav a {
    margin: 5px 0;
    font-size: 1em;
    padding: 8px 12px;
  }
  .hero {
    height: 200px;
    padding: 10px;
  }
  .hero h2 {
    font-size: 1.2em;
  }
}

section {
  max-width: 1100px;
  margin: 30px auto;
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service-box {
  background: #ffffff;
  border-left: 6px solid #ffcc00;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.service-box h3 {
  margin-top: 0;
  color: #0a3d62;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.gallery img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

footer {
  background: #0a3d62;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}


</style>
</head>
<body>
<header>
<h1>Elektrikář – Kompletní Elektroinstalace</h1>
<p>Profesionální služby – Revize • Montáže • Opravy</p>
</header>

<nav>
<a href="#sluzby">Sluzby</a>
<a href="#kontakt">Kontakt</a>
<a href="https://www.omelka.com/inpage/realizovane-projekty/">Kontakt</a>
<a href="https://www.omelka.com/">Uvod</a>
</nav>

<div class="hero">
<h2>Spolehlivé elektroinstalace pro váš domov i firmu</h2>
</div>

<section id="sluzby">
<h2>Naše služby</h2>
<div class="services">
<div class="service-box">
<h3>⚡ Elektroinstalace</h3>
<p>Kompletní montáže, rozvody, přestavby a opravy elektroinstalace.</p>
</div>
<div class="service-box">
<h3>






