.row {
    --bs-gutter-x: 2.5rem;
}

.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px;
    }
}

body {
    font-family: "DM Sans", "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3125em;
    letter-spacing: 0;
    color: #0B1D51;
    background-color: #f4f4f4;
}

/*
body.page-id-4263 main,
body.page-id-4264 main {
    font-family: "Onest", serif;
}*/

.dm-black,
strong {
    font-weight: 900;
}

.dm-med {
    font-weight: 500;
}

.dm-bold {
    font-weight: 700;
}

.page-id-5399 .dm-black,
.page-id-4263 .dm-black,
.page-id-4264 .dm-black,
.page-id-5399 strong,
.page-id-4263 strong,
.page-id-4264 strong {
    font-weight: 700;
}

.ul-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#top-bar {
    background-color: #000000;
    padding: 8px 0;
}

#top-bar ul {
    text-align: right;
}

#top-bar ul li {
    display: inline-block;
    margin-left: 5px;
}

#top-bar a {
    color: #ffffff;
    display: block;
    padding: 1.5px 12px;
    transition: all .3s ease;
}

#top-bar a:hover {
    background: #ffffff;
    color: #0B1D51;
}

#top-bar .current-menu-item a {
    color: #ffffff;
    background: #0071DA;
}

#top-bar .menu-btn a {
    background: #ffffff;
    color: #0B1D51;
}

#top-bar .menu-btn.current-menu-item a {
    background: #0B1D51;
    color: #ffffff;
}

#top-bar .menu-btn a:hover {
    background: #0071DA;
    color: #ffffff;
}

#header-menu {
    background-color: #0071DA;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 9;
}

.header-logo img {
    width: 128px;
    height: auto;
}

#header-menu nav ul.menu {
    text-align: center;
}

#header-menu ul.menu li {
    display: inline-block;
}

#header-menu .current-menu-item,
#header-menu .current-menu-parent {
    background-color: #0B1D51;
}

#header-menu .current-menu-item > a::after,
#header-menu .current-menu-parent > a::after {
    display: none;
}

#header-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
}

#header-menu nav .menu > li > a {
    padding: 21.5px 12px;
    display: block;
    position: relative;
}

#header-menu nav .menu > li:hover > a {
    box-shadow: inset 0 -5px 0 #ffffff;
}

/*#header-menu nav .menu > li:hover > a::after {
    display: none;
}*/

#header-menu ul.menu > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background: #ffffff;
    right: 0;
    top: 28px;
}

.desktop .menu .sub-menu {
    display: none;
}

.desktop .menu .menu-item-has-children:hover .sub-menu {
    display: flex;
}

.desktop .menu .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 21px calc((100% - 1220px) / 2);
    margin: 0;
    left: 0;
    justify-content: space-between;
    background: #0B1D51;
    z-index: 3;
}

#header-menu .sub-menu > li > a {
    text-transform: none;
    font-weight: 900;
}

#header-menu .sub-menu > li.current-menu-item > a {
    border-bottom: 2px solid #ffffff;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right #search-icon::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background: #ffffff;
    right: 0;
    top: calc(13px / 2);
}

.header-right #search-icon {
    padding-right: 12px;
    position: relative;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px;
    font-weight: 500;
}

#cover-slider {
    position: relative;
}

#cover-slider .slide {
    min-height: 530px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 28px;
    flex-direction: column;
}

#cover-slider .slide .img-cover {
    filter: brightness(0.75);
}

#cover-slider .slide-content {
    position: relative;
    z-index: 1;
}

#cs-next {
    right: 5vw;
}

#cs-prev {
    left: 5vw;
}

.slide-content-wrapper .content-move {
    transform: translateY(70px);
    transition: all .3s ease;
}

.slide-content-wrapper:hover .content-move {
    transform: translateY(0);
    cursor: pointer;
}

.slide-content-wrapper:hover h4 {
    text-decoration: underline;
}

.category-cover .slide-content-wrapper {
    position: relative;
}

#cover-slider h4,
.category-cover h4 {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.29em;
    margin-bottom: 19px;
}

#cover-slider p,
.category-cover p {
    color: #ffffff;
    margin-bottom: 19px;
}

.slide-btn {
    display: inline-block;
    padding: 10px;
    color: #0B1D51;
    text-align: center;
    transition: all .3s ease;
    background: #ffffff;
    border-radius: 12px;
    font-weight: 900;
    opacity: 0;
}

.slide-content-wrapper:hover .slide-btn {
    opacity: 1;
}


#focus {
    padding-top: 60px;
}

.section-title {
    font-size: 2.25rem;
    line-height: 1.3em;
    color: #0B1D51;
    margin-bottom: 30px;
}

.post-block {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.post-block:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.post-block > a:hover {
    color: #0071DA;
}

.post-block .image-container {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.post-block .image-container img {
    transition: all .3s ease;
}

.post-block > a:hover .image-container img {
    transform: scale(1.1);
}

.post-block .post-content {
    padding: 20px;
    background-color: #ffffff;
}

.post-block .post-content .cat,
.post-tags .cat {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    color: #0071DA;
    display: inline-block;
    margin-bottom: 10px;
    background: #CCE6FF;
    padding: 3px 13px;
    border-radius: 4px;
    transition: all .3s ease;
}

.post-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 5px;
}

.post-tags .cat {
    text-transform: none;
}

.post-tags .interv-tag {
    background: #d5d5d5;
    color: #0B1D51;
}

.post-block > a:hover .post-content .cat {
    background: #EFEFEF;
    color: #0B1D51;
}

.post-block .post-content h4 {
    font-size: 1.5rem;
    line-height: 1.29em;
    color: #0B1D51;
    margin-bottom: 10px;
    min-height: 125px;
}

.post-block:hover .post-content h4 {
    text-decoration: underline;
    text-decoration-color: #0071DA;
    text-underline-offset: 10%;
}

.post-block .post-content .date {
    font-size: 13px;
    color: #0071DA;
}

.post-block .excerpt {
    margin-bottom: 10px;
    min-height: 130px;
}

.post-block a:hover .excerpt {
    color: #0B1D51;
}

#home-programs {
    padding-top: 40px;
    padding-bottom: 140px;
}

.programs-filter {
    margin-bottom: 40px;
    display: flex;
    gap: 14px;
    background: #ffffff;
    border-radius: 12px;
}

#category-content {
    padding-top: 85px;
}

#category-content .programs-filter {
    margin-bottom: 60px;
}

.programs-filter > .filter {
    color: #0B1D51;
    padding: 19.5px 12px;
    background-color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    flex-grow: 1;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 12px;
}

.programs-filter > .filter:hover {
    /*box-shadow: inset 0 -5px 0 #0071DA;*/
    background-color: #0071DA;
    color: #ffffff;
}

.programs-filter > .filter.active {
    background-color: #0071DA;
    color: #ffffff;
}

#programs-tabs > .row {
    display: none;
}

#programs-tabs > .row.active {
    display: flex;
}

.program-posts-row .post-block {
    margin: 0;
}

.program-posts-row .post-block h4 {
    min-height: 95px;
}

.program-posts-row > div:nth-child(1) > .post-block,
.program-posts-row > div:nth-child(2) > .post-block {
    margin-bottom: 40px;
}

.program-main-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    transition: all .3s ease;
    cursor: pointer;
}

.program-main-card:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.program-main-card h4 {
    font-size: 2rem;
    line-height: 1.3125em;
    color: #ffffff;
    position: relative;
    transition: all .3s ease;
}

.program-main-card:hover h4 {
    text-decoration: underline;
    font-size: 1.5rem;
}

.program-main-card > img {
    filter: brightness(0.8);
    transition: all .4s ease;
}

.program-main-card:hover > img {
    transform: scale(1.1);
}

.main-card-content {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: all .3s ease;
}

.program-main-card:hover .main-card-content {
    height: 170px;
}

.program-main-card-overlay {
    padding: 10px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 56%);
    position: relative;
}

#two-posters {
    padding-bottom: 75px;
    display: none;
}

.one-poster {
    background-color: #d9d9d9;
    height: 200px;
}

.featured-pub {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.featured-pub .content {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

.featured-pub .content-move {
    transition: all .3s ease;
    transform: translateY(70px);
}

.featured-pub:hover .content-move {
    transform: translateY(0);
}

.featured-pub:hover .slide-btn {
    opacity: 1;
}

.featured-pub .slide-btn {
    margin-top: 20px;
}

.featured-pub .content h4 {
    font-size: 1.5rem;
    line-height: 1.29em;
    color: #ffffff;
    margin-bottom: 20px;
}

.featured-pub:hover .content h4 {
    text-decoration: underline;
}

.featured-pub .excerpt {
    color: #ffffff;
}

#home-publications {
    margin-bottom: 60px;
}

#home-publications .post-block h4 {
    min-height: 160px;
}

#video_partners {
    background-color: #ffffff;
    padding: 100px 0 80px;
    margin-bottom: 65px;
}

#video_partners iframe {
    margin-bottom: 20px;
}

.videos-slider,
.slick-slider-partners,
.other-posts-slider {
    margin: 0 -12px; /* kompenzuje padding na slajdovima */
}

.video-slide,
.slick-slider-partners .slide,
.other-post-slide {
    padding: 0 12px; /* gap između slajdova */
}

.video-slide iframe {
    width: 100%;
    height: 210px;
    border: 0;
    display: block;
}

.videos-slider-wrapper,
.other-posts-wrapper {
    position: relative;
}

.videos-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}


#vs-prev,
#onews-prev {
    left: -60px;
}

#vs-next,
#onews-next {
    right: -60px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    padding: 0;
}

#other-pub .slick-dots li button:before,
#related-projects .slick-dots li button:before {
    color: #ffffff;
    opacity: 1;
}

#other-pub .slick-dots li.slick-active button:before,
#related-projects .slick-dots li.slick-active button:before {
    color: #0071DA;
    opacity: 1;
}


#partners {
    padding-bottom: 130px;
}

#partners .slick-slider-partners .slide {
    position: relative;
}

#partners .slick-slider-partners img {
    width: 100%;
    height: auto;
    display: block;
}

.slick-slider-partners .overlay {
    position: absolute;
    top: 0;
    left: 12px;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: calc(100% - 24px);
    height: 100%;
    transition: all .3s ease;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: center;
}

.slick-slider-partners .slide:hover .overlay {
    opacity: 1;
}

.slick-slider-partners .slick-dots {
    bottom: auto;
    position: relative;
    top: 10px;
}

.slick-dots li button:before {
    color: #1873d6;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1873d6;
}

#page-cover {

}

/*.single-post #page-cover {
    padding-bottom: 15px;
    height: 400px;
}*/

/*#page-cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    opacity: 0.2;
}*/

.cover-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 500px;
    padding-bottom: 55px;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
}

.static-page .cover-wrapper {
    height: 200px;
    background: #D9D9D9;
    padding-bottom: 30px;
}
.category-cover .cover-wrapper {
    padding-bottom: 30px;
}


.page-title {
    color: #ffffff;
    font-size: 3rem;
    line-height: 1em;
    margin: 0;
    position: relative;
    font-weight: 900;
}

.static-page .page-title {
    color: #0B1D51;
}

.page-title.single-post-title, .asylum-cover .page-title {
    text-transform: none;
}

#page-cover:has(.page-title) .cats {
    color: #ffffff;
    position: relative;
    font-size: 14px;
}

.page-title ~ .date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}

.date span,
.cats:not(.donator) span {
    text-transform: lowercase;
}

.cats span {
    display: inline-block;
}

.cats span::first-letter {
    text-transform: uppercase;
}
.author-box {
    max-width: 400px;
    width: 100%;
}
.author-box  .title {
    color: #000000;
    font-weight: 900;
    display: block;
    margin-bottom: 1.5rem;
}
.author-box .team-box {
    justify-content: flex-start;
    padding: 10px 20px;
    gap: 20px;
    height: 100px;
}
.author-box  .team-box .photo img {
    width: 50px;
}
.author-box  .team-box h4 {
    margin-bottom: 0;
}




#about-content {
    padding-top: 40px;
    padding-bottom: 70px;
}

#about-content p {
    margin-bottom: 1.5rem;
}

#about-content strong {
    font-weight: 700;
}

#about-content h1 {
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 40px;
}

#about-content h3 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}

#about-content ul {
    margin-bottom: 1.5rem;
}

#team {
    padding-bottom: 55px;
}

#team .section-title {
    margin-bottom: 60px;
}

.team-box {
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all .3s ease;
    height: 150px;
}

.author-box .team-box {
    margin-bottom: 0;
}

.team-box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.team-box h4 {
    font-size: 1.5rem;
    line-height: 1.29em;
    color: #000000;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.team-box:hover h4 {
    text-decoration: underline;
    text-decoration-color: #0071DA;
    text-decoration-thickness: 10%;
    text-underline-offset: 20%;
}

.team-box .data span {
    display: block;
    color: #0071DA;
}
.team-box .photo {
    overflow: hidden;
    border-radius: 50%;
    width: 75px;
}
.team-box .photo img {
    transition: all .3s ease;
}
.team-box:hover .photo img {
    transform: scale(1.1);
}

#contact {
    padding-top: 40px;
}

#contact h1 {
    font-size: 2.25rem;
    line-height: 1.29em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-data ul li a {
    color: #0071DA;
}

.contact-boxes {
    margin-top: 80px;
}

.contact-box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 12px;
}

.cbox-3 {
    margin-top: 30px;
}

.cbox-3 h2 {
    margin-bottom: 24px;
}

.zm {
    margin-top: 38px;
}

#map {
    margin-top: 30px;
    margin-bottom: 80px;
}

#map iframe {
    border-radius: 12px;
}

#program-content {
    /*background-color: #ffffff;*/
    padding: 40px 0 60px;
}

#program-content p {
    margin-bottom: 1.5rem;
    font-weight: 500;
}


#program-news.publications {
    padding-top: 60px;
}

.publications .post-block .post-content {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#program-news.publications .post-block {
    margin-bottom: 40px;
}

#program-news .post-block {
    margin-bottom: 30px;
}

.horizontal-block .post-content h4 {
    min-height: auto;
    padding-right: 30%;
}

.horizontal-block .post-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.horizontal-block .image-container {
    min-height: 230px;
    height: 100%;
}

.horizontal-block .excerpt {
    min-height: auto;
    padding-right: 15%;
}

.pagination, .cat-pagination {
    background: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.pagination .page-numbers,
.cat-pagination .page-numbers {
    display: inline-block;
    margin: 0 10px;
}

.pagination .current,
.cat-pagination .current,
.pagination .page-numbers:hover,
.cat-pagination .page-numbers:hover {
    text-decoration: underline;
    text-decoration-color: #0071DA;
    text-decoration-thickness: 10%;
    text-underline-offset: 10%;
}

.category-posts {
    padding-bottom: 30px;
}

#post-content {
    /*    background: #ffffff;
        padding: 60px 0;*/

    padding-top: 24px;
}

#post-content .date {
    color: #0071DA;
}

#post-content .author {
    margin: 40px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.publikacije-pdf {
    display: flex;
    gap: 0 12px;
}
.pdf-btn {
    padding: 12px 10px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1em;
    display: block;
    width: auto;
    transition: all .3s ease;
    background: #0071DA;
    color: #ffffff;
}

.pdf-btn:hover {
    background: #0B1D51;
    color: #ffffff;
}

#post-content .post--content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 900;
}

.social-profiles ul {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 40px 0 0;
    padding: 0;
    font-size: 1.5rem;
    color: #0071DA;
}

.single-team-member #post-content .author {
    margin: 20px 0;
}

#other-pub {
    padding: 40px 0 100px;
    background: #CCE6FF;
    margin-top: 80px;
}
#program-news {
    background: #CCE6FF;
    padding-top: 40px;
    padding-bottom: 20px;
}
#other-pub .post-block .post-content,
#related-projects .post-block .post-content {
    min-height: 400px;
    position: relative;
}
#other-pub .post-block .date,
#related-projects .post-block .date {
    position: absolute;
    bottom: 20px;
}

#asylum-content {
    padding: 50px 0;
}

.bg-main {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.bg-container {
    background: #0071DA;
    padding: 35px 100px;
    color: #ffffff;
}

.main-text {
    margin-bottom: 40px;
}

.main-text p:last-child {
    margin-bottom: 0;
}

.liflets {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.lif1, .lif2 {
    text-align: center;
    margin: 0 18px;
}

.lif1 i,
.lif2 i {
    font-size: 1.5rem;
}

.lif1 img, .lif2 img {
    max-width: 100%;
    width: auto;
    height: 170px;
    margin: 0 auto 20px;
    border-radius: 12px;
    border: 1px solid #0B1D51;
}

.ca-box {
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    background-color: #CCE6FF;
}

.ca-box p:last-child {
    margin-bottom: 0;
}

/*.lif1 a:hover,
.lif2 a:hover {
    color: #ffffff;
}*/
.below-text, .contact-asylum, .unhcr {
    padding: 40px 20px 40px 100px;
}

.below-text h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    width: 50%;
}

.accordion-button > span {
    padding-right: 10%;
}

.as-rtl .accordion-button > span {
    padding-right: 0;
    padding-left: 10%;
}

.as-rtl .accordion-button::after {
    position: absolute;
    left: 15px;
}

.as-rtl .social-share-asylum h5 {
    margin-left: 2rem;
    margin-right: 0;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar li a {
    display: block;
    color: #0B1D51;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    /*transition: all .3s ease;*/
}

#below-line {
    font-size: 1.2rem;
    color: #fff;
}

.social-share-asylum a i {
    font-size: 2rem;
}

.social-share-asylum h5 {
    margin-right: 2rem;
}

.sidebar li a:hover {
    border-bottom: 5px inset #0071DA;
    height: 61px;
}

.sidebar .current-menu-item a {
    background: #0071DA;
    border-radius: 12px;
    color: #ffffff;
}

footer {
    background: #0071DA url("../img/ideas-pattern.svg") center center no-repeat;
    padding: 55px 0;
    color: #ffffff;
    background-size: contain;
}

.footer-one img {
    width: 128px;
    margin-bottom: 25px;
}

.footer-one p {
    margin: 0;
    padding-right: 40px;
}

.footer-two {
    padding-left: 30px;
}

.footer-two p {
    margin-bottom: 25px;
}

.footer-two ul li,
.contact-data ul li {
    margin-right: 12px;
    display: inline-block;
}

.footer-two ul li a,
.contact-data ul li a {
    font-size: 1.5rem;
    transition: all .3s ease;
}

.footer-two ul li a:hover {
    color: #0B1D51;
}

#programi-desc {
    margin-top: 20px;
    margin-bottom: 60px;
}

#programi-list {
    padding-bottom: 80px;
}

#programi-list .program-main-card {
    height: 545px;
}

#related-projects {
    padding-bottom: 80px;
    padding-top: 40px;
}

.related-projects-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.related-projects-title .section-title {
    margin-bottom: 0;
}
.related-projects-title a {
    color: #0071DA;
    font-size: 1.5rem;
    line-height: 1em;
}
.related-projects-title a:hover {
    text-decoration: underline;
}

.ideas-filter {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-holder {
    display: flex;
}
.filter-holder .filter-button {
    padding: 19px 12px;
    font-weight: 900;
    color: #0B1D51;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}
.filter-holder .filter-button::after {
    content: url("../img/filter-down.svg");
}
.filter-holder .filter-button:hover {
    padding-bottom: 16px;
    border-bottom: 3px solid #0071DA;
}
.filter-holder .filter-button:focus {
    background: #CCE6FF;
    border-bottom: none;
    padding-bottom: 19px;
}
.filter-holder .title-filter {
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: 900;
    color: #0B1D51;
}

/* wrapper */
.filter-dropdown {
    position: relative;
}

/* panel */
.filter-dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 220px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    padding: 0;
    display: none;
    overflow: hidden;
    z-index: 50;
}

/* prikaz dropdown-a */
.filter-dropdown:focus-within .filter-dropdown-panel {
    display: block;
}

/* naslov */
.dropdown-title {
    display: block;
    padding: 10px;
    font-weight: 400;
    color: #0B1D51;
    border-bottom: 1px solid #B6B6B6;
}

/* lista */
.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #0B1D51;
    font-weight: 400;
    white-space: break-spaces;
}

.dropdown-item:hover {
    background: #EFEFEF;
}
.dropdown-item.is-active{
    background: #CCE6FF;
}

/* plus ikonica */
.plus {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
}

.plus::before,
.plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #0071DA;
    transform: translate(-50%, -50%);
}

.plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}



@media screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .row {
        --bs-gutter-x: 1.25rem;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 1.25rem;
    }

    .programs-filter {
        scrollbar-width: none; /* For Firefox */
        -ms-overflow-style: none; /* For Internet Explorer and Edge */
    }

    .programs-filter::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Opera */
    }

    .programs-filter {
        overflow-x: auto;
        white-space: nowrap;
    }

    .programs-filter > .filter {
        flex: 0 0 auto;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
        position: absolute;
        right: 10px;
        top: 19px;
    }

    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: white;
        transition: transform 0.3s;
    }

    #mobile-menu-container {
        display: none;
    }

    .mobile-nav-links {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        flex-direction: column;
        display: flex;
        background-color: #0071DA;
        width: 100%;
        padding: 20px 10px;
        z-index: 99;
    }

    .mobile-nav-links > li {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .mobile-nav-links .sub-menu {
        margin-top: 5px;
    }

    .mobile-nav-links .sub-menu > li {
        text-transform: none;
        margin-bottom: 5px;
    }

    .mobile-nav-links li a {
        color: #ffffff;
    }

    #mobile-menu-container.active {
        display: flex;
    }

    header.mobile {
        background-color: #0071DA;
        padding: 10px;
        position: relative;
    }

    #cover-slider .slide {
        min-height: 350px;
    }

    #home-programs {
        padding-bottom: 40px;
    }

    .post-block .image-container {
        height: 200px;
    }

    .post-block .post-content h4 {
        min-height: auto;
    }

    .programs-filter > .filter {
        padding: 12px;
        font-size: 0.9rem;
    }

    .program-main-card {
        height: 300px;
        margin-bottom: 20px;
    }

    .program-posts-row > div:nth-child(1) > .post-block, .program-posts-row > div:nth-child(2) > .post-block,
    .program-posts-row > div > .post-block {
        margin-bottom: 20px;
    }

    .one-poster {
        height: auto;
        min-height: 120px;
        margin-bottom: 20px;
    }

    #two-posters {
        padding-bottom: 40px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .featured-pub {
        height: 380px;
    }

    #home-publications {
        margin-bottom: 40px;
    }

    #home-publications .post-block h4 {
        min-height: auto;
    }

    #video_partners {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    #video_partners iframe {
        height: 200px;
    }

    #video_partners .slick-slider-partners .slide {
        margin: 0 20px;
        position: relative;
    }

    #video_partners .slick-slider-partners .slick-list {
        margin: 0 -10px;
    }

    .slick-slider-partners .overlay {
        font-size: 13px;
    }

    footer {
        padding: 40px 0;
    }

    .footer-two {
        padding-left: 0;
        margin-top: 20px;
    }

    #page-cover {
        padding-bottom: 20px;
    }

    .page-title {
        font-size: 1.75rem;
    }

    #page-cover {
        min-height: 150px;
    }

    #about-content {
        padding-bottom: 40px;
    }

    #team .section-title {
        margin-bottom: 40px;
    }

    .team-box {
        margin-bottom: 20px;
    }


    #team {
        padding-bottom: 40px;
    }

    #program-content {
        padding: 40px 0 15px;
    }

    .horizontal-block .image-container {
        min-height: 200px;
    }

    .horizontal-block .post-content h4,
    .horizontal-block .excerpt {
        padding-right: 0;
    }

    .publications .post-block .post-content {
        min-height: auto;
    }

    #category-content {
        padding-top: 40px;
    }

    #contact {
        padding-top: 40px;
    }

    #contact h1 {
        font-size: 1.75rem;
    }

    .contact-data {
        margin-bottom: 20px;
    }

    .zm {
        margin-top: 20px;
    }

    #map {
        margin-top: 40px;
    }

    #other-pub {
        padding: 30px 0;
    }

    #other-pub .post-block .post-content {
        min-height: auto;
    }

    .single-post #page-cover {
        min-height: 120px;
        height: auto;
    }

    #post-content {
        padding: 30px 0;
    }

    .pdf-btn {
        width: 60%;
        margin: 0 auto 12px;
        text-align: center;
    }

    .sidebar ul {
        overflow-x: auto;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .sidebar ul li {
        min-width: 150px;
    }

    .sidebar li a {
        padding: 15px 0;
    }

    .bg-container {
        padding: 20px 15px;
        flex-direction: column;
    }

    .lif1, .lif2 {
        margin-top: 20px;
    }

    .below-text, .contact-asylum, .unhcr {
        padding: 30px 15px;
    }

    .below-text h3 {
        width: 100%;
    }

    #below-line {
        padding: 20px 15px;
        line-height: 1.1em;
    }

    .social-share-asylum a i {
        font-size: 1.5rem
    }

    #vs-next, #onews-next {
        right: 0;
        bottom: -35px;
        top: auto;
    }
    #vs-prev, #onews-prev {
        left: 0;
        bottom: -35px;
        top: auto;
    }
    .videos-slider, .slick-slider-partners, .other-posts-slider {
        margin: 0 -10px;
    }
    .static-page .page-title {
        padding-left: 10px;
    }
    .static-page .cover-wrapper {
        height: auto;
        min-height: 120px;
    }

    .cover-wrapper {
        height: auto;
        min-height: 120px;
        padding-bottom: 20px;
        padding-left: 10px;
    }
    .related-projects-title a {
        font-size: 1rem;
    }
    .videos-arrow {
        top: auto;
        bottom: -45px;
    }
}

/*
    SEARCH
 */

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.search-overlay.active {
    display: flex; /* Display overlay when active */
}

.search-form-wrapper {
    background: white;
    padding: 20px;
    width: 30%;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}

.search-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-form-wrapper input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-form-wrapper button[type="submit"] {
    background-color: #0071DA;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s ease;
}

.search-form-wrapper button[type="submit"]:hover {
    background-color: #0B1D51;
}

/* Close Button */
.close-button {
    background: none;
    border: none;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
}

.search-results-container {
    padding: 60px 0;
}

.search-results-title {
    margin-bottom: 40px;
    font-size: 2.5rem;
}