body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #000;
  color: #fff;
}

a { color: #c78f57; text-decoration: none; transition: 0.3s ease; }
a:hover { color: #c78f57; text-shadow: 0 0 5px rgba(199, 143, 87, 0.7); }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
.site-header {
  position: fixed;
  top: 0; left: 0; width: 100%;
  background-color: #000; z-index: 1000;
  border-bottom: 2px solid #1F3345; padding: 10px 20px;
}
.header-inner { display: flex; justify-content: space-between; align-items: center; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; justify-content: space-around;
  width: 30px; height: 22px; background: none; border: none; cursor: pointer; z-index: 1100;
}
.hamburger span {
  display: block; height: 3px; width: 100%; background-color: #c78f57; border-radius: 2px; transition: all 0.3s;
}

/* Logo */
.logo-wrapper { display: flex; }
.logo { height: 70px; width: auto; }

/* Nav */
.nav-links {
  list-style: none; display: flex; gap: 30px; margin: 0; padding: 0;
}
.nav-links a { color: #fff; font-weight: 500; font-size: 16px; }
.nav-links a:hover { color: #c78f57; }

/*Scroll margin top*/
:target {
  scroll-margin-top: 20px;
}

/* Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 60vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  /* NOVO: Stilovi za poluprovidnu pozadinu */
  background: rgba(40, 40, 40, 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c78f57
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero .btn-get-started {
  background: #c78f57;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, #c78f57, transparent 20%);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 400;
  color: var(--default-color);
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
    color: #c78f57
  }

  .hero p {
    font-size: 18px;
    color: #c78f57
  }
}
/* O NAMA */
.onama {
  background-color: #1F3345;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.onama h2 {
  color: #c78f57;
  margin-bottom: 30px;
}

.onama-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1600px;
  margin: 0 auto;
}

.onama-box {
  background-color: #0f1a24;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  flex: 1;
}

.onama-box p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}

.onama-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.onama-image-box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .onama-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .onama-box {
    margin-bottom: 20px;
    max-width: 900px;
  }
 
  .onama-image-box {
    display: none;
  }
}

/* SLIDER */
.premium-slider { position: relative; width: 100%; overflow: hidden; }
.slides-wrapper { position: relative; width: 100%; height: 500px; }
.slides-wrapper img { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity 1s, transform 1s; }
.slides-wrapper img.active { opacity: 1; transform: scale(1); }

/* Strelice */
.premium-slider .prev, .premium-slider .next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background-color: rgba(199,143,87,0.7); color: #fff; border: none; font-size: 2rem;
  padding: 12px 16px; cursor: pointer; border-radius: 50%; z-index: 10; transition: background-color 0.3s, transform 0.3s;
}
.premium-slider .prev:hover, .premium-slider .next:hover { background-color: #c78f57; transform: translateY(-50%) scale(1.1); }
.premium-slider .prev { left: 20px; }
.premium-slider .next { right: 20px; }

/* Tačkice */
.dots { position: absolute; bottom: 20px; width: 100%; text-align: center; z-index: 10; }
.dot { height: 14px; width: 14px; margin: 0 6px; display: inline-block; border-radius: 50%; background-color: rgba(199,143,87,0.5); cursor: pointer; transition: background-color 0.3s, transform 0.3s; }
.dot.active { background-color: #c78f57; transform: scale(1.2); }

/*Font*/
.premium-slider h2 { text-align: center; color: #c78f57; margin-bottom: 30px; }

/* USLUGE */
.usluge { padding: 60px 20px; background-color: #111; color: #fff; }
.usluge h2 { text-align: center; color: #c78f57; margin-bottom: 30px; }
.usluge-lista { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 15px; list-style: none; padding: 0; }
.usluge-lista li { background-color: #1F3345; padding: 15px; border-radius: 8px; font-size: 18px; display: flex; align-items: center; gap: 10px; transition: 0.3s ease; }
.usluge-lista li:hover { transform: translateY(-5px); background-color: #283f55; }

/* FOOTER */
.footer { background-color: #1F3345; color: white; padding: 40px 0; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 40px; }
.footer-col { flex: 1; min-width: 250px; }
.footer h3 { color: #c78f57; margin-bottom: 15px; }
.footer a { color: white; } .footer a:hover { color: #c78f57; }
.copyright { text-align: center; margin-top: 20px; font-size: 14px; border-top:1px solid rgba(255,255,255,0.2); padding-top: 10px; }

/*Scroll to top*/
#scrollToTop {
  display: none; /* skriveno dok se ne skroluje preko JS-a */
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: #c78f57;
  border: none;
  border-radius: 8px; /* ili 0 za potpuno kvadratno */
  cursor: pointer;
  z-index: 1200;
  align-items: center;
  justify-content: center;
}

#scrollToTop svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: transform 0.3s;
}

#scrollToTop:hover svg {
  animation: bounce 0.6s ease infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}



/* RESPONSIVE */
@media(max-width:768px){
  /* Logo levo, hamburger desno */
  .hamburger { display: flex; order:2; }
  .logo-wrapper { order:1; }

  .nav-links {
    position: fixed; top:0; right:-100%; width:70%; height:100%;
    flex-direction: column; background-color: rgba(255,255,255,0.9);
    padding: 80px 20px; transition: right 0.3s; z-index:1050;
  }
  .nav-links.active { right:0; }
  .nav-links li { margin-bottom: 25px; }
  .nav-links li a { color: #c78f57; font-weight: 500; font-size: 18px; }

  .slides-wrapper { height: 300px; }
  .premium-slider .prev, .premium-slider .next { font-size:1.5rem; padding:8px 12px; }
  .dot { height: 12px; width: 12px; margin:0 4px; }
}
