/* ====== OSNOVNO ====== */
/*TEST PROMENA*/
/*test*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #f5efe6;
  color: #2b2b2b;
  line-height: 1.6;
}

/* ====== LOGO / HEADER ====== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #f5efe6;
}

.nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: #2b2b2b;
  font-size: 14px;
}

.nav-btn {
  background-color: #c8a98d;
  padding: 8px 14px;
  border-radius: 20px;
  color: white;
}

.logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 50%;
  background-color: #f5efe6;
  padding: 8px;
}


/* ====== HERO ====== */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 10%;
  gap: 40px;
}

.hero-text {
  max-width: 500px;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.hero-btn {
  background-color: #d4a373;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}

.hero-btn:hover {
  background-color: #b5835a;
}

.hero-image img {
  width: 400px;
  border-radius: 20px;
}

.btn:hover {
  background-color: #b89578;
}

/* ====== SECTIONS ====== */
section {
  padding: 70px 20px;
  text-align: center;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

/* ====== HOW IT WORKS ====== */
.steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  margin: auto;
}

/* ====== WHY CHOOSE ====== */
.why ul {
  list-style: none;
  max-width: 600px;
  margin: auto;
}

.why li {
  margin-bottom: 10px;
}

/* ====== GALLERY ====== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}

.gallery-grid img {
  width: 100%;
  height: 360px;   /*  VEĆA VISINA */
  object-fit: cover;
  border-radius: 30px;
  transition: 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.03);
}

/* ====== PRICE ====== */
.price {
  background-color: #e8dccd;
}

/* ====== ABOUT ====== */
.about p {
  max-width: 800px;
  margin: auto;
  white-space: pre-line;
}

/* ====== FAQ ====== */
.faq p {
  max-width: 700px;
  margin: 10px auto;
}

/* ====== CONTACT ====== */
.contact {
  background-color: #e8dccd;
}

/* ====== FOOTER ====== */
.footer {
  padding: 30px;
  text-align: center;
  font-size: 14px;
}

.contact a {
  color: #2b2b2b;
  text-decoration: none;
  border-bottom: 1px solid #c8a98d;
  transition: 0.3s;
}

.contact a:hover {
  opacity: 0.7;
}

.details {
  max-width: 500px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 2.2;
  text-align: left;
  letter-spacing: 0.2px;
}

.details a {
  color: #2b2b2b;
  text-decoration: none;
  border-bottom: 1px solid #c8a98d;
}

.details a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-grid img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    gap: 10px;
  }

  .nav {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .details {
    max-width: 90%;
  }
}

.btn {
  display: inline-block;
  background-color: #d4a373;
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn:hover {
  background-color: #b5835a;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-image img {
    width: 100%;
  }
}

.why {
  position: relative;
}

/* samo tekst ide u flex */
.why-content {
  display: flex;
}

/* TEXT */
.text {
  flex: 1;
}

/* STICKER OVERLAY */
.sticker {
  position: absolute !important;

  width: 120px !important;
  height: auto !important;

  left: 440px !important;
  top: 180px;
  bottom: auto;

  
  z-index: 9999;
   

}
 .sticker {
  opacity: 0.85;
  filter: none;
  }

/* POZICIJA ZA WHY */
.sticker-why {
  position: absolute;
  top: 25%;
  right: -20px;
}



.sticker-price {
  position: absolute;

  width: 120px;

  top: 560px;

  
  left: 200px;     /* ugasi left */

  transform: rotate(2deg);
  

  z-index: 10;
  
}

.price {
  position: relative;
}

@media (max-width: 768px) {

  .sticker {
    width: 80px; /* manji stikeri */
  }

  .sticker-why,
  .sticker-price {
    left: 20px !important;
    right: auto !important;
    top: auto !important;
    bottom: -20px; /* ispod teksta */
    
    transform: rotate(0deg); /* da ne smeta na malom ekranu */
  }

}



