 .hero-slider img,
    .cat-card img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important;
      opacity: 1 !important;
      visibility: visible !important;
      position: relative !important;
      z-index: 10 !important;
    }
    #fh5co-header .overlay {
      display: none !important;
      background: transparent !important;
      opacity: 0 !important;
      z-index: 0 !important;
    }
.menu-desktop-wrapper,
.menu-mobile-wrapper {
  display: none;
}
.js-fh5co-nav-toggle.fh5co-nav-toggle.fh5co-nav-white {
  display: none !important;
  visibility: hidden !important;
}
/* PRIKAZ NA DESKTOPU */
@media screen and (min-width: 769px) {
  .menu-desktop-wrapper {
    display: block !important;
  }
}

/* PRIKAZ NA MOBILNOM */
@media screen and (max-width: 768px) {
  .menu-mobile-wrapper {
    display: block !important;
  }
}
.mobile-toggle {
  background: none;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  display: inline-block;
  color: #333;
}

/* Mobile meni dropdown */
.mobile-dropdown {
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

/* Linkovi unutar mobilnog menija */
.mobile-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-dropdown li {
  border-bottom: 1px solid #eee;
}

.mobile-dropdown li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.mobile-dropdown li a:hover {
  background: #f7f7f7;
}

/* Dropdown unutar mobilnog menija (npr. Products > podgrupe) */
.mobile-dropdown .dropdown {
  padding-left: 10px;
}

.mobile-dropdown .dropdown li a {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
/* Stil za dugme za mobilni meni */
#mobile-menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 26px;
  color: #2e7d32; /* zelena - možeš zameniti sa brendom */
  cursor: pointer;
  z-index: 999;
  padding: 8px 12px;
  font-weight: 600;
}

/* Sakrij tekst 'Menu', prikaži samo ikonicu ako želiš čist dizajn */
#mobile-menu-toggle::after {
  content: "";
}

/* (Opcionalno) Hover efekat */
#mobile-menu-toggle:hover {
  color: #1b5e20;
}
.menu-mobile-wrapper {
  position: relative;
}

/* Dugme za hamburger meni */
#mobile-menu-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #2e7d32; /* zelena - možeš prilagoditi */
  cursor: pointer;
  z-index: 9999;
  padding: 5px 10px;
  line-height: 1;
}

/* Hover efekat */
#mobile-menu-toggle:hover {
  color: #1b5e20;
}
/* Hamburger dugme pored logotipa */
#mobile-menu-toggle {
  font-size: 28px;
  background: none;
  border: none;
  color: #2e7d32;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
  z-index: 999;
}

/* Poravnanje desno */
#burger-container {
  text-align: right;
}

/* Centriranje u visini ako koristiš flex (opciono) */
#logo-container, #burger-container {
  display: flex;
  align-items: center;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.contact-form,
.contact-content {
  flex: 1 1 45%;
}

/* MOBILE RESPONSIVE: stacked layout */
@media screen and (max-width: 768px) {
  .contact-form,
  .contact-content {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    gap: 1.5rem;
    padding: 0 1rem;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
  }
}