/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 14:48:01 */
/* HERO SEKCIJA */
.hero-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  margin-top: -120px;
  overflow-x: hidden; /* samo horizontalno skrivanje */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 10px;
}

/* HERO BOX – CENTRALNI BLOK */
.hero-box {
  width: 500px;
  height: 370px;
  padding: 20px 40px 20px 40px;
  background-color: rgba(255, 255, 255, 0.85); /* ili 0.9 po želji */
  position: relative;
  z-index: 5;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  box-sizing: border-box;
}


/* HERO BOX 1 – BELO, PUNA ŠIRINA 
.hero-box-1 {
  width: 100vw;
  max-width: 100vw;
  /*margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 60px 100px;
  min-height: 600px;
  background-color: #fff;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* HERO BOX 2 – POLUPROVIDNO, PUNA ŠIRINA 
.hero-box-2 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 40px 20px;
  min-height: 600px;
  height: auto;
  max-height: none;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: visible;
  flex-wrap: wrap;
}

*/
/* Anchor za hero-box-2 */
.anchor-offset::before {
  content: "";
  display: block;
  height: 100px;      /* ili koliko god ti treba zbog sticky headera */
  margin-top: -100px;
  visibility: hidden;
}

/* STIL ZA DIVIDER UNUTAR HERO BOX-A 
.hero-box-linija .elementor-divider-separator {
  border-top-width: 2px !important;
}*/


.readmore{
	z-index:999;
	cursor:pointer;
	
}
/* RESPONSIVE ZA MOBILNI */
@media (max-width: 767px) {
  .hero-box-1,
  .hero-box-2 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
  }

  .hero-box {
    width: 90% !important;
    max-width: 355px;
    margin: 0 auto;
    padding: 30px 15px !important;
  }
}

