#custom-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.hidden {
  display: none !important;
}

.alert-box {
  background-color: #f8d7da;
  padding: 20px 30px;
  border: 1px solid #f5c6cb;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  max-width: 400px;
  width: 90%;
  font-family: Arial, sans-serif;
  color: #721c24;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #721c24;
  cursor: pointer;
}

.close-btn:hover {
  color: #491217;
}

#alert-message {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

body.no-scroll {
  overflow: hidden;
}
/* Tooltip container */
.info-icon .tooltip-text {
  visibility: hidden;
  background-color: #e7f3ff; /* Soft light blue background */
  color: #1a1a1a; /* Dark gray text for readability */
  border: 1px solid #b3d4fc; /* Matching light blue border */
  border-radius: 8px;
  padding: 15px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 130%; /* Positioned above the icon */
  left: 50%;
  transform: translateX(-50%);
  width: 320px; /* Tooltip width */
  max-width: calc(100vw - 40px); /* Prevent overflow on smaller screens */
  word-wrap: break-word;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* Tooltip arrow */
.info-icon .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #e7f3ff transparent transparent transparent; /* Same as tooltip background */
  z-index: 2;
}

/* Tooltip outer border for arrow */
.info-icon .tooltip-text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 9px;
  border-style: solid;
  border-color: #b3d4fc transparent transparent transparent; /* Same as tooltip border */
  z-index: 1;
}

/* Show tooltip on hover */
.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Hover effect - change tooltip background */
.info-icon:hover .tooltip-text {
  background-color: #cde9ff; /* Slightly darker blue on hover */
  border-color: #99d1fc; /* Darker blue border */
}

.info-icon {
  position: relative;
  display: inline-block;
  font-size: 18px; /* Set font size for the icon */
  color: #007bff; /* Friendly blue color for the icon */
  cursor: pointer;
  transition: color 0.3s ease; /* Smooth color transition */
}

/* Info icon hover effect */
.info-icon:hover {
  color: #0056b3; /* Darker blue on hover */
}




.custom-collapsible {
  margin: 1rem auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  font-family: Arial, sans-serif;
  }


  .custom-collapsible-header {
  background-color: #619c8a;
  color: #fff;
  padding: 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 5px 5px 0 0;
  text-align: center;
  }

  .custom-collapsible-header:hover{
    background-color:#fed933;

  }


  .custom-collapsible-content {
  display: none;
  padding: 1rem;
  background-color: #edf1f4;
  color: #333;
  font-size: 1rem;
  border-top: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  }

  .custom-collapsible-content input,
  .custom-collapsible-content button {
  width: calc(100% - 2rem);
  margin: 0.5rem 0;
  padding: 0.7rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  }

  .custom-collapsible-content button {
  background-color: #619c8a;
  color: white;
  cursor: pointer;
  border: none;
  font-weight: bold;
  }

  .custom-collapsible-content button:hover {
  background-color: #4c7a6a;
  }


.zastitaBody {
  background-color: #619c8a;
  color: #edf1f4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#povrsinaKrovaNaslov {
  font-size: 16px !important;
}

#co2 {
  font-weight: bold !important;
  text-align: center !important;
}

#zastita:hover {
  cursor: pointer;
}

.fontSizeFinanciranje {
  font-size: 18px;
}

.col-sm-6.desno {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .hid {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hid {
    display: none;
  }
  .hid1 {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .marginaTop {
    margin-top: 110px;
  }
}

@media screen and (max-width: 991px) {
  .marginaTop {
    margin-top: 110px;
  }
  .hid1 {
    display: none;
  }
}
.col-sm-6.lijevo {
  width: 50%;
}
.col-xs-12.lijevo {
  width: 50%;
}
.col-xs-12.desno {
  width: 50%;
}
.back1 {
  background-color: #a1c180;
  padding: 0px 0px 20px 0px;
}
.back2 {
  background-color: #619c8a;
  padding: 0px 0px 20px 0px;
}
/* .x{
  border-bottom: 1px solid rgba(255, 254, 254, 0.589);
} */
.y {
  /* border-top: 1px solid rgba(255, 254, 254, 0.589); */
  position: relative;
}
.y:after {
  padding: 0;
  margin: 0;
  display: block; /* probably not really needed? */
  content: "";
  width: 50%;
  height: 1.1px; /* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
  background-color: rgba(255, 254, 254, 0.589);
  position: absolute;
  right: 0;
  top: -1px;
  transform: translateX(-50%);
}
.y:before {
  padding: 0;
  margin: 0;
  display: block; /* probably not really needed? */
  content: "";
  width: 0%;
  height: 1.1px; /* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
  background-color: rgba(255, 254, 254, 0.589);
  position: absolute;
  right: 0;
  top: -1px;
}
.lijevo {
  justify-content: center;
  padding: 20px 0px;
  border-right: 1px solid rgba(255, 254, 254, 0.589);
}
.desno {
  justify-content: center;
  padding: 20px 0px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 500px;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal-content.sirina {
  width: 500px;
}
.marginaZaPopup {
  margin: 10px 0px;
}
#gumbZaSpremanje {
  border: none;
  border-radius: 10px;
  background-color: green;
  max-width: 200px;
  color: white;
  padding: 5px 20px;
}
#poljeUnsa {
  width: 100%;
}

/* Modal Content */
.modal-content {
  width: 500px;
  text-align: center;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  padding: 5px 20px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#skriveni {
  color: purple;
  display: none;
}
#co3 {
  color: black;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
}
.rezultati {
  color: white;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}
.rezultati_1 {
  color: black;
  font-size: 20px;
}
/* mapa */
#mapa iframe {
  height: 75vh;
  width: 100%;
  background-color: black;
}

/* header */

.odredi {
  margin-top: 15px;
  font-size: x-large;
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}
.odredi span {
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 1200px) {
  /* background image desktop */
  .image1 {
    background-image: url("images/vjetrenjace.jpg");
    background-color: #cccccc;
    height: 500px;
    background-position: bottom;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 15px;
  }

  .image2 {
    /* height: 380px; */
    background-image: url("images/sivo.jpg");
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }

  /*iznos Računa desktop*/

  #item1 {
    height: 250px;
    margin-top: 75px;
    width: 35%;
  }
  #item2 {
    margin-top: 50px;
    min-height: 300px;
    width: 40%;
  }
  #item3 {
    width: 500px;
    height: 300px;
    margin-top: 25px;
  }
}
.iR {
  margin-top: 30px;
  font-size: 23px;
}
.iR1 {
  font-size: small;
  font-size: 18px;
}

@media screen and (max-width: 1200px) and (min-width: 950px) {
  /*iznos Računa tablet*/
  #item1 {
    height: 260px;
    margin-top: 50px;
    width: 35%;
  }
  #item2 {
    margin-top: 25px;
    min-height: 300px;
    width: 40%;
  }
  #item3 {
    width: 430px;
    height: 300px;
    margin-top: 25px;
  }
  .iR {
    margin-top: 25px;
    font-size: 21px;
  }
  .iR1 {
    font-size: small;
    font-size: 17px;
  }
  .fontSizeFinanciranje {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) and (min-width: 800px) {
  /*iznos Računa tablet*/
  #item1 {
    height: 250px;
    margin-top: 50px;
    /* margin-right: 0px!important; */
  }
  #item2 {
    margin-top: 25px;
    width: 350px;
    min-height: 300px;
  }
  #item3 {
    height: 300px;
    margin-top: 25px;
  }
  .iR {
    margin-top: 25px;
    font-size: 20px;
  }
  .iR1 {
    font-size: small;
    font-size: 16px;
  }
  .fontSizeFinanciranje {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  #item1 {
    margin-right: 0px !important;
  }
  #item2 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 420px) {
  .rezultati {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #item1 {
    margin-top: 25px;
    width: 390px;
    height: 300px;
    z-index: 2 !important;
    margin-right: 0 !important;
    /* box-shadow: none!important; */
  }
  #item2 {
    width: 390px;
    height: 300px;
    margin-bottom: 25px !important;
    z-index: 2 !important;
  }
  #item3 {
    width: 390px;
    height: 300px;
  }
  .item4 {
    /* margin-bottom: 10px! important; */
  }
  .image2 {
    /* height: 650px; */
    background-image: url("images/sivo.jpg");
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    padding: 20px;
  }

  .naputak {
    margin-top: 5px !important;
  }
}
.fontSizeFinanciranje {
  font-size: 12px;
}

/* iznos racuna */
#iznosRacuna {
  display: flex;
  justify-content: center;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flash {
  width: 75px;
  height: 75px;
}

#odabraniObjekt {
  width: 50%;
  padding: 2vh;
  margin: 0 auto;
  margin-top: 5vh;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-family: "Open Sans", sans-serif;
}
#odabraniObjekt h4 {
  font-weight: bold;
}
.flex-container-between {
  display: flex;
  justify-content: space-between;
}
.flex-container-column {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}

#item1 {
  background-color: #fed933;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: block;
  z-index: 2;
  margin-right: -2.5%;
}
#item2 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: block;
}
.elektrane {
  padding: 3%;
  font-size: 1.7rem;
  text-align: center;
  margin-left: 20px;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .elektrane {
    font-size: 1.5rem;
  }
  .flex-container-between {
    flex-direction: column;
  }
  .flex-container-column {
    font-size: 0.9rem;
  }
}

.iR {
  font-weight: bold;
}
.iR1 {
  font-weight: bold;
}
#dd {
  margin-top: 40px;
}
.fontSizeFinanciranje {
  font-size: 14px;
}

/*select*/
.custom-dropdown {
  position: relative;
  vertical-align: middle;
}

.custom-dropdown select {
  background-color: #fff;
  color: #cccccc;
  font-size: inherit;
  padding: 0.5em;
  padding-right: 2.5em;
  border: 0;
  border-radius: 3px;
  width: 250px;
  text-indent: 0.01px;
  appearance: none;
  border: #cccccc;
}
select:active,
select:focus {
  outline: 0;
}

.custom-dropdown::before,
.custom-dropdown::after {
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  color: #cccccc;
  height: 2em;
  font-size: 1em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
}

/*financiranje */
.financiranje {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: white;
}
.financiranje span {
  font-weight: bold;
}

.finImg {
  width: 50px;
  height: 50px;
}
.fin {
  background: transparent;
  display: flex;
}
.trosak {
  font-size: xx-small;
  font-family: "Open Sans", sans-serif;
  width: 60%;
}

.naputak {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.7rem, 1vw, 1rem);
  margin-top: 15px;
}
.g {
  background-color: #a1c180;
}
.p {
  background-color: #619c8a;
}

/* uštede*/

@media screen and (max-width: 1071px) {
  #co2 {
    text-align: center;
    font-size: clamp(2.8rem, 2.5vw, 3.5rem) !important;
  }
}
@media screen and (max-width: 799px) {
  #co2 {
    padding-right: 10%;
    text-align: center;
    font-size: clamp(2.5rem, 2.5vw, 3.5rem) !important;
  }
}
@media screen and (max-width: 356px) {
  #co2 {
    padding-right: 0px !important;
    text-align: center;
    font-size: clamp(2.5rem, 2.5vw, 3.5rem) !important;
  }
}

#co2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3.5rem, 2.5vw, 3.5rem);
  text-align: center;
}
.c2 {
  width: 60px;
  height: 40px;
}
.naputak1 {
  font-size: clamp(0.6rem, 1vw, 0.8rem);
  color: #9c9c9c;
}

.item4 {
  padding: 15px;
  height: 200px;
  width: 250px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: -50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  text-align: center;
  font-weight: bold;
  background-color: white;
}
#prijevoz {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

img {
  width: 100px;
}

.ustede {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: center;
  margin: 20px;
}

#rowAnimacije .flex-container {
  display: flex;
  margin-bottom: 2%;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #rowAnimacije .flex-container.d {
    justify-content: flex-end !important;
  }
  #rowAnimacije .flex-container.l {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .item4 {
    margin-bottom: 0 !important;
  }
  .image4 {
    min-height: 300px !important;
  }
}
/*sunce   */

.image3 {
  background-image: url("images/sunce.jpg");
  height: 500px;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  width: 100%;
}
.image4 {
  background-image: url("images/rea-sjever-Background.png");
  height: 400px;
  background-position: center;
  background-size: cover;
}
.image4 .odlucite {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.odlucite {
  font-size: clamp(1.5rem, 2.5vw, 1.7rem);
  text-align: center;
}
.odlucite span {
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

/* animacije */
#put {
  justify-content: center;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#rowAnimacije {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 25px;
  margin: 0px 0px;
}

#w {
  background-color: white;
}

#z {
  background-color: #fed933;
}

/*flip */

.flip-container {
  perspective: 1000px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2%;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 300px;
  height: 250px;
  cursor: pointer;
}

.flipper {
  transition: 0.8s;
  transform-style: preserve-3d;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
}
#broj {
  font-size: 16rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 1000;
  color: #edf1f4;
  z-index: 0;
  margin-top: -70px;
  text-align: left;
}
.a,
.b,
.c {
  font-size: 1.5rem;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  color: black;
  z-index: 1;
  text-align: left;
}

.a {
  margin-top: -230px;
  margin-left: 50px;
}
.b {
  margin-top: -220px;
  margin-left: 70px;
}
.c {
  margin-top: -220px;
  margin-left: 50px;
}

.e,
.f,
.i {
  font-size: 1em;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  color: black;
  z-index: 1;
  text-align: center;
}
.e {
  margin-top: -130px;
}
.f {
  margin-top: -110px;
}
.i {
  margin-top: -150px;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

/* forma */

#korak {
  justify-content: center;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#arrow {
  color: rgba(228, 220, 220, 0.562);
  justify-content: center;
  font-size: clamp(3em, 9vw, 9em);
  margin-top: -3%;
  margin-bottom: -3%;
}

#kontakt {
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
  font-size: clamp(0.8rem, 2.5vw, 1.6rem);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

/* forma form */

.container form {
  justify-content: center;
  padding: 2.5%;
  margin: 5%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-group {
  margin-top: 2%;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
[type="text"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none;
}

form .button {
  background-color: #ffda32;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font: uppercase;
  font-weight: bold;
  padding: 1rem 3em;
  text-decoration: none;
  border: none;
  width: max(10rem, 25%);
  text-transform: uppercase;
  font-size: x-small;
}
.button {
  background-color: #ffda32;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font: uppercase;
  font-weight: bold;
  padding: 1rem 3em;
  text-decoration: none;
  border: none;
  width: max(10rem, 25%);
  text-transform: uppercase;
  font-size: x-small;
}
.button2 {
  background-color: #ffda32;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font: uppercase;
  font-weight: bold;
  padding: 1rem 3em;
  text-decoration: none;
  border: none;
  width: max(10rem, 25%);
  text-transform: uppercase;
  font-size: x-small;
}

.button:active,
.button:focus {
  outline: 0;
}

/* copyright */
@media screen and (max-width: 769px) {
  .modal-content.sirina {
    width: 100%;
  }

  .copyright-menu {
    float: none !important;
    text-align: center;
    white-space: pre-line;
    margin-top: -20px;
  }
  .copyright-c {
    text-align: center;
    float: none !important;
  }
}
@media screen and (max-width: 991px) {
  .logoImage {
    max-width: 200px;
    max-height: 200px;
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .logoImage {
    max-width: 250px !important;
    max-height: 250px !important;
    width: 50% !important;
  }
  .logoImage img {
    width: 205px;
    height: 72px;
  }
  .logoImage {
    width: 40%;
  }
}
@media screen and (max-width: 420px) {
  .logoImage img {
    width: 154px !important;
    height: 54px !important;
  }
  .slikeZaEu {
    padding: 0px !important;
  }
  .logoImage2 img {
    width: 170px !important;
    height: 102px !important;
  }
}
@media screen and (max-width: 341px) {
  .logoImage img {
    width: 145px !important;
    height: 51px !important;
  }
  .slikeZaEu {
    padding: 0px !important;
  }
  .logoImage2 img {
    width: 155px !important;
    height: 93px !important;
  }
}
@media screen and (max-width: 317px) {
  .logoImage img {
    width: 130px !important;
    height: 46px !important;
  }
  .slikeZaEu {
    padding: 0px !important;
  }
  .logoImage2 img {
    width: 140px !important;
    height: 84px !important;
  }
}
.slikeZaEu {
  display: flex;
  justify-content: left;
  padding: 0px 20px;
}
.logoImage {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  max-height: 200px;
  width: 20%;
}
.logoImage img {
  width: 100%;
}
.copyright {
  margin-top: 15px;
  padding: 10px;
  background-color: #202020;
}

.copyright span {
  color: #9c9c9c;
}

.copyright-menu {
  float: right;
}
.divSkriveniGumb {
  display: flex;
  justify-content: center;
}
.skriveniGumb {
  display: none;
  text-decoration: none;
  background-color: #fed933;
  color: white;
  padding: 10px;
  text-align: center;
}
.logoImage2 img {
  width: 200px;
  height: 120px;
}
.imageWrapper {
  display: flex;
  padding: 10px 0px 10px 30px;
  flex-wrap: wrap;
  align-items: center;

}
.reas {
  width: 20%;
  max-width: 125px;
  min-width: 125px;
  display: flex;
  align-items: center;
}
.reas img {
  width: 100%;
}
.gdi {
  width: 20%;
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  margin-left: 10px;

}
.gdi img {
  width: 100%;
  height: 100%;
  align-items: center;
}
.eu {
  width: 100%;
  max-width: 750px;
  min-width: 750px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.eu img {
  width: 100%;
}
@media screen and (max-width: 460px) {
  .reas {
    max-width: 150px;
    min-width: 150px;
  }
  .gdi {
    max-width: 150px;
    min-width: 150px;
  }
  .eu {
    max-width: 350px;
    min-width: 350px;
  }
}
@media screen and (max-width: 360px) {
  .reas img {
    height: 50px !important;
  }
  .reas {
    max-width: 150px;
    min-width: 150px;
  }
  .gdi {
    max-width: 70px;
    min-width: 70px;
  }
  .eu {
    max-width: 150px;
    min-width: 150px;
  }
}


.info-newline {
  display: none;
}
@media screen and (max-width: 1300px) {
  .info-newline {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .reas img {
      height: 50px !important;
    }
  
    .reas {
      max-width: 150px;
      min-width: 150px;
    }
  
    .gdi {
      max-width: 70px;
      min-width: 70px;
    }
  
    .eu {
      max-width: 350px;
      min-width: 350px;
    }
}

@media screen and (max-width: 400px) {
  .reas img {
    height: 50px !important;
  }

  .reas {
    max-width: 150px;
    min-width: 150px;
  }

  .gdi {
    max-width: 70px;
    min-width: 70px;
  }

  .eu {
    max-width: 250px;
    min-width: 250px;
  }
}

@media screen and (max-width: 1500px) {
  #odabraniObjekt
  {
    width: 90%;
  }
}

.iframe-container {
  position: relative;
  width: 100vw;
  height: 99vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.logo-overlay {
  position: absolute;
  top: -0.25rem;
  right: 1rem;
  z-index: 10;
  max-width: 380px;
  max-height: 100px;
  width: auto;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  object-fit: contain;
}

@media (max-width: 768px) {
  .iframe-container {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .logo-overlay {
    top: -0.25rem;
    /* Adjusted for smaller screens */
    right: 0.5rem;
    max-width: 250px;
    max-height: 80px;
  }
}