.main-top-horizontal-section {
  text-align: center;
}

/*Gornja linije za sredinu*/
.mod-inline.gornjired {
align-items: center;
}
/* Prozirnost za product label*/
.product-labels {
  opacity: 70%;
}
/* Veličina za product label*/
.product-label {
font-size: .7rem;
padding: 0.1rem .3rem;
}
:root {
 font-size: 16px !important;
}
.kontejner {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
@media (max-width: 480px) {
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  
  
  text-align: center;
	}
}
@media (min-width: 480px) {
.centered {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	}
  }
  /*za footer linija i naslov*/
  
.widget-title2 {
position: relative;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	line-height: 24px;
	margin-bottom:30px;
	padding-bottom: 15px;
text-align: left !important;
}
h2.widget-title2::before {


    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #ab7442;
    content: "";
}
.mod-inline {
    align-items: start;
}
.poravnanje {
    text-align: left !important;
padding: 10px;
}


/* Glavni kontejner za parallax */
.parallax-wrapper {
    position: relative;
    height: 60vh; /* Puna visina ekrana */
    width: 100%;
    overflow: hidden;
}

/* Podešavanje slike */
.parallax-img {
    background-image: url('/images/stalak_za_sunku_background_2.jpg'); /* Zamenite vašom slikom */
    background-attachment: fixed; /* Ključ za parallax */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Tamni filter i tekst preko slike */
.overlay-content {
    position: relative;
    z-index: 2;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Zatamnjenje slike radi čitljivosti */
}

/* Senka na tekstu za bolji kontrast */
.shadow-text {
    text-shadow: 2px 4px 10px rgba(0,0,0,0.5);
}

/* Stil za dugme u boji drveta/zlata */
.btn-gold {
    background-color: #a67c52;
    color: white;
    border: none;
    transition: 0.3s;
}

.btn-gold:hover {
    background-color: #8b6542;
    color: #fff;
    transform: translateY(-3px);
}

/* Sadržaj ispod */
.content-section {
    position: relative;
    z-index: 3;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
}

/* Responzivnost za mobilne uređaje */
@media (max-width: 768px) {
    .parallax-img {
        background-attachment: scroll; /* Isključuje fiksnu pozadinu na telefonima zbog performansi */
    }
    .display-1 {
        font-size: 3rem;
    }
}
