:root {
    --primary-color: #9C4A3C;
    --secondary-color: #E6B8A266;
    --terciary-color: #E6B8A2;
    --bg-color: #fffbfa;
    --line-height-p: 1.2;
    --line-height-p3: 1.3;
    --bg-shadow: 0 0 34px 0 rgba(156, 74, 60, 0.4);
}

.nn_container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.nn-hero__section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 20px;
    box-shadow: var(--bg-shadow);
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
}

/* Background image */
.nn-hero__section::before {
    content: "";
    position: absolute;
    height: 100% !important;
    width: 100vw !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("img_se_international_psyhosomatics_coach_ici_berlin/pozadina_hero_sekcija.webp");
    background-size: cover;
    background-position: top-center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Sav sadržaj hero sekcije mora biti iznad pozadine */
.nn-hero__section>* {
    position: relative;
    z-index: 1;
}

.vesna_logo {
    width: 340px;
}

.nn-hero__section h1 {
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 600px;
    text-align: center;
    color: var(--primary-color);
    font-size: clamp(2.4rem, 4vw + 0.5rem, 3.5rem);
    line-height: 1.1;
}

.nn-hero__section .logotipi {
    padding: 14px 0 10px 0;
    max-width: 270px;
}

.nn-hero__section .subheading {
    max-width: 1000px;
    text-align: center;
    font-size: 1.5rem;
    line-height: var(--line-height-p);
    padding-bottom: 22px;
}

.nn-hero__section h2 {
    font-size: 1.75rem;
    padding-bottom: 1.375rem;
}

.nn-hero__section ul {
    list-style: disc;
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    padding: 0 20px;
}

.nn-hero__section .ispod-liste {
    list-style: disc;
    max-width: 622px;
    text-align: center;
}

.nn-hero__section .ispod-liste li {
    line-height: 1.3;
}

.btn_primary,
.wpcf7-submit {
    margin-top: 40px;
    text-decoration: none;
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.btn_primary:hover,
.wpcf7-submit:hover {
    background: transparent;
    color: var(--primary-color);
}

.nn-hero__section .btn_primary {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .nn-hero__section {
        padding: 20px 20px;
    }

    .nn-hero__section h1 {
        font-size: clamp(2rem, 4vw + 0.5rem, 3rem);
    }

    .vesna_logo {
        width: 290px;
    }
}

@media (max-width: 1270px) {
    .nn-hero__section::before {
        height: 106% !important;
    }
}

@media (max-width: 820px) {
    .nn-hero__section ul {
        flex-direction: column;
        gap: 8px;
    }

    .nn-hero__section .ispod-liste {
        text-align: left;
        margin-top: -5px;
        max-width: 366px;
    }
}

@media (max-width: 500px) {
    .nn-hero__section {
        padding: 10px 20px;
    }

    .nn-hero__section h1 {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .vesna_logo {
        width: 200px;
    }
    
    .nn-hero__section .logotipi {
        max-width: 180px;
    }

    .nn-hero__section .subheading {
        font-size: 1.1rem;
    }

    .nn-hero__section h2 {
        font-size: 1.3rem;
    }

    .nn-hero__section ul {
        flex-direction: column;
        gap: 8px;
    }

    .nn-hero__section .ispod-liste {
        text-align: left;
        /* margin-left: 53px; */
        margin-top: -5px;
        max-width: 302px;
    }

    .nn-hero__section ul li {
        font-size: 1rem;
    }

    .btn_primary {
        padding: 10px 20px;
        font-size: 1rem;
    }
}



/* =================================== */
/* ===== Za koga je ovaj trening ===== */
/* =================================== */
.za-koga-je-trening-wrapper {
    background: var(--bg-color);
}

.za-koga-je-trening {
    padding: 50px 0 80px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.za-koga-je-trening p {
    max-width: 950px;
    line-height: var(--line-height-p3);
    margin-bottom: 30px;
}

.za-koga-je-trening .btn_primary {
    margin-top: 10px;
}

/* ================================================================= */
/* ===== Za koga je ovaj trening slika ispod prethodne sekcije ===== */
/* ================================================================= */
.za-koga-je-trening-ispod {
    background: var(--bg-color);
}

.za-koga-je-trening-ispod h3,
.zasto-profesionalci-biraju h3,
.testimonijali h3,
.kotizacija h3,
.program h3,
.prijava h3 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 30px;
}

.nn_dve_kolone {
    display: flex;
    align-items: center;
    gap: 150px;
}

.nn_dve_kolone div {
    flex: 1;
}

.lista-ikonice li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px;
}

.lista-ikonice li img {
    width: 30px;
}

.za-koga-je-trening-ispod .naslov-i-lista {
    max-width: 700px;
}

@media (max-width: 1100px) {
    .nn_dve_kolone {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .nn_dve_kolone {
        flex-direction: column;
    }
}

@media (max-width: 740px) {

    .za-koga-je-trening-ispod h3,
    .zasto-profesionalci-biraju h3,
    .testimonijali h3,
    .kotizacija h3,
    .program h3,
    .prijava h3 {
        font-size: 1.8rem;
    }
}

/* ====================================== */
/* ===== Zašto profesionalci biraju ===== */
/* ====================================== */
.zasto-profesionalci-biraju {
    background: var(--bg-color);
}

.zasto-profesionalci-biraju h3 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

.zasto-profesionalci-biraju .nn-card_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    padding-bottom: 20px;
}

.zasto-profesionalci-biraju .nn-card_wrapper .nn-card {
    flex: 0 0 300px;
    /* flex: 1; */
    display: flex;
    justify-content: center;
}

.zasto-profesionalci-biraju .nn-card_wrapper div img {
    width: 50px;
}

.zasto-profesionalci-biraju .nn-card_wrapper .nn-card p {
    text-align: left;
    max-width: 220px;
    padding-top: 30px;
    margin-left: -20px;
}

@media (max-width: 992px) {
    .zasto-profesionalci-biraju h3 {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

@media (max-width: 639px) {
    .zasto-profesionalci-biraju .nn-card_wrapper .nn-card {
        justify-content: start;
    }
}

/* ========================= */
/* ===== Testimonijali ===== */
/* ========================= */
.testimonijali {
    background: var(--bg-color);
    padding-top: 30px;
}

.testimonijali h3 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
}

.testimonijali h3::before {
    content: 'TESTIMONIALS';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: rgba(156, 74, 60, 0.08);
    font-size: 4rem;
    font-weight: bold;
}

.testimonijali .tesimonijali_wrap_card {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonijali .tesimonijali_wrap_card>div {
    flex: 0 0 250px;
    background: var(--secondary-color);
    padding: 20px 20px 5px 20px;
    font-size: 1rem;
    box-shadow: 0 0 10px 0 rgba(156, 74, 60, 0.4);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonijali .tesimonijali_wrap_card .polaznik {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}


.testimonijali .tesimonijali_wrap_card img {
    width: 80px;
    border-radius: 100px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    margin: 10px 0;
}

.testimonijali .tesimonijali_wrap_card .ime_prezime {
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 600;
}

.btn_wrapper {
    padding: 30px 0 50px 0;
    display: flex;
    justify-content: center;
}

.btn_wrapper .btn_primary {
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
}

@media (max-width: 559px) {
    .testimonijali .tesimonijali_wrap_card>div {
        flex: 0 0 100%;
    }

    .testimonijali h3::before {
        top: 10px;
        font-size: 3rem;
    }

    .btn_wrapper .btn_primary {
        display: inline-block;
        text-align: center;
        font-size: 0.875rem;
    }
}

@media (max-width: 400px) {
    .testimonijali h3::before {
        top: 10px;
        font-size: 2rem;
    }
}

/* ===================================== */
/* ===== Šta vas očekuje i termini ===== */
/* ===================================== */
.nn_dve_kolone.sta-vas-ocekuje {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;
    padding-top: 50px;
    padding-bottom: 50px;
}

.nn_dve_kolone.sta-vas-ocekuje .lista-ikonice {
    margin-top: 20px;
}

.nn_dve_kolone.sta-vas-ocekuje h3 {
    position: relative;
}

.nn_dve_kolone.sta-vas-ocekuje h3::before {
    content: 'OČEKUJE';
    position: absolute;
    left: 0;
    top: -36px;
    /* transform: translateX(-50%); */
    color: rgba(156, 74, 60, 0.08);
    font-size: 4rem;
    font-weight: bold;
}

.za-koga-je-trening-ispod.termini .satnica {
    background: var(--terciary-color);
    padding: 20px;
    margin-top: 25px;
    position: relative;
}

.za-koga-je-trening-ispod.termini .satnica::before {
    content: '';
    position: absolute;
    right: -178px;
    top: 0;
    height: 100%;
    width: 178px;
    background-color: var(--terciary-color);
}

.za-koga-je-trening-ispod.termini .slika img {
    position: relative;
    z-index: 11;
}

.za-koga-je-trening-ispod.termini .satnica p {
    margin-bottom: 15px;
}

.za-koga-je-trening-ispod.termini .satnica ul {
    list-style: disc;
    margin-left: 25px;
}

@media (max-width: 992px) {
    .za-koga-je-trening-ispod.termini .nn_dve_kolone {
        flex-direction: row;
    }
}

@media (max-width: 841px) {
    .nn_dve_kolone.sta-vas-ocekuje {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .za-koga-je-trening-ispod.termini .nn_dve_kolone {
        flex-direction: column-reverse;
    }

    .za-koga-je-trening-ispod.termini .satnica::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .nn_dve_kolone.sta-vas-ocekuje h3::before {
        font-size: 3rem;
        top: -30px;
    }
}

/* ====================== */
/* ===== KOTIZACIJA ===== */
/* ====================== */
.kotizacija {
    background: var(--bg-color);
    padding: 80px 0;
}

.kotizacija h3 {
    text-align: center;
}

.kotizacija .cena {
    background: var(--terciary-color);
    padding: 30px 75px;
}

.kotizacija .ukupna-cena {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    color: #222;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 30px;
    margin-bottom: 35px;
    line-height: 1.2;
}

.kotizacija .karakteristike {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.kotizacija .karakteristike img {
    width: 30px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.kotizacija .karakteristike div {
    /* flex: 0 0 260px; */
    font-size: 1.125rem;
    padding-bottom: 10px;
}

.kotizacija .karakteristike div:first-child {
    flex: 0 0 188px;
}

.kotizacija .karakteristike div:nth-child(2) {
    flex: 0 0 285px;
}

.kotizacija .karakteristike div:nth-child(3) {
    flex: 0 0 257px;
}

.kotizacija .karakteristike div:nth-child(4) {
    flex: 0 0 230px;
}

.kotizacija .karakteristike div:not(:last-child) {
    border-right: 2px solid var(--primary-color);
}

@media (max-width: 979px) {
    .kotizacija .karakteristike {
        justify-content: center;
    }

    .kotizacija .karakteristike div {
        flex: 0 0 280px !important;
    }

    .kotizacija .karakteristike div:first-child {
        flex: 0 0 250px !important;
    }

    .kotizacija .karakteristike div:nth-child(2) {
        border: none;
        flex: 0 0 285px !important;
    }

    .kotizacija .karakteristike div:nth-child(3) {
        flex: 0 0 245px !important;
    }
}

@media (max-width: 979px) {
    .kotizacija .karakteristike {
        /* flex-direction: column; */
        /* align-items: center; */
        flex-wrap: wrap;
    }

    .kotizacija .karakteristike div:first-child,
    .kotizacija .karakteristike div:nth-child(2),
    .kotizacija .karakteristike div:nth-child(3),
    .kotizacija .karakteristike div:nth-child(4) {
        flex: none !important;
        width: 100%;
        max-width: 300px;
        border: none;
    }
}

@media (max-width: 820px) {

    .kotizacija .karakteristike div:first-child,
    .kotizacija .karakteristike div:nth-child(2),
    .kotizacija .karakteristike div:nth-child(3),
    .kotizacija .karakteristike div:nth-child(4) {
        flex: none !important;
        width: 100%;
        max-width: 255px;
    }
}

@media (max-width: 724px) {

    .kotizacija .karakteristike div:first-child,
    .kotizacija .karakteristike div:nth-child(2),
    .kotizacija .karakteristike div:nth-child(3),
    .kotizacija .karakteristike div:nth-child(4) {
        flex: none !important;
        width: 100%;
        max-width: 240px;
    }
}

@media (max-width: 600px) {
    .kotizacija .ukupna-cena {
        font-size: 1.3rem;
    }

    .kotizacija .cena {
        padding: 30px 20px;
    }
}

.kotizacija .rok {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
    line-height: 1.2;
}

.kotizacija .btn_primary {
    box-shadow: var(--bg-shadow);
    margin-top: 20px;
}

.kotizacija .sertifikacija {
    /* list-style: disc; */
    text-align: center;
}

.kotizacija .sertifikacija li {
    margin-top: 7px;
}

.kotizacija .sertifikacija span {
    position: relative;
}

.kotizacija .sertifikacija span::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #222;
    top: 28%;
    left: -15px;
    border-radius: 50px;
}

/* ====================================== */
/* ========== Program treninga ========== */
/* ====================================== */
.program {
    background: var(--bg-color);
}

/* Tabs */
.nn_tabs {
    --nn-border: 1px solid var(--primary-color);
}

.nn_tabs__nav {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

/* Tab button */
.nn_tab {
    appearance: none;
    border: var(--nn-border);
    background: var(--terciary-color);
    color: #222;
    padding: 12px 18px;
    border-radius: 5px 5px 0 0;
    /* pravougaoni */
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    transition: transform .12s ease, background .12s ease;
}

.nn_tab:hover {
    transform: translateY(-1px);
}

.nn_tab.is-active {
    background: var(--primary-color);
    color: #fff;
}

/* Content container with same border */
.nn_tabs__content {
    border: var(--nn-border);
    padding: 18px 18px;
    margin-top: -1px;
}

/* Panel */
.nn_panel {
    margin: 0;
}

.nn_module_list {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}

.nn_module_list li {
    margin: 8px 0;
}

/* Mobile */
@media (max-width: 767px) {
    .nn_tabs__nav {
        gap: 0px;
    }

    .nn_tab {
        width: 100%;
        text-align: left;
    }
}

/* Panel animacija */
.nn_tabs__content {
    position: relative;
}

.nn_panel {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease;
}

.nn_panel.is-active {
    display: block;
}

.nn_panel.is-enter {
    opacity: 1;
    transform: translateY(0);
}

/* Opciono: da izlaz bude “mekši” */
.nn_panel.is-exit {
    opacity: 0;
    transform: translateY(-6px);
}

/* ============================== */
/* ========== O AUTORU ========== */
/* ============================== */
.autor {
    background: var(--bg-color);
    padding-top: 100px;
}

.autor .lista-ikonice p {
    margin-bottom: 20px;
}

.autor h3 {
    position: relative;
}

.autor h3::before {
    content: 'O AUTORU';
    position: absolute;
    left: 0;
    top: -30px;
    /* transform: translateX(-50%); */
    color: rgba(156, 74, 60, 0.08);
    font-size: 4rem;
    font-weight: bold;
}

@media (max-width: 500px) {
    .autor h3::before {
        font-size: 3rem;
    }

    .autor {
        padding-top: 50px;
    }
}

/* ============================= */
/* ========== PRIJAVA ========== */
/* ============================= */
.prijava {
    background: var(--bg-color);
    padding-top: 100px;
    padding-bottom: 20px;
}

.prijava h3 {
    position: relative;
    text-align: center;
}

.prijava h3::before {
    content: 'PRIJAVA';
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    color: rgba(156, 74, 60, 0.08);
    font-size: 4rem;
    font-weight: bold;
}

.nn_kontakt_omotac {
    max-width: 400px;
    margin: 0 auto;
}

.nn_kontakt_flex {
    text-align: center;
}

.nn_kontakt_flex label {
    font-size: 14px;
    /* margin-bottom: 7px; */
}

.nn_kontakt_flex .wpcf7-form-control {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 10px;
    border: 1px solid var(--primary-color);
    height: 40px;
    border-radius: 6px;
}

.nn_kontakt_omotac .prihvati {
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
}

.nn_kontakt_omotac .wpcf7-submit {
    padding: 10px 30px;
    width: 100%;
}

@media (max-width: 500px) {
    .prijava h3::before {
        font-size: 3rem;
    }

    .prijava {
        padding-top: 50px;
    }
}


















.empty___space {
    height: 400px;
}