:root {
    scroll-behavior: smooth;
}
/* ===== Global Font Setup ===== */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  background-color: rgb(148, 125, 85);
  margin: 0;
  line-height: 1.8;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Georgia', serif;
  color: #fff;
  letter-spacing: 1px;
}

h1 {
  font-weight: 700;
  font-size: 2.8rem;
}

h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

p, li {
  font-size: 1.1rem;
  color: #f0e7d8;
}

ul {
  list-style-position: inside;
}

body {
    background-color: rgb(148, 125, 85);
    margin: 0;
}

.nav {
       background-color: rgba(148, 125, 85, 0.382);

    border: 1px solid #21202039;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: auto;
    
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
    
    
}
.nav .container a {
    text-decoration: none;
}
ul{
    display: flex;

}
.nav ul li a {
    padding: 10px;
    display: block;
}
.nav ul li  {
 color:rgb(255, 255, 255);

}
.nav ul li a:link {
    color:rgb(255, 255, 255);
}
.nav ul li a:visited {
    color:rgb(255, 255, 255);
}
.nav ul li a:hover {
    background-color: rgba(98, 70, 22, 0.253);
    color:rgb(252, 252, 252);;
    border-radius: 10px;
}
.nav ul a:active {
    background-color: rgba(151, 98, 25, 0.259);
} 
.hero {
height: auto;
width: max-content;
}
.background {
display: flex;
justify-content: space-between;

}
.hero {
    height: 200px;
    background-color: rgb(158, 124, 61);
    padding: 200px 0;
   background-image: url(images/coverica.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: auto;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(148, 125, 85) 100%);
  pointer-events: none;
}

.homepage {
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 100px 50px;
}

.homepage .whoweare {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center;
    width: 100%;
    max-width: 900px; 
    margin: 0 auto;   
    gap: 50px;
}

.homepage .whoweare p {
    margin: 0;
    width: 80%;
    max-width: 600px;
    color: rgb(35, 19, 4);
    text-align: center;
    line-height: 1.5;
     line-height: 1.9; /* veći razmak između redova */
    margin-bottom: -30px; /* razmak između paragrafa */
    font-size: 18px; /* optimalna veličina za čitanje */
    padding: 15px;
    padding-top: 15px;
}
.homepage h1 {
    filter: brightness(70%);  
    padding-bottom: 70px;   
    color: #502f00da;
    
}
.homepage h2 {
    filter: brightness(70%);
    color: #502f00a9;
    padding-top: 50px;
    padding-bottom: 15px;

}
.midpage {
    height: 10px;
    background-color: rgb(0, 0, 0);
    padding: 200px 0;
    background-image: url(images/midpicture.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    filter: brightness(70%);
    padding-top: 20px;
}
.midpage1 {
    height: 10px;
    background-color: rgb(0, 0, 0);
    padding: 200px 0;
    background-image: url(images/midpicture.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    filter: brightness(70%);
    padding-top: 20px;

}
.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: 2px;
    color:  rgb(35, 19, 4);
    background-color: rgb(103, 77, 37);
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
    background-color: #6d4a1f;
    transform: scale(1.05);
}
.aboutus {
    min-height: 400px;
    padding: 50px 0;
    background-image: url(images/cherrywallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.aboutus::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(148, 125, 85) 100%);
  pointer-events: none;
}

.aboutus .container h1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 50px;
    padding-top: 100px;
}


.haboutus h1 {
    color: #5c4325; 
    text-align: center;
    font-size: 50px;
    padding: 40px 0 50px 0;
     text-shadow: 2px 2px 10px rgba(247, 211, 154, 0.4);
}

/* Text and image layout */
.textaboutus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 50px 20px;
    background-color: rgb(148, 125, 85);
}

.pictureandtext {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.textblock {
    flex: 1 1 100%;
    max-width: 600px;
    color: rgb(237, 219, 183);
    font-size: 18px;
    line-height: 1.6;
}

.textblock h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #6b073d;
}

.textblock ul {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: disc;
}

.imageblock {
    flex: 1 1 400px;
    max-width: 500px;
}

.imageblock img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    padding-top: 30px;
}
.textblock ul {
    list-style: disc;       /* ili circle, square po želji */
    margin-left: 20px;      /* uvlačenje sa leve strane */
    margin-bottom: 20px;    /* razmak ispod liste */
    padding-left: 20px;     /* unutrašnji razmak */
    display: block;          /* obavezno vertikalno */
}

.textblock ul li {
    margin-bottom: 10px;    /* razmak između stavki */
    display: list-item;      /* osigurava da ide vertikalno */
}
.intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-size: 1.1rem;
  line-height: 1.7;
  padding-top: 100px;
}
.ornamentalmidpage {
    height: 10px;
    background-color: rgb(0, 0, 0);
    padding: 200px 0;
    background-image: url(images/cherrywallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 20px;

}
.about {
    height: 400px;
    padding: 50px 0;
    background-image: url(images/ABOUTCOVER.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
   background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(148, 125, 85) 100%);
  pointer-events: none;
}

.about .container h1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 50px;
    padding-top: 100px;
}

.abouthomepage {
    color: white;
    
    padding: 80px 20px;
    animation: fadeIn 1.5s ease-in-out;
}


.abouthomepage h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-align: center;
     color: #5c4325;
    text-shadow: 2px 2px 10px rgba(247, 211, 154, 0.4);
}


.abouthomepagetext {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8;
    font-size: 18px;
    text-align: left;
}


.abouthomepagetext h2 {
    font-size: 28px;
    font-weight: 600;
     color: #6b073d;
    margin-top: 60px;     
    margin-bottom: 15px;   
    text-align: left;
    padding-left: 10px;
    border-left: 4px solid #6b073d; /* elegantna linija sa leve strane */
}

/* Paragrafi */
.abouthomepagetext p {
    margin-bottom: 20px;
    text-align: justify;
}


.abouthomepagetext ul {
    list-style-type: disc;
    margin-left: 40px;     
    margin-bottom: 30px;   
    padding-left: 10px;
    display: block;
}

.abouthomepagetext ul li {
    margin-bottom: 10px;  
    display: list-item;   
    line-height: 1.6;
}


.abouthomepagetext h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff7e3;
    margin-top: 50px;
    line-height: 1.6;
}

/* Animacija za fade-in efekat */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.final-paragraph {
    margin-top: 80px;     
    margin-bottom: 60px;  
    padding: 40px 30px;   
    background-color: rgba(255, 255, 255, 0.05); 
   
    border-radius: 8px;
    color: #f2f2f2;
    font-style: italic;
    line-height: 1.8;
}
/* ===== Fade-in efekat ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.2s ease-out forwards;
  animation-play-state: paused;
}
.contact {
    min-height: 400px;
    padding: 50px 0;
    background-image: url(images/contact1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}



.contact::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(148, 125, 85) 100%);
  pointer-events: none;
}

.contact .container h1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 50px;
    padding-top: 100px;
}
.contact .container p {
    color: #f0e7d8;
}
.contact p {
    text-align: center;
    color: #f3e7c9;
}



.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  padding: 80px 50px;
  color: #fff;
}

.contact-card {
  max-width: 500px;
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  line-height: 1.8;
}

.contact-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #f3e7c9;
}

.contact-card a {
  color: #f3e7c9;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-map {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.midpicture {
  background-image: url('images/midpicture.jpg'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(70%);
  text-align: center;
  color: #fff;
  padding: 100px 20px;
  height: 20px;
  
}

.midpicture h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.instock-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background-color: rgb(148, 125, 85); 
}

.instock-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instock-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.instock-box h2 {
  font-family: 'Playfair Display', serif;
  color: #5c4325;
  margin-bottom: 10px;
}

.instock-box p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #f0e7d8;
  margin-bottom: 15px;
}

.instock-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}


.instock-text {
  text-align: center;
  padding: 40px 20px 80px 20px;
  color: #fff;
}

.instock-text .btn {
  margin-top: 20px;
  background-color: rgb(103, 77, 37);
  color: rgb(35,19,4);
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.instock-text .btn:hover {
  background-color: #6d4a1f;
  transform: scale(1.05);
}
.instock-hero {
    min-height: 400px;
    padding: 50px 0;
    background-image: url(images/instockkk.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}



.instock-hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(148, 125, 85) 100%);
  pointer-events: none;
}
.instock-hero .container h1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 50px;
    padding-top: 100px;
}
/* ========== MEDIA QUERIES FOR HOME PAGE ========== */

/* For tablets and smaller screens */
@media (max-width: 1024px) {
  .nav ul {
    gap: 5px;
  }

  .homepage h1 {
    font-size: 2rem;
    padding: 50px 20px;
  }

  .homepage h2 {
    font-size: 1.3rem;
  }

  .homepage .whoweare p {
    width: 90%;
    font-size: 16px;
  }

  .btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}

/* For mobile devices */
@media (max-width: 768px) {
  /* --- NAVIGATION (Hamburger Menu) --- */
  .nav ul {
    flex-direction: column;
    background-color: rgba(148, 125, 85, 0.95);
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    justify-content: start;
    align-items: center;
    transition: right 0.3s ease-in-out;
  }

  .nav ul.active {
    right: 0;
  }

  
  .nav ul li a {
    font-size: 18px;
    padding: 15px;
  }

  /* --- HERO SECTION --- */
  .hero {
    padding: 100px 0;
    background-attachment: scroll;
  }

  /* --- HOMEPAGE CONTENT --- */
  .homepage {
    padding: 60px 20px;
  }

  .homepage h1 {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }

  .homepage h2 {
    font-size: 1.2rem;
    padding-top: 30px;
  }

  .homepage .whoweare {
    gap: 30px;
  }

  .homepage .whoweare p {
    font-size: 15px;
    width: 100%;
    padding: 10px;
  }

  .midpage,
  .midpage1 {
    background-attachment: scroll;
    padding: 150px 0;
  }
}

/* For very small devices (under 480px) */
@media (max-width: 480px) {
  .nav::before {
    font-size: 26px;
    top: 12px;
    right: 18px;
  }

  .homepage h1 {
    font-size: 1.5rem;
  }

  .homepage h2 {
    font-size: 1rem;
  }

  .homepage .whoweare p {
    font-size: 14px;
    line-height: 1.6;
  }

  .btn {
    font-size: 11px;
    padding: 8px 18px;
  }
}
/* ========== MEDIA QUERIES FOR ABOUT PAGE ========== */

/* --- Tablet View (up to 1024px) --- */
@media (max-width: 1024px) {
  .about .container h1 {
    font-size: 40px;
    padding-top: 80px;
  }

  .abouthomepage h1 {
    font-size: 45px;
  }

  .abouthomepagetext {
    padding: 0 20px;
    font-size: 16px;
  }

  .abouthomepagetext h2 {
    font-size: 24px;
  }

  .abouthomepagetext ul {
    margin-left: 25px;
  }
}

/* --- Mobile View (up to 768px) --- */
@media (max-width: 768px) {
  /* Navigation */
  .nav ul {
    flex-direction: column;
    background-color: rgba(148, 125, 85, 0.97);
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: right 0.3s ease-in-out;
  }

  .nav ul.active {
    right: 0;
  }

  .menu-toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }

  /* About hero section */
  .about {
    background-attachment: scroll;
    padding: 120px 0;
    height: 200px;
  }

  .about .container h1 {
    font-size: 35px;
  }

  /* Content area */
  .abouthomepage {
    padding: 1px 20px;
  }

  .abouthomepage h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .abouthomepagetext h2 {
    font-size: 22px;
  }

  .abouthomepagetext p,
  .abouthomepagetext ul {
    font-size: 15px;
    line-height: 1.7;
  }

  .final-paragraph {
    padding: 25px 20px;
    margin-top: 60px;
  }
}

/* --- Very Small Screens (up to 480px) --- */
@media (max-width: 480px) {
  .about .container h1 {
    font-size: 30px;
  }

  .abouthomepage h1 {
    font-size: 30px;
  }

  .abouthomepagetext h2 {
    font-size: 20px;
  }

  .abouthomepagetext p,
  .abouthomepagetext ul li {
    font-size: 14px;
  }

  .final-paragraph {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ===== Ornamental Cherry Media Queries ===== */

/* Veliki ekrani - 1200px+ */
@media (min-width: 1200px) {
  .pictureandtext {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    padding: 50px 20px;
  }

  .textblock {
    flex: 1 1 600px;
    text-align: left;
    font-size: 18px;
  }

  .imageblock {
    flex: 1 1 500px;
    max-width: 500px;
    padding-top: 0;
  }

  .imageblock img {
    width: 100%;
    height: auto;
  }
}

/* Srednji ekrani - 992px do 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .pictureandtext {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 20px;
  }

  .textblock {
    flex: 1 1 55%;
    font-size: 17px;
  }

  .imageblock {
    flex: 1 1 45%;
    max-width: 400px;
    padding-top: 0;
  }

  .imageblock img {
    width: 100%;
  }
}

/* Mali ekrani - 768px do 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .pictureandtext {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
  }

  .textblock {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .imageblock {
    width: 100%;
    max-width: 400px;
    padding-top: 20px;
  }

  .imageblock img {
    width: 100%;
    height: auto;
  }
}

/* Ekstremno mali ekrani - do 767px */
@media (max-width: 768px) {
    .pictureandtext {
            /* text i slika jedan ispod drugog */
        align-items: center;       /* centriranje horizontalno */
        text-align: center;        /* text centriran */
        gap: 30px;                 /* razmak između texta i slike */
        padding: 0 20px;           /* padding sa strane */
        max-width: 90%;
    }
    .intro-text {
      width: 100%;
      max-width: 350px;
      text-align: center;
      font-size: 16px;
      line-height: 1.9;
    }
    .textblock {
        width: 100%;               /* zauzima celu širinu */
        max-width: 400px;          /* maksimalna širina */
        text-align: center;        /* centriranje teksta */
        font-size: 15px;           /* prilagođen font */
        line-height: 1.6;
    }
    .textblock ul li {
      text-align: left;
      font-size: 15px;
      max-width: 400px;
    }
    .textblock p {
      font-size: 15px;
    }
    .imageblock {
        width: 90%;
        max-width: 400px;          /* slika ne bude preširoka */
    }

    .imageblock img {
        width: 100%;
        height: auto;
        border-radius: 12px;
      
    }
    .ornamentalmidpage {
      align-items: center;
      text-align: start;

    }
    .aboutus .container h1 {
      text-align: center;
      font-size: 2rem;
    }

}

/* ========== MEDIA QUERIES FOR IN STOCK PAGE ========== */

/* --- Tablet View (up to 1024px) --- */
@media (max-width: 1024px) {
  .instock-hero .container h1 {
    font-size: 42px;
    padding-top: 90px;
  }

  .instock-boxes {
    gap: 30px;
    justify-content: center;
  }

  .instock-box {
    width: 220px;
  }

  .instock-box img {
    height: 160px;
  }

  .instock-text p {
    font-size: 16px;
  }
}

/* --- Mobile View (up to 768px) --- */
@media (max-width: 768px) {
  /* Navigation as hamburger */
  .nav ul {
    flex-direction: column;
    background-color: rgba(148, 125, 85, 0.97);
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    justify-content: start;
    align-items: center;
    gap: 25px;
    transition: right 0.3s ease-in-out;
  }

  .nav ul.active {
    right: 0;
  }

  .menu-toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }

  /* Hero Section */
  .instock-hero {
    background-attachment: scroll;
    padding: 120px 0;
  }

  .instock-hero .container h1 {
    font-size: 34px;
  }

  /* Boxes layout */
  .instock-boxes {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 40px 10px;
  }

  .instock-box {
    width: 90%;
    max-width: 300px;
  }

  .instock-box img {
    height: auto;
  }

  /* Text below boxes */
  .instock-text {
    padding: 30px 20px;
  }

  .instock-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .instock-text .btn {
    padding: 12px 25px;
    font-size: 14px;
  }
}

/* --- Very Small Screens (up to 480px) --- */
@media (max-width: 480px) {
  .instock-hero .container h1 {
    font-size: 28px;
  }

  .instock-box h2 {
    font-size: 18px;
  }

  .instock-box p {
    font-size: 14px;
  }

  .instock-text p {
    font-size: 14px;
  }

  .instock-boxes {
    gap: 20px;
  }
}
/* ===== MEDIA QUERIES FOR CONTACT PAGE ===== */

/* --- Tablet View (up to 1024px) --- */
@media (max-width: 1024px) {
  .contact-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
  }

  .contact-card {
    max-width: 600px;
    padding: 30px;
  }

  .contact-map iframe {
    height: 300px;
  }
}

/* --- Mobile View (up to 768px) --- */
@media (max-width: 768px) {
  /* Hamburger menu */
  .nav ul {
    flex-direction: column;
    background-color: rgba(148, 125, 85, 0.97);
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    justify-content: start;
    align-items: center;
    gap: 25px;
    transition: right 0.3s ease-in-out;
  }

  .nav ul.active {
    right: 0;
  }

  .menu-toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }
  .nav ul li a {
        font-size: 16px; /* smaller */
        padding: 12px;   /* optional, tighter */
    }
    .contact-content {
        flex-direction: column;    /* tekst i mapa jedan ispod drugog */
        align-items: center;       /* centriranje elemenata */
        gap: 30px;                 /* razmak između textboxa i mape */
        padding: 40px 20px;
    }

    .contact-card {
        width: 90%;               /* zauzima celu širinu */
        max-width: 400px;          /* maksimalna širina */
        padding: 25px;
        text-align: center;        /* centriranje teksta */
    }

    .contact-map {
        width: 100%;
        max-width: 400px;
    }

    .contact-map iframe {
        width: 100%;
        height: 250px;             /* visina mape */
    }
    .contact .container h1  {
    text-align: center;
    font-size: 2rem;
    
  }
  .contact .container p {
    text-align: center;
    font-size: 15px;
  }


  .midpicture h3 {
    font-size: 16px;
    padding: 50px 10px;
  }
 
}

/* --- Very Small Screens (up to 480px) --- */
@media (max-width: 480px) {
  .contact-card {
    padding: 20px;
    font-size: 14px;
  }

  .contact-map iframe {
    height: 200px;
  }

  .midpicture h3 {
    font-size: 14px;
    padding: 40px 10px;
  }
}
/* HIDE HAMBURGER BY DEFAULT */
.menu-toggle {
    display: none; /* hidden on desktop */
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 1100; /* above nav */
}

/* SHOW HAMBURGER ON MOBILE */
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    /* Hide nav links initially on mobile */
    .nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px; /* below nav bar */
        right: 0;
        background-color: rgba(148, 125, 85, 0.95);
        width: 200px;
        padding: 20px;
        border-radius: 8px;
    }

    /* Show nav when active */
    .nav ul.active {
        display: flex;
        
    }

    .nav ul li {
        margin: 5px 0;
    }
}





