@media screen and (max-width: 479px) {
    .closemobile {
        display: none !important;
    }

    #svg1{
        display: block !important;
    }
    #svg2{
        display: block !important;
    }
    

    .cloudText{
        display: none;
    }
    #phone{
       transform: rotate(5.89deg) translateY(-20px);
    }
    .image-12 {
        left:60px !important;
        top: 138px;
    width: 100%; /* ili fiksna širina */
    max-width: 900px; /* povećajte prema potrebi */
    height: auto; /* održava proporcije */
    transform: scale(1.8); /* skaliraj ceo SVG za 20% */
    transform-origin: center; /* skaliraj iz centra */
    
}
.prostor{
    padding-bottom: 50px !important;
}
.nas-tim{
    padding-top: 50px !important;
}
.kontakt{
    padding-bottom:  260px !important;
}
.iconclick{
    display: block !important ;
}
}

iframe {
  pointer-events: auto; /* omogućava scroll unutar iframe */
}

.on-off {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.4s ease;
  display: block !important;
}

.on-off.activeText {
  max-height: 800px;
  opacity: 1;
}

.div-block-4 img {
  transition: transform 0.4s ease;
}

.div-block-4.activeText img {
  transform: rotateZ(180deg) !important;
}

.navbar {
  transition: transform 0.5s ease;
  will-change: transform;
}

.break-section {
  position: relative;
}

.break-section svg {
  width: 100%;
  height: 100%;
  display: block;       /* uklanja eventualne margine */
}
.break-section div {
  position: relative;   /* ako već nije */
}

#svg1{
    display: none;
}
#svg2{
    display: none;
}

.iconclick{
    display: none ;
}