/*
Theme Name: IntelliJ
Theme URI: https://intellij.hr
Description: A brief description.
Version: 1.0
Author: Josip Ljubas
Author URI: https://intellij.hr
*/


.trp-flag-image {
    width: 24px; /* Adjust as needed */
    height: auto;
    min-width: 24px;
    min-height: 16px;
	 object-fit: contain !important;
}
.ls-mobile {
	display: none;
	width: 80px;
	align-content: center;
	outline: none;
	position: absolute;
	right: 60px;
	top: 18px;
}
.ls-mobile .trp-language-switcher {
	width: auto;
}
.ls-mobile .trp-language-switcher > div {
	background-color: transparent;
	border: none;
}
.ls-mobile .trp-language-switcher > div > a {
	color: #fff;
	font-size: 20px;
	padding: 7px 0;
}
.ls-mobile .trp-language-switcher > div > a:hover {
	background-color: transparent;
}
@media only screen and (max-width: 500px) {
  .ls-mobile {
	  display: block;
  }
	#header-menu #menu-main-menu .trp-language-switcher-container {
		display: none !important;
	} 
}

@font-face {
  font-family: Inter;
  src: url("/wp-content/themes/wyase/fonts/Inter-VariableFont_opsz,wght.ttf");
}


* {
	font-family: Inter;
	box-sizing: border-box;
	line-height: 1.3;
}
body {
		background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
/*Header menu*/
body {
	margin: 0;
}
header {
	height: 80px;
	width: 100%;
	background-color: #0055A5;
	align-content: center;
}
#header-menu {
	max-width: 1420px;
	padding: 0 10px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#header-menu .logo {
	width: 40%;
	align-content: center;
}
#header-menu .logo img {
	height: 45px;
	object-fit: contain;
}
#header-menu #main-menu {
	width: 60%;
	justify-items: end;
	z-index: 100;
}
.menu-main-menu-container {
	height: 100%;
}
#menu-main-menu {
	display: flex;
	height: 100%;
	margin:0;
}
#menu-main-menu li {
	list-style: none;
	margin-right: 22px;
	height: 100%;
	align-content: center;
}
@media only screen and (min-width: 1200px) {
    .menu-item a {
        position: relative;
        display: inline-block;
        transition: all 200ms linear;
    }

    .menu-item > a::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        opacity: 0;
        transition: all 200ms linear;
    }

    .menu-item:hover:not(.current_page_item) > a::after {
        bottom: -5px;
        opacity: 1;
    }

    .current_page_item > a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        opacity: 1;
        transition: none;
        z-index: 9;
    }
}
#menu-main-menu li:last-child {
	margin-right: 0;
}
#menu-main-menu li a {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}
#header-menu #menu-main-menu .menu-item-has-children {
    position: relative;
}
#header-menu #menu-main-menu .sub-menu {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -10px);
    background-color: #0055A5;
    text-align: center;
    width: 200px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

#header-menu #menu-main-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

#header-menu #menu-main-menu .sub-menu li {
	margin: 10px 0;
}
/*Mobile menu*/
.mobile-menu {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.menu-main-menu-container {
		width: 100%;
	}
	#main-menu {
		position: absolute;
		top: 80px;
	 background-color: #0055A5;
		height: 0;
		width: 100% !important;
		margin-left: -10px;
		opacity: 1;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
	}
	#main-menu.show {
		height: calc(100% - 80px);
	}
	#main-menu #menu-main-menu {
		flex-direction: column;
		justify-content: center;
		padding: 0;
		align-items: center
	}
	#menu-main-menu li {
		height: auto;
		margin: 20px 0;
		padding-bottom: 13px;
		border-bottom: 1px solid #3276b7;
		width: 80%;
		transform: translateY(-30px);
		opacity: 0;
		transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	}
	#main-menu.show #menu-main-menu li {
		transition-delay: 0.6s; 
		transform: scale(1) translateY(0px);    opacity: 1;
	}
	#menu-main-menu li a {
		font-size: 34px;
	}
	#menu-main-menu .trp-language-switcher-container img {
		width: 38px;
		height: 28px;
	}
	#main-menu.active {
		display: block !important;
	}
.mobile-menu {
	display: block;
	align-content: center;
}
.btn {
  width: 30px;
  cursor: pointer;
}
.btn span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border-radius: 3px;
  height: 2px;
  background: #fff;
  transition: all .3s;
  position: relative;
}
span + span {
  margin-top: 6px;
}
.active span:nth-child(1) {
  animation: ease .7s top forwards;
}
.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}
.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 9px;
    transform: rotate(0);
  }
  100% {
    top: 7px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 9px;
    transform: rotate(45deg);
  }
  50% {
    top: 9px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 9px;
    transform: rotate(0);
  }
  100% {
    bottom: 9px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 9px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 9px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
}
/*Footer*/
#footer {
	background-color: #0055A5;
	color: #fff;
	padding-top: 60px;
	margin-top: 30px;
}
#footer #footer-content {
	max-width: 1420px;
	padding: 0 10px;
	margin: 0 auto;	
}
#footer #footer-row1 {
	display: flex;
	margin-bottom: 23px;
}
#footer #footer-row1 .footer-row-inner1 {
	width: 50%;
}
#footer #footer-row1 .footer-row-inner1 .logo {
	display: flex;
gap: 16px;
}
#footer #footer-row1 .footer-row-inner1 .logo img {
	height: 60px;
	object-fit: contain;
	margin-bottom: 10px;
}
#footer #footer-row1 .footer-row-inner1 .footer-icons img {
	height: 35px;
	margin-right: 2px
}
#footer #footer-row1 .footer-row-inner1 .footer-icons img: {
	height: 35px;
	margin-right: 2px
}
#footer #footer-row1 .footer-row-inner2 {
	width: 50%;
}
#footer-menu ul .trp-language-switcher-container {
	display: none !important;
}
#footer-menu ul {
	display: flex;
	padding-left: 0;
	justify-content: end;
}
#footer-menu li {
	list-style: none;
	margin-right: 22px;
	margin: 10px
}
#footer-menu li:first-child {
	margin-left: 0;
}
#footer-menu li:last-child {
	margin-right: 0;
}
#footer-menu li a {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}
#footer-menu .sub-menu {
	display: none;
}
#footer #footer-row2 {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	border-top: 1px solid #fff;
}
#footer #footer-row2 p {
	font-size: 14px;
	margin: 16px 0;
}
#footer #footer-row2 a {
	color: #fff;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}
#footer #footer-row2 a:hover {
	color: #99bbdb;
}
@media only screen and (max-width: 1200px) {
	#footer #footer-row1 {
		flex-direction: column;
		margin-bottom: 10px;
	}
	#footer #footer-row1 .footer-row-inner1,
	#footer #footer-row1 .footer-row-inner2 {
		width: 100%;
		justify-items: center;
	}
	#footer #footer-row1 .footer-row-inner1 .logo img {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 700px) {
	#footer #footer-row1 .footer-row-inner1 .logo {
		flex-direction: column;
	}
}
@media only screen and (max-width: 500px) {
	#footer-menu ul {
		flex-direction: column;
	}
	#footer-menu li {
		margin: 5px 0;
		text-align: center;
	}
	#footer #footer-row2 {
		flex-direction: column;
		text-align: center;
	}
	#footer #footer-row2 p:first-child {
		margin: 20px 0 5px 0;
	}
}
/*Hero section*/
.hero-section {
	height: 900px;
	background-size: cover;
	background-position: center;
	padding: 0 10px 0 10px;
}
.hero-section .hero-section-inner {
	max-width: 1440px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.hero-section .hero-section-inner .hero-section-slogan h1 {
	font-size: 72px;
	color: #ffffff;
	font-weight: 500;
	max-width: 1000px;
	padding: 280px 0 32px 0;
}
.dugme {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	align-content: center;
	text-decoration: none;
	border-radius: 100px;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	z-index: 2;
	color: #fff;
	background-color: #0055A5;
}
.dugme:after {
	content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: currentColor;
    mask-image: url('https://ssm-jie.com/wp-content/uploads/2025/02/216714_right_icon.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    margin-left: 16px;
	 transform: translateY(1px);
}
.dugme:hover {
	background-color: #99bbdb !important;
	color: #ffffff !important;
}
.hero-section .hero-section-inner .hero-section-buttons .dugme:first-child {
	background-color: #0055A5;
	color: #ffffff;
	margin-right: 8px;
}
.hero-section .hero-section-inner .hero-section-buttons .dugme:first-child:hover {
	background-color: #ffffff;
	color: #0055A5;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hero-section .hero-section-inner .hero-section-buttons .dugme:last-child {
	background-color: #ffffff;
	color: #0055A5;
}
.hero-section .hero-section-inner .hero-section-buttons .dugme:last-child:hover {
	background-color: #0055A5;
	color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hero-section .hero-section-inner .hero-section-brojac {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 120px;
}
.hero-section .hero-section-inner .hero-section-brojac .brojac-naslov {
	width: 40%;
	font-size: 24px;
	color: #ffffff;
	padding-top: 8px;
}
.hero-section .hero-section-inner .hero-section-brojac .brojac-naslov p {
	width: 350px
}
.hero-section .hero-section-inner .hero-section-brojac .brojac {
	width: 60%;
	justify-items: end;
}
.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 500px;
}
.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-item {
	width: 120px;
}
.hero-section .hero-section-inner .hero-section-brojac .brojac h3 {
	font-size: 56px;
	color: #ffffff;
	margin: 0;
}
.hero-section .hero-section-inner .hero-section-brojac .brojac p {
	font-size: 18px;
	color: #ffffff;
}
@media only screen and (max-width: 770px) {
	.hero-section {
		height: 700px;
	}
	.hero-section .hero-section-inner .hero-section-slogan h1 {
		font-size: 50px;
		padding: 180px 0 32px 0;
	}
	.hero-section .hero-section-inner .hero-section-brojac {
		padding-top: 100px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac-naslov p {
		width: 200px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac-naslov {
		font-size: 20px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-inner {
		width: 330px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-item {
		width: 100px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac h3 {
		font-size: 32px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.hero-section {
		height: 450px;
	}
		.hero-section .hero-section-inner .hero-section-slogan h1 {
		font-size: 32px;
		padding: 140px 0 32px 0;
	}
	.hero-section .hero-section-inner .hero-section-buttons .dugme {
    width: 160px;
    height: 50px;
    font-size: 18px;
}
		.hero-section .hero-section-inner .hero-section-brojac {
		padding-top: 32px;
	}
	.hero-section .hero-section-inner .hero-section-brojac {
		flex-direction: column;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac-naslov,
	.hero-section .hero-section-inner .hero-section-brojac .brojac-naslov p{
		width: 100%;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac {
		margin-top: 16px;
		justify-items: start;
	}
}
@media only screen and (max-width: 440px) {
	.hero-section {
		height: 550px;
	}
}
@media only screen and (max-width: 352px) {
		.hero-section {
		height: 700px;
	}
	.hero-section .hero-section-inner .hero-section-buttons .dugme:first-child {
		margin-bottom: 8px;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-inner {
		flex-direction: column;
		align-items: center;
	}
		.hero-section .hero-section-inner .hero-section-brojac .brojac,
	.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-inner {
		width: 100%;
	}
	.hero-section .hero-section-inner .hero-section-brojac .brojac .brojac-item {
		margin-bottom: 16px;
		text-align: center;
	}
}
/*Naslovnica*/
/*O nama*/
.o-nama {
	max-width: 1440px;
	width: 100%;
	height: 100%;
	padding: 100px 10px;
	margin: 0 auto;
}
.o-nama .sekcija-naslov h2 {
	font-size: 48px;
	text-align: center;
	color: #0055A5;
	padding-bottom: 100px;
}
.o-nama .div-2x {
	display: flex;
}
.o-nama .div-2x .div-inner-1 {
	width: 60%;
	padding-right: 140px;
	align-content: center;
}
.o-nama .div-2x .div-inner-1 p {
	font-size: 18px;
	color: #0055A5;
	padding-bottom: 32px;
	line-height: 1.5;
}
.o-nama .div-2x .div-inner-2 {
	width: 40%;
}
.o-nama .div-2x .div-inner-2 img {
	width: 100%;
	border-radius: 22px;
}
@media only screen and (max-width: 1100px) {
	.o-nama .div-2x .div-inner-1 {
		width: 50%;
		padding-right: 40px;
	}
	.o-nama .div-2x .div-inner-2 {
		width: 50%;
	}
}
@media only screen and (max-width: 800px) {
	.o-nama {
		padding: 100px 10px;
	}
	.o-nama .div-2x {
		flex-direction: column-reverse;	
	}
	.o-nama .sekcija-naslov h2 {
		font-size: 36px;
		padding-bottom: 50px;
	}
	.o-nama .div-2x .div-inner-1 {
		width: 100%;
		padding-right: 0;
	}
	.o-nama .div-2x .div-inner-1 .dugme {
		width: 100%;
	}
	.o-nama .div-2x .div-inner-2 {
		width: 100%;
		padding-bottom: 32px;
	}
}
/*Naslovnica*/
/*Projekti*/
.projekti {
	background-color: #0055A5;
	padding: 110px 0;
}
.div-rubni {
	max-width: 1440px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}
.sekcija-naslov-dugme {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 110px;
}
.sekcija-naslov-dugme h2 {
	font-size: 48px;
	color: #ffffff;
}
.sekcija-naslov-dugme .dugme,
.dugme-samo .dugme {
	background-color: #fff;
	color: #0055A5;
}
.dugme-samo .dugme {
	margin-top: 32px;
	width: 100%;
}
.projekti .projekti-item {
	  position: relative;
    display: flex;
    padding: 40px 0;
}
.projekti .projekti-item:nth-child(even) {
	flex-direction: row-reverse;
}
.projekti .projekti-item:nth-child(even) .projekti-content {
	padding-left: 80px;
	padding-right: 0;
}
.projekti-item .projekti-content {
    width: 60%;
	padding-right: 80px;
}
.projekti .projekti-item .projekti-broj {
	font-size: 16px;
	color: #ffffff;
}
.dib-test {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.dib-test::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff;
	margin-left: 8px;
}
.projekti .projekti-content h3 {
    font-size: 32px;
	 color: #ffffff;
    padding: 36px 0 10px;
}
.projekti .projekti-trajanje {
	font-size: 14px;
	color: #ffffff;
  font-weight: bold;
}
.projekti .projekti-content .projekt-tekst p {
	font-size: 18px;
	padding-top: 16px;
}
.projekti .projekti-content .projekt-tekst p {
	color: #ffffff;
	margin-bottom: 32px;
}
.projekti .projekti-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.projekti .projekti-content .dugme {
	background-color: #fff;
	color: #0055A5;
	
}
.projekti-item .projekti-image {
	width: 40%;
	text-align: right;
}
.projekti .projekti-image img {
	width: 100%;
	height: 100%;
  border-radius: 22px;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
	.projekti {
		padding: 100px 0;
	}
	.sekcija-naslov-dugme {
		justify-content: center;
		padding-bottom: 50px;
	}
	.sekcija-naslov-dugme h2 {
		font-size: 32px;
	} 
	.sekcija-naslov-dugme .dugme {
		display: none;
	}
	.projekti .projekti-item:nth-child(even),
	.projekti .projekti-item {
		flex-direction: column-reverse;
		padding: 50px 0;
	}
	.projekti .projekti-content h3 {
		font-size: 28px;
	}
	.projekti-content .dugme {
		width: 100%;
	}
	.projekti .projekti-item:nth-child(even) .projekti-content,
	.projekti-item .projekti-content {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.projekti-item .projekti-image {
		width: 100%;
		padding-bottom: 32px;
	}
}
@media only screen and (min-width: 800px) {
	.dugme-samo {
		display: none;
	}
}
/*Programi*/
.programi {
	padding: 100px 0;
}
.programi .sekcija-naslov-dugme h2 {
	color: #0055A5;
}
.programi .sekcija-naslov-dugme a {
	background-color: #0055A5;
	color: #fff;
}
.programi-lista a {
	text-decoration: none;
	position: relative;
}
.programi-item {
	position: relative;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #0055A5;
	margin-bottom: 24px;
	padding-bottom: 24px;
	transition: border-bottom 0.5s ease-in-out;
}
.programi-item:hover {
	border-bottom: 1px solid #ccdded;
}
.programi-item h3 {
	font-size: 42px;
	color: #0055A5;
	padding-right: 62px;
	width: 90%;
	transition: color 0.5s ease-in-out;
}
.programi-item:hover h3 {
	color: #ccdded;
}
/*Ikona animacija*/
.programi-lista a:focus {
  outline: none;
}
.programi-lista a:hover {
  transition: 0.5s;
}
.programi-lista a .second {
  transition: 0.5s;
  margin-right: 0px;
	text-align: right;
	align-self: center
}
.programi-lista ahover .second {
  transition: 0.5s;
  margin-right: 45px;
}
.span {
  transform: skewX(15deg);
}
.second {
  width: 10%;
  margin-left: 30px;	
}
.second svg {
	height: 30px;
}
.second path {
		fill: #0055A5;
}
.one {
  transition: 0.4s;
  transform: translateX(-60%);
}
.two {
  transition: 0.5s;
  transform: translateX(-30%);
}
.programi-lista a:hover .three {
  animation: color_anim 1s infinite 0.2s;
}
.programi-lista a:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}
.programi-lista a:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
@keyframes color_anim {
  0% {
    fill: #0055A5;
  }

  50% {
    fill: #ccdded;
  }

  100% {
    fill: #0055A5;
  }
}
.programi .dugme-samo .dugme {
	background-color: #0055A5;
	color: #ffffff;
}
@media only screen and (max-width: 800px) {
	.programi-item {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.programi-item h3 {
		font-size: 24px;
	  padding-right: 52px;
	}
	.second svg {
		height: 20px;
	}
}
/*Blog*/
.blog {
	background-color: #0055A5;
	padding: 110px 0;
}
.post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.post-item {
	display: flex;
    flex-direction: column;
    overflow: hidden;
}
.post-image {
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    border-radius: 22px;
	aspect-ratio: 16 / 9;
}
.post-image img {
    width: 100%;
    /*height: 500px;*/
	height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}
.post-item:hover img{
    transform: scale(1.1);
}
.post-meta {
    margin-top: 10px;
}
.post-date {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.post-title {
    font-size: 24px;
    color: #fff;
}
.post-title a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1000px) {
	.post-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 600px) {
	.post-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	/*.post-image img {
		height: 400px;
	}*/
}
/*Blog stranica*/
.main-div {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 10px;
}
.div-background-image {
	height: 400px;
	background-image: url('https://ssm-jie.com/wp-content/uploads/2025/02/7587.webp');
	background-size: cover;
}
.blog-page h1 {
	font-size: 48px;
	text-align: center;
	padding: 110px 0;
	color: #0055A5;
}
.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap: 48px 32px;
}
.blog-posts article {
	display: flex;
    flex-direction: column;
}
.blog-posts article a {
	aspect-ratio: 16 / 9;
}
.blog-posts article img {
	width: 100%;
    /*height: 500px;*/
	height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
	transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}
.blog-posts article:hover img {
    transform: scale(1.1);
}
.blog-page .blog-posts article a {
	text-decoration: none;
	color: #0055A5;
	overflow: hidden;
    border-radius: 22px;
}
.blog-page .blog-posts article span {
	display: block;
  font-size: 14px;
  color: #0055A5;
  padding: 8px 0;
	font-weight: 600;
}
.blog-page .blog-posts article h2 {
	font-size: 24px;
}
@media only screen and (max-width: 1000px) {
	.blog-posts {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 600px) {
	.blog-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	/*.blog-posts article img {
    height: 400px;
	}*/
}
/*Projekti*/
.projekti-page h1 {
	font-size: 48px;
	text-align: center;
	padding: 110px 0;
	color: #0055A5;
}
.projekti-posts {
	max-width: 1440px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}
.projekti-posts .projekti-item:first-child {
	padding: 0 0 50px 0;
}
.projekti-posts .projekti-item {
	  position: relative;
    display: flex;
    padding: 40px 0;
}
.projekti-posts .projekti-item:nth-child(even) {
	flex-direction: row-reverse;
}
.projekti-posts .projekti-item:nth-child(even) .projekti-content {
	padding-left: 80px;
	padding-right: 0;
}
.projekti-item .projekti-content {
    width: 60%;
	padding-right: 80px;
}
.projekti-posts .projekti-item .projekti-broj {
	font-size: 16px;
	color: #0055A5;
}
.projekti-posts .dib-test {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.projekti-posts .dib-test::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #0055A5;
	margin-left: 8px;
}
.projekti-posts .projekti-content h2 {
    font-size: 32px;
    padding: 36px 0 10px;
}
.projekti-posts .projekti-content h2 a {
		 color: #0055A5;
}
.projekti-posts .projekti-trajanje {
	font-size: 14px;
	color: #0055A5;
  font-weight: bold;
}
.projekti-posts .projekti-content .projekt-tekst p {
	font-size: 18px;
	padding-top: 16px;
	color: #0055A5;
	margin-bottom: 32px;
	line-height: 1.5;
}
.projekti-posts .projekti-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.projekti-posts .projekti-content .dugme {
	background-color: #0055A5;
	color: #ffffff;
	
}
.projekti-item .projekti-image {
	width: 40%;
	text-align: right;
}
.projekti-posts .projekti-image img {
	width: 100%;
	height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

@media only screen and (max-width: 800px) {
	.projekti {
		padding: 100px 0;
	}
	.sekcija-naslov-dugme {
		justify-content: center;
		padding-bottom: 50px;
	}
	.sekcija-naslov-dugme h2 {
		font-size: 42px;
	} 
	.sekcija-naslov-dugme .dugme {
		display: none;
	}
	.projekti-posts .projekti-item:nth-child(even),
	.projekti-posts .projekti-item {
		flex-direction: column-reverse;
		padding: 50px 0;
	}
	.projekti-posts .projekti-content h3 {
		font-size: 28px;
	}
	.projekti-content .dugme {
		width: 100%;
	}
	.projekti-posts .projekti-item:nth-child(even) .projekti-content,
	.projekti-item .projekti-content {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.projekti-item .projekti-image {
		width: 100%;
		padding-bottom: 32px;
	}
}
@media only screen and (min-width: 800px) {
	.dugme-samo {
		display: none;
	}
}
/*Programi*/
.programi-posts {
	max-width: 1440px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	gap: 120px
}
.programi-posts h1 {
	font-size: 48px;
	text-align: center;
	padding: 110px 0;
	color: #0055A5;
}
.programi-posts .program {
	display: flex;
	gap: 64px;
}
.programi-posts .program:nth-child(even) {
	flex-direction: row-reverse;
}
.programi-posts .program .program-sadrzaj {
	width: 50%;
	align-content: center;
}
.programi-posts .program .program-sadrzaj h2 {
	font-size: 32px;
	color: #0055A5;
	padding-bottom: 16px;
}
.programi-posts .program .program-sadrzaj p {
	font-size: 18px;
	color: #0055A5;
	line-height: 1.5;
}
.program-slika {
	width: 50%;
}
.program-slika img {
	width: 100%;
	height: 100%;
  border-radius: 22px;
  object-fit: cover;
}
@media only screen and (max-width: 1000px) {
	.programi-posts {
		gap: 60px;
	}
	.programi-posts .program {
		flex-direction: column-reverse;
		gap: 32px;
		border-bottom: 1px solid #0055A5;
	}
	.programi-posts .program .program-sadrzaj,
	.program-slika {
		width: 100%;
	}
	.programi-posts .program .program-sadrzaj {
		padding-bottom: 60px;
	}
	.programi-posts .program:nth-child(even) {
	flex-direction: column-reverse;
}
}
/*Single blog*/
.single-post .post-content {
	max-width: 1440px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}
.single-post .post-content .naslov-slika {
	padding: 100px 0 50px 0;
}
.single-post .post-content .naslov-slika h3 {
	font-size: 36px;
	color: #0055A5;
	padding-bottom: 48px;
}
.single-post .post-content span {
    display: block;
    font-size: 16px;
    color: #0055A5;
    padding: 4px 0;
}
.single-post .post-content .naslov-slika .blog-image {
	width: 100%;
	/*height: 600px;*/
	height: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 22px;
	background-size: cover;
	background-position: center;
}
.single-post .post-content .blog-sadrzaj {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.single-post .post-content .blog-sadrzaj p {
	font-size: 18px;
	color: #0055A5;
	margin-bottom: 8px;
	line-height: 1.5;
}
.galerija h3 {
    font-size: 32px;
    color: #0055A5;
    padding: 100px 0 50px 0;
}
.galerija .swiper-slide img {
	width: 100%;
	height: 350px !important;
	object-fit: cover;
	border-radius: 22px;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
	color: #0055A5;
}

/*Single projekti*/
.podaci-o-projektu {
	border-bottom: 1px solid #0055A5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single-post .post-content .blog-sadrzaj .podaci-o-projektu-naslov {
	font-size: 24px;
	font-weight: 600;
}
.povezane-objave h3 {
	font-size: 32px;
	color: #0055A5;
	padding: 100px 0 50px 0;
}
.povezane-objave .povezana-objava img {
	width: 100%;
	height: auto;
	border-radius: 22px;
}
.povezane-objave .povezana-objava .povezana-objava-link {
	font-size: 20px;
	color: #0055A5;
	font-weight: 600;
	text-decoration: none;
}
.swiper-button-next, 
.swiper-button-prev {
	 color: #ffffff !important;
}
.logo-projekt {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.logo-projekt img {
	height: 100px;
}
@media only screen and (max-width: 800px) {
	.povezane-objave h3 {
		padding: 50px 0 50px 0;
	}
	.povezane-objave .povezana-objava {
		width: 100%;
	}
	/*.single-post .post-content .naslov-slika .blog-image {
		height: 400px;
	}*/
}
@media only screen and (max-width: 500px) {
	.logo-projekt  {
		justify-content: center;
	}
	.logo-projekt img {
		height: auto;
		max-height: 100px;
		width: 100%;
	}
	/*.single-post .post-content .naslov-slika .blog-image {
		height: 300px;
	}*/
}
/*Kontakt*/
.kontakt {
	max-width: 1440px;
	padding: 100px 10px 0 10px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.kontakt h2 {
	font-size: 72px;
    color: #0055A5;
	text-align: center;
	padding-bottom: 100px;
}
.kontakt .kontkat-wraper {
	display: flex;
}
.kontakt .kontakt-info {
	width: 35%;
	padding-top: 22px;
}
.kontakt .kontakt-info h3 {
	font-size: 32px;
	color: #0055A5;
	margin-bottom: 16px;
}
.kontakt .kontakt-info p {
	font-size: 18px;
	color: #0055A5;
	line-height: 1.5;
}
.kontakt .kontakt-forma {
	width: 65%;
	border-radius: 22px;
	padding-left: 100px;
}
.kontakt .kontakt-forma input,
.kontakt .kontakt-forma textarea{
	width: 100%; 
	border: none;
  box-shadow: rgba(0, 85, 165, 0.2) 0px 8px 4px;
	padding: 24px;
	border-radius: 22px;
	outline: none;
	color: #0055A5;
	font-size: 20px;
}

.kontakt .kontakt-forma input::placeholder,
.kontakt .kontakt-forma textarea::placeholder {
	color: #0055A5;
}
.form-group {
    display: flex;
    gap: 16px
}
.form-group p {
	width: 100%;
}
.form-field {
    flex: 1;
}
.form-field label {
    display: block;
}
.wpcf7-submit {
	margin-top: 16px;
	background-color: #0055A5 !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	box-shadow: none !important;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background-color: #99bbdb !important;
}
.wpcf7 form .wpcf7-response-output {
	padding: 16px;
	text-align: center;
}
@media only screen and (max-width: 1100px) {
	.kontkat-wraper {
		flex-direction: column;
	}
	.kontakt .kontakt-info {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 32px;
		text-align: center;
	}
	.kontakt .kontakt-forma {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}
	.form-group {
		flex-direction: column;
		gap: 0;
	}
}
@media only screen and (max-width: 800px) {
	.kontakt h2 {
		font-size: 42px;
		padding-bottom: 50px;
	}
}
/*Programi stranica*/
.programi-page h1 {
	font-size: 48px;
  text-align: center;
  padding: 110px 0;
  color: #0055A5;
}
/*Programi*/
.programi-posts {
	display: flex;
}
.programi-posts .nazivi {
	width: 300px;
	border-right: 1px solid #0055A5;
}
.programi-posts .nazivi .naziv-fix {
	position: fixed;
}
.programi-posts .nazivi a {
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
	color: #0055A5;
}
.programi-posts .sadrzaj {
	width: calc(100% - 200px);
	padding-left: 20px
}
.programi-posts .sadrzaj .program-sadrzaj {
	padding: 50px 0;
}
.programi-posts .sadrzaj .program-sadrzaj h2 {
	font-size: 32px;
	color: #0055A5;
	padding-bottom: 16px;
}
.programi-posts .sadrzaj .program-sadrzaj p {
	font-size: 18px;
	color: #0055A5;
}
/*Kontakt stranica*/
.kontakt-stranica {
	max-width: 1420px;
	padding: 0 10px;
	margin: 0 auto;
}
.kontakt-stranica .naslov h1 {
	font-size: 48px;
	color: #0055A5;
	text-align: center;
	padding: 110px 0;
}
.kontakt-stranica .kontakt-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px
}
.kontakt-stranica .kontakt-info .info {
	display: flex;
	flex-direction: column;
	width: 32%;
	height: 300px;
	justify-content: center;
	align-items: center;
	border-radius: 22px;
	box-shadow: rgba(0, 85, 165, 0.2) 0px 8px 4px;
}
.info img {
	height: 72px !important;
	fill: #0055A5;
}
.info h4 {
	font-size: 32px;
	color: #0055A5;
	padding: 8px 0;
}
.info a,
.info p {
	font-size: 18px;
	line-height: 1.5;
	color: #0055A5;
	text-align: center;
	transition: color 0.6s ease-in-out;
}
.info a:hover {
	font-weight: 600;
	color: #ccdded;
}
.kontakt-stranica .kontakt-forma {
	width: 100%;
	border-radius: 22px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.kontakt-stranica .kontakt-forma input,
.kontakt-stranica .kontakt-forma textarea{
	width: 100%; 
	border: none;
  box-shadow: rgba(0, 85, 165, 0.2) 0px 8px 4px;
	padding: 24px;
	border-radius: 22px;
	outline: none;
	color: #0055A5;
	font-size: 20px;
}

.kontakt-stranica .kontakt-forma input::placeholder,
.kontakt-stranica .kontakt-forma textarea::placeholder {
	color: #0055A5;
}
.form-group {
    display: flex;
    gap: 16px
}
.form-group p {
	width: 100%;
}
.form-field {
    flex: 1;
}
.form-field label {
    display: block;
}
.wpcf7-submit {
	margin-top: 16px;
	background-color: #0055A5 !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	box-shadow: none !important;
	transition: background-color 0.6s ease-in-out;
}
.wpcf7 form .wpcf7-response-output {
	padding: 16px;
	text-align: center;
}
.wpcf7-not-valid-tip {
	padding-top: 8px;
	margin-bottom: -30px;
}
@media only screen and (max-width: 1100px) {
	.kontakt-stranica .kontakt-info {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 32px;
		text-align: center;
	}
	.kontakt-stranica .kontakt-forma {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}
	.form-group {
		flex-direction: column;
		gap: 0;
	}
}
@media only screen and (max-width: 800px) {
	.kontakt-stranica h2 {
		font-size: 42px;
		padding-bottom: 50px;
	}
	.kontakt-stranica .kontakt-info {
		flex-direction: column;
		align-items: center;
	}
	.kontakt-stranica .kontakt-info .info {
		max-width: 350px;
		width: 100%;
	}
}
/*O nama*/
.o-nama-stranica {
	max-width: 1420px;
	padding: 0 10px;
	margin: 0 auto;
}
.o-nama-stranica .naslov h1 {
	font-size: 48px;
	color: #0055A5;
	text-align: center;
	padding: 110px 0;
} 
.o-nama-stranica .div-2x {
	display: flex;
	gap: 40px;
	padding-bottom: 120px;
}
.o-nama-stranica .div-2x .div-inner-1,
.o-nama-stranica .div-2x .div-inner-2 {
	width: 50%;
	align-content: center;
}
.o-nama-stranica .div-2x p {
	font-size: 18px;
	color: #0055A5;
	margin-bottom: 8px;
	line-height: 1.5;
}
.o-nama-stranica .div-2x .div-inner-2 img {
	width: 100%;
	border-radius: 22px;
}
.o-nama-stranica .div-1x p {
	font-size: 18px;
	color: #0055A5;
	margin-bottom: 8px;
	line-height: 1.5;
}
.o-nama-stranica .div-1x li {
	font-size: 18px;
	color: #0055A5;
	line-height: 1.5;
}
.o-nama-stranica .dokumenti h2 {
	font-size: 32px;
	color: #0055A5;
	padding: 60px 0 30px;
}
.o-nama-stranica .dokumenti a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #0055A5;
	align-items: center;
	color: #0055A5;
		transition: color 0.5s ease-in-out, border-bottom 0.5s ease-in-out;
}
.o-nama-stranica .dokumenti a p {
	font-size: 18px;
	padding: 8px 0;
 transition: color 0.5s ease-in-out;
}
.o-nama-stranica .dokumenti .dokumenti-item p {
	color: #0055A5;
} 
.o-nama-stranica .dokumenti a:hover {
	border-bottom: 1px solid #ccdded;
	color: #ccdded;
}
.o-nama-stranica .dokumenti a:hover p {
	color: #ccdded;
}
.o-nama-stranica .dokumenti .dokumenti-item:hover .dokumenti-meta {
	color: #ccdded;
}
@media only screen and (max-width: 1000px) {
	.o-nama-stranica .div-2x {
		flex-direction: column-reverse;
		padding-bottom: 10px;
	}
.o-nama-stranica .div-2x .div-inner-1,
.o-nama-stranica .div-2x .div-inner-2 {
	width: 100%;
	align-content: center;
}
}
@media only screen and (max-width: 600px) {
	.o-nama-stranica .dokumenti a {
		gap: 16px;
	}
	.o-nama-stranica .dokumenti a p {
		font-size: 18px;
		width: 70%;
	}
	.o-nama-stranica .dokumenti a span {
	font-size: 18px;
		width: 30%;
}
}