.ct-container-full{
    padding-bottom: 0px;
}

.hero-section-overlay {
    position: relative;
}

.hero-section-overlay figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 33, 54, 0.75); 
    z-index: 1;
}

.hero-section-overlay figure img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-section-overlay figure {
    position: relative;
    z-index: 0;
}

.hero-section-overlay header {
    position: relative;
    z-index: 2;
}

.inovacija-single{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#inovacija-content-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;

    padding-bottom: 35px;
    width: 80%;
}

.inovacija-content-container{
    flex: 2;
}

.inovacija-potrebe-razvoj-container{
    margin-top: 10px;
    border-radius: 2.953px;
    border: 1px solid #F0F0F0;
    background: #FFF;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;

    padding: 9px 18px;
}

.inovacija-potrebe-razvoj-heading{
    font-size: 18px;
    font-weight: 500;
}

.inovacija-detalji-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;

    flex: 1;

    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 2px 2px 10px 0 rgba(18, 18, 33, 0.1); 

}

.inovacija-detalj-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.inovacija-detalj-box-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.inovacija-detalj-box-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.inovacija-detalj-box-icon svg{
    width: 28px;
    height: 28px;
}

.inovacija-detalj-box-title {
    font-size: 15px;
    font-weight: 600;
    color: #070707;
}

.inovacija-detalj-box-content, 
.inovacija-detalj-box-content a{
    font-size: 15px;
    font-weight: 400;
    color: #102136;
}

.inovacija-detalj-box-content a:hover{
    color: #9B0A30;
}

.adresa-box a{
    font-weight: 600;
}

#inovacija-citat-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;

    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

.inovacija-citat-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;

    max-width: 60%;
    position: relative;

}

.inovacija-citat{
    font-size: 20px;
    font-weight: 500;
    text-align: center;

    margin-bottom: 0px;
}

.navodnici-icon{
    position: absolute;
}

.navodnici-icon svg{
    width: 28px;
    height: 28px;
}

.navodnici-left {
    top: 100%;
    left: -50px;
    transform: translateY(-50%);
}

.navodnici-right {
    top: 0;
    right: -50px;
    transform: translateY(-50%);
}

.related-content-section,
.inovacija-section-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;

    width: 100%;
}

.related-content-section{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

#inovacija-vesti-section{
    background-color: #F0F0F0;
}

.section-heading{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.owl-carousel {
    width: 80% !important;
    position: relative;
}

.owl-item{
    padding: 10px;
    display: flex;
    align-items: stretch;
}

.inovatori-carousel .owl-item img {
    width: 100px !important;
}

.owl-carousel .nav-btn {
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
}

.owl-carousel .prev-slide {
    left: -45px;
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-carousel .next-slide {
    right: -45px;
    background-size: contain;
    background-repeat: no-repeat;
}

#publikacije-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;

    width: 80%;
}

.publikacija-item {
    width: calc(25% - 20px); 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: max-height .7s ease, opacity 0.7s ease; 
    overflow: hidden; 
    
    border-radius: 8px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.publikacija-load-button.hidden{
    display: none;
}

.publikacija-load-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    font-weight: 500;
    border-radius: 3px;

    margin-top: 10px;

    background-color: #F3F5F7;
    color: #000;

    transition: all .3s ease;
}

.publikacija-load-button:hover{
    cursor: pointer;
    background-color: #E7154B;
    color: #F0F0F0;
}

.publikacije-gray-bg{
    background-color: #F0F0F0;
}

.pdf-export-button{
    color: #070707;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;

    border-radius: 6px;
    border: 1px solid #9B0A30;
    padding: 8px 16px;
    background: #FFF;
    gap: 12px;
}

.pdf-export-button:hover{
    color: #9B0A30;
}

@media (max-width: 480PX) {
    #inovacija-content-section {
        flex-direction: column;
        width: 90%;

        gap: 30px;
    }
    
    .inovacija-content-container, 
    .inovacija-detalji-container{
        width: 100%;
    }

    .inovacija-citat-container{
        max-width: 70%;
    }

    .navodnici-left {
        left: -30px;
    }
    
    .navodnici-right {
        right: -30px;
    }

    .related-content-section{
        margin-bottom: 15px;
    }

    .inovacija-section-content-wrapper{
        width: 90%;
    }

    #publikacije-wrapper{
        flex-direction: column;
        width: 90%;
    }
    
    .publikacija-item {
        width: 100%; 
    }
}

#inovacija-galerija-section{
    width: 80%;
    padding-bottom: 35px;
}

.inovacija-galerija-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;

}

.gallery-image {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px);
    box-sizing: border-box;
    overflow: hidden;
    position: relative; 
    aspect-ratio: 1.5;
}

.gallery-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; 
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* lightbox */

#lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9999;
    outline: none;
}

.lb-outerContainer {
    max-width: 80%; 
    max-height: 80%; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.lb-image {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    display: block;
}

.lb-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lb-dataContainer {
    text-align: center; 
    padding: 10px 0;
}

.lb-caption {
    font-size: 16px;
    color: #fff; 
}

.lb-number{
    color: #f0f0f0;
}

.lb-close {
    right: 10px;
    top: 10px;
}

