.wrapper {
    max-width: var(--theme-normal-container-max-width);
    width: var(--theme-container-width);
    margin-inline: auto;
}

.wrapper-full, .section-wrapper-full {
    width: 100% !important;
    max-width: 100% !important;
}

.h2 {
    --theme-font-weight: 700;
    --theme-font-size: 64px;
    --theme-line-height: 1.5;
}

@media (max-width: 999.98px) {
    .h2 {
        --theme-font-size: 36px;
    }
}

.btn {
    padding: 12px 36px;
    border: none;
    border-radius: 8px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: fit-content;

}

.btn-primary {
    background-color: var(--theme-palette-color-3);
    color: var(--theme-palette-color-1);
}

.btn-primary:hover {
    background-color: #b68029 !important;
    color: var(--theme-palette-color-1);
}

.btn-secondary {
    background-color: transparent;
    color: var(--theme-palette-color-3);
    border: 1px solid var(--theme-palette-color-3);
}

/* Filter form styles */
.filter-form {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-group label {
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
    font-size: 24px;
}

.filter-group select {
    padding: 0 10px;
    border: 1px solid var(--theme-palette-color-1);
    border-radius: 6px;
    font-size: 20px;
    background-color: white;
    min-width: 400px;
    height: 48px;
}

.filter-group select:focus {
    outline: none;
    border-color: var(--theme-palette-color-3, #d4a434);
}

.filter-group select:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    border-color: #ccc;
}

.filter-submit, .filter-reset {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.filter-submit {
    background-color: var(--theme-palette-color-3, #d4a434);
    color: white;
}

.filter-submit:hover {
    background-color: #b68029;
}

.filter-reset {
    background-color: #6c757d;
    color: white;
    margin-left: 10px;
}

.filter-reset:hover {
    background-color: #5a6268;
}

@media (max-width: 1024px) {
    .filter {
        width: 100%;
    }

    .filter-form {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }

    .filter-group select {
        min-width: auto;
        width: 100%;
    }

    .filter-submit, .filter-reset {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.btn-secondary:hover {
    background-color: #b68029 !important;
    border-color: #b68029;
    color: var(--theme-palette-color-1);
}

.btn-secondary.blue {
    background-color: transparent;
    color: var(--theme-palette-color-1);
    border: 1px solid var(--theme-palette-color-1);
}

.btn-secondary.blue:hover {
    background-color: var(--theme-palette-color-4) !important;
    border-color: var(--theme-palette-color-4);
    color: var(--theme-palette-color-6);
}

@media (max-width: 1024px) {
    .btn {
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 20px;
    }
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

label {
    margin-bottom: 8px;
    color: var(--theme-palette-color-6);
    font-size: 0.9em;
    font-weight: 500;
}

.required {
    color: #ff6b6b;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--theme-palette-color-6);
    border-radius: 6px;
    color: white;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
    outline: none;
    border-color: var(--theme-palette-color-3);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
    background-color: rgba(255, 255, 255, 0.15);
}


select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

select option {
    background-color: #1a1a2e;
    color: white;
}
#izvestaj-filter select option,
.light select option{
    background-color: #ffffff;
    color: #1a1a2e;
}

@media (max-width: 1024px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }


}

/** DONATOSRSKO VECE SINGLE PAGE **/
/** IZVESTAJ SINGLE PAGE **/
.donatorsko-vece-single .entry-header {
    background: linear-gradient(180deg, #0D1A40 0%, #1E2859 90%, transparent 90%);
}

.izvestaj-single .entry-header,
.hero-blog .entry-header {
    position: relative;
    padding-top: 40px;
}

.donatorsko-vece-single .entry-header .wrapper,
.izvestaj-single .entry-header .wrapper,
.hero-blog .entry-header .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.donatorsko-vece-single .entry-header .wrapper .left,
.donatorsko-vece-single .entry-header .wrapper .right,
.izvestaj-single .entry-header .wrapper .left,
.izvestaj-single .entry-header .wrapper .right {
    flex-basis: 50%;
    z-index: 2;
}
.donatorsko-vece-single .entry-header .wrapper .right .image_container,
.izvestaj-single .entry-header .wrapper .right .image_container{
    border-radius: 20px;
    overflow: hidden;
}
.donatorsko-vece-single .entry-header .wrapper .right .image_container img,
.izvestaj-single .entry-header .wrapper .right .image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-blog .entry-header .wrapper .left {
    flex-basis: 40%;
    z-index: 2;
}

.hero-blog .entry-header .wrapper .right {
    flex-basis: 60%;
    z-index: 2;
}

.izvestaj-single .entry-header .overlay,
.hero-blog .entry-header .overlay {
    background: linear-gradient(180deg, #0D1A40 0%, #1E2859 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 108%;
    z-index: 0;
    margin-top: 0 !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.donatorsko-vece-single .entry-header .wrapper .left {
    padding-right: 60px;
    padding-top: 90px;
}

.izvestaj-single .entry-header .wrapper .left,
.hero-blog .entry-header .wrapper .left {
    padding-top: 60px;
}

.donatorsko-vece-single .entry-header .wrapper .right {
    padding-left: 60px;
}

.donatorsko-vece-single .entry-header .subtitle {
    color: var(--theme-palette-color-3);
    margin-bottom: 20px;
    font-size: 52px;
    opacity: 0;
    animation: slideInUp 1s ease-out 0.3s forwards;
    text-align: left;
}

.donatorsko-vece-single .entry-header h1,
.izvestaj-single .entry-header h1,
.hero-blog .entry-header h1 {
    font-size: 96px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0;
    animation: slideInUp 1s ease-out 0.5s forwards;
    text-align: left;
}

.izvestaj-single .entry-header .kratki-opis,
.hero-blog .entry-header .kratki-opis {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    padding-right: 60px;
    opacity: 0;
    animation: slideInUp 1s ease-out 0.7s forwards;
}

.donatorsko-vece-single .entry-header .separator {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 50px;
    height: 4px;
    opacity: 0;
    background-color: var(--theme-palette-color-3);
    animation: slideInUp 1s ease-out 0.9s forwards;
}

.donatorsko-vece-single .entry-header .buttons,
.izvestaj-single .entry-header .buttons,
.hero-blog .entry-header .buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    opacity: 0;
    animation: slideInUp 1s ease-out 1.1s forwards;
}

@media (max-width: 1024px) {
    .donatorsko-vece-single .entry-header .wrapper,
    .izvestaj-single .entry-header .wrapper,
    .hero-blog .entry-header .wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .izvestaj-single .entry-header .overlay,
    .hero-blog .entry-header .overlay {
        background: linear-gradient(180deg, #0D1A40 0%, #1E2859 95%, transparent 95%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        margin-top: 0 !important;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        overflow: hidden;
    }

    .donatorsko-vece-single .entry-header .wrapper .left,
    .donatorsko-vece-single .entry-header .wrapper .right,
    .izvestaj-single .entry-header .wrapper .left,
    .izvestaj-single .entry-header .wrapper .right,
    .hero-blog .entry-header .wrapper .left,
    .hero-blog .entry-header .wrapper .right {
        flex-basis: 100%;
        padding: 50px 0 0 0;
    }

    .donatorsko-vece-single .entry-header .buttons,
    .hero-blog .entry-header .buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .donatorsko-vece-single .entry-header h1,
    .izvestaj-single .entry-header h1,
    .hero-blog .entry-header h1{
        font-size: 44px;
        text-align: center;
    }

    .donatorsko-vece-single .entry-header .subtitle {
        font-size: 18px;
        text-align: center;
    }

    .donatorsko-vece-single .entry-header .separator {
        width: 60px;
        margin: 20px auto 30px auto;
        height: 2px;
    }

}

.izvestaj-single .entry-content {
    background: var(--theme-palette-color-6) url("../img/decoration.svg") no-repeat left top;
    background-size: 300px;
}

.donatorsko-vece-single .entry-content h2,
.izvestaj-single .entry-content h2 {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
    max-width: 1200px;
    line-height: 1.2;
    padding: 0;
    margin: 30px auto;
}

.donatorsko-vece-single .entry-content h3,
.izvestaj-single .entry-content h3 {
    font-size: 40px;
    text-align: left;
    margin: 30px auto 30px auto;
    font-weight: 400;
    line-height: 1.2;
}

.izvestaj-single .entry-content {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .donatorsko-vece-single .entry-content h2,
    .izvestaj-single .entry-content h2 {
        font-size: 36px;
        text-align: left;
        margin: 30px auto 0 auto;
    }

    .izvestaj-single .entry-content {
        padding-top: 60px;
        margin-top: -80px;
    }

    .donatorsko-vece-single .entry-content h3,
    .izvestaj-single .entry-content h3 {
        font-size: 24px;
    }
}


.donatorsko-vece-single .entry-content .description,
.izvestaj-single .entry-content .description {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
    padding: 80px 0;
}

.izvestaj-single .entry-content .description.orientation-even.wrapper {
    flex-direction: row-reverse;
}

.donatorsko-vece-single .entry-content .description .left,
.donatorsko-vece-single .entry-content .description .right,
.izvestaj-single .entry-content .description .left,
.izvestaj-single .entry-content .description .right {
    flex-basis: 50%;
}

.donatorsko-vece-single .entry-content .description .left,
.izvestaj-single .entry-content .description .left {
    padding-right: 40px;
}

.donatorsko-vece-single .entry-content .description .right,
.izvestaj-single .entry-content .description .right {
    padding-left: 80px;
}

.izvestaj-single .entry-content .description.orientation-even .right {
    padding-left: 0;
    padding-right: 80px;
}

.donatorsko-vece-single .entry-content .description .left .slika,
.izvestaj-single .entry-content .description .left .slika {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 500px;
    gap: 40px;
}

.izvestaj-single .entry-content .description.orientation-even.wrapper .slika {
    flex-direction: row-reverse;
}

.donatorsko-vece-single .entry-content .description .left .slika .image_1,
.izvestaj-single .entry-content .description .left .slika .image_1 {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.donatorsko-vece-single .entry-content .description .left .slika .image_2,
.izvestaj-single .entry-content .description .left .slika .image_2 {
    height: 90%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.donatorsko-vece-single .entry-content .description .left .slika img,
.izvestaj-single .entry-content .description .left .slika img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.donatorsko-vece-single .entry-content .description .right p,
.izvestaj-single .entry-content .description .right p {
    margin-bottom: 20px;
}

.donatorsko-vece-single .entry-content .description .right .citat,
.izvestaj-single .entry-content .description .right .citat {
    color: var(--theme-palette-color-1);
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    font-variant-ligatures: common-ligatures;
    font-family: "Cormorant Garamond", serif;
    border-left: 3px solid var(--theme-palette-color-3);
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .donatorsko-vece-single .entry-content .description,
    .izvestaj-single .entry-content .description,
    .izvestaj-single .entry-content .description.orientation-even.wrapper {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding: 20px 0 30px 0;
    }

    .donatorsko-vece-single .entry-content .description .left,
    .donatorsko-vece-single .entry-content .description .right,
    .izvestaj-single .entry-content .description .left,
    .izvestaj-single .entry-content .description .right,
    .izvestaj-single .entry-content .description.orientation-even .right {
        flex-basis: 100%;
        padding: 0;
        max-width: 98%;
    }

    .donatorsko-vece-single .entry-content .description .left .slika,
    .izvestaj-single .entry-content .description .left .slika {
        justify-content: center;
        height: auto;
        gap: 20px;
    }

    .donatorsko-vece-single .entry-content .description .left .slika .image_1,
    .donatorsko-vece-single .entry-content .description .left .slika .image_2,
    .izvestaj-single .entry-content .description .left .slika .image_1,
    .izvestaj-single .entry-content .description .left .slika .image_2 {
        height: auto;
        width: 50%;
    }

    .donatorsko-vece-single .entry-content h2,
    .izvestaj-single .entry-content h2 {
        font-size: 36px;
        text-align: left;
        padding: 0 20px;
    }

    .donatorsko-vece-single .entry-content .description .right p,
    .izvestaj-single .entry-content .description .right p {
        text-align: left;
    }

    .donatorsko-vece-single .entry-content .description .right .citat,
    .izvestaj-single .entry-content .description .right .citat {
        text-align: left;
        font-size: 18px;
        padding-left: 20px;
        border-left: 3px solid var(--theme-palette-color-3);
    }
    .izvestaj-single .entry-header .kratki-opis, .hero-blog .entry-header .kratki-opis{
        padding-right: 0;
    }
}

.donatorsko-vece-single .entry-content .activity {
    background: var(--theme-palette-color-5);
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
}

.donatorsko-vece-single .entry-content .activity .left {
    flex-basis: 60%;
    padding-right: 40px;
}

.donatorsko-vece-single .entry-content .activity .right {
    flex-basis: 40%;
    padding-left: 40px;
}

.donatorsko-vece-single .entry-content .activity .left p {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 20px;
}

.donatorsko-vece-single .entry-content .activity .right .progress,
.donatorske-content .progress {
    background: var(--theme-palette-color-2);
    color: #ffffff;
    padding: 26px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.donatorsko-vece-single .entry-content .activity .right .progress h3,
.donatorsko-vece-single .entry-content .activity .right .progress p,
.donatorske-content .progress h3,
.donatorske-content .progress p {
    color: #ffffff;
}

.donatorsko-vece-single .entry-content .activity .right .progress h3,
.donatorske-content .progress h3 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
}

.donatorsko-vece-single .entry-content .activity .right .progress .title,
.donatorske-content .progress .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.donatorsko-vece-single .entry-content .activity .right .progress .bar,
.donatorske-content .progress .bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.donatorsko-vece-single .entry-content .activity .right .progress .bar .top-bar,
.donatorsko-vece-single .entry-content .activity .right .progress .bar .bottom-bar,
.donatorske-content .progress .bar .top-bar,
.donatorske-content .progress .bar .bottom-bar {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
}

/* Rectangle 17664 */
.donatorsko-vece-single .entry-content .activity .right .progress .bar .fill-bar,
.donatorske-content .progress .bar .fill-bar {
    background: linear-gradient(270deg, #EBC888 1.07%, #192451 99.04%);
    position: relative;
    height: 8px;
    width: 100%;
    border-radius: 13px;
}

.donatorsko-vece-single .entry-content .activity .right .progress .bar .fill-bar span,
.donatorske-content .progress .bar .fill-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: var(--theme-palette-color-3);
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;

}

.donatorsko-vece-single .entry-content .activity .right .progress .bar .fill-bar span:after,
.donatorske-content .progress .bar .fill-bar span:after {
    content: "|";
    position: absolute;
    right: -3px;
    top: -11px;
    height: 13px;
    width: 4px;
    color: var(--theme-palette-color-3);

}

@media (max-width: 1024px) {
    .donatorsko-vece-single .entry-content .activity {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 10px;
        gap: 30px;
        margin-bottom: 30px;
    }

    .donatorsko-vece-single .entry-content .activity .left,
    .donatorsko-vece-single .entry-content .activity .right {
        flex-basis: 100%;
        padding: 0;
        width: 100%;
    }

    .donatorsko-vece-single .entry-content .activity .left p {
        font-size: 28px;
        text-align: left;
    }

    .donatorsko-vece-single .entry-content .activity .left .btn {
        float: left;
    }

    .donatorsko-vece-single .entry-content .activity .right .progress .bar .top-bar, .donatorsko-vece-single .entry-content .activity .right .progress .bar .bottom-bar,
    .donatorske-content .progress .bar .top-bar, .donatorske-content .progress .bar .bottom-bar {
        font-size: 16px;
        text-align: left;
    }

    .donatorsko-vece-single .entry-content .activity .right .progress h3,
    .donatorske-content .progress h3 {
        font-size: 20px;
        text-align: left;
    }

    .donatorsko-vece-single .entry-content .activity .right .progress,
    .donatorske-content .progress {
        padding: 16px;
        border-radius: 16px;
        width: 100%;

    }
}

.schedule {
    background: var(--theme-palette-color-1) url('../img/stil.png') no-repeat left bottom;
    color: #ffffff;
    padding: 80px 0;
}

.schedule h2 {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
    max-width: 1200px;
    line-height: 1.1;
    padding: 20px;
    margin: 0 auto 60px auto;
    color: #ffffff;
}

.schedule .raspored {
    max-width: 1200px;
    margin: 150px auto;
    position: relative;
}

.schedule .raspored:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 60%;
    background: var(--theme-palette-color-2);
    z-index: 1;

}

.schedule .raspored:after {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 109%;
    background: var(--theme-palette-color-2);
    z-index: 1;
}

.schedule .raspored svg {
    margin: 80px auto;
    display: block;
}

.schedule .raspored .raspored-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    margin-bottom: 20px;
    font-size: 40px;
}

/*.schedule .raspored .raspored-item .vreme,*/
/*.schedule .raspored .raspored-item .opis{*/
/*    width: 50%;*/

/*}*/
.schedule .raspored .raspored-item .vreme {
    text-align: right;
    padding: 12px 30px;
}

.schedule .raspored .raspored-item .opis {
    text-align: left;
    padding: 12px 30px;
    max-width: fit-content;
    background: var(--theme-palette-color-2);
}

.stil-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.stil-wrapper h3 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 30px;
}

.stil-wrapper .stil {
    flex-basis: 50%;
    width: 50%;
    text-align: left;

}

.stil-wrapper .stil .content {
    max-width: 600px;
}

.stil-wrapper .stil .content p {
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .schedule {
        background: var(--theme-palette-color-1) url('../img/stil.png') no-repeat center bottom;
        color: #ffffff;
        background-size: 400px;
        padding: 40px 0 400px 0;
    }

    .schedule h2 {
        font-size: 36px;
        text-align: center;
        margin: 30px auto 0 auto;
    }

    .schedule .raspored {
        margin: 40px auto;
    }

    .schedule .raspored:before {
        display: none;
    }

    .schedule .raspored:after {
        display: none;
    }

    .schedule .raspored svg {
        display: none;
    }

    .schedule .raspored .raspored-item {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 35px);
        font-size: 24px;
        text-align: left;
    }

    .schedule .raspored .raspored-item .vreme {
        text-align: left;
        padding: 0 0 0 20px;
        background: var(--theme-palette-color-2);
    }

    .schedule .raspored .raspored-item .opis {
        text-align: left;
        padding: 0 0 0 20px;
        max-width: 100%;
        background: var(--theme-palette-color-2);
    }

    .stil-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 0;
    }

    .stil-wrapper h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .stil-wrapper .stil {
        flex-basis: 100%;
        width: 100%;
        text-align: left;

    }

    .stil-wrapper .stil .content {
        max-width: 100%;
    }
}


.tickets {
    padding: 80px 0;
    color: var(--theme-palette-color-1);
}

.tickets .subtitle {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--theme-palette-color-1);
    margin-bottom: 0;
}

.tickets h2 {
    font-size: 64px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.1;
}

.tickets p {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    font-size: 24px;
    line-height: 1.3;
}

.tickets p strong {
    margin-top: 20px;
    display: block;
}

.tickets .ticket-boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 50px;
}

.tickets .ticket-boxes .ticket-box {
    flex-basis: 48%;
    background: var(--theme-palette-color-1);
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.tickets .ticket-boxes .ticket-box h3 {
    color: var(--theme-palette-color-3);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.tickets .ticket-boxes .ticket-box .opis {
    color: #ffffff;
    line-height: 1.3;
    font-size: 40px;
    margin-bottom: 30px;
}

.tickets .ticket-boxes .ticket-box .opis span {
    color: var(--theme-palette-color-3);
}

.tickets .ticket-boxes .ticket-box .opis .napomena {
    font-size: 20px;
}

.tickets .ticket-boxes .ticket-box .separator {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    height: 2px;
    background-color: var(--theme-palette-color-3);
}

@media (max-width: 1024px) {
    .tickets {
        padding: 40px 0;
    }

    .tickets .subtitle {
        font-size: 16px;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
    }

    .tickets h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .tickets p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tickets .ticket-boxes {
        gap: 30px;
        margin-top: 30px;
    }

    .tickets .ticket-boxes .ticket-box {
        flex-basis: 100%;
        padding: 20px 10px;
    }

    .tickets .ticket-boxes .ticket-box h3 {
        font-size: 24px;
    }

    .tickets .ticket-boxes .ticket-box .opis {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tickets .ticket-boxes .ticket-box .opis .napomena {
        font-size: 14px;
    }

    .tickets .ticket-boxes .ticket-box .separator {
        width: 100px;
        height: 2px;
    }

}

.aukcija {
    background: var(--theme-palette-color-1);
    padding: 80px 0;
}

.aukcija .aukcija-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.aukcija .aukcija-content h2 {
    font-size: 64px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.1;
    max-width: 1200px;
    color: #ffffff;
}

.aukcija .aukcija-content p {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    max-width: 1200px;
    color: #ffffff;
}

.aukcija .aukcija-content p strong {
    margin-top: 20px;
    display: block;
}

.aukcija .aukcija-content .aukcijski-predmeti {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
}

.aukcija .aukcija-content .aukcijski-predmeti .predmet {
    flex-basis: 32%;
    color: #ffffff;
}

.aukcija .aukcija-content .aukcijski-predmeti .predmet h3 {
    font-size: 28px;
    color: #ffffff;
    margin: 15px 0 0 0;
    font-weight: 400;
    line-height: 1.2;
}

.aukcija .aukcija-content .aukcijski-predmeti .predmet .details {
    padding: 10px 0;
    position: relative;
}

.aukcija .aukcija-content .aukcijski-predmeti .predmet .details-toggle-checkbox {
    display: none; /* Hide the default checkbox */
}

.aukcija .aukcija-content .aukcijski-predmeti .predmet .details-toggle-label {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.aukcija .aukcija-content .aukcijski-predmeti .predmet .details-hidden-content {
    max-height: 0; /* Initial state: hidden */
    overflow: hidden; /* Hide overflow content */
    transition: max-height 0.5s ease-in-out; /* Smooth transition for height change */
}

/* When the checkbox is checked, expand the content */
.aukcija .aukcija-content .aukcijski-predmeti .predmet .details-toggle-checkbox:checked ~ .details-hidden-content {
    max-height: 200px; /* Adjust as needed to accommodate content */
    /* A value larger than the actual content height ensures it fully expands */
}

@media (max-width: 1024px) {
    .aukcija {
        padding: 40px 0;
    }

    .aukcija .aukcija-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .aukcija .aukcija-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .aukcija .aukcija-content .aukcijski-predmeti {
        gap: 20px;
        margin-top: 30px;
    }

    .aukcija .aukcija-content .aukcijski-predmeti .predmet {
        flex-basis: 100%;
    }
    .aukcija .aukcija-content .aukcijski-predmeti .predmet .slika img {
       width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aukcija .aukcija-content .aukcijski-predmeti .predmet h3 {
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .aukcija .aukcija-content .aukcijski-predmeti .predmet .details-toggle-label {
        font-size: 16px;
    }

}

.reports-content .report-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.report-boxes .report-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 31%;
    background: var(--theme-palette-color-5);
    border-radius: 20px;

}

.report-boxes .report-box .image_container {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 20px;
}

.report-boxes .report-box .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-boxes .report-box h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    padding: 0 20px;
}

.report-boxes .report-box .meta {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.report-boxes .report-box .meta a {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .report-boxes .report-box {
        flex-basis: 100%;
    }

    .report-boxes .report-box h3 {
        font-size: 24px;
    }

}

.donatorske-boxes .donatorsko-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    padding-bottom: 20px;
    background: var(--theme-palette-color-1);
    border: 2px solid var(--theme-palette-color-2);
}

.donatorske-boxes .donatorsko-box .image_container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.donatorske-boxes .donatorsko-box .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.donatorske-boxes .donatorsko-box .donatorsko-content {
    padding: 20px;
    width: 100%;
}

.donatorske-boxes .donatorsko-box .subtitle {
    color: var(--theme-palette-color-3);
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.section-donatorske .donatorske-boxes .donatorsko-box .title,
.donatorske-boxes .donatorsko-box .title{
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}
.donatorske-boxes .donatorsko-box .title a{
    color: #ffffff;
    text-decoration: none;
}

.donatorske-boxes .donatorsko-box .progress .title h3 {
    font-size: 24px;
    text-align: left;
}

.donatorske-boxes .donatorsko-box .progress .bar {
    font-size: 20px;
    color: var(--theme-palette-color-3);
}

.donatorske-boxes .donatorsko-box .buttons {
    gap: 20px;
}

.donatorske-boxes .donatorsko-box .buttons .btn {
    padding: 6px 12px;
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .donatorske-boxes .donatorsko-box .image_container {
        width: 100%;
        height: 300px;

    }

    .donatorske-boxes .donatorsko-box .donatorsko-content {
        padding: 10px;
        width: 100%;
    }
}

.izvestaj-single .gallery {
    background: var(--theme-palette-color-1);
    padding: 80px 0;
}

.izvestaj-single .gallery h2 {
    font-size: 64px;
    text-align: center;
    margin: 0 auto 60px auto;
    font-weight: 400;
    line-height: 1.1;
    max-width: 1200px;
    color: #ffffff;
}

.izvestaj-single .gallery .subtitle {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--theme-palette-color-3);
    margin-bottom: 10px;
}

.izvestaj-single .gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.izvestaj-single .gallery .gallery-grid .gallery-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
}

.izvestaj-single .gallery .gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .izvestaj-single .gallery {
        padding: 40px 0;
    }

    .izvestaj-single .gallery h2 {
        font-size: 36px;
        margin: 10px auto 30px auto;
    }

    .izvestaj-single .gallery .subtitle {
        font-size: 16px;
        letter-spacing: 0.02em;
        margin-bottom: 10px;
    }

    .izvestaj-single .gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .izvestaj-single .gallery .gallery-grid .gallery-item {
        height: 180px;
    }


}

.post-type-archive-izvestaj .filter-group label {
    color: var(--theme-palette-color-1);
}

.post-type-archive-izvestaj .reports-content .main-title {
    font-size: 96px;
    max-width: 1200px;
    margin-bottom: 40px;
    margin-top: 80px;
    line-height: 1;
    font-weight: 400;
}

.post-type-archive-donatorsko_vece,
.page-template-page-tickets,
.post-type-archive-dv_media{
    background: var(--theme-palette-color-1);
    color: #ffffff;
}

.post-type-archive-donatorsko_vece .donatorske-content .main-title,
.page-template-page-tickets .donatorske-content .main-title,
.post-type-archive-dv_media .main-title {
    color: #ffffff;
    font-size: 96px;
    max-width: 1000px;
    margin-bottom: 10px;
    margin-top: 80px;
    font-weight: 400;
    line-height: 1;
}
.post-type-archive-dv_media .main-title{
    max-width: 1600px;
    text-align: center;
    margin-bottom: 120px;
    font-size: 96px;
    font-weight: 400;
}
.post-type-archive-donatorsko_vece .donatorske-boxes,
.page-template-page-tickets .donatorske-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
    width: 100%;
}

.post-type-archive-donatorsko_vece .donatorske-content,
.page-template-page-tickets .donatorske-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.post-type-archive-donatorsko_vece .donatorske-boxes .donatorsko-box,
.page-template-page-tickets .donatorske-boxes .donatorsko-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 31%;
    background: var(--theme-palette-color-1);
    border-radius: 20px;
}

.page-template-page-tickets .donatorske-boxes .donatorsko-box {
    border: 1px solid var(--theme-palette-color-3);
}

.page-template-page-tickets .donatorske-boxes .donatorsko-box .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    max-width: 80%;
    margin: 40px auto;
}

.page-template-page-tickets .donatorske-boxes .donatorsko-box .subtitle {
    font-size: 24px;
}

.post-type-archive-donatorsko_vece .filter-group select,
.page-template-page-tickets .filter-group select {
    border: 1px solid var(--theme-palette-color-3);
    background: var(--theme-palette-color-1);
    color: #ffffff;
}
.post-type-archive-donatorsko_vece .filter-group select option,
.page-template-page-tickets .filter-group select option {
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .post-type-archive-izvestaj .reports-content .main-title,
    .post-type-archive-donatorsko_vece .donatorske-content .main-title,
    .page-template-page-tickets .donatorske-content .main-title {
        font-size: 36px;
        margin: 30px auto 0 auto;
    }

    .post-type-archive-donatorsko_vece .donatorske-boxes,
    .page-template-page-tickets .donatorske-boxes {
        gap: 20px;
        margin-top: 30px;
    }

    .post-type-archive-donatorsko_vece .donatorske-boxes .donatorsko-box,
    .page-template-page-tickets .donatorske-boxes .donatorsko-box {
        flex-basis: 100%;
    }
    .post-type-archive-dv_media .main-title{
        font-size:36px;
    }

}

#newsletter.bg-light {
    margin-top: 40px;
    margin-bottom: 60px;
}

/** BLOCKS styles **/
/* ============================
   all blocks styles
   ========================= */
.about-us-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;

}

.about-us-wrapper .about-us-statistics {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 20%;
    padding: 70px 35px;
}

.about-us-wrapper .about-us-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 75%;
    padding: 35px;
    max-width: 1160px;
}

.about-us-content .podnaslov {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5px;
}

.about-us-content h2 {
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 64px;
}

.about-us-content .tekst {
    max-width: 960px;
    text-align: justify;
}

.about-us-content p {
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 24px;
}

.statistic-item:not(:last-child)::after {
    content: "";
    display: block;
    height: 3px;
    width: 74px;
    background-color: var(--theme-palette-color-3);
    margin: 35px 0;
}

.statistic-item .broj {
    font-weight: 400;
    line-height: 1.2;
}

.statistic-item .opis {
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .about-us-wrapper {
        align-items: center;
        flex-direction: column-reverse;
    }

    .about-us-wrapper .about-us-statistics,
    .about-us-wrapper .about-us-content {
        width: 100%;
        margin-bottom: 10px;
        padding: 20px 0;
    }

    .about-us-wrapper .about-us-statistics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-us-content .podnaslov {
        font-size: 16px;
    }

    .about-us-content h2 {
        font-size: 36px;
    }

    .about-us-content p {
        margin-bottom: 15px;
    }

    .statistic-item:nth-last-child(-n + 2)::after {
        content: none;
        display: none;
    }

    .statistic-item:not(:last-child):not(:nth-last-child(2))::after {
        content: "";
        display: block;
        height: 3px;
        width: 74px;
        background-color: var(--theme-palette-color-3);
        margin: 35px 0;
    }

    .statistic-item .opis {
        min-height: 77px;
    }


}

.blog-section {
    padding: 80px 0 80px 0;
}

.blog-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 35px;
}

.blog-section .blog-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.blog-section .blog-header .subtitle {
    font-size: 28px;
    color: var(--theme-palette-color-1);
    margin-bottom: 5px;
}

.blog-section .blog-header .title{
    font-size: 64px;
    font-weight: 400;
    color: var(--theme-palette-color-1);

}
.blog-section .blog-header .section-title{
    font-size: 64px;
    font-weight: 400;
    color: var(--theme-palette-color-1);

}

.blog-wrapper .left,
.blog-wrapper .right {
    flex-basis: 50%;
}

.blog-wrapper .blog-one-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-wrapper .blog-boxes {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.blog-wrapper .blog-boxes .blog-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.blog-wrapper .blog-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 4/3;
}

.blog-wrapper .blog-one-box h3,
.blog-wrapper .blog-boxes .blog-box h3 {
    font-size: 28px;
    color: var(--theme-palette-color-1);
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

.blog-wrapper .blog-one-box p,
.blog-wrapper .blog-boxes .blog-box p {
    font-size: 24px;
    color: var(--theme-palette-color-1);
    margin: 0;
}

.blog-wrapper .blog-box .blog-image,
.blog-wrapper .blog-box .blog-box-content {
    flex-basis: 50%;
}

.blog-wrapper .blog-link {
    text-decoration: underline;
}

.blog-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-content  {
    background: var(--theme-palette-color-6) url("../img/decorationr.svg") no-repeat right top;
    background-size: 300px;
}

.section-content .entry-content h2 {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
    max-width: 1200px;
    line-height: 1.2;
    padding: 20px;
    margin: 30px auto;
}

.section-content .entry-content h3 {
    font-size: 40px;
    text-align: left;
    margin: 30px auto 30px auto;
    font-weight: 400;
    line-height: 1.2;
}

.section-content .entry-content {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .blog-section .blog-header .title,
    .blog-section .blog-header .section-title{
    font-size: 36px;
        font-weight: 400;
    }
    .section-content .entry-content h2 {
        font-size: 36px;
        text-align: left;
        margin: 30px auto 0 auto;
    }

    .section-content .entry-content {
        padding-top: 40px;
    }

    .section-content .entry-content h3 {
        font-size: 24px;
    }
}

.section-content .entry-content .description {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
    padding: 80px 0;
}

.section-content .entry-content .description.orientation-even.wrapper {
    flex-direction: row-reverse;
}

.section-content .entry-content .description .left,
.section-content .entry-content .description .right {
    flex-basis: 50%;
}

.section-content .entry-content .description .left {
    padding-right: 40px;
}

.section-content .entry-content .description .right {
    padding-left: 80px;
}

.section-content .entry-content .description.orientation-even .right {
    padding-left: 0;
    padding-right: 80px;
}

.section-content .entry-content .description .left .slika {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 500px;
    gap: 40px;
}

.section-content .entry-content .description.orientation-even.wrapper .slika {
    flex-direction: row-reverse;
}

.section-content .entry-content .description .left .slika .image_1 {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.section-content .entry-content .description .left .slika .image_2 {
    height: 90%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.section-content .entry-content .description .left .slika img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-content .entry-content .description .right p {
    margin-bottom: 20px;
}

.section-content .entry-content .description .right .citat {
    color: var(--theme-palette-color-1);
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    font-variant-ligatures: common-ligatures;
    font-family: "Cormorant Garamond", serif;
    border-left: 3px solid var(--theme-palette-color-3);
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .section-content .entry-content .description,
    .section-content .entry-content .description.orientation-even.wrapper {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding: 20px 0 30px 0;
    }

    .section-content .entry-content .description .left,
    .section-content .entry-content .description .right,
    .section-content .entry-content .description.orientation-even .right {
        flex-basis: 100%;
        padding: 0;
    }

    .section-content .entry-content .description .left .slika {
        justify-content: center;
        height: auto;
        gap: 20px;
    }

    .section-content .entry-content .description .left .slika .image_1,
    .section-content .entry-content .description .left .slika .image_2 {
        height: auto;
        width: 50%;
    }

    .section-content .entry-content h2 {
        font-size: 36px;
        text-align: center;
    }

    .section-content .entry-content .description .right p {
        text-align: left;
    }

    .section-content .entry-content .description .right .citat {
        text-align: left;
        font-size: 18px;
        padding-left: 20px;
        border-left: 3px solid var(--theme-palette-color-3);
    }
}

.section-donatorske {
    padding: 60px 0;
    background: var(--theme-palette-color-1);
}

.section-donatorske .donatorske-content {
    position: relative;
}

.section-donatorske .donatorske-content .navigation {
    width: 200px;
    display: flex;
    position: absolute;
    top: 68px;
    right: 0;
    justify-content: flex-end;
}

.section-donatorske .donatorske-content .subtitle {
    font-size: 24px;
    color: var(--theme-palette-color-3);
    text-align: center;
}

.section-donatorske .donatorske-content .title {
    font-size: 64px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
    margin: 5px 0 65px 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .section-donatorske .donatorske-content .title {
        font-size: 36px;
        margin: 5px 0 45px 0;
    }

    .section-donatorske .donatorske-content .navigation {
        position: static;
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }
}

/* Full width section */
.szs-hero-section {
    height: 90vh;
    position: relative;
    background: var(--theme-palette-color-1);
    overflow: hidden;
}

/* Slider positioned at right edge - 2/5 width */
.szs-hero-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%; /* 2/5 = 40% */
    height: 100%;
    z-index: 1;
    overflow-x: hidden;
}

.szs-hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.szs-hero-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 36px;
}

.szs-hero-slider .swiper-pagination-bullet {
    background: #ffffff;
    width: 16px;
    height: 16px;
}

.szs-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.7;
}

/* Overlay container - max-width 1680px */
.szs-hero-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: var(--theme-normal-container-max-width);
    width: var(--theme-container-width);
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

/* Two columns - 50% each */
.szs-hero-column {
    width: 50%;
    height: 100%;
    padding: 15vh 0;
}


.szs-hero-column.right {
    background: transparent;
}

/* Content styling */
.szs-hero-content {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.szs-hero-content .subtitle {
    color: var(--theme-palette-color-3);
    margin-bottom: 20px;
    font-size: 28px;
    opacity: 0;
    animation: slideInUp 1s ease-out 0.3s forwards;
}

.szs-hero-content h1 {
    font-size: 96px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0;
    animation: slideInUp 1s ease-out 0.5s forwards;
}

.szs-hero-content .separator {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 50px;
    height: 4px;
    opacity: 0;
    background-color: var(--theme-palette-color-3);
    animation: slideInUp 1s ease-out 0.7s forwards;
}

.szs-hero-content .description {
    font-size: 52px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    animation: slideInUp 1s ease-out 0.9s forwards;
}

.szs-hero-content h3.date {
    font-size: 52px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    font-weight: 300;
    animation: slideInUp 1s ease-out 0.9s forwards;
}

.szs-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    animation: slideInUp 1s ease-out 1.1s forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.szs-hero-slider .swiper-slide{
    height: auto !important;
}

@media screen and (max-width: 1024px) {
    .szs-hero-section {
        height: auto;
    }

    .szs-hero-slider {
        width: 100%;
        position: relative;
        height: auto;
    }

    .szs-hero-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 16px;
    }

    .szs-hero-overlay {
        flex-direction: column;
        align-items: center;
        position: relative;
        height: auto;
        padding: 30px 0;
    }

    .szs-hero-column {
        width: 100%;
        height: auto;
        padding: 3vh 0;
    }
    .szs-hero-column.right{
        display: none;
    }

    .szs-hero-content h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .szs-hero-content .separator {
        margin-top: 15px;
        margin-bottom: 20px;
        height: 2px;
        width: 60px;
    }

    .szs-hero-content .subtitle,
    .szs-hero-content .description,
    .szs-hero-content .date {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .szs-hero-buttons {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.szs-hero-blog-section {
    padding: 0 0 50px 0;
    background: var(--theme-palette-color-5);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.image1 {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 50px;
}

.image2 {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 50px;
}

.image3 {
    grid-area: 1 / 2 / 3 / 3;
}

.image1 .image {
    width: 250px;
    height: 250px;
}

.image2 .image {
    width: 380px;
    height: 250px;
}

.image1 .image,
.image2 .image,
.image3 .image {
    overflow: hidden;
    border-radius: 16px;
}

.image1 img,
.image2 img,
.image3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-hero-page {
    background: var(--theme-palette-color-1);
    padding: 80px 0 80px 0;
}


.section-hero-page h1 {
    color: var(--theme-palette-color-6);
    font-size: 96px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}

.section-hero-page .subtitle, .section-hero-page p {
    color: var(--theme-palette-color-6);
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}
.section-hero-page .image-hero{
    margin-top: 50px;
}
.section-hero-page .image_container {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    min-height: 400px;
}

.section-hero-page .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box-section {
    padding: 50px 0;
    background-color: var(--theme-palette-color-5);
}

.image-box-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-box-content .podnaslov {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5px;
}

.image-box-content h2 {
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 65px;
    font-size: 64px;
}

.priznanja {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
}

.priznanje-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.priznanje-item h3 {
    font-size: 28px;
    line-height: 1.1;
    min-height: 60px;
    font-weight: 400;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
}

.priznanje-item .opis {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .section-hero-page h1 {
        font-size: 36px;
    }

    .section-hero-page .subtitle, .section-hero-page p {
        font-size: 20px;
    }
    .image-box-content .podnaslov {
        font-size: 16px;
    }

    .image-box-content h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .priznanja {
        grid-template-columns: repeat(1, 1fr);
    }

    .priznanje-item h3 {
        font-size: 24px;
        min-height: 28px;
    }

    .priznanje-item .opis {
        font-size: 16px;
    }
    .section-hero-page .image_container{
        min-height: unset;
    }
    .image-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .image-grid .image3 { grid-area: 1 / 1 / 2 / 2; }
    .image-grid .image2,  .image-grid .image1{
        display: none;
    }
}

.section-newsletter {
    padding: 80px 0;
}

.section-newsletter.wrapper {
    padding: 80px;
    margin: 0 auto;
    border-radius: 20px;
}

.section-newsletter.dark {
    color: #ffffff;
    background-color: var(--theme-palette-color-1);
}

section.bg-dark {
    padding: 60px 0;
    background-color: var(--theme-palette-color-1);
}

.section-newsletter.light {
    background-color: #ffffff;
    color: var(--theme-palette-color-1);
}

.section-newsletter h2 {
    font-size: 52px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
}

.section-newsletter p {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
}

.section-newsletter.light h2,
.section-newsletter.light p {
    color: var(--theme-palette-color-1);
}

.wrapper-newsletter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.wrapper-newsletter .newsletter-content,
.wrapper-newsletter .newsletter-form {
    flex-basis: 50%;
    padding: 0 60px;
}
.wrapper-newsletter .newsletter-form {
    align-self: center;
}

.section-newsletter.wrapper .wrapper-newsletter .newsletter-content,
.section-newsletter.wrapper .wrapper-newsletter .newsletter-form {
    padding: 0;
}

.section-newsletter.wrapper .wrapper-newsletter .newsletter-content {
    padding-right: 60px;
}

.section-newsletter.wrapper .wrapper-newsletter .newsletter-form {
    padding-left: 60px;
}

.wrapper-newsletter .newsletter-form .wpcf7-form p {
    margin-bottom: 30px;
}

.wrapper-newsletter .newsletter-form .wpcf7-submit {
    float: right;
}

.section-newsletter.light .wpcf7-form p,
.section-newsletter.light .wpcf7-form label {
    color: var(--theme-palette-color-1);
}

.section-newsletter.light .wpcf7-form input[type="email"],
.section-newsletter.light .wpcf7-form input[type="text"] {
    border: 1px solid var(--theme-palette-color-1);
    color: var(--theme-palette-color-1);
}

.section-newsletter.dark .wpcf7-form p,
.section-newsletter.dark .wpcf7-form label {
    color: white;
}

.section-newsletter.dark .wpcf7-form input[type="email"],
.section-newsletter.dark .wpcf7-form input[type="text"] {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.newsletter-decoration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.newsletter-decoration .flower {
    flex-basis: 10%;
    text-align: left;
}

.newsletter-decoration .flower.right {
    flex-basis: 10%;
    text-align: right;
}

.newsletter-decoration .line {
    flex-basis: 80%;
    height: 2px;
    background-color: var(--theme-palette-color-3);
}

h2.newsletter-heading.forma-heading {
    text-align: left;
    margin-top: 0;
}

@media (max-width: 1024px) {
    section.bg-dark {
        padding: 30px 0 0 0;
    }

    .section-newsletter {
        padding: 30px 0;
    }

    .section-newsletter.wrapper {
        padding: 40px 20px;
    }

    .wrapper-newsletter {
        flex-direction: column;
        gap: 30px;
    }

    .wrapper-newsletter .newsletter-content,
    .wrapper-newsletter .newsletter-form {
        flex-basis: 100%;
        padding: 0;
        width: 100%;
    }

    .section-newsletter.wrapper .wrapper-newsletter .newsletter-content,
    .section-newsletter.wrapper .wrapper-newsletter .newsletter-form {
        padding: 0;
    }

    .section-newsletter.wrapper .wrapper-newsletter .newsletter-content {
        text-align: left;
    }

    .section-newsletter h2 {
        font-size: 36px;
    }

    .newsletter-decoration .flower svg {
        width: 30px;
    }

    .newsletter-decoration .line {
        height: 1px;
        margin-top: -9px;
    }

}

.numbers-section {
    padding: 40px 0;
    background: var(--theme-palette-color-5);
}

.numbers-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;

}

.numbers-wrapper .numbers-statistics {
    display: flex;
    flex-direction: row;
    padding: 70px 35px;
}


.numbers-statistics .statistic-item:not(:last-child)::after {
    content: "";
    display: block;
    height: 3px;
    width: 74px;
    background-color: var(--theme-palette-color-3);
    margin: 35px 0;
}

.numbers-statistics .statistic-item .broj {
    font-weight: 400;
    line-height: 1.2;
}

.numbers-statistics .statistic-item .opis {
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .numbers-wrapper {
        align-items: center;
        flex-direction: column-reverse;
    }

    .numbers-wrapper .numbers-statistics {
        width: 100%;
        margin-bottom: 10px;
        padding: 20px 0;
    }

    .numbers-wrapper .numbers-statistics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }


    .numbers-statistics .statistic-item:nth-last-child(-n + 2)::after {
        content: none;
        display: none;
    }

    .numbers-statistics .statistic-item:not(:last-child):not(:nth-last-child(2))::after {
        content: "";
        display: block;
        height: 3px;
        width: 74px;
        background-color: var(--theme-palette-color-3);
        margin: 35px 0;
    }

    .numbers-statistics .statistic-item .opis {
        min-height: 77px;
    }


}

.section-reports {
    padding: 100px 0;
}

.reports-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.reports-content .subtitle {
    color: var(--theme-palette-color-1);
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.reports-content .title {
    color: var(--theme-palette-color-1);
    font-size: 64px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.1;
}

@media (max-width: 1024px) {
    .section-reports {
        padding: 40px 0;
    }

    .reports-content .subtitle {
        font-size: 16px;
    }

    .reports-content .title {
        font-size: 36px;
    }


}

.section-subscription-form {
    padding: 0 0 80px 0;
}

.section-subscription-form.wrapper {
    padding: 80px;
    margin: 0 auto;
    border-radius: 20px;
}

.section-subscription-form.dark {
    color: #ffffff;
    background-color: var(--theme-palette-color-1);
}

.section-subscription-form.light {
    background-color: #ffffff;
    color: var(--theme-palette-color-1);
}

.subscription-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-subscription-form h2 {
    font-size: 52px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
}

.section-subscription-form p {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
}

.section-subscription-form.light h2,
.section-subscription-form.light p {
    color: var(--theme-palette-color-1);
}

.subscription-form h2 {
    font-size: 64px;
    margin-bottom: 0;
    text-align: center;
    color: var(--theme-palette-color-6);
    font-weight: 400;
}

.subscription-form .subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: var(--theme-palette-color-6);
    line-height: 1.3;
    font-size: 20px;
}

.subscription-form .contact-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.subscription-form .contact-item {
    text-align: left;
    flex: 1;
    min-width: 150px;
    line-height: 1.5;
}

.subscription-form .contact-item.center {
    text-align: center;
}

.subscription-form.popup-content .contact-label {
    color: var(--theme-palette-color-1);
    font-size: 20px;
}

.subscription-form.popup-content .contact-value {
    color: var(--theme-palette-color-1);
    font-size: 20px;
}

.section-subscription-form .newsletter-form .wpcf7-form p {
    margin-bottom: 30px;
}

.section-subscription-form .newsletter-form .wpcf7-submit {
    float: right;
}

.section-subscription-form.light .wpcf7-form p,
.section-subscription-form.light .wpcf7-form label {
    color: var(--theme-palette-color-1);
}

.section-subscription-form.light .wpcf7-form input[type="email"],
.section-subscription-form.light .wpcf7-form input[type="text"],
.section-subscription-form.light .wpcf7-form input[type="tel"],
.section-subscription-form.light .wpcf7-form select {
    border: 1px solid var(--theme-palette-color-1);
    color: var(--theme-palette-color-1);
}


.light .wpcf7-form input[type="email"],
.light .wpcf7-form input[type="text"],
.light .wpcf7-form input[type="tel"],
.light .wpcf7-form select {
    border: 1px solid var(--theme-palette-color-1);
    color: var(--theme-palette-color-1);
}


.section-subscription-form .buttons p {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {
    section.bg-dark {
        padding: 60px 0 0 0;
    }

    .section-subscription-form {
        padding: 30px 0;
    }

    .section-subscription-form.wrapper {
        padding: 40px 20px;
    }

    .subscription-form .contact-info {
        flex-direction: column;
        gap: 15px;
    }

    .subscription-form h2 {
        font-size: 36px;
    }

}

.subscriptions-section {
    padding: 80px 0 80px 0;
}

.subscriptions-section.blue {
    background-color: var(--theme-palette-color-1);
}

.subscriptions-section.white {
    background-color: var(--theme-palette-color-6);
}

.subscriptions-section.gray {
    background-color: var(--theme-palette-color-5);
}

.subscriptions-section.gold {
    background-color: var(--theme-palette-color-3);
}

.subscriptions-content h2 {
    color: var(--theme-palette-color-6);
    font-size: 64px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}

.subscriptions-content .podnaslov {
    color: var(--theme-palette-color-6);
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
}

.subscriptions-section.white .subscriptions-content .podnaslov, .subscriptions-section.white .subscriptions-content h2,
.subscriptions-section.gray .subscriptions-content .podnaslov, .subscriptions-section.gray .subscriptions-content h2 {
    color: var(--theme-palette-color-1);
}

.subscriptions-section.blue .subscriptions-content .podnaslov, .subscriptions-section.blue .subscriptions-content h2 {
    color: var(--theme-palette-color-6);
}

.subscriptions-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 60px;
}

/* General card style */
.subscription-item {
    background: var(--theme-palette-color-1);
    border-radius: 20px;
    padding: 28px;
    position: relative;
    border: 1px solid var(--theme-palette-color-3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

/* Full-width hero card */
.subscription-item.generalni {
    grid-column: 1 / -1; /* span all columns */
    padding: 36px;
}

/* Headings */
.subscription-item h3 {
    margin: 0 0 8px;
    font-weight: 400;
    text-align: center;
    color: var(--theme-palette-color-3);
    font-size: 40px;
    line-height: 1;
}

/* Thin gold separator under title */
.subscription-item .separator {
    width: 220px;
    height: 3px;
    background: var(--theme-palette-color-3);
    margin: 20px auto 35px auto;
}

/* List of perks */
.lista-ponude {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.ponuda-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    column-gap: 10px;
    font-size: 28px;
    color: var(--theme-palette-color-6);
}

.ponuda-item svg {
    margin-top: 3px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

/* Footer with price + button */
.subscription-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    margin-top: 12px;
    border-top: 1px solid var(--theme-palette-color-3);
}

/* Price style; auto “Цена пакета:” label */
.cena {
    font-size: 40px;
    white-space: nowrap;
    color: var(--theme-palette-color-6)
}

.cena span {
    color: var(--theme-palette-color-3);
}

/* ====== Sizing tweaks for non-general cards ====== */
.subscription-item:not(.generalni) .cena {
    font-size: 28px;
}

.subscription-item:not(.generalni) .ponuda-item {
    font-size: 20px;
}

.subscription-item .btn {
    padding: 4px 20px;
    font-size: 20px;
}

/* ====== Responsive ====== */
@media (max-width: 1100px) {
    .subscriptions-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .subscription-item.generalni {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1024px) {
    .subscriptions-items {
        grid-template-columns: 1fr;
    }

    .subscription-item {
        padding: 22px;
    }

    .subscription-item .separator {
        width: 96px;
    }

    .subscription-item-footer {
        flex-direction: column;
        align-items: center;
    }

    .download-link {
        width: 100%;
        text-align: center;
    }

    .cena {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .subscription-item h3 {
        font-size: 24px;
    }

    .ponuda-item {
        font-size: 16px;
        grid-template-columns: 24px 1fr;
    }

    .ponuda-item svg {
        width: 20px;
        height: 20px;
        margin-top: 8px;
    }

    .subscriptions-content h2 {
        font-size: 36px;
    }

    .subscriptions-content .podnaslov {
        font-size: 16px;
    }
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
/*.subscriptions-wrapper{*/
/*    position: relative;*/
/*}*/
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed; /* Cover the whole screen */
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 999; /* On top of everything */
    background: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
    align-items: center;    /* Vertical centering */
    justify-content: center;/* Horizontal centering */
}



.popup-container {
    background: var(--theme-palette-color-1);
    border: 1px solid var(--theme-palette-color-3);
    border-radius: 12px;
    padding: 60px;
    max-width: 80%;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.popup-content {
    max-width: 800px;
    margin: 0 auto;
}
.subscription-form.popup-content{
    max-width: 80%;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: var(--theme-palette-color-5);
}

.popup-content h2 {
    font-size: 64px;
    margin-bottom: 0;
    text-align: center;
    color: var(--theme-palette-color-6);
    font-weight: 400;
}

.popup-content .subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: var(--theme-palette-color-6);
    line-height: 1.3;
    font-size: 20px;
}

.popup-content .contact-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.popup-content .contact-item {
    text-align: left;
    flex: 1;
    min-width: 150px;
    line-height: 1;
}

.popup-content .contact-item.center {
    text-align: center;
}

.popup-content .contact-label {
    color: var(--theme-palette-color-3);
    font-size: 20px;
}

.popup-content .contact-value {
    color: var(--theme-palette-color-6);
    font-size: 20px;
}


/* Responsive design */
@media (max-width: 1024px) {
    .popup-container {
        padding: 30px 25px;
        margin: 20px;
    }
    .popup-content .contact-info {
        flex-direction: column;
        gap: 15px;
    }
    .popup-content h2 {
        font-size: 36px;
    }
}
.testimonials-section {
    background-color: var(--theme-palette-color-1);
    padding: 80px 0 20px 0;
}
.testimonials-section .testimonials-wrapper{
    border-bottom: 2px solid var(--theme-palette-color-3);
    padding-bottom: 100px;
}

.testimonial-content h2 {
    color: var(--theme-palette-color-6);
    font-size: 64px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}

.testimonial-content .podnaslov {
    color: var(--theme-palette-color-3);
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.testimonial-slide img {
    margin-bottom: 35px;
}

.testimonial-slide .komentar {
    color: var(--theme-palette-color-6);
    font-size: 52px;
    line-height: 1.5;
    font-style: italic;
    font-variant-ligatures: common-ligatures;
    font-family: "Cormorant Garamond", serif;
}

.testimonial-slide .opis {
    font-family: "Cormorant Garamond", serif;
    color: var(--theme-palette-color-6);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto;
    font-variant-ligatures: common-ligatures;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider .swiper-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 9;
}

.testimonials-slider .swiper-navigation .button-prev,
.testimonials-slider .swiper-navigation .button-next {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .testimonials-section {
        padding: 50px 0 50px 0;
    }

    .testimonial-content h2 {
        font-size: 36px;
    }

    .testimonial-content .podnaslov {
        font-size: 16px;
    }

    .testimonial-slide .komentar {
        font-size: 24px;
    }

    .testimonial-slide .opis {
        font-size: 14px;
    }

    .testimonials-slider .swiper-navigation {
        top: 20%;
    }

}

section {
    opacity: 0;
    transform: translateY(30px);
}

/* Play your animation once visible */
section.is-visible {
    animation: slideInUp 0.8s ease-out var(--delay, 0s) forwards;
}

/* Your existing keyframes */
@keyframes slideInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    section { opacity: 1; transform: none; }
    section.is-visible { animation: none; }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.post-type-archive-dv_media .dv_media_columns{
    display: grid;
    grid-template-columns: 20% 60% 20%;
}
ul.years-list {
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
    color: #ffffff;
}
ul.years-list li {
    padding: 10px 0 10px 20px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    transition: border-left 0.3s ease;
    line-height: 1;

}
ul.years-list li a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    font-size: 40px;
}
ul.years-list li:hover{
    border-left: 4px solid #ffffff;
}
.dv_media_title{
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}
.dv_media_excerpt{
    margin-bottom: 20px;
}
.post-type-archive-dv_media .dv_media_columns .read-more-link{
    color: #ffffff;
    text-decoration: underline;
}
.post-type-archive-dv_media .dv_media_columns .column_more h2{
    font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
}
.post-type-archive-dv_media .dv_media_columns .column_more h3{
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.1;
}
.post-type-archive-dv_media .dv_media_columns .column_more p{
    line-height: 1.3;
}
.post-type-archive-dv_media .dv_media_columns .latest-posts{
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-type-archive-dv_media .dv_media_columns .latest-posts li{
    margin-bottom: 30px;
}
.post-type-archive-dv_media .dv_media_columns .image-container {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.post-type-archive-dv_media .dv_media_columns .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dv_media_box{
    margin-bottom: 30px;
}
.dv_media_title  a{
    color:#ffffff;
    font-weight: 400;
}
.dv_media_title  a:hover{
    color:var(--theme-palette-color-3)
}
.dv_media_single_content{
    padding: 6rem 50px 10rem 50px;
}
.dv_media_single_content p{
    margin-bottom: 20px;
}



@media (min-width:1024px) and (max-width:1600px){
    .donatorsko-vece-single .entry-header h1,
    .izvestaj-single .entry-header h1,
    .hero-blog .entry-header h1,
    .post-type-archive-izvestaj .reports-content .main-title ,
    .post-type-archive-donatorsko_vece .donatorske-content .main-title,
    .page-template-page-tickets .donatorske-content .main-title,
    .post-type-archive-dv_media .main-title ,
    .post-type-archive-dv_media .main-title,
    .szs-hero-content h1 ,
    .section-hero-page h1 {
        font-size: 72px;
    }

    .stil-wrapper h3,
    .szs-hero-content .description,
    .szs-hero-content h3.date ,
    .section-newsletter h2 ,
    .section-subscription-form h2 ,
    .testimonial-slide .komentar ,
    .donatorsko-vece-single .entry-header .subtitle {
        font-size: 36px;
    }

    .donatorsko-vece-single .entry-content h2,
    .izvestaj-single .entry-content h2 ,
    .schedule h2,
    .tickets h2 ,
    .aukcija .aukcija-content h2 ,
    .izvestaj-single .gallery h2 ,
    .about-us-content h2 ,
    .blog-section .blog-header .title,
    .blog-section .blog-header .section-title,
    .section-content .entry-content h2 ,
    .section-donatorske .donatorske-content .title ,
    .image-box-content h2 ,
    .reports-content .title ,
    .subscription-form h2 ,
    .subscriptions-content h2 ,
    .popup-content h2 ,
    .testimonial-content h2 ,
    .post-type-archive-dv_media .dv_media_columns .column_more h2{
        font-size: 44px;
    }
    .image1 .image {
        width: 200px;
        height: 200px;
    }

    .image2 .image {
        width: 300px;
        height: 200px;
    }

}
.column_more {
    padding: 0 26px;
}
.wrapper.column-content {
    padding: 0 26px;
}
@media (max-width:1024px){
    .post-type-archive-dv_media .dv_media_columns{
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .dv_media_title{
        font-size: 24px;
    }
    .column_more { grid-area: 2 / 1 / 3 / 3; }
    .post-type-archive-dv_media .dv_media_columns .image-container{
        min-height: unset;
    }
    .szs-hero-content .subtitle, .szs-hero-content .description, .szs-hero-content .date, .szs-hero-content h3.date {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .blog-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .blog-wrapper .blog-boxes .blog-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

}

@media screen and (max-width: 768px) {
    .szs-hero-content h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .szs-hero-content .subtitle, .szs-hero-content .description, .szs-hero-content .date,.szs-hero-content h3.date {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width:564px){
    .post-type-archive-dv_media .dv_media_columns{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;

    }
    .column_more { grid-area: unset; }
    .dv_media_title{
        font-size: 24px;
    }
    .dv_media_single_content{
        padding: 3rem 0px 5rem 0px;
    }
}