/*
Theme Name: STIM REI (Salient Child Theme)
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.text-center {
    text-align: center;
}

.white-box.novo {
    background: #fff;
    border-bottom: 8px solid #72CE8F;
    padding: 65px;
    position: relative;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    margin-top: -83px;
}

.white-box.novo img.icon {
    width: 73px;
    margin: 0 auto;
    margin-bottom: 30px;
}




a#publikacije {
    padding: 13px 31px;
    background-color: white !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'LatoLatinWebHeavy' !important;
    letter-spacing: 0px !important;
    border: 1px solid #627bb9;
    border-radius: 5px !important;
    text-align: center;
}



a#publikacije:hover {
    color: white !important;
    background: linear-gradient(125deg, #164986, #72ce8f) !important;
}

.nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap {
    padding: 4% 7% !important;

}

.nectar-fancy-box[data-style="color_box_hover"] .inner {

    justify-content: left !important;
}



.inner-wrap {
    font-size: 90% !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
}

/* ===== NOVA STIM STRUKTURA ===== */

.stim-struktura-nova {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Header */
.stim-struktura-nova .ssn-header {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.stim-struktura-nova .ssn-header-box {
    background: #1b2d6b;
    border: 2px solid #4a6fa5;
    text-align: center;
    padding: 22px 40px;
    line-height: 2;
    min-width: 380px;
}

.stim-struktura-nova .ssn-header-box p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

/* White boxes */
.stim-struktura-nova .ssn-white-box {
    background: #fff;
    border-bottom: 6px solid #72CE8F;
    padding: 40px 35px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stim-struktura-nova .ssn-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

.stim-struktura-nova .ssn-box-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #1b2d6b !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
}

.stim-struktura-nova .ssn-box-title a {
    color: #1b2d6b !important;
    text-decoration: none;
}

.stim-struktura-nova .ssn-box-title a:hover {
    color: #72CE8F !important;
}

/* Main 2-column row */
.stim-struktura-nova .ssn-main-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: stretch;
}

.stim-struktura-nova .ssn-main-row .ssn-white-box {
    flex: 1;
    align-items: flex-start;
    text-align: left;
}

/* Podaktivnosti */
.stim-struktura-nova .ssn-podaktivnost {
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e8e8;
}

.stim-struktura-nova .ssn-podaktivnost:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stim-struktura-nova .ssn-podaktivnost a {
    display: block;
    text-decoration: none;
    color: inherit !important;
}

.stim-struktura-nova .ssn-podaktivnost a:hover strong {
    color: #72CE8F !important;
}

.stim-struktura-nova .ssn-podaktivnost strong {
    display: block;
    font-size: 13px;
    color: #1b2d6b;
    margin-bottom: 3px;
    line-height: 1.4;
}

.stim-struktura-nova .ssn-podaktivnost em {
    display: block;
    font-style: italic;
    font-size: 13px;
    color: #c8a84b;
    line-height: 1.4;
}

.stim-struktura-nova .ssn-podaktivnost span {
    display: block;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

/* Bottom 2-column row */
.stim-struktura-nova .ssn-bottom-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: stretch;
}

.stim-struktura-nova .ssn-bottom-row .ssn-white-box {
    flex: 1;
}

/* Small & centered boxes */
.stim-struktura-nova .ssn-white-box--small {
    padding: 35px 30px;
}

.stim-struktura-nova .ssn-white-box--center {
    max-width: 560px;
    margin: 0 auto 24px;
    width: 100%;
}

/* Voditelj text */
.stim-struktura-nova .ssn-voditelj {
    font-size: 14px;
    color: #444;
    margin: 0;
}

/* Napomena */
.stim-struktura-nova .ssn-napomena {
    margin-top: 10px;
    font-size: 13px;
    color: #ccc;
    text-align: center;
}

.stim-struktura-nova .ssn-napomena a {
    color: #72CE8F !important;
}

@media (max-width: 768px) {
    .stim-struktura-nova .ssn-main-row,
    .stim-struktura-nova .ssn-bottom-row {
        flex-direction: column;
    }

    .stim-struktura-nova .ssn-header-box {
        min-width: unset;
        padding: 18px 20px;
    }
}