    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      background-color: #f6f6f6;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .logo img {
      height: 100px;
    }

    nav a {
      margin-left: 25px;
      text-decoration: none;
      color:#d63384; 
      font-weight: bold;
      font-size: 1.4rem;
      font-family: sans-serif;
      /* text-transform: uppercase; */
    }

    nav a:hover {
      color: #333;
    }

    section {
      padding: 80px 30px;
      min-height: 100vh;
    }

    .gallery-container {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .gallery-slider {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden;
    }

    .gallery-slides {
      display: flex;
      width: 600%;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .gallery-slide {
      width: 16.666%;
      height: 100%;
      flex-shrink: 0;
    }

    .gallery-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .gallery-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(214, 51, 132, 0.8);
      color: white;
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .gallery-nav:hover {
      background: rgba(214, 51, 132, 1);
      transform: translateY(-50%) scale(1.1);
    }

    .gallery-prev {
      left: 20px;
    }

    .gallery-next {
      right: 20px;
    }

    .gallery-dots {
      display: flex;
      justify-content: center;
      padding: 20px;
      gap: 10px;
      background: white;
    }

    .gallery-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ddd;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .gallery-dot.active {
      background: #d63384;
    }

    footer {
      text-align: center;
      padding: 20px;
      background-color: #f6f6f6;
      color: #777;
      font-size: 14px;
      border-top: 1px solid #ddd;
    }

     #pocetna {
        position: relative;
        height: 100vh;
        background-image: url('/imgs/o_nama.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;
        color: white;
    }

    #pocetna::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1); /* tamni overlay */
        z-index: 0;
    }
    .background-video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      pointer-events: none;
    }

    .background-video.active {
      opacity: 1;
    }

    #pocetna .overlay-content {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 60px;
      max-width: 2000px;
      padding: 30px;
      color: white;
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
      font-family: 'Playfair Display', serif;
      flex-direction: row; /* horizontalni raspored na velikim ekranima */
    }

    #pocetna h1 {
      font-family: 'Yeseva One', serif;
      font-size: 48px;
      margin: 0;
      flex: 1;
      text-align: left;
    }

    .pocetna-tekst {
      display: flex;
      gap: 30px;
      flex: 2;
      text-align: left;
    }

    .pocetna-tekst p {
      flex: 1;
      max-width: max-content;
      font-size: 22px;
      line-height: 1.6;
    }


    #galerija h1 {
      font-size: 36px;
      text-align: center;
      color: #d63384;
      font-family: 'Yeseva One', serif
    }
    
    #o-nama {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 30px;
    /* background-color: #fff; */

    background-color: #fff;
    background-image: url('/imgs/sakura.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 50%;
  }

  #o-nama h1, #o-nama p {
    color: black;
    text-shadow:
      1px 1px 2px white,
    -1px -1px 2px white,
      1px -1px 2px white,
    -1px 1px 2px white;
  }

#o-nama h1 {
    /* color:hotpink; */
  color: #d63384;
  font-family: 'Yeseva One', serif;
  font-size: 58px;
  margin-bottom: 30px;
}

#o-nama p {
  font-size: 22px;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 20px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-subtext {
  font-family: 'Great Vibes', cursive;
  font-size: 18px;
  color: #494949;
  margin-top: 5px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 17px; 
}

#kontakt {
  background-color: #fdf6f9; /* nježna roza */
  padding: 100px 30px;
  text-align: center;
}

#kontakt h1 {
  font-family: 'Yeseva One', serif;
  font-size: 48px;
  margin-bottom: 40px;
    color: #d63384;
  text-transform: uppercase;
}

.contact-details p {
  font-size: 20px;
  margin: 10px 0;
  color: #333;
}

.contact-details a {
  color: #d63384;
  text-decoration: none;
  font-weight: bold;
}

.contact-details a:hover {
  text-decoration: underline;
}

#kontakt {
  background-color: #fdf6f9;
  padding: 100px 30px;
  text-align: center;
  background-image: url('/imgs/culture.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#iskustva {
  background-color: #f8f3f6;
  padding: 100px 30px;
}

#iskustva h1 {
  font-family: 'Yeseva One', serif;
  font-size: 32px;
  margin-bottom: 50px;
  color: #d63384;
  text-align: center;
  /* text-transform: uppercase; */
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-text::before {
  content: '"';
  font-size: 24px;
  color: #d63384;
  font-weight: bold;
}

.testimonial-text::after {
  content: '"';
  font-size: 24px;
  color: #d63384;
  font-weight: bold;
}

.testimonial-author {
  font-weight: bold;
  color: #d63384;
  font-size: 18px;
}

.stars {
  color: #ffd700;
  font-size: 20px;
  margin-bottom: 15px;
}

 section#galerija {
    scroll-margin-top: 80px;
  }

@media (max-width: 1024px) {
  .gallery-container {
    max-width: 90%;
  }
}

@media (prefers-color-scheme: dark) {
  .logo img {
    content: url('logo-white.png');
  }
}

@media (max-width: 768px) {
  .logo-subtext {
    font-size: 16px;
  }

  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  nav a {
    display: block;
    margin: 10px 0;
  }

  .logo img {
    height: 80px;
  }

  #pocetna h1,
  #o-nama h1,
  #iskustva h1,
  #kontakt h1 {
    font-size: 36px;
  }

  #pocetna p,
  #o-nama p,
  #iskustva p,
  #kontakt p {
    font-size: 18px;
  }

  #o-nama,
  #pocetna,
  #iskustva,
  #kontakt {
    padding: 60px 20px;
    background-position: center bottom;
    background-size: cover;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonial-card {
    padding: 20px;
  }

  /* #kontakt {
    background-image: none; 
  } */

  .contact-card {
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .gallery-container {
    max-width: 95%;
  }

  .gallery-slider {
    height: 300px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  #pocetna .overlay-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .background-video {
    /* object-position: center; */
    display: none !important;
  }
  #pocetna h1 {
    text-align: center;
  } 

  .pocetna-tekst {
    flex-direction: column;
    text-align: center;
  }

  .pocetna-tekst p {
    text-align: center;
  }

  section#o-nama {
    scroll-margin-top: 80px;
  }

  section#galerija {
    scroll-margin-top: 140px;
  }
   section#kontakt {
    scroll-margin-top: 100px;
  }

  section {
    scroll-margin-top: 120px;
  }
}