@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* .navbar-nav {
    margin-left: auto;
} */


.navbar img {
    height: 150px;
}

.footer-nav-padding-fix {
    padding: 0% !important;
}

#prijavi-se img {
    width: 300px;
}

* {
    box-sizing: border-box;
}

header,
section {
    overflow-x: hidden;
}

.fix-overflow-bug {
    overflow-y: hidden;
    height: 92vh;
}

a {
    text-decoration: none;
}

:root {
    --dmsans-bold: "DM Sans", sans-serif;
    --dmsans-medium: "DM Sans", sans-serif;
    --dmsans-italic: 'DM Sans', sans-serif;
    --poppins-regular: "Poppins", sans-serif;
    --poppins-semibold: "Poppins", sans-serif;
    --poppins-medium: "Poppins", sans-serif;
    --blue-text: #346EC1;
    --header-bg: transparent radial-gradient(closest-side at 70% 54%, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
}

@font-face {
    font-family: "Roboto";
    src: url("../assets/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}

p, a{
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-size: 18px !important;
}

h2{
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
}

.aquamarine-bkg-main h2{
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

span {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}

.hover-email:hover {
    color: #9e6130 !important; /* Change this to your desired hover color */
    text-decoration: underline; /* Optional */
}

.button_download span {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}

/* COOKIES BOX */
.cc-window {
    border-radius: 25px !important;
    box-shadow: 0px 0px 60px #000000;
}

.cc-message {
    font-family: var(--poppins-semibold);
    font-weight: 500;
}

.cc-compliance a {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 18px;
    text-decoration: unset;
}

/* SCROLL NAVIGATION */
.scrollNav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #c0ecff !important;
    z-index: 9999;
    transition: all 1s ease;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 10px !important;
}

.scrollNav .nav-link {
    color: var(--bs-primary) !important;
}

.scrollNav .fas {
    color: var(--bs-primary) !important;

}

.tag h1 {
    position: absolute;
    margin-top: -76px;
    margin-left: 35px;
    font-size: 5em;
    font-family: var(--poppins-regular);
    font-weight: 400;
    color: #2f95d54f;
    pointer-events: none;
}

/* Dropdown logic ----------------- START */
/* LOGIKA SE NE KORISTI VISE, ZADRZATI OVDE ZA SVAKI SLUCAJ */
.dropdown-menu {
    min-width: 200px;
    background-color: #069FA0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #0b99bc;
}

.nav-link.dropdown-toggle .fa-angle-down {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.nav-link.dropdown-toggle.show .fa-angle-down {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    display: none;
}
/* Dropdown logic ------------------ END */

.container-header {
	/* width: 50%; */
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
    margin: 0 auto;
}

.navtransblue .navbar-brand img {
    display: none;
}

.navtransblue .navbar-brand img+img {
    display: block;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(6, 159, 160, 0.7) !important;
    backdrop-filter: blur(8px);
    transition: 0.2s ease;
    margin: 0 auto;
}


.navbarindex {
    background-color: #069FA0;
}

.navtrans {
    background-color: rgba(255, 255, 255, 0.61) !important;
    backdrop-filter: blur(8px);
    padding: 10px !important;
}

.navblue {
    background-color: #c0ecff !important;
    transition: 0.2s ease;
}

.navtransblue {
    background-color: #41acac !important;
    backdrop-filter: blur(8px);
    padding: 10px !important;
}

.navtransblue .nav-item a {
    color: #ffffff !important;
}

.navabout {
    background-color: white;
}

.navbar a {
    font-size: 18px;
    font-family: var(--poppins-regular);
    font-weight: 400;
    color: #346EC1;
    letter-spacing: 0.09px;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbarindex a {
    font-family: var(--poppins-regular);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.09px;
    color: white !important;
}

/* .nav-item:last-child {
    padding-right: 10.5em;
} */

.navbar-nav {
    align-items: center;
}


.navbar-nav .active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.underline {
    outline: 1px solid #346ec1;
    width: 79%;
}

/* .navbar-brand {
    padding-left: 10.5em;
} */

.navbar-brand img+img {
    display: none;
}

.nav-link:hover {
    color: #0d2747 !important;
}

/* HEADER */
header {
    /* background: var(--header-bg);
    border-radius: 0px 0px 52px 52px; */
    /* height: 100vh; */
    max-width: 100% !important;
    z-index: -1;
}

header .row .col-lg-6 {
    color: whitesmoke;
}

header .col-lg-6 h1 {
    font-size: 58px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    margin-right: -139px;
}

header .col-lg-6 h2 {
    padding-top: 30px;
    font-family: var(--poppins-regular);
    font-weight: 200;
    font-size: 20px;
}

header .col-lg-6 .btn-light {
    border-radius: 12px;
    color: var(--blue-text) !important;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--poppins-semibold);
    margin-top: 25px;
    padding: 20px 0 20px 0;
    width: 186px;
}

header .col-lg-6 .btn-light i {
    margin-left: 20px;
}

/* COUNTER */
.counter {
    margin-top: -48px;
}

.counter .container .counter-box {
    box-shadow: 0px 0px 46px #346ec133;
    border-radius: 52px;
    margin-bottom: 50px !important;
    /* position: relative; */
    text-align: center;
    /* padding: 70px;
    padding-top: 75px; */
    background-color: white;
    max-width: 1200px !important;
    margin: 0 auto !important;
    overflow-y: hidden;
    background-color: #D1F0F0;
}

.counter .container .counter-box .col-lg-3 h1 {
    font-family: var(--dmsans-bold);
    font-weight: 600;
    font-size: 60px;
    color: var(--blue-text);
    text-align: center;
}

.counter .container .counter-box .col-lg-3 h2 {
    font-family: var(--poppins-medium);
    font-size: 23px;
    color: var(--blue-text);
    text-align: center;
    opacity: 80%;
}

.counter .lijevi {
    left: 0;
    bottom: 0;
    position: absolute;
    width: unset;
}

.counter .desni {
    right: 0;
    bottom: 0;
    position: absolute;
    width: unset;
}

.counter .mobilni {
    display: none;
}

/* LATEST NEWS */
.latest-news {
    margin-bottom: 120px;
}

.post-header {
    margin: 40px 0 40px 0;
    padding-left: 15px;
}

.post-header h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
}

.post-slide .subtitle {
    color: #0b99bc;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.post-slide .subtitle:hover {
    color: #333;
    text-decoration: none;
}

.post-slide .post-title {
    margin: 0;
    font-family: var(--blue-text);
    color: #333333;
    text-align: center;
}

.post-slide .post-title a {
    color: #0b99bc;
    font-size: 23px;
    font-family: var(--blue-text);
    font-weight: 600;
    transition: all 0.4s ease 0s;
}

.post-slide .post-title a:hover {
    color: #346EC1;
    text-decoration: none;
}

.post-slide .pic {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.post-slide .pic img {
    width: 60%;
    height: auto;
    transform: rotate(0deg) scale(1, 1);
    transition: all 0.9s ease 0s;

}

.post-slide:hover img {
    transform: rotate(-2deg) scale(1.1, 1.1);
}

.post-slide .pic:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all 0.9s ease 0s;

}

.post-slide:hover .pic:after {
    background: rgba(255, 255, 255, 0.2);
}

.post-slide .post-bar {
    list-style: none;
    padding: 3px 0;
    margin: 0;
    font-size: 12px;
}

.post-slide .post-bar li {
    display: inline-block;
    margin-right: 3px;
    font-family: var(--poppins-regular);
    color: #333539;
    font-weight: 600;
    opacity: 70%;
}

.post-slide .post-bar li:last-child {
    margin-right: 0;
}

.post-slide .post-bar li a {
    color: #aaa;
    transition: 0.3s ease;
}

.post-slide .post-bar li a:hover {
    text-decoration: none;
    color: #0b99bc;
}

.post-slide .post-description {
    font-family: var(--poppins-regular);
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #333539;
    opacity: 70%;
}

.post-slide .read-more {
    color: #0b99bc;
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
}

.post-slide .read-more:hover {
    color: #333;
    text-decoration: none;
}

.post-title a {
    text-decoration: none;
}

#news-slider-ow .tns-nav {
    float: left;
    width: 84%;
    margin-top: 29px;
}

#news-slider-ow .tns-nav button {
    width: 33%;
    background-color: #2DABE261;
    border: unset;
}

#news-slider-ow .tns-nav button.tns-nav-active {
    background-color: #346EC1;
    border: unset;
}

#news-slider-ow .tns-controls {
    float: right;
    margin-top: 15px;
}

@media (max-width: 900px) {
    #news-slider-ow .tns-nav {
        width: 104%;
    }

    #news-slider-ow .tns-nav button {
        width: 12%;
    }
}

@media (min-width: 900px) and (max-width: 992px) {
    #news-slider-ow .tns-nav {
        width: 100%;
    }

    #news-slider-ow .tns-nav button {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    #news-slider-ow .tns-nav button {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #news-slider-ow .tns-controls {
        display: none;
    }
}

/* PARTNERS */
.partneri {

    padding-bottom: 100px;
}

.krug-pozadina img {
    float: left;
    position: absolute;
}

.partneri .container {
    padding: 50px;
    ;
    background: transparent linear-gradient(180deg, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
    border-radius: 45px;
}

.partneri h1 {
    padding: 0 75px 25px 75px;
    text-align: center;
    color: #fff;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    font-size: 48px;
}

.partneri .card {
    background-color: unset;
    background-clip: unset;
    border: unset;
}

.partneri .card-wrapper {
    background: white;
    text-align: center;
    padding: 35px;
    border-radius: 19px;
}

.partneri .card-wrapper img {
    width: 100%;
    height: 83px;
}

.partneri .card img {
    border-radius: 15px;
}

#card-program {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* TESTIMONIALS / STA KAZU NASI PARTNERI */
.testimonials {
    background: #f4f9fd;
    padding-bottom: 25px;
}

.testimonial-title {
    padding: 40px;
}

.testimonial-title h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    text-align: center;
    color: #333333;
}

.testimonial-title h2 {
    font-size: 20px;
    font-family: var(--poppins-regular);
    font-weight: 400;
    text-align: center;
    color: #333333;
    opacity: 70%;
}

.testimonial {
    background: transparent linear-gradient(180deg, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 27px 30px;
    text-align: left;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .kartica {
    --bs-gutter-x: none;
}

.testimonial .kartica .col-sm-6 {
    margin-top: 5px;
    margin-left: 15px;
}

.testimonial .kartica .col-sm-8 {
    margin-left: 20px;
}

.testimonial .kartica h1 {
    font-family: var(--dmsans-bold);
    font-weight: 600;
    font-size: 22px;
    color: white;
}

.testimonial .kartica h2 {
    font-family: var(--poppins-regular);
    font-weight: 300;
    color: white;
    font-size: 18px;
    opacity: 80%;
}

.testimonial p {
    font-family: var(--poppins-regular);
    font-weight: 300;
    font-size: 16px;
    color: white;
    line-height: 26px;
    opacity: 80%;
}

.testimonials .owl-item {
    width: 432px;
}

/* TESTIMONIAL SLIDER */
#testimonial-slider-ow .tns-nav {
    float: left;
    width: 84%;
    margin-top: 29px;
}

#testimonial-slider-ow .tns-nav button {
    width: 33%;
    background-color: #2DABE261;
    border: unset;
}

#testimonial-slider-ow .tns-nav button.tns-nav-active {
    background-color: #346EC1;
    border: unset;
}

#testimonial-slider-ow .tns-controls {
    float: right;
    margin-top: 15px;
}

.tns-controls button:hover {
    color: #2DABE2;
    background: white;
    border: 1px solid white;
}

.tns-controls button {
    background: #327cc9;
    border: 1px solid #327cc9;
    padding: 15px 20px;
    color: white;
    border-radius: 15px;
    margin-left: 20px;
}

@media (max-width: 900px) {
    #testimonial-slider-ow .tns-nav {
        width: 104%;
    }

    #testimonial-slider-ow .tns-nav button {
        width: 12%;
    }
}

@media (min-width: 900px) and (max-width: 992px) {
    #testimonial-slider-ow .tns-nav {
        width: 100%;
    }

    #testimonial-slider-ow .tns-nav button {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    #testimonial-slider-ow .tns-nav button {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #testimonial-slider-ow .tns-controls {
        display: none;
    }
}


/* FOOTER */
/* .bgradius {
    background: #f4f9fd;
} */

.page-footer {
    height: 100%;
    /* background: transparent radial-gradient(closest-side at 70% 54%, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box; */
    /* border-radius: 52px 52px 0px 0px; */
    background-color: rgba(6, 159, 160) !important;

}

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

.footer-brand a {
    display: inline-block;
}

.footer-brand img {
    max-width: 100%; /* optional, ensures the image is responsive */
    height: auto;    /* optional, keeps aspect ratio */
}

.firstcol {
    border-radius: 40px;
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.firstcol h1 {
    color: white;
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    padding-top: 100px;
}

.firstcol h2 {
    color: white;
    font-size: 20px;
    font-family: var(--poppins-regular);
    font-weight: 300;
    opacity: 80%;
    padding-bottom: 20px;

}

.firstcol .row {
    color: white;
    padding-bottom: 90px;
    margin-top: 25px;
}

.firstcol .envelope {
    height: 60px;
    border-radius: 14px;
    border: 1px solid white;
    background: transparent;
    color: white;
    width: 15%;
    z-index: 2;
}

.firstcol button {
    font-family: var(--poppins-semibold);
    font-weight: 500;
    font-size: 16px;
}

.firstcol .phone {
    height: 60px;
    margin-right: 15px;
    border-radius: 14px;
    border: 1px solid #ffffff;
    background: white;
    color: #346ec1;
    width: 15%;
    z-index: 2;
}

.firstcol .lijevi {
    position: absolute;
    width: 50%;
    left: 0;
}

.firstcol .desni {
    position: absolute;
    width: 50%;
    top: 0;
}

.mreze .col-md-11 {
    display: flex;
    justify-content: space-between;
}

.mreze {
    padding-top: 80px;
}

.mreze h3 {
    font-family: var(--dmsans-medium);
    font-weight: 200;
    color: white;
    font-size: 19px;
}

.mreze .social-icons img {
    width: 42px;
    height: 42px;
    margin-left: 5px;
}

.mreze .kontakt p {
    font-family: var(--poppins-regular);
    color: white;
    opacity: 80%;
    font-size: 16px;
    text-decoration: unset;
}

.mreze .kontakt {
    text-align: right;
}

.kontact-info-link:link {
    color: white;
}

.kontact-info-link:hover {
    color: white;
}

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

.mreze .logo img {
    width: 100%;
}

.solid {
    border-top: 1px solid #fff;
    margin-top: 60px;
}

.footer-copyright {
    color: #fff;
    font-family: var(--poppins-regular);
    font-weight: 300;
    font-size: 18px;
}

.footer-copyright a {

    color: #fff;
}

/* konferencije i cuda */
.aquamarine-bkg-main {
    background-color: #069FA0;
    border-radius: 20px;
    padding: 60px 100px;
    margin-bottom: 100px;
    max-width: 1200px;
}

.aquamarine-bkg-main h1{
    color: white !important;
    font-size: 22px !important;
    font-family: var(--dmsans-bold);
    padding-bottom: 25px;
}

.aquamarine-bkg-main h2{
    color: white !important;
    font-size: 18px !important;
    font-family: var(--dmsans-bold);
    text-align: justify;
}

/* Honoree --------------- START */
.honoree-section {
    display: flex;
    justify-content: space-between;  /* Push elements apart */
    align-items: center;
    margin: 40px 0;
    /* gap: 30px; */
    flex-wrap: wrap;
}

.honoree-section img {
    max-height: 350px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.honoree-text {
    flex: 1 1 55%; /* Take remaining space */
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Optional: For left-aligned image/text layout */
/* .honoree-section.text-left {
    flex-direction: row-reverse;
} */

/* .honoree-section.text-left .honoree-text {
    text-align: left;
} */
/* Honoree --------------- END */

.custom-color-dropdown-button {
    background-color: #037D80 !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    border-radius: 1rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.custom-color-dropdown-button:hover {
    background-color: #b16324 !important;
}

.arrow-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    color: #E46D09;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.arrow-icon i {
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

/* Gentle rotation when expanded */
button[aria-expanded="true"] .arrow-icon i {
    transform: rotate(90deg); /* Less dramatic than 180deg */
}


/* Rotate when expanded */
button[aria-expanded="true"] .arrow-icon i {
    transform: rotate(180deg);
}

.custom-color-dropped-menu {
    background-color: #35b8b8; /* match button background */
    border-radius: 0 0 1.25rem 1.25rem; /* only bottom rounding */
    padding: 1.25rem; /* matches py-3 and px-4 */
    margin-top: 0; /* eliminate any default margin */
    color: white; /* ensure text remains readable */
    max-width: 98%;
    margin: 0 auto;
}

.honorary-img {
	max-width: 100%;
	width: 250px;
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	object-fit: cover;
}

#instructionAuthorsDetails p {
    align-items: justify !important;
}



.aquamarine-bkg-standard {
    background-color: #069FA0;
    align-items: center;
    border-radius: 10px;
    max-width: 945px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 100px;
}

.aquamarine-bkg-standard h1 {
    color: white !important;
    font-size: 22px !important;
    font-family: var(--dmsans-bold);
    padding-bottom: 10px;
}

.aquamarine-bkg-standard h2 {
    color: white !important;
    font-size: 18px !important;
    font-family: var(--dmsans-bold);
    padding-top: 10px;
}

.counter .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-right: 0;
    margin-left: 0;
}



.container-aquamarine {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Top-align items */
    /* gap: 20px; */
}

.popup-button{
    margin-bottom: 20px !important;
    border: none;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 12px;
}

.modal-header {
    background-color: #037D80 !important;
}

.modal-body .img_inside_modal {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.modal-body {
    background-color: #35b8b8 !important;
    color: white;
    font-family: var(--dmsans-bold);
}

.modal-body a {
    text-decoration: none;
    color: #a1792d;
    font-weight: bolder !important;
}

.modal-body .img_modal_bigger {
    border-radius: 12px;
}


.modal-title{
    color: white;
    font-family: var(--dmsans-bold);
}

.icon-orange {
    color: #c48717; /* Hex for classic orange */
}


.scrollable-modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1.5rem 2rem;
  
    /* Scrollbar styles for WebKit browsers (Chrome, Safari, Edge) */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #025555 transparent; /* Firefox */
  }
  
  .scrollable-modal-body::-webkit-scrollbar {
    width: 8px;
  }
  
  .scrollable-modal-body::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .scrollable-modal-body::-webkit-scrollbar-thumb {
    background-color: #025555;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
  }
  

.item {
    width: 30%;
    background-color: #069FA0; /* aquamarine background */
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.item h1 {
    font-size: 22px;
    color: white;
    font-family: var(--dmsans-bold);

}
.item h2 {
    font-size: 18px;
    color: white;
    font-family: var(--dmsans-bold);

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

.container-kontakt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container-kontakt .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}



.aquamarine-bkg-button {
    background-color: #069FA0;
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.aquamarine-bkg-button h1 {
    font-size: 30px;
}

.aquamarine-bkg-button:hover {
    background-color: #b16324 !important;
}

.form-container {
    padding: 50px;
    width: 100%;
    background-color: #069FA0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 100px !important;
}

.form-container form {
    max-width: 580px;
}

.inputs-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.inputs-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 580px !important;
    margin-bottom: 20px;
}

label {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    text-align: left !important;
}

input[type="text"], textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #d3f0f0; /* light aquamarine background */
    font-size: 14px;
}

.button-5 {
    padding: 10px 30px;
    background-color: #5BB2B3; /* match light blue button */
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 161px;
}

.button-5:hover {
    background-color: #5f9c9d;
}

@media (max-width: 600px) {
    .form-container {
        padding: 20px 0;
    }

    .inputs-row {
        gap: 10px;
    }

    .inputs-container {
        width: 280px !important;
    }

    input[type="text"],
    textarea {
        font-size: 12px;
        padding: 8px;
    }

    .button-5 {
        width: 161px;
    }
}


.table-custom {
    --bs-table-bg: white;
    --bs-table-border-color: #E46D09;
}

.table-custom th,
.table-custom td {
    border: 1px solid #E46D09;
}

.table-custom  th {
    background-color: #0e8585; /* Light orange hover */
    color: white;
}


.container-kontakt {
    max-width: 855px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 100px;
}

.container-kontakt .item {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
}

.container-kontakt .item img {
    max-width: 100px; 
    height: auto;
    margin-bottom: 15px;
}

.button-box {
    background-color: #069FA0;
    padding: 20px 80px;
    border-radius: 8px;
    display: inline-block;
}

.button-box h2 {
    font-size: 20px;
    color: white;
    margin: 0;
    font-family: "Roboto", sans-serif;
}


/* Customize carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #E46D09; /* Orange color */
    background-size: cover;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 4px;
}

.carousel-control-prev,
.carousel-control-next {
    filter: none;
    opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(228, 109, 9, 0.2); /* Light orange hover */
}

.org-comitee-text p{
    text-align: justify;
    font-size: 20px !important;
    font-weight: bold !important; 
}

/*---------- o-softveru.php---------- */
.about .krug-pozadina img {
    position: absolute;
    width: 70%;
}

.about ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.about .slike {
    flex-direction: column;
}

.about li {
    display: block;
}

.about ul {
    padding-left: 0;
}

.about .img-fluid {
    max-width: 96%;
}

.about .druga {
    margin-top: 23px;
}

.about .title {
    text-align: center;
    margin: 140px 200px 40px 200px;
}

.about .title .naslov {
    font-size: 16px;
    font-family: var(--poppins-semibold);
    font-weight: 700;
    color: white;
    background: #2DABE2;
    padding: 4px 20px 4px 20px;
    letter-spacing: 3.6px;
}

.about .title .podnaslov {
    font-size: 58px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #346EC1;
    padding: 20px 200px 10px 190px;
}

/* ORGANIZACIJA */
.organizacija {
    padding-top: 70px;
}

.organizacija .row {
    align-items: center;
}

.organizacija .row h1 {
    padding-bottom: 30px;
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #333539;
}

.organizacija .row p {
    font-size: 18px;
    font-family: var(--poppins-regular);
    color: #333539;
    opacity: 70%;
    padding-right: 35px;
    ;
}

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

/* MISIJA I VIZIJA */
.misija {
    padding: 53px
}

.kartica .row {
    background: transparent linear-gradient(180deg, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    border-radius: 20px;
}

.kartica .row h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: white;
    padding: 35px 0 25px 25px;
}

.kartica .row p {
    font-size: 18px;
    font-family: var(--poppins-regular);
    color: white;
    opacity: 70%;
    padding: 20px 25px 25px 25px;
}

.kartica .row .img {
    text-align-last: end;
    padding-right: 60px;
}

.kartica .row img {
    width: 40%;
}

/* KLJUCNA POLJA RADA */
.kljucna h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #333539;
    padding: 20px 0px 54px 0px;
}

.kljucna .thumb {
    margin-bottom: 19px;
}

.kljucna .slika {
    position: relative;
}

.kljucna .thumb .text-block {
    background-color: #33353999;
    background-clip: content-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 18px;
}

.kljucna .thumb .text-block h4 {
    font-size: 22px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: white;
    position: absolute;
    bottom: 13%;
    left: 9%;
}

/* GODISNJI IZVJESTAJ */
.hide {
    display: none;
}

.project {
    border: 1px solid #eaeaea;
    margin: 20px;
    padding: 20px;
}

.izvjestaji {
    background-color: #F4F9FD;
    padding: 100px 0px 102px 0px;
}

.izvjestaji .header h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
}

.izvjestaji #filteri a {
    font-size: 24px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
}

.izvjestaji #filteri .active {
    color: #346EC1;
    border-bottom: 3px solid #346EC1;
    text-decoration: none;
}

.izvjestaji #filteri .active:focus+.btn,
.btn:focus {
    outline: none;
    box-shadow: unset;
}

.izvjestaji .izvjestaj {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #346ec124;
    border-radius: 20px;
    padding: 18px 25px 18px 25px;
    margin: 10px 20px 10px 6px;
}

.izvjestaji .izvjestaj h2 {
    font-size: 24px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
    margin-bottom: auto;
}

.izvjestaji .owl-dots {
    float: left;
    width: 84%;
    margin-top: 29px;
    text-align: left;
}

.izvjestaji .owl-dots button {
    width: 12%;
    background-color: #2DABE261;
    border: unset;
    height: 3px;
}

.izvjestaji .owl-dots .active {
    background-color: #346EC1;
    border: unset;
}

.izvjestaji .owl-nav {
    float: right;
    margin-top: 15px;
}

.izvjestaji .owl-nav button:hover {
    color: #2DABE2;
    background: white;
    border: 1px solid white;
}

.izvjestaji .owl-nav .owl-next {
    background: #327cc9 !important;
    border: 1px solid #327cc9 !important;
    padding: 15px 20px !important;
    padding: 10px !important;
    color: white !important;
    border-radius: 15px !important;
    margin-left: 20px !important;
}

.izvjestaji .owl-controls {
    display: flex;
    align-content: center;
    justify-content: space-between;
    text-align: left;
}

.izvjestaji .owl-pagination {
    align-self: center;
    width: 84%;
}

.owl-buttons {
    display: flex;
}

.izvjestaji .owl-page {
    width: 33%;
}

.izvjestaji .owl-page.active {
    background-color: #346EC1 !important;

}

.izvjestaji .owl-pagination .owl-page span {
    width: 100%;
    margin: 0;
    height: 2px;
    background-color: #2DABE261;
}

.izvjestaji .owl-theme .owl-controls .owl-buttons div {
    background-color: unset;
    opacity: 1;
    margin: unset;
    padding: unset;
    font-size: unset;
}

.owl-nav {
    margin-top: 20px;
}

.owl-buttons .owl-prev {
    margin-right: 20px;
}

.owl-buttons i {
    background: #327cc9;
    padding: 20px;
    color: white;
    border-radius: 13px;
    margin-left: 20px;
}

.owl-buttons i:hover {
    background: white;
    color: #2DABE2;

}

@media (min-width: 992px) and (max-width: 1200px) {
    .izvjestaji .owl-page {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .izvjestaji .owl-buttons {
        display: none;
    }

    .izvjestaji .owl-pagination {
        width: 100%;
    }

    .izvjestaji .owl-page {
        width: 20%;
    }
}

/*---------- moduli.php---------- */
#partneri {
    background-color: #F6F6F6;
}

#partneri .row {
    margin-top: 70px;
}

#partneri span {
    font-size: 16px;
    font-family: var(--poppins-semibold);
    font-weight: 700;
    color: white;
    background: #2DABE2;
    padding: 4px 20px 4px 20px;
    letter-spacing: 3.6px;
}

#partneri h1 {
    font-size: 58px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #346EC1;
    margin: 20px 0px 40px 0;
}

#partneri h2 {
    font-size: 20px;
    font-family: var(--poppins-regular);
    font-weight: 400;
    color: #333539;
}

.svi-partneri {
    background: #F4F9FD 0% 0% no-repeat padding-box;
}

#svi-partneri .btn {
    margin: 0px 50px;
    font-size: 18px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
}

#svi-partneri .btn.active {
    background: transparent linear-gradient(180deg, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
    border-radius: 11px;
    color: white;
}

#lista-partnera {
    margin-top: 20px;
    overflow: hidden;
}

#lista-partnera .col-lg-4 {
    background: white;
    box-shadow: 0px 0px 9px #346ec133;
    border-radius: 20px;
    width: 30.333333%;
    margin: 10px;
}

.partner-slika {
    padding-top: 20px;
}

.partner-text {
    padding-top: 30px;
    padding-bottom: 10px;
}

.partner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.partner-box .pdf {
    margin-right: 5px;
}

.partner-box .txt {
    font-size: 18px;
    color: #333539;
    font-family: var(--poppins-regular);
    font-weight: 300px;
}

.filterDiv {
    float: left;
    display: none !important;
    /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block !important;
}

#lista-partnera .dugme button {
    display: none;
}

/*---------- VIJESTI.HTML---------- */
.vijest {
    background-image: url("../assets/images/about/circle-bg.svg");
    background-position-x: 1038px;
    background-repeat: no-repeat;
    background-position-y: -734px;
    background-size: contain;
}

.vijest .container {
    margin-top: 140px;
}

.vijest .container .naslov {
    font-size: 120px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #346EC1;
    text-align: left;
    margin-bottom: 50px;
}

.vijest .container .glavna-vijest .content {
    padding: 35px 15px 0px 50px;
}

.vijest .container .glavna-vijest .col-lg-7 img {
    padding-bottom: 30px;
}

.vijest .container .glavna-vijest .datum-vijesti {
    font-size: 16px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    opacity: 60%;
    margin-bottom: 30px;
}

.vijest .container .glavna-vijest .naslov-vijesti {
    font-size: 38px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
}

.vijest .container .glavna-vijest .naslov-vijesti a {
    text-decoration: none;
    color: #333333;
}

.vijest .container .glavna-vijest .tekst-vijesti {
    font-size: 16px;
    font-family: var(--poppins-regular);
    color: #333539;
    opacity: 70%;

}

.vijest .container .row .vijest-box {
    margin: 25px 0px;
}

.vijest .container .row .vijest-box .vijest-slika img {
    margin-bottom: 20px;
}

.vijest .container .row .vijest-box .vijest-box-datum {
    font-size: 14px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    opacity: 70%;
}

.vijest .container .row .vijest-box .vijest-box-naslov {
    font-size: 28px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #333333;
}

.vijest .container .row .vijest-box .vijest-box-naslov a {
    text-decoration: none;
    color: #333333;
}

.vijest .container .row .vijest-box .vijest-box-tekst {
    font-size: 16px;
    font-family: var(--poppins-regular);
    color: #333539;
    opacity: 70%;
}

.vijest .container .row .col-lg-4 {
    display: none;
}

.ucitaj-vijesti-dugme {
    text-align: center;
}

.ucitaj-vijesti-dugme button {
    background: #FFFFFF;
    border: 2px solid #346EC1;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0.08px;
    font-family: var(--poppins-regular);
    font-weight: 500;
    color: #346EC1;
    padding: 20px 95px 20px 95px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*---------- VIJESTI-TEMPLATE.HTML---------- */
.clanak {
    overflow-x: unset;
}

.clanak .container .row .datum {
    font-size: 18px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    opacity: 70%;
    margin-top: 136px;
    text-align: center;
}

.clanak .container .row .naslov {
    font-size: 54px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333333;
    text-align: center;
    padding: 20px 150px 30px 150px;
}

.clanak .container .row .slika-autor {
    width: auto;
    height: 100px;
}

/* .clanak .container .row .slika-autor img{
    max-width: 100%;
} */
.autor-vijesti {
    font-size: 25px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333333;
    text-align: center;
    padding: 0px 150px 15px 150px;
}

.clanak .container .row .ime-autor {
    font-size: 15px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    text-align: center;
    margin-bottom: 40px;
}

.clanak .container .row p {
    font-size: 18px;
    font-family: var(--poppins-regular);
    font-weight: 400;
    color: #333539;
    opacity: 70%;
}

.clanak .container .row .col-sm-33 {
    display: none;
    margin: 10px;
}

.clanak .container .row .jos-slika {
    position: relative;
}

.clanak .container .row .col-sm-33 .text-block {
    background-color: #33353999;
    background-clip: content-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    cursor: pointer;
}

.clanak .container .row .col-sm-33 .text-block h4 {
    font-size: 54px;
    font-family: var(--dmsans-bold);
    font-weight: 400;
    color: white;
    position: absolute;
    bottom: 23%;
    left: 29%;
}

.podijeli {
    width: auto;
}

.clanak .container .row .podijeli h3 {
    font-size: 18px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    align-self: end;
}

/* social icons on Vijesti-template */
.social-icon-item-black {
    width: 24px;
    height: 24px;
    color: #333539;
}

.prilozi {
    background-color: #F4F9FD;
    padding: 20px 40px 20px 40px;
}

.prilozi .row h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
    /* margin-left: 30%; */
}

.prilozi .row .prilog {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #346ec124;
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
    margin: 10px 20px 10px 6px;
}

.prilozi .row .prilog h2 {
    font-size: 22px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
    margin-bottom: 0;
}

.povezane-vijesti .container .text-center h1 {
    font-size: 54px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 10px;
}

#vijesti-slider .col-lg-4 {
    width: 100%;
}


.povezane-vijesti .container .row .vijest-box {
    margin: 25px 10px;
}

.povezane-vijesti .container .row .vijest-box .vijest-slika img {
    margin-bottom: 20px;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-datum {
    font-size: 14px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    opacity: 70%;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-naslov {
    font-size: 28px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #333333;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-naslov a {
    text-decoration: none;
    color: #333333;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-tekst {
    font-size: 16px;
    font-family: var(--poppins-regular);
    color: #333539;
    opacity: 70%;
}

/*---------- PROJEKTI.HTML---------- */

.projekti {
    background-color: #fff !important;
    background-image: url("../assets/images/projekti/pozadina-projekti.svg");
    background-repeat: no-repeat;
    background-position-x: 1188px;
    background-position-y: -635px;
}

.projekti .row {
    margin: 130px 0px 130px 0px !important;
}

.projekti .row .head-pictures img {
    width: 90%;
    margin-left: 70px;
}

.nasi-projekti {
    background-color: #F4F9FD;
    padding: 50px 0px 50px 0px
}

.nasi-projekti .container .naslov h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
    margin-bottom: 50px;
}

.nasi-projekti .container .row {
    justify-content: space-evenly;
}

.nasi-projekti .container .row .col-lg-6 {
    /* display: none; */
}

.nasi-projekti .container .row .col-lg-6 .projekat-box {
    background: #fff;
    box-shadow: 0px 0px 46px #346ec133;
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
    margin-bottom: 20px;
    display: none;
}

.projekat-icon img {
    max-height: 50px;
    width: auto;
}

.nasi-projekti .container .row .col-lg-6 .projekat-icon .opis-slike {
    font-size: 18px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    margin-left: 20px
}

.nasi-projekti .container .row .col-lg-6 .projekat-naziv h1 {
    font-size: 32px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #346EC1;
    margin-top: 25px;
}

.nasi-projekti .container .row .col-lg-6 .partner h2 {
    font-size: 14px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    opacity: 80%;
    margin-top: 25px;
    margin-bottom: 0px;
}

.nasi-projekti .container .row .col-lg-6 .partner h3 {
    font-size: 22px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
}

/*---------- PROJEKAT-TEMPLATE.HTML---------- */
.projekat-1 {
    background: transparent radial-gradient(closest-side at 70% 54%, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
}

.projekat-1 .container {
    margin-top: 70px;
    background-image: url("../assets/images/projekti/EYCA/Group\ 528.svg");
    background-repeat: no-repeat;
    background-position: top;

}

.projekat-1 .container .row .slika-projekta {
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: -webkit-center;

}

.projekat-1 .container .row .slika-projekta span {
    display: block;
    height: 120px;
    width: 120px;
    line-height: 115px;
    border-radius: 60px;
    background-color: white;
    text-align: center;
}

.projekat-1 .container .row .slika-projekta img {
    width: 70%;
}

.projekat-1 .container .row .naslov-projekta h2 {
    font-size: 28px;
    font-family: var(--poppins-semibold);
    font-weight: 500;
    color: #DFEFF9;
    text-align: center;
    margin: 40px 0;
}

.projekat-1 .container .row .naziv-projekta h1 {
    font-size: 58px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}

.projekat-1 .container .row .godina-projekta h3 {
    font-size: 38px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #DFEFF9;
    text-align: center;
    margin-bottom: 160px;
    margin-top: 20px;
}

.projekat-opsirno .container .row .col-lg-12 {
    margin-top: -70px;
}

.cover-image {
    border-radius: 25px;
}

.projekat-opsirno .container .row .partner-donator h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #333539;
    margin-bottom: 20px;
}

.projekat-opsirno .container .row .projekat-box {
    padding: 60px;
    background: #2DABE2 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

.projekat-opsirno .container .row .projekat-box .projekat-naziv h1 {
    font-size: 54px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.projekat-opsirno .container .row .projekat-box .projekat-naziv h2 {
    font-size: 18px;
    font-family: var(--dmsans-bold);
    font-weight: 500;
    color: #DFEFF9;
}

.projekat-opsirno .container .row .projekat-box h3 {
    font-size: 14px;
    font-family: var(--poppins-semibold);
    font-weight: 500;
    color: #DFEFF9;
}

.projekat-opsirno .container .row .projekat-box h4 {
    font-size: 22px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    text-decoration: underline;
    color: #FFFFFF;
}

.projekat-opsirno .container .row .projekat-box .mreze {
    padding-top: 20px
}

.projekat-opsirno .container .row .projekat-box .mreze .social-icons a {
    width: 24px;
    height: 24px;
    margin-left: unset;
    background: white;
    color: #2DABE2;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.projekat-opsirno .container .row .projekat-box .websajt {
    text-align-last: end
}

.projekat-opsirno .container .row .projekat-box .websajt a {
    border: 2px solid white;
    padding: 15px 40px 15px 13px;
    border-radius: 15px;
    color: white;
    text-decoration: unset;
}

.projekat-opsirno .container .row .projekat-box .websajt img {
    margin-right: 20px;
    margin-bottom: 2px;
}

.ostali-projekti .text-center h1 {
    font-size: 48px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
    margin-bottom: 50px;
    margin-top: 50px;
}

#ostali-projekti-slider {
    /* margin-left: 13% */
}

#ostali-projekti-slider .col-lg-6 {
    width: 96%;
}

.nasi-projekti .container .row .col-lg-6 {
    /* display: none; */
}

.ostali-projekti .row .col-lg-6 .projekat-box {
    background: #fff;
    box-shadow: 0px 0px 46px #346ec133;
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
    margin-bottom: 20px;
    margin: 50px 50px 20px 50px
        /* display: none; */
}

.ostali-projekti .row .col-lg-6 .projekat-icon .opis-slike {
    font-size: 18px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    margin-left: 20px
}

.ostali-projekti .row .col-lg-6 .projekat-naziv h1 {
    font-size: 32px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #346EC1;
    margin-top: 25px;
}

.ostali-projekti .row .col-lg-6 .partner h2 {
    font-size: 14px;
    font-family: var(--poppins-semibold);
    font-weight: 600;
    color: #333539;
    opacity: 80%;
    margin-top: 25px;
    margin-bottom: 0px;
}

.ostali-projekti .row .col-lg-6 .partner h3 {
    font-size: 22px;
    font-family: var(--dmsans-bold);
    font-weight: 600;
    color: #333539;
}

/*---------- podrska.php---------- */

.tim {
    background-color: #F4F9FD;
}

.tim .container .row .col-md-4 h1 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 72px;
    color: #333539;
    padding: 80px 40px;
}

.tim .container .row .mobile-naslov {
    display: none;
}

.tim .container .row .mobile {
    display: none;
}

.tim .container .row .timslika {
    background-image: url(../assets/images/tim/tim_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.tim .container .row .col-md-4 h2 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 32px;
    color: #333539;
    margin-top: 20px;
}

.tim .container .row .col-md-4 h3 {
    font-family: var(--poppins-regular);
    font-weight: 600;
    color: #333539;
    opacity: 80%;
    font-size: 16px;
    margin-top: 15px;
}

.volonteri .container .row .col-md-8 h1 {
    font-family: var(--dmsans-italic);
    font-style: italic;
    font-size: 48px;
    color: #333539;
}

.volonteri .container .row .col-md-8 h1 span {
    color: #346EC1;
    font-weight: 700;
}

.volonteri .container .row .col-md-8 h2 {
    font-family: var(--poppins-regular);
    font-weight: 600;
    font-size: 26px;
    color: #333539;
    opacity: 80%;
}

.volonteri .container .row .col-md-4 h2 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 32px;
    color: #333539;
    margin-top: 20px;
}

.prijavise .container .row {
    box-shadow: 0px 0px 46px #346ec133;
    border-radius: 52px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.prijavise .container .row .col-md-12 h1 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 48px;
    color: #346EC1;
    margin-top: 80px;
}

.prijavise .container .row .col-md-12 .btn-light {
    border-radius: 20px;
    color: white;
    background-color: #346EC1;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--poppins-semibold);
    margin-top: 25px;
    padding: 20px 0 20px 0;
    width: 186px;
    margin-bottom: 64px;
}

.prijavise .container .row .col-md-12 .btn-light i {
    margin-left: 30%
}

.lijevi {
    padding-left: 0;
    position: absolute;
    width: unset;
}

.desni {
    right: 0%;
    padding-right: 0;
    position: absolute;
    width: unset;
}

.firstcol h1 {
    position: relative;
    text-align: center;
}

/* ------kontakt.php---------- */
.kontakt {
    background-image: url(../assets/images/kontakt/pozadina.svg);
    background-repeat: no-repeat;
    background-position: revert;
}

.kontakt .container {
    margin-top: 80px;
}

.kontakt .container .row .col-lg-12 {
    margin-top: 80px;
}

.kontakt .banner span {
    font-size: 16px;
    font-family: var(--poppins-semibold);
    font-weight: 700;
    color: white;
    background: #2DABE2;
    padding: 4px 20px 4px 20px;
    letter-spacing: 3.6px;
}

.kontakt .banner .row h1 {
    padding: 0 70px;
    font-size: 58px;
    font-family: var(--dmsans-bold);
    font-weight: 700;
    color: #346EC1;
    margin: 20px 0px 40px 0;
}

.kontakt-forma {
    background: transparent radial-gradient(closest-side at 50% 50%, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 46px #346EC133;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 80px 0;
}

.kontakt-forma .informacije {
    background: #FFFFFF5e;
    box-shadow: 0px 0px 46px #346EC133;
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
    margin-left: -7%;
    padding: 50px
}

.kontakt-forma .informacije h1 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 48px;
    color: #333539;
    margin-bottom: 30%;
}

.kontakt-forma .informacije span {
    font-family: var(--poppins-regular);
    font-size: 20px;
    color: #333539;
    margin-left: 15px;
}

.kontakt-forma .informacije .podaci {
    margin-bottom: 40px;
}

.kontakt-forma .informacije .row img {
    width: 34px;
    height: 34px;
    margin-right: 15px;
}

.kontakt-forma .informacije .social-icons {
    margin-top: 36%;
}

.kontakt-forma .informacije .social-icons a {
    margin-right: 20px;
}

.kontakt-forma .forma {
    padding: 0 50px;
}

.kontakt-forma .forma .form h1 {
    font-family: var(--dmsans-bold);
    font-weight: 400;
    font-size: 35px;
    color: white;
    margin-bottom: 10%;
    text-align: center;
}

.kontakt-forma .forma .form input,
.kontakt-forma .forma .form textarea {
    margin: 10px;
    background-color: rgba(244, 249, 253, 0);
    color: white;
    border: 1.5px solid white;
    height: 55px;
    border-radius: 16px;
    outline: none;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.kontakt-forma .forma .form .poruka {
    min-height: 220px;
}

.kontakt-forma .forma .form .posalji {
    padding: 15px;
    margin: 10px;
    width: 40%;
    background: white;
    border: unset;
    border-radius: 16px;
    color: #346EC1;
    font-family: var(--poppins-semibold);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: unset;
}

::placeholder {
    color: white;
    font-family: var(--poppins-regular);
    font-size: 16px;
}

.mobile {
    display: none;
}

.poslato h1 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 32px;
    color: #346EC1;
    margin-top: 50px;
}

.poslato p {
    font-family: var(--poppins-regular);
    font-weight: 400;
    font-size: 20px;
    color: #333539;
    margin-top: 30px;
    padding: 0 20%;
}

.poslato .btn-light {
    border-radius: 20px;
    color: white;
    background-color: #346EC1;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--poppins-semibold);
    margin-top: 25px;
    padding: 20px 0 20px 0;
    width: 186px;
    margin-bottom: 64px;
}

.modal {
    padding: 0;
    z-index: 9999;
}

.modal-content {
    background: transparent radial-gradient(closest-side at 50% 50%, #2DABE2 0%, #346EC1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 46px #346EC133;
    border-radius: 20px;
}

#exampleModal .mobile,
.mobileh1 {
    display: none;
}

#exampleModal .input-group {
    /* width: 40%; */
    flex-direction: column;
    align-content: center;
}

#exampleModal .row {
    box-shadow: unset;
}

#exampleModal h1 {
    font-family: var(--dmsans-bold);
    font-weight: 700;
    font-size: 58px;
    color: #FFFFFF;
}

#exampleModal .input--style-1 {
    padding: 10px 15px;
    background-color: #ffffff00;
    border: 1px solid white;
    border-radius: 16px;
    margin-bottom: 15px;
    width: 30%;
    font-family: var(--dmsans-bold);
    outline: none;
    color: white;
}

#exampleModal .poruka {
    background-color: #ffffff00;
    color: white;
    border: 1px solid white;
    max-height: 150px;
    border-radius: 16px;
    outline: none;
    width: 30%;
    overflow: hidden;
    padding: 10px;
}

#exampleModal .input-icon {
    position: absolute;
    font-size: 18px;
    color: #ccc;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;

}

#exampleModal select {
    padding: 10px 15px;
    background-color: #ffffff00;
    border: 1px solid white;
    border-radius: 16px;
    margin-bottom: 15px;
    width: 100%;
    font-family: var(--dmsans-bold);
    color: white;
    outline: none;
    cursor: pointer;
}

/* SELECT ARROW */
#exampleModal select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../assets/images/tim/modal/select-strelica.svg);
    background-position: 96%;
    background-repeat: no-repeat;
}

#exampleModal #datum {
    background-image: url(../assets/images/tim/modal/kalendar.svg);
    background-position: 96%;
    background-repeat: no-repeat;
    color: white;
}

#exampleModal select option {
    color: #333;
}

#exampleModal select::after {
    content: '>';
    font: 17px "Consolas", monospace;
    color: #333;
    transform: rotate(90deg);
    right: 15px;
    top: 18px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;

}

#exampleModal .button-posalji {
    border-radius: 20px;
    color: #346EC1;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--poppins-semibold);
    margin-top: 25px;
    padding: 20px 0 20px 0;
    width: 186px;
    border: 1px solid white;
}

::-webkit-calendar-picker-indicator {
    background-image: url(../assets/images/tim/modal/kalendar.svg);
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

/* MODAL KALENDAR */
.ui-widget-header {
    font-family: var(--dmsans-bold);
    color: #333539;
}

.ui-datepicker th {
    font-family: var(--dmsans-bold);
    color: #333539;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-family: var(--poppins-regular);
    color: #333539
}

/*za share*/
.share i {
    color: #333539 !important;
    margin-left: 5px;
    margin-right: 5px;
}

#copy_link_success {
    font-size: 13px;
    font-style: italic;
    color: rgb(106 106 106);
    margin-bottom: 0px;
    margin-top: 10px;
}

.tim-social-icons i {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #333539 !important;
}

/*popup*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content,
h2 {
    margin: 0;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    row-gap: 25px;
    background-color: whitesmoke;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .popup-content {
        width: fit-content;
        margin-left: -3px;
    }

    .popup-content h2 {
        font-size: 19px;
    }
}

.popup-content form {
    display: flex;
    flex-direction: column;
    /* align-items: baseline; */
    place-content: center;
    place-items: center;
    row-gap: 15px;
    max-width: 450px;
    text-align: left;
}

.popup-content form .input-button-messages {
    display: flex;
    flex-direction: column;
    /* align-items: baseline; */
    place-content: center;
    place-items: center;
    row-gap: 5px;
    width: 100%;
}


.pictures {
    margin-top: -10px;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}

.loved-by-section p {
    margin: 0px;
}

.pictures a {
    max-height: 140px;
    max-width: 150px;
    min-width: 80px;
    min-height: 80px;
}

.pictures a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-content form .input-button-messages .loved-by-section {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.popup-content form .input-button-messages .input-button,
.newsletter-section-look form .input-button {
    display: flex;
    height: fit-content;
    width: 100%;
}

.email_p {
    color: #000000;
}


.popup-content form .input-button input,
.newsletter-section-look form .input-button input {
    width: 100%;
    padding: 10px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.newsletter-section-look form .input-button input {
    width: 82%;
}

.newsletter-section-look {
    width: 100%;
}

.popup-section {
    width: 100%;
}


.popup-content form .messages,
.newsletter-section-look .messages {
    width: 100%;
    text-align: start;
}

.popup-content form input::placeholder,
.newsletter-section-look form .input-button input::placeholder {
    color: #8896AB;
    font-size: normal;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

#subscribepopup {
    white-space: nowrap;
}

button {
    padding: 0px 20px;
    background-color: #4389AD;
    color: white;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #4389AD;
}

button:hover {
    background-color: #0056b3;
}

@media screen and (max-width:1020px) {
    .popup-content h2 {
        width: 60%;
        line-clamp: 2;
    }
}

.newsletter-section-look {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    row-gap: 25px;
    background: linear-gradient(197deg, rgb(15 80 111) 30%, rgb(30 129 170) 86%);
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    width: fit-content;
}

.link-newsletter-part {
    display: flex;
    flex-direction: column;
    width: fit-content;
    row-gap: 90px;
    margin-bottom: -50px;
}

/*newsletter section*/

.newsletter-section-look .messages p {
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.newsletter-section-look .messages .valid-info {
    color: #01e901;
    display: none;
}

.newsletter-section-look .messages .invalid-info {
    color: red;
    display: none;
}

#subscribe_section {
    padding: 0px 20px;
    background-color: #4389AD;
    color: white;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    min-width: fit-content;
}

#subscribe_section:hover {
    background-color: #0056b3;
}

.messages {
    margin-top: 10px;
}

.invalid-info {
    color: red;
    font-size: 12px;
    display: none;
}

.valid-info {
    color: green;
    font-size: 12px;
    display: none;
}

:root {
  --ctrl: 36px;       /* širina/visina strelice */
  --ctrl-pad: 4px;    /* unutrašnji padding strelice */
  --gap: 16px;        /* razmak između strelice i sadržaja */
  --side-pad: calc(var(--ctrl) + (var(--ctrl-pad) * 2) + var(--gap));
}

/* Wrapper za apsolutno pozicioniranje strelica */
.sponsor-slider-wrapper {
  position: relative;
}

/* Rezerviši prostor lijevo/desno da strelice ne ulaze preko slajdova */
#sponsor-slider {
  padding-left: var(--side-pad);
  padding-right: var(--side-pad);

}
.sponsor-item.acme-logo{
    margin-top: 100px;
}

/* Strelice */
.sponsor-prev,
.sponsor-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--ctrl);
  height: var(--ctrl);
  padding: var(--ctrl-pad);
  border-radius: 50%;
  background: #E4D009;
  background-size: cover;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}

.sponsor-prev { left: 8px; }   /* unutar padding zone */
.sponsor-next { right: 8px; }  /* unutar padding zone */

.sponsor-prev i,
.sponsor-next i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

/* Hover/focus */
.sponsor-prev:hover,
.sponsor-next:hover,
.sponsor-prev:focus,
.sponsor-next:focus {
  filter: brightness(0.92);
}

/* Manji razmak na malim ekranima */
@media (max-width: 576px) {
  :root { --gap: 8px; }
  .sponsor-prev { left: 6px; }
  .sponsor-next { right: 6px; }
}
