* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
body {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #111;
}

/* ================= LANGUAGE SELECT ================= */
.lang-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}

.lang-container select {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

/* ================= NAVIGATION ================= */
nav {
  width: 100%;
  padding: 20px 60px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.main-menu {
  display: flex;
  gap: 40px;
  list-style: none;
}

.main-menu li {
  position: relative;
}

.main-menu a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  letter-spacing: 1px;
}

.main-menu a:hover {
  color: #c59d5f;
}

/* SUBMENU */
.submenu-items {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 0;
  min-width: 140px;
}

.submenu-items li {
  padding: 8px 20px;
}

.submenu-items a {
  color: #111;
}

.submenu:hover .submenu-items {
  display: block;
}

/* ================= HERO ================= */
.hero {
  height: 105vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* HOME */
.hero-home {
  background-image: url("images/bannerr.jpg");
 height: 400px;}


/* ABOUT */
.hero-about {
  position: relative;
  width: 100%;
  height: 185vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: brightness(1.1) saturate(1.2);
}

.hero-text {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

/* HERO – samo tekst (Preis + Booking) */
.hero-text-only {
  background: none !important;
  height: auto;
  min-height: unset;
  padding: 90px 20px 40px;
}

.hero-text-only .hero-text {
  background: none;
  padding: 0;
  color: #111;
}

.hero-text-only .hero-text h2 {
  color: #111;
  font-size: 42px;
}

.hero-text-only .hero-text p {
  color: #555;
}


.hero-text {
  background: rgba(0,0,0,0.55);
  padding: 40px 60px;
  color: #fff;
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero-text p {
  font-size: 18px;
  letter-spacing: 1px;
}

/* ================= HERO CLOUD (PREIS & BOOKING) ================= */

.hero-cloud {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 70px;
  border-radius: 28px;

  max-width: 570px;
  width: 100%;
  margin: 0 auto;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);

  backdrop-filter: blur(10px);
}

/* Naslov u oblaku */
.hero-cloud h2 {
  color: #111;
  margin-bottom: 16px;
  font-size: 40px;
}

/* Tekst u oblaku */
.hero-cloud p {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ================= HOME INTRO ================= */
.home-intro {
  display: flex;
  gap: 60px;
  padding: 100px 80px;
  align-items: center;
}

.intro-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 500px;
}

.intro-images {
  display: flex;
  gap: 20px;
}

.intro-img {
  width: 260px;
  height: 360px;
  object-fit: cover;
}

/* ================= PACKAGES ================= */
#packages {
  padding: 100px 80px;
  text-align: center;
}

#packages h2 {
  font-size: 36px;
  margin-bottom: 60px;
}

.package {
  display: inline-block;
  width: 300px;
  margin: 20px;
  text-align: center;
}

.package img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.package h3 {
  margin: 20px 0 10px;
}

.package p {
  font-size: 15px;
  margin-bottom: 15px;
}

.package a {
  display: inline-block;
  padding: 10px 22px;
  background: #111;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.package a:hover {
  background: #c59d5f;
}
/* CONTACT SECTION */
.contact-section {
  padding: 80px 20px;
  background: #f8f8f8;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.contact-section a {
  color: #000;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ================= BOOKING FORM CLOUD – ELEGANTNIJI I ŠIRI ================= */
.booking-card {
  background: #e8dfd0; /* elegantna tamnija boja */
  max-width: 800px;    /* širi oblak */
  width: 90%;
  padding: 60px 80px;  /* više prostora unutar oblaka */
  border-radius: 32px; /* veće zaobljenje */
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  text-align: center;  /* centriranje teksta unutar oblaka */
}

/* Fade-in animacija za oblak */
.booking-card {
  opacity: 0;
  transform: translateY(40px);
  animation: bookingCloudFade 0.8s ease forwards;
  animation-delay: 0.2s;
}

@keyframes bookingCloudFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Input polja da budu kontrastna i elegantna */
.booking-card input,
.booking-card select,
.booking-card textarea {
  background: #fff;
  color: #111;
  border: 1px solid #ccc;
}

/* Dugme */
.booking-card .btn-primary {
  background: #111;
  color: #fff;
}

.booking-card .btn-primary:hover {
  background: #c59d5f;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #c59d5f;
}

.btn-primary {
  width: 100%;
  padding: 16px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #c59d5f;
}

/* MOBILE */
@media (max-width: 700px) {
  .form-row {
    flex-direction: column;
  }
}


/* ================= ABOUT ================= */
.about-section {
  padding: 100px 80px;
  max-width: 800px;
  margin: auto;
}

.about-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.8;
}

/* ================= FOOTER ================= */
footer {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 100px;
}
/* ===== ANIMATIONS ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* PACKAGE HOVER */
.package {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.package:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* IMAGE HOVER */
.intro-img {
  transition: transform 0.5s ease;
}

.intro-img:hover {
  transform: scale(1.05);
}

/* BUTTON HOVER */
button, .package a {
  transition: background 0.3s ease, transform 0.3s ease;
}

button:hover, .package a:hover {
  transform: translateY(-2px);
}
.hero-text {
  animation: heroFade 1.2s ease forwards;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-menu a {
  position: relative;
}

.main-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #c59d5f;
  transition: width 0.3s ease;
}

.main-menu a:hover::after {
  width: 100%;
}
.package img {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.package:hover img {
  transform: scale(1.08);
  filter: brightness(0.9);
}
button, .package a {
  position: relative;
  overflow: hidden;
}

button::after, .package a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

button:hover::after, .package a:hover::after {
  width: 200%;
  height: 200%;
}
.packages {
  padding: 100px 20px;
  background: #fdfaf7;
  text-align: center;
}

.packages h2 {
  font-size: 42px;
  margin-bottom: 50px;
  color: #111;
}

.packages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.package {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.package-content {
  padding: 25px;
  text-align: left;
}

.package h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #c59d5f;
}

.package .price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.package ul {
  list-style: disc inside;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.package ul li {
  margin-bottom: 5px;
}

.package a.btn {
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  background: #c59d5f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
}

.package a.btn:hover {
  background: #b47f4b;
  transform: translateY(-3px);
}

.package:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}


/* ===== PACKAGES ===== */
.packages {
  padding: 80px 20px;
  background: #fdfaf7;
}

.packages h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  color: #111;
}

.packages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.package {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.package-content {
  padding: 25px;
  text-align: left;
}

.package h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #c59d5f;
}

.package .price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.package ul {
  list-style: disc inside;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.package a.btn {
  display: inline-block;
  padding: 12px 25px;
  background: #c59d5f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
}

.package a.btn:hover {
  background: #b47f4b;
  transform: translateY(-3px);
}

.package:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}




/* ================= ABOUT CLOUDS ================= */
.about-clouds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 80px 20px;
}

.about-cloud {
  background: rgba(205, 186, 186, 0.382); /* svetlosivi oblak */
  border-radius: 24px;
  padding: 30px 25px;
  width: 280px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-cloud:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.323);
}

.about-cloud h3 {
  font-size: 20px;
  font-weight: 700; /* crni tekst za naslove */
  margin-bottom: 12px;
  color: #111;
}

.about-cloud p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-clouds {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .about-cloud {
    width: 90%;
    padding: 25px 20px;
  }
}

/* ===== FOOTER ===== */
footer {
  background: #111;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}
/* CONTACT CLOUD */
.contact-cloud {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  background: transparent;
}

.contact-card {
  max-width: 1000px;
  width: 100%;
  background: rgba(255, 255, 255, 0.901);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  padding: 60px 70px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

.contact-card h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info p {
  margin-bottom: 28px;
  line-height: 1.7;
}

.contact-info a {
  text-decoration: none;
  color: #000;
}

.contact-text {
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.9;
}

/* ================= ICONS ================= */
.icon {
  display: inline-block;
  width: 30px;               /* dimenzija ikone */
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;        /* okrugla pozadina */
  background-color: #d9d9d9; /* siva pozadina za sve ikone */
  background-size: 60%;      /* slika zauzima 60% prostora */
  background-repeat: no-repeat;
  background-position: center;
}

/* Specifične ikone */
.icon.mail {
  background-image: url("images/mail.png") !important;
}

.icon.phone {
  background-image: url("images/phone.png") !important;
}

.icon.instagram {
  background-image: url("images/insta.png") !important;
}



/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* CONTACT CLOUD */
.contact-cloud {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.contact-card {
  max-width: 1000px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 50px 60px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* HOVER – PODIZANJE */
.contact-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.contact-card h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* LEFT */
.contact-info p {
  margin-bottom: 28px;
  line-height: 1.6;
}

.contact-info a {
  text-decoration: none;
  color: inherit;
}



/* RIGHT */
.contact-text h3 {
  margin-bottom: 16px;
}

.contact-text p {
  line-height: 1.7;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= LUKSUZNI INFO SECTION ================= */

/* INFO SECTION: luksuzno rasprostrto */
.info-section {
  width: 100%;
  padding: 60px 80px; /* unutrašnji razmak sa strane */
  box-sizing: border-box;
  background-color: #fdfaf7; /* elegantna svetla pozadina */
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  margin: 80px 0; /* razmak gore/dole */
}

.info-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.12);
}

/* KONTEJNER */
.info-container {
  display: flex;
  gap: 50px; /* razmak između levog i desnog dela */
  align-items: flex-start;
  justify-content: flex-start; /* da tekst ostane levo */
  width: 100%;
  flex-wrap: wrap;
}

/* LEVI TEKST */
.info-text {
  flex: 1 1 65%; /* fleksibilno zauzima oko 65% prostora, raste po potrebi */
  min-width: 300px;
}

/* DESNI DEO: slike */
.info-images {
  flex: 1 1 30%; /* fleksibilno zauzima oko 30% prostora */
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 200px;
}

.info-images img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .info-container {
    flex-direction: column;
  }

  .info-text,
  .info-images {
    flex: 1 1 100%;
  }

  .info-images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .info-images img {
    width: calc(50% - 10px);
  }
}

/* TEKST, NASLOVI, LISTE */
.info-section h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.info-section h3 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.info-section h3::before {
  content: "✦"; /* mali dekorativni simbol */
  position: absolute;
  left: 0;
  color: #c59d5f; /* luksuzna zlatna */
  font-size: 22px;
}

.info-section p {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px;
}

.info-section ul {
  margin: 10px 0 20px 25px;
  padding: 0;
  list-style: disc;
}

.info-section li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 8px;
  position: relative;
}

.info-section li::before {
  content: "•";
  position: absolute;
  left: -20px;
  color: #c59d5f;
}

.info-section p:hover {
  color: #c59d5f; /* blagi hover efekt za luksuzni touch */
  transition: color 0.3s ease;
}

/* RESPONSIVE TEKST */
@media (max-width: 768px) {
  .info-section {
    padding: 30px 15px;
    margin: 50px auto;
  }
  .info-section h2 {
    font-size: 28px;
  }
  .info-section h3 {
    font-size: 20px;
  }
  .info-section p,
  .info-section li {
    font-size: 15px;
  }
}

/* ===== HERO CLOUD FLOAT ANIMACIJA BRŽE ===== */
.hero-cloud {
  animation: floatCloudPreis 3s ease-in-out infinite; /* 5s → 3s za brže kretanje */
}

/* Float animacija – lagano gore-dole */
@keyframes floatCloudPreis {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* Centriranje oblaka i teksta */
.hero-text-only {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* ================= UNIFORMNI TONOVI ZA MENU, FOOTER I HERO CLOUD ================= */

/* NAVBAR */
nav {
  background: #e8dfd0; /* elegantna, malo tamnija boja */
  border-bottom: 1px solid #d5cbb7;
}

/* Navbar linkovi */
.main-menu a {
  color: #111; /* tamni tekst */
  font-weight: 500;
  letter-spacing: 1px;
}

.main-menu a:hover {
  color: #c59d5f; /* zlatni hover */
}

/* FOOTER */
footer {
  background: #e8dfd0; /* ista tamnija boja */
  color: #111; /* tamni tekst */
  border-top: 1px solid #d5cbb7;
}

/* HERO CLOUD (Preis + Booking) */
.hero-cloud {
  background: #e8dfd0; /* ista elegantna tamnija boja */
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

/* Naslov u oblaku */
.hero-cloud h2 {
  color: #111;
}

/* Tekst u oblaku */
.hero-cloud p {
  color: #444;
}
/* ================= UNIFORMNA BOJA ZA HERO I ABOUT CLOUDS ================= */

/* HERO CLOUD (Preis + Booking) */
.hero-cloud {
  background: #e8dfd0 !important; /* elegantna tamnija boja */
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

/* About clouds (oblaci sa tekstom) */
.about-cloud {
  background: #e8dfd0 !important; /* ista elegantna tamnija boja */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.555);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Naslovi i tekst u oblacima ostaju tamni radi kontrasta */
.about-cloud h3,
.hero-cloud h2 {
  color: #111;
}

.about-cloud p,
.hero-cloud p {
  color: #444;
}
/* ================= BOOKING SECTION – centriranje oblaka ================= */
.booking-section {
  display: flex;
  justify-content: center; /* horizontalno centriranje */
  align-items: center;     /* vertikalno centriranje u viewport-u */
  padding: 100px 20px;
  min-height: 80vh;        /* da zauzme visinu ekrana i centrirano bude */
}

/* ================= HOME GALLERY ================= */
.home-gallery {
  padding: 80px 20px;
  background: #fdfaf7; /* elegantna svetla pozadina */
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-container img {
  width: calc(33% - 20px); /* 3 slike po redu */
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-container img:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .gallery-container img {
    width: calc(50% - 20px); /* 2 slike po redu na tablet / manji ekran */
  }
}

@media (max-width: 500px) {
  .gallery-container img {
    width: 100%; /* 1 slika po redu na mobilnom */
  }
}
/* ================= HOME GALLERY – RAZBACANE ================= */
.gallery-container img {
  width: 200px; /* manje slike */
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Razbacivanje po X i Y *//* ================= HOME GALLERY – ELEGANTNO RAZBACANE ================= */
.gallery-container img:nth-child(1) { transform: translate(-25px, 5px) rotate(-3deg); }
.gallery-container img:nth-child(2) { transform: translate(15px, 15px) rotate(2deg); }
.gallery-container img:nth-child(3) { transform: translate(-10px, -20px) rotate(-2deg); }
.gallery-container img:nth-child(4) { transform: translate(20px, -10px) rotate(3deg); }
.gallery-container img:nth-child(6) { transform: translate(10px, -5px) rotate(2deg); }


/* Hover efekat */
.gallery-container img:hover {
  transform: scale(1.08) rotate(0deg);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  z-index: 10;
}

/* Centriranje galerije */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .gallery-container img {
    width: 150px; /* smanjeno za tablet */
    transform: none !important; /* uklanjamo razbacivanje */
  }
}

@media (max-width: 500px) {
  .gallery-container img {
    width: 100%; /* 1 slika po redu na mobilnom */
    transform: none !important;
  }
}
/* ================= HOME GALLERY – ELEGANTNO RAZBACANE ================= */
.gallery-container {
  position: relative;       /* važno za apsolutno pozicioniranje unutar */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 420px;            /* visina kontejnera za slike */
}

.gallery-container img {
  position: absolute;       /* važno da se razbacaju slobodno */
  width: 220px;             /* manje od originala */
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transition: transform 0.4s ease;
}
/* ================= HOME GALLERY – ELEGANTNI KOLAŽ ================= */
.gallery-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 450px; /* povećana visina da bolje razmesti slike */
}

.gallery-container img {
  position: absolute;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.5s ease, z-index 0.3s ease;
}

/* Elegantan raspored: razne veličine i preklapanja */
.gallery-container img:nth-child(1) {
  width: 220px; height: 320px;
  top: 20px; left: 0;
  transform: rotate(-3deg);
  z-index: 3;
}
.gallery-container img:nth-child(2) {
  width: 250px; height: 360px;
  top: 50px; left: 180px;
  transform: rotate(2deg);
  z-index: 5;
}
.gallery-container img:nth-child(3) {
  width: 200px; height: 280px;
  top: 100px; left: 380px;
  transform: rotate(-2deg);
  z-index: 2;
}
.gallery-container img:nth-child(4) {
  width: 240px; height: 340px;
  top: 20px; left: 580px;
  transform: rotate(4deg);
  z-index: 6;
}
.gallery-container img:nth-child(5) {
  width: 210px; height: 300px;
  top: 80px; left: 780px;
  transform: rotate(-1deg);
  z-index: 4;
}
.gallery-container img:nth-child(6) {
  width: 230px; height: 320px;
  top: 40px; left: 980px;
  transform: rotate(3deg);
  z-index: 5;
}
.gallery-container img:nth-child(7) {
  width: 200px; height: 280px;
  top: 120px; left: 1100px;
  transform: rotate(-2deg);
  z-index: 3;
}

/* Hover – blagi zoom i “izdiže se” */
.gallery-container img:hover {
  transform: scale(1.08) rotate(0deg);
  z-index: 10;
}


/* HOVER – blagi zoom */
.gallery-container img:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 10;
}
/* ================= HOME CLOUD IMAGES ================= */
.home-cloud-images {
  display: flex;
  justify-content: space-between; /* ravnomeran razmak preko širine */
  align-items: flex-end; /* da stoje iznad oblaka */
  max-width: 1200px;
  margin: 0 auto 25px; /* centrirano sa marginom dole */
  gap: 30px; /* razmak između slika */
  padding: 0 40px;
margin-top: 130px;
}

.home-cloud-images img {
  width: 320px; /* širina svake slike, možeš menjati */
  height: 250px; /* visina da budu kvadratne, ili drugačije ako želiš */
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: transform 0.5s ease;
}

.home-cloud-images img:hover {
  transform: scale(1.05);
}
 /* KONTEJNER ZA LOGO I IME */
.home-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px; /* razmak od menija */
  margin-bottom: 50px; /* razmak do slika */
}

/* LOGO */
.home-logo {
  width: 250px;       /* možeš povećati ili smanjiti */
  height: auto;
  margin-bottom: 15px;
}
.home-site-name {
  font-size: 42px;               /* veće i upečatljivo */
  font-weight: 900;              /* debelo i luksuzno */
  letter-spacing: 3px;
  background: linear-gradient(45deg, #c59d5f, #8a6b3b); /* elegantni zlatni tonovi */
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2); /* blagi shadow za dubinu */
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

/* Hover efekat – lagano podizanje i jači shadow */
.home-site-name:hover {
  transform: translateY(-3px);
  text-shadow: 4px 4px 12px rgba(0,0,0,0.3);
  cursor: default;
}
/* NAVBAR */
nav {
  width: 100%;
  padding: 20px 60px;
  background: #e8dfd0;          /* elegantna boja */
  border-bottom: 1px solid #d5cbb7;
  display: flex;
  justify-content: space-between; /* levо-desno */
  align-items: center;
  position: relative;
}

/* LEVI DEO: logo + ime */
.nav-left {
  display: flex;
  align-items: center;
  gap: 15px; /* razmak između logo i teksta */
}

/* Logo */
.nav-logo {
  width: 50px;   /* prilagodi veličinu */
  height: auto;
}

/* Ime sajta */
.nav-site-name {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  letter-spacing: 1px;
}

/* Meni */
.main-menu {
  display: flex;
  gap: 40px;
  list-style: none;
}

.main-menu li a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  letter-spacing: 1px;
}

.main-menu li a:hover {
  color: #c59d5f;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  nav {
    flex-direction: column;
    gap: 15px;
  }

  .main-menu {
    flex-direction: column;
    gap: 10px;
  }
}

/* KONTEJNER ZA LOGO + IME */
.logo-name-wrapper {
  display: flex;
  align-items: center;       /* isto visinski */
  gap: 15px;                 /* razmak između logo i imena */
  justify-content: center;   /* centrirano u parentu */
  margin: 40px 0;            /* razmak od gore/dole */
  transition: transform 0.3s ease;
}

/* LOGO */
.logo {
  height: 80px;              /* ista visina kao tekst */
  width: auto;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* IME STRANICE */
.site-name {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #c59d5f, #8a6b3b);
  color: transparent; /* fallback */
  -webkit-background-clip: text; /* gradient fill */
  background-clip: text; /* standard fallback */
  -webkit-text-fill-color: transparent; /* Safari */
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.4s ease, text-shadow 0.4s ease;
}


/* Hover efekat */
.logo-name-wrapper:hover .logo {
  transform: scale(1.1) rotate(-3deg);
  filter: brightness(1.1);
}

.logo-name-wrapper:hover .site-name {
  transform: translateY(-3px);
  text-shadow: 9px 9px 18px rgba(0,0,0,0.3);
}
/* Wrap slova u span */
.home-site-name {
  display: inline-block;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(45deg, #c59d5f, #8a6b3b);
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #c59d5f; /* cursor efekat */
}

/* Typing effect */
@keyframes typing {
  0% { width: 0; }
  100% { width: 100%; }
}

@keyframes blinkCaret {
  50% { border-color: transparent; }
  100% { border-color: #c59d5f; }
}

.home-site-name.typing-effect {
  width: 0;
  animation: typing 2s steps(20, end) forwards, blinkCaret 0.8s step-end infinite;
}
.site-name {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(45deg, #c59d5f, #8a6b3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: flex; /* spanovi u liniji */
  justify-content: center;
}

.site-name span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  color: #c59d5f;
  -webkit-text-fill-color: #c59d5f;
  animation: fadeInUp 0.6s forwards;
}

/* delay za svako slovo, povećaj po potrebi */
.site-name span:nth-child(1)  { animation-delay: 0.1s; }
.site-name span:nth-child(2)  { animation-delay: 0.2s; }
.site-name span:nth-child(3)  { animation-delay: 0.3s; }
.site-name span:nth-child(4)  { animation-delay: 0.4s; }
.site-name span:nth-child(5)  { animation-delay: 0.5s; }
.site-name span:nth-child(6)  { animation-delay: 0.6s; }
.site-name span:nth-child(7)  { animation-delay: 0.7s; }
.site-name span:nth-child(8)  { animation-delay: 0.8s; }
.site-name span:nth-child(9)  { animation-delay: 0.9s; }
.site-name span:nth-child(10) { animation-delay: 1s; }
.site-name span:nth-child(11)  { animation-delay: 1.1s; }
.site-name span:nth-child(12)  { animation-delay: 1.2s; }
.site-name span:nth-child(13) { animation-delay: 1.3s; }
.site-name span:nth-child(14) { animation-delay: 1.4s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= HOME – SAVRŠENO PORAVNANJE SLIKA I OBLAKA ================= */

/* isti grid za slike i oblake */
.home-cloud-images,
.about-clouds {
  display: grid;
  grid-template-columns: repeat(4, 280px); /* ISTA širina kao oblak */
  justify-content: center;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* slike = oblak */
.home-cloud-images img {
  width: 280px;        /* KLJUČNO */
  height: 220px;       /* možeš malo da menjaš, širina se ne dira */
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  display: block;
  margin-bottom: -55px;
}

/* oblak ostaje kakav jeste */
.about-cloud {
  width: 280px;        /* eksplicitno zaključano */
  justify-self: center;
}

ZASTAVE
.lang-flags {
  display: flex;
  gap: 8px;       /* razmak između zastava */
  cursor: pointer;
}

.lang-flags img.flag {
  width: 30px;     /* veličina zastave */
  height: 20px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: transform 0.3s, border 0.3s;
}

.lang-flags img.flag:hover {
  transform: scale(1.1);
  border-color: #c59d5f; /* ili neki hover efekat */
}

.lang-flags img.flag.active {
  border-color: #c59d5f; /* trenutni jezik */
}

/* ================= ICONS ================= */
.icon {
  display: inline-block;
  width: 45px;                /* dimenzija ikone */
  height: 45px;
  margin-right: 18px;
  border-radius: 0;           /* uklonjen krug */
  background-color: transparent; /* nema pozadine */
  background-size: contain;   /* slika se uklopi u prostor */
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* Phone ikona */
.icon.phone {
  width: 50px;   /* veća širina */
  height: 50px;  /* veća visina */
  margin-right: 16px;
  background-image: url("images/phone.png") !important;
  background-size: contain; /* slika se uklopi */
}

/* Mail ikona */
.icon.instagram {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  background-image: url("images/mail.png") !important;
  background-size: contain;
}


/* Specifične ikonice */
.icon.mail {
  background-image: url("images/mail.png") !important;
}

.icon.phone {
  background-image: url("images/phone.png") !important;
}

.icon.instagram {
  background-image: url("images/insta.png") !important;
}

/* SVE cene – osnovni stil */
.price1,
.price2,
.price3 {
  font-weight: 700;      /* bold */
  margin: 10px 0 15px;
  color: #c59d5f;           /* ili boja koju koristiš */
}
.package-content .price1,
.package-content .price2,
.package-content .price3 {
  font-size: 25px !important;   /* sada će sigurno da se poveća */
  font-weight: 800;
  color: #c59d5f;
  margin: 9px 0 15px;
}

@media (max-width: 768px) {

  /* GLOBAL */
  body {
    overflow-x: hidden;
  }

  nav {
    padding: 15px 20px;
  }

  .main-menu {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  /* HERO */
  .hero,
  .hero-about {
    height: auto;
    min-height: 60vh;
    padding: 40px 15px;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-cloud {
    padding: 25px 20px;
    max-width: 95%;
  }

  .hero-cloud h2 {
    font-size: 28px;
  }

  /* PACKAGES */
  .packages-grid {
    flex-direction: column;
    gap: 25px;
  }

  .package {
    width: 100%;
    max-width: 360px;
  }

  .package-content {
    text-align: center;
  }

  .price1,
  .price2,
  .price3 {
    font-size: 28px !important;
  }

  /* HOME INTRO */
  .home-intro {
    flex-direction: column;
    padding: 50px 20px;
    gap: 30px;
  }

  .intro-images {
    flex-wrap: wrap;
    justify-content: center;
  }

  .intro-img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  /* GALLERY – UBACI U NORMALAN FLOW */
  .gallery-container {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .gallery-container img {
    position: static;
    width: 100%;
    max-width: 320px;
    height: auto;
    transform: none !important;
  }

  /* ABOUT CLOUDS */
  .about-clouds {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-cloud {
    width: 95%;
  }

  /* CONTACT */
  .contact-card {
    padding: 30px 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

}

/* ================= EXTRAS CLOUD – ISTI STIL KAO PACKAGE ================= */

/* ================= EXTRAS – LUXURY STYLE ================= */

.extras-section {
  padding: 5px 20px 10px;
  display: flex;
  justify-content: center;
}

.extras-box {
  background: linear-gradient(145deg, #ffffff, #f8f6f2);
  width: 100%;
  max-width: 1000px;
  border-radius: 14px;
  padding: 40px 45px;

  /* luxury shadow */
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.06);

  /* ultra subtle border */
  border: 1px solid rgba(197, 157, 95, 0.15);

  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.extras-box:hover {
  transform: translateY(-8px);
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.12),
    0 40px 80px rgba(0, 0, 0, 0.10);
}

.extras-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #c59d5f;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.extras-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 18px;
}

.extras-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.extras-box ul li {
  font-size: 14.5px;
  color: #2b2b2b;
  padding: 6px 0;
  position: relative;
  padding-left: 18px;
}

/* luxury bullet */
.extras-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c59d5f;
  font-size: 18px;
  line-height: 1;
}

.extras-note {
  margin-top: 12px;
  font-size: 14px;
  color: #888;
}

/* PACKAGES INTRO LUXURY BOX WITH BOLD TEXT */
.packages-intro-section {
  padding: 5px 20px 10px;
  display: flex;
  justify-content: center;
}

.packages-intro-box {
  background: linear-gradient(145deg, #ffffff, #f8f6f2);
  width: 100%;
  max-width: 1000px;
  border-radius: 14px;
  padding: 40px 45px;

  /* luxury shadow */
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.152),
    0 30px 60px rgba(0, 0, 0, 0.152);

  /* ultra subtle border */
  border: 1px solid rgba(197, 157, 95, 0.15);

  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.packages-intro-box:hover {
  transform: translateY(-8px);
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.12),
    0 40px 80px rgba(0, 0, 0, 0.10);
}

.packages-intro-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-weight: 600; /* ovo dodaje bold */
}

/* FOOTER */
.footer {
  text-align: center;
  padding: 20px;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

/* AGB MODAL */
.agb-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}

.agb-content {
  background: white;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
}

.close-agb {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
footer a {
  color: #000000; /* tvoja željena boja */
  text-decoration: underline;
}

footer a:hover {
  color: #040405; /* boja kad hoveruješ */
  text-decoration: underline;
}

/* SLIKA (fallback i mobilni) */
.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* sakriveno na desktopu */
  justify-content: center;
  align-items: center;
  z-index: 0;
}


/* ================= MOBILE FIXES ================= */
@media (max-width: 900px) {

  /* HERO */
  .hero, .hero-home, .hero-about, .hero-text-only {
    height: auto;
    padding: 60px 20px;
  }

  
  .hero-text, .hero-cloud {
    width: 90%;
    padding: 20px;
    font-size: clamp(14px, 3vw, 20px);
  }

  .hero-text h1, .hero-text-only h2 {
    font-size: clamp(24px, 6vw, 36px);
  }

  /* INTRO */
  .home-intro {
    flex-direction: column;
    gap: 30px;
    padding: 50px 15px;
  }

  .intro-images {
    flex-direction: column;
    align-items: center;
  }

  .intro-img {
    width: 90%;
    height: auto;
  }

  /* PACKAGES */
  .packages-grid, .package {
    width: 100%;
    flex: 1 1 100%;
  }

  .package img {
    height: auto;
  }

  /* GALLERY */
  .gallery-container {
    position: relative;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .gallery-container img {
    position: relative !important;
    width: 90%;
    height: auto !important;
    transform: none !important;
  }

  /* CLOUDS */
  .about-clouds, .info-container {
    flex-direction: column;
    align-items: center;
  }

  .about-cloud, .info-images img {
    width: 90%;
    height: auto;
  }

  .info-text {
    width: 90%;
  }

  /* BOOKING CARD */
  .booking-card {
    padding: 30px 20px;
    width: 90%;
  }

  /* FOOTER */
  footer {
    padding: 40px 20px;
  }

  /* NAVBAR */
  nav {
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
  }

  .main-menu {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .home-cloud-images img {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }

  .home-logo, .site-name, .home-site-name {
    width: 80%;
    text-align: center;
  }

}

/* ================= MOBILE OPTIMIZATION: MAX 768PX ================= */
@media (max-width: 768px) {
  /* BODY & HERO */
  .hero, .hero-home, .hero-about {
    height: auto;
    padding: 60px 20px;
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    padding: 20px 15px;
    font-size: 16px;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .hero-cloud {
    max-width: 90%;
    padding: 20px;
    font-size: 14px;
  }

  /* INTRO / HOME */
  .home-intro {
    flex-direction: column;
    gap: 30px;
    padding: 50px 20px;
  }

  .intro-text p, .intro-text h2 {
    text-align: center;
    font-size: 16px;
  }

  .intro-images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .intro-img {
    width: 150px;
    height: 200px;
  }

  /* PACKAGES / PREIS */
  #packages, .packages {
    padding: 50px 15px;
  }

  .packages-grid {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .package {
    width: 90%;
    text-align: center;
  }

  .package img {
    height: auto;
    max-width: 100%;
  }

  .package h3, .package p, .package .price {
    font-size: 16px;
  }

  /* HOME GALLERY */
  .gallery-container {
    height: auto;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .gallery-container img {
    position: relative !important;
    width: 45%;
    height: auto;
    transform: none !important;
  }

  /* HOME CLOUD IMAGES */
  .home-cloud-images {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
  }

  .home-cloud-images img {
    width: 80%;
    height: auto;
  }

  /* LOGO & SITE NAME */
  .home-logo-section {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .home-site-name {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .logo-name-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .site-name {
    font-size: 28px;
  }

  /* CLOUDS / ABOUT / BOOKING */
  .about-clouds, .contact-grid, .info-container {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .about-cloud, .booking-card, .contact-card, .info-section {
    width: 90%;
    padding: 20px;
  }

  .info-images img {
    width: 100%;
    height: auto;
  }

  /* TEXTS */
  .about-section p,
  .info-section p,
  .contact-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .info-section h2, .contact-card h2 {
    font-size: 26px;
  }

  .info-section h3 {
    font-size: 18px;
  }

  /* BUTTONS */
  .btn-primary, .package a.btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* ================= INDEX.HTML SPECIFIC MOBILE FIX ================= */
@media (max-width: 768px) {

  /* HERO */
  .hero-home {
    height: auto;
    padding: 60px 20px;
    flex-direction: column;
    text-align: center;
  }

  .hero-home h1 {
    font-size: 32px;
  }

  .hero-home p {
    font-size: 14px;
  }

  /* HOME CLOUDS */
  .home-cloud-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
  }

  .home-cloud-images img {
    width: 45%;
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
    object-fit: contain;
  }

  /* INTRO IMAGES */
  .intro-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .intro-img {
    width: 40%;
    max-width: 160px;
    height: auto;
  }

  /* HOME GALLERY / MINI KOLAŽ */
  .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .gallery-container img {
    width: 48%;
    max-width: 160px;
    height: auto;
    margin-bottom: 8px;
    object-fit: cover;
    border-radius: 8px;
  }

  /* LOGO & SITE NAME */
  .home-logo-section {
    margin-top: 20px;
    text-align: center;
  }

  .logo-name-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .site-name {
    font-size: 28px;
  }
}
/* SAMO ZA TELEFONE */
@media (max-width: 768px) {
  .home-cloud-images,
  .about-clouds {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* razmak između slika i oblaka */
  }

  .home-cloud-images img {
    width: 80%; /* slike manje na telefonu */
    height: auto;
    margin-bottom: 10px; /* razmak ispod slike */
  }

  .about-cloud {
    width: 90%; /* da oblaci budu isto centrirani i manji */
    text-align: center;
  }
}
/* TELEFON - slike u grid formatu */
@media (max-width: 768px) {
  .home-cloud-images {
    display: grid;
    grid-template-columns: 1fr 1fr; /* dve slike po redu */
    gap: 10px; /* razmak između slika */
    justify-items: center; /* centriranje u grid-u */
  }

  .home-cloud-images img {
    width: 100%; /* slike popunjavaju ćeliju */
    height: auto;
  }
}

/* ===== PREIS – POVUCI CELU STRANICU GORE (SAMO TELEFON) ===== */
@media (max-width: 768px) {

  html, body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* prva sekcija ispod headera */
  .hero-text-only,
  .hero-preis {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: auto !important;
    height: auto !important;
  }

}

/* ===== MOBILE – SPUSTI CELU STRANICU MALO DOLE ===== */
@media (max-width: 768px) {

  .hero-text-only,
  .hero-preis,
  .hero-about {
    margin-top: 20px !important;
  }

}

/* ===== BOOKING.HTML – POVUCI STRANICU GORE (MOBILE ONLY) ===== */
@media (max-width: 768px) {

  body.booking-page .hero-text-only {
    margin-top: -40px !important;
    padding-top: 0 !important;
  }

  body.booking-page .booking-section {
    margin-top: -20px !important;
  }
}

/* ===== SPUSTI SAMO PRVI HERO OBLAK NA BOOKING (MOBILE) ===== */
@media (max-width: 768px) {
  body.booking-page .hero-cloud {
    transform: translateY(40px); /* pomeri samo oblak naniže */
  }
}

/* SAMO ZA BOOKING HERO OBLAK NA MOBILNOM */
@media (max-width: 768px) {
  body.booking-page .hero-cloud {
    position: relative;
    top: 60px;  /* pomeri oblak 40px naniže */
  }
}

.hero-image-container {
  position: relative;
  width: 100%;
  height: 70vh;         /* visina hero sekcije */
  overflow: hidden;
  margin: 0 auto;
}

.hero-image {
  width: 100%;           /* manja širina od 140% da se centar vidi */
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center center;  /* centriranje da tekst bude vidljiv */
  transform: translateY(-100%);
  opacity: 0;
  animation: dropIn 2.2s ease-out forwards;
}

@keyframes dropIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .hero-video {
    display: none;
  }
  .hero-image-container {
    display: flex;
  }
    }