body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #f7f9fc;
    color: #333;
  }
  
  nav {
    background-color: #004080;
    padding: 10px 20px;
    text-align: center;
  }
  
  nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 1rem;
  }
  
  header {
    background-image: url('../images/cistiaren.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  header .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px 20px;
    color: white;
    width: 100%;
  }
  
  header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  header p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  
  .buttons a {
    text-decoration: none;
    background-color: #0066cc;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    margin: 0 10px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  
  .buttons a:hover {
    background-color: #004f99;
  }
  
  .news {
    max-width: 800px;
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: left;
  }
  
  .news h2 {
    color: #004080;
    margin-bottom: 20px;
  }
  
  .news ul {
    list-style-type: none;
    padding: 0;
  }
  
  .news li {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  
  footer {
    background-color: #004080;
    color: white;
    text-align: center;
    padding: 30px 20px;
    font-size: 0.95rem;
  }
  .top-news {
    background-color: #ffe600;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
  }
  
  .scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 35s linear infinite;
    font-size: 0.95rem;
    font-weight: 600;
    color: #000;
  }
  
  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #004080;
    padding: 10px 20px;
    flex-wrap: wrap;
  }
  
  .logo {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
    font-size: 1rem;
  }
  h1, h2 {
    color: #004080;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    background-color: white;
  }
  
  th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 0.95rem;
  }
  
  th {
    background-color: #e0e7ff;
  }
  
  caption {
    caption-side: top;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #004080;
  }
  
  .note {
    font-size: 0.9rem;
    margin-top: 20px;
  }
  footer .hours {
    margin-top: 20px;
    text-align: center;
  }
  
  footer .hours h4 {
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #ffe;
  }
  
  .hours-table {
    display: inline-block;
    text-align: left;
    font-size: 0.95rem;
  }
  
  .hours-table div {
    display: flex;
    justify-content: space-between;
    width: 220px;
    padding: 2px 0;
  }
  
  .discount-box {
    background-color: #ffffff;
    border-left: 5px solid #0066cc;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  .discount-box h2 {
    margin-top: 0;
    color: #004080;
  }
  
  .discount-box ul {
    list-style: disc;
    padding-left: 20px;
  }
  .top-news {
    background-color: #ffe600;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
  }
  
  .scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 35s linear infinite;
    font-size: 0.95rem;
    font-weight: 600;
    color: #000;
  }
  
  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  .site-credit {
    background-color: #f0f0f0;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.85rem;
    color: #555;
    border-top: 1px solid #ddd;
  }
  @media (max-width: 768px) {
    .nav-links {
      flex-direction: column;
      align-items: center;
      margin-top: 10px;
    }
  
    .nav-links a {
      display: block;
      margin: 6px 0;
    }
  
    .buttons a {
      display: block;
      width: 100%;
      max-width: 250px;
      margin: 10px auto;
      text-align: center;
    }
  
    header h1 {
      font-size: 2rem;
    }
  
    header p {
      font-size: 1.2rem;
    }
  }
  .kontakt-header img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
  }
  .page-header {
    background-image: url('../images/cistiaren.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    padding: 120px 20px;
    position: relative;
  }
  
  .header-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
    border-radius: 8px;
    display: inline-block;
  }
  
  .map-container {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .media-story img, .before-after img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
  }
  
  .before-after .ba-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }
  
  .before-after .ba-container div {
    flex: 1 1 300px;
    text-align: center;
  }
  .header-zlavy {
    background-image: url('../images/cistiaren.jpg'); /* ← Nahraď svojím obrázkom */
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    padding: 120px 20px;
    position: relative;
  }
  
  .header-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
    border-radius: 8px;
    display: inline-block;
  }
  .header-overlay p {
    color: white !important;
  }
  
  .header-main,
.header-cennik,
.header-zlavy,
.header-kontakt,
.header-zaujimavosti {
  min-height: 350px;  /* alebo 400px, podľa potreby */
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 120px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
