body{
     font-family: "Jost", sans-serif!important;
}

a{
    text-decoration:none!important
}

::selection{
    background:#000!important
}

.navbar{
    background: none;
    margin-bottom:-50%;
    position:relative;
    z-index:11
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    min-height:700px;
    background-color: #face17;
    text-align: left!important;
    transition: all 0.5s ease;
}

.hero-section-pod {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-color: #face17;
    text-align: left!important;
    transition: all 0.5s ease;
}

.hero-section.plus100 {
    height: 70vh;
    background-color: #000;
    text-align: left!important;
    background-blend-mode:multiply
}

.hero-section-pod.plus100 {
    height: 70vh;
    background-color: #000;
    text-align: left!important;
    background-blend-mode:multiply
}

.navbar-brand img{
    height:40px!important
}

.navbar{
    padding:30px 0!important
}


.hero-section h1 {
    font-size: 60px;
    color: #000;
    margin-bottom:20px!important;
    font-weight:300;
    transition: all 0.5s ease;
}

.hero-section-pod h1 {
    font-size: 30px;
    color: #000;
    margin-bottom:20px!important;
    font-weight:300;
    transition: all 0.5s ease;
}

.hero-section h1:first-child {
    margin-top:50px;
}

.hero-section-pod h1:first-child {
    margin-top:50px;
    font-size: 50px;
    font-weight:900;

}

.hero-section.plus100 h1 {
    color: #face17!important;
}

.hero-section-pod.plus100 h1 {
    color: #face17!important;
}

.hero-section h2 {
    font-size: 22px;
    color: #000;
    margin-top:50px!important;
    font-weight:300;
    transition: all 0.5s ease;
}

.hero-section.plus100 h2 {
    color: #fff;
}

.hero-section .cta {
    margin-top:50px!important;
}

.hero-section-pod .cta {
    margin-top:50px!important;
}

.hero-section-pod.plus100 .cta {
    color:#face17
}


.hero-section .cta a{
    background-color:#fff;
    color:#000;
    padding:10px 20px;
    transition: all 0.5s ease;
}

.hero-section-pod .cta a{
    color:#fff;
    transition: all 0.5s ease;
}

.hero-section .cta.plus100 a{
    background-color:#face17;
    color:#000;
    padding:10px 20px;
}

.typed-text {
    color: #fff;
    background:#000;
    padding:0 20px;
    font-weight:900
}

.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
    animation: rotate-gradient 10s linear infinite;
}

.hero-section::before {
    content: '';
    position: absolute;
    width: 200vh;
    height: 200vh;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-circle 90s infinite ease-in-out;
    opacity: 0.5;
    right:-150vh
}

.proizvodi{
    transition: all 0.5s ease;
    padding:100px 0
}

.proizvodi.plus100{
    background:#face17;
}

.proizvodi h2{
    margin: 0 0 50px 0;
    color:#000;
    font-weight:900;
}

.tab-in{
    background:#000;
    color:#6d6d6d;
    padding:20px;
    transition: all 0.5s ease;
}

.swiper-slide:hover .tab-in{
    background:#fff;
    color:#6d6d6d;
    padding:20px;
}

.swiper-slide:hover .tab-in a{
    color:#6d6d6d;
}


.tab-in .link {
    color:#fff;
    border-left:solid 10px #face17;
    padding:0 10px!important;
    transition: all 0.5s ease;
}

.tab-in .link a{
    color:#fff;
}

.tab-in a{
    color:#6d6d6d;
}

.tab-in h3{
    color:#face17;
    font-size:22px;
    font-weight:900;
    transition: all 0.5s ease;
}

.swiper-slide:hover .tab-in h3{
    color:#000;
}

.swiper-slide:hover .tab-in .link{
    color:#000;
    border-left:solid 10px #face17;
    padding:0 10px!important
}

.swiper-slide{
    overflow:hidden
}


@keyframes pulse-circle {
    0% {
        opacity: 1.5;
        right:-150vh
    }
    50% {
        opacity: 1.2;
        right:-50vh
    }
    100% {
        opacity: 5.5;
        right:-150vh 
    }
}

.hero-section::after {
    content: '';
    position: absolute;
    width: 200vh;
    height: 200vh;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-circle2 40s infinite ease-in-out;
    opacity: 0.1;
    right:-100vh;
    top:-50px
}

@keyframes pulse-circle2 {
    0% {
        opacity: 1.5;
        right:-100vh
    }
    50% {
        opacity: 1.2;
        right:-50vh
    }
    100% {
        opacity: 5.5;
        right:-100vh 
    }
}

.usluge{
    padding:100px 0;
    color:#6d6d6d;
    font-size:15px;
    transition:all 1s
}

.usluge.plus200{
    background:#000
}

.usluge a{
    color:#6d6d6d;
}
.usluge img{
    background:#face17;
    padding:20px;
    border-radius:10px;
    margin-bottom:20px!important;
    width:90px;
    height:90px;
    object-fit:contain;
    transition: all 1s;

}

.usluge h2{
    font-size:22px;
    font-weight:900;
    color:#000;
}

.usluge.plus200 h2{
    color:#fff;
}

.usluge .col-lg-4:hover img{
    background:#000;
}

.usluge.plus200 .col-lg-4:hover img{
    background:#675b00;
}

.usluge h3{
    color:#face17;
    margin:50px 0;
    font-weight:300;
    font-size:30px;
}

.usluge h4{
    color:#000;
    margin:20px 0;
    font-weight:300;
    font-size:20px;
    transition: all 1s
}

.usluge.plus200 h4{
    color:#fff;
}

.recenzije.plus200{
    background:#000;
    color:#fff;
}

.recenzije.plus200 h2{
    color:#face17;
}


.zvijezde.plus200 {
    color:#face17;
    font-size:18px!important
}

.recenzije{
    background:#fff;
    color:#000;
    padding:0 0 100px 0;
    transition:all 1s
}

.recenzije h2{
    color:#face17;
    font-weight:900;
}

.recenzije h3{
    font-weight:300;
    font-size:15px;
}


.recenzije p{
    font-weight:300;
    font-size:15px;
    max-width:70%;
}

.zvijezde {
    color:#face17;
    font-size:18px!important
}

.footer{
    background:#efefef;
    padding:100px 0;
    border-bottom:50px solid #face17
}

.footer a{
    color:#909090;
    border-left:solid 5px #fff;
    padding:0 10px;
    transition: all 0.5s
}

.footer a:hover{
    background-color:#000;
    color:#fff
}

.footer h2{
    font-weight:900;
    color:#000;
}

.footer li{
    list-style:none;
    margin-bottom:10px
}

.footer ul{
    padding:0;
    margin-top:30px
}

.footer img{
    margin-bottom:50px!important;
}

.footer h3{
    font-weight:900;
    color:#000;
    margin-bottom:20px
}

.footer p{
    font-weight:300;
    color:#000;
    margin:0px
}

.top-button{
    background:#000!important;
    border:none!important;
}

.portfolio .card{
    border:none;
    border-radius:0px!important;
    background:#000;
    color:#fff;
    transition: all 0.5s
}

.portfolio .card img{
    border:none;
    border-radius:0px!important;
    background:#000;
}

.portfolio a.link-portfolio {
    color:#fff!important;
}

.portfolio h2{
    color:#face17;
    font-weight:900;
}

a.text-body {
    color:#6d6d6d!important
}

.portfolio .card:hover{
    background:#face17;
}

.portfolio .card:hover h2{
    color:#000
}

.portfolio-opis{
    padding:0 40px!important
}

.portfolio-opis h1{
    font-weight:300!important;
}

.portfolio-opis .acf-link{
    margin:50px 0;
}

.portfolio-opis .acf-link a{
    background:#face17;
    padding:10px 20px;
    color:#fff;
    color:#000;
}

.portfolio-opis h3{
    font-weight:300!important;
}

.portfolio-opis h4{
    font-weight:300!important;
    margin-bottom:20px
}

/* Dropdown meni */
.dropdown-menu {
    background-color: #000000!important; 
    border: none!important; 
}

.dropdown-menu .dropdown-item {
    color: #fff!important; 
    color: #000000; 
    padding:20px 100px 20px 20px;
    transition:all 0.5s
}



.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #face17; 
    color: #000000!important; 
}

.dropdown-menu .dropdown-item.active {
    background-color: #face17; 
    color: #000000!important; 
}

  .site-main  .dropdown-menu {
      width: 100%; 
        text-align:center!important;
    }
    .dropdown-item i {
      margin-right: 10px;
    }

.btn-primary{
    background:#face17!important;
    border:none!important;
    color:#000!important;
}

.wpcf7-form a{
    color:#000;
}

.form-check-input:checked {
    background-color: #face17!important;
    border: none!important;
}

.upit-btn{
    border-radius:40px;
    padding:0 40px!important;
    background:#ffffff50;
    margin:0 10px
}

.jezik-btn {
border-radius:40px;
}


.jezik-btn a{
    font-size:25px!important;
    position:relative;
    margin-top: -20px;
    top:15px
}



.jezik-btn li a{
    font-size:14px!important;
    position:relative;
    margin-top: 0px;
    top:0px;
    padding:10px!important;
}


.wp-block-group{
    margin-top:20px!important
}

.content-area h3{
    font-weight:300;
    font-size:20px;
    margin:20px 0 0 0;
}

@media screen and (min-width: 100px) and (max-width: 768px) {
.upit-btn{
    padding:0 40px!important;
    background:#face17;
    margin:20px;
    text-align:center;
}

.jezik-btn{
    padding:0 40px!important;
    margin:0 10px;
    text-align:center;
}

    
.swiper-sik {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.hero-section  {
    height:50vh
}


.hero-section h1 {
    font-size: 20px;
    color: #000;
    margin-bottom:0px!important;
}

.hero-section h1:first-child {
    font-size: 40px;
    color: #000;
    margin-bottom:30px!important;
    font-weight:300;
    transition: all 0.5s ease;
}

    

.hero-section h2 {
    font-size: 16px;
    margin-top:20px!important;
}

.hero-section .cta {
    margin-top:20px!important;
}

.hero-section .cta a{
    padding:5px 10px;
}

.typed-text {
    display:inline-block;
    padding:0 5px;
}

@keyframes pulse-circle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.hero-section::after {
    width: 100vh;
    height: 100vh;
}

.proizvodi{
    padding:40px 0;
}

.proizvodi h2{
    padding:0px 0;
}

.usluge{
    padding:40px 0;
}

.footer h2{
    margin-top:50px
}

.recenzije{
    padding:50px 0
}

.recenzije p{
    max-width:100%
}

.footer{
    padding:50px 0
}

.navbar-brand img{
    height:35px
}

.navbar{
    padding:30px 0!important
}

.nav-toggler{
    background:#face17!important;
    border:none!important;
    color:#000!important;
}

.offcanvas-body{
    background:#000;
    border:none!important;
    font-size:20px;
}

.offcanvas-header{
    background:#000;
    color:#000;
    border:none!important
}
   
.offcanvas-body a{
    color:#fff!important;
}

.offcanvas-body li{
    padding:15px 10px
}

.btn-close {
    background-color:#face17!important
}

}

/*FIX 2026*/
.hero-section {
    position: relative;
    /* makni background-image odavde */
}

.hero-section .hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* osiguraj da je sadržaj iznad slike */
.hero-section .dots,
.hero-section .container {
    position: relative;
    z-index: 1;
}

