/*!
Theme Name: Grad Banja Luka
Author: Ad Kraft
Author URI: https://ad-kraft.com/
Description: Tema urađena za potrebe web stranice Grada Banja Luka
Version: 1.0.1
Text Domain: grad-banja-luka
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}



.container {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	/* pomaže aps. pozic. unutar kontejnera */
}

/* Navigacija */
.top-header {
	background-color: white;
	padding: 5px 0;
}

.top-header .logo img {
	width: 180px;
}

.top-header .nav-left {
	gap: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-header .nav-right {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	align-items: center;
}

.cirilizacija {
	color: black;
}

.cirilizacija .inactive {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

.cirilizacija .active {
	color: black;
	font-size: 14px;
	text-decoration-color: #E31E24;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

.header-en-link {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

.stari-sajt a {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

.asl_w_container {
	min-width: 300px !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
	padding: 4px !important;
	border: 1px solid #4a89bf !important;
}

/*Nav bar desktop*/

.main-nav {
	background-color: #f8f8f8;
	position: relative;

}

.nav-list {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.nav-list>li {
	position: static;
}

.nav-list>li>a {
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 14px;
}

.nav-list>li:hover {
	background-color: #eaeaea;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 20px;
}

.nav-list>li:hover .dropdown-content {
	display: block;
}

.dropdown-content .inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 15px;
	box-sizing: border-box;
}

.dropdown-column {
	flex: 0 0 33%;
}

.dropdown-column h3 {
	margin: 0 0 10px 0;
}

.dropdown-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdown-column ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 0;
}

.dropdown-column ul li a:hover {
	text-decoration: underline;
}

.dropdown-arrow-down {
	height: 7px;
}

img.dropdown-arrow-down {
	transition: transform 0.3s ease;
}

.main-nav-li:hover img.dropdown-arrow-down {
	transform: rotate(180deg);
}

.dropdown-content .list-unstyled li {
	padding: 3px 3px;
}

.dropdown-content .list-unstyled li a {
	text-decoration: none;
	color: black;
	font-size: 15px;
}

.dropdown-content .list-unstyled li:has(a:hover){
	padding: 3px 3px;
	background-color: #eaeaea;
}

.list-unstyled-sublist {
	margin-left: 15px;
}

.navbar-mobile {
	display: none;
}

.video-mobile {
	display: none;
}

@media only screen and (max-width: 1120px) {
	.main-nav {
		display: none;
	}

	.video-mobile {
		display: block;
	}

	.navbar-mobile {
		display: block;
	}

	.top-header {
		display: none;
	}

	.video-desktop {
		display: none;
	}

	.istaknuta-vijest-content a {
		font-size: 15px;
	}


	/*Top header mobile*/

	.top-header-mobile {
		background-color: #004990;
		padding: 7px 15px;
		padding-right: 15px;
		text-align: center;
	}

	.top-header-mobile {
		color:white;
	}
	.top-header-mobile a {
		color:white;
		font-size: 15px;
		text-decoration: none;
	}

	/*Navbar mobile*/

	/* LOKI HEADER */

	.loki-header {
		position: relative;
		font-size: 16px;
		background: rgba(255, 255, 255, 1);
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
		box-sizing: border-box;
	}

	.loki-header *,
	.loki-header *:before,
	.loki-header *:after {
		box-sizing: border-box;
	}

	/* LOKI CONTAINER */

	.loki-container {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
	}

	/* LOKI HEADER SHADOW */

	.loki-header-shadow {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 30px;
		overflow: hidden;
		z-index: 1;
	}

	.loki-header-shadow:before {
		display: block;
		position: relative;
		content: "";
		width: 100%;
		height: 60px;
		top: -60px;
		border-radius: 50%;
		box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.08);
	}

	/* LOKI LOGO */

	.loki-logo {
		padding: 0 0 0 15px;
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 70px;
	}

	.loki-logo a {
		-webkit-text-decoration: none;
		text-decoration: none;
		text-transform: uppercase;
		color: #56585A;
	}

	.loki-logo a img {
		display: inline-block;
		vertical-align: middle;
		width: 150px;
	}

	/* LOKI TOGGLE */

	.loki-toggle {
		position: absolute;
		width: 0;
		height: 0;
		margin: 0;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}

	.loki-toggle+label {
		position: absolute;
		top: 26.25px;
		right: 15px;
		width: 20px;
		height: 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		cursor: pointer;
		-webkit-transition: -webkit-transform 200ms ease-out;
		-webkit-transition: transform 200ms ease-out;
		transition: transform 200ms ease-out;
	}

	.loki-toggle+label>span {
		display: block;
		background-color: #56585A;
		border-radius: 2px;
		width: 100%;
		height: 2px;
		-webkit-transition: all 200ms;
		transition: all 200ms;
	}

	.loki-toggle+label>span:last-child {
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
	}

	.loki-toggle:checked+label {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.loki-toggle:checked+label>span:first-child {
		width: 50%;
		-webkit-transform: rotate(-90deg) translateX(3px);
		-ms-transform: rotate(-90deg) translateX(3px);
		transform: rotate(-90deg) translateX(3px);
		-webkit-transform-origin: right;
		-ms-transform-origin: right;
		transform-origin: right;
	}

	.loki-toggle:checked+label>span:last-child {
		width: 50%;
		-webkit-transform: rotate(-90deg) translateX(-3px) translateY(10px);
		-ms-transform: rotate(-90deg) translateX(-3px) translateY(10px);
		transform: rotate(-90deg) translateX(-3px) translateY(10px);
	}

	.loki-toggle:checked~.loki-menu {
		padding-bottom: 20px;
	}

	.loki-toggle:checked~.loki-menu>ul {
		display: block;
	}

	.loki-toggle:checked~.loki-menu>ul>li>input:checked~a {
		color: #16488b;
	}

	.loki-toggle:checked~.loki-menu input:checked~ul {
		display: block;
		background-color: rgba(0, 0, 0, 0.05);
	}

	/* LOKI MENU */

	.loki-menu {
		line-height: 1.5;
	}

	.loki-menu ul {
		margin: 0;
		padding: 0;
		display: none;
		list-style: none;
	}

	.loki-menu li {
		position: relative;
		list-style: none;
	}

	.loki-menu li>a {
		display: block;
		color: #56585A;
		padding: 15px 30px;
		-webkit-text-decoration: none;
		text-decoration: none;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.loki-menu input[type=checkbox] {
		position: absolute;
		width: 0;
		height: 0;
		margin: 0;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}

	.loki-menu input[type=checkbox]:checked~a>label {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.loki-menu input[type=checkbox]:checked~a>label:before {
		opacity: 0;
	}

	.loki-menu label {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 25px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 32px;
		width: 32px;
		line-height: 1.5;
		text-align: center;
		z-index: 1;
		-webkit-transition: -webkit-transform .4s;
		-webkit-transition: transform .4s;
		transition: transform .4s;
	}

	.loki-menu label:before,
	.loki-menu label:after {
		position: absolute;
		content: "";
		width: 45%;
		height: 1px;
		background-color: #56585A;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: -webkit-transform .4s, opacity .4s;
		-webkit-transition: transform .4s, opacity .4s;
		transition: transform .4s, opacity .4s;
		opacity: 1;
	}

	.loki-menu label:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.loki-menu>ul>li>a {
		font-size: 15px;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
	}

	.loki-menu>ul>li:hover>a,
	.loki-menu>ul>li.loki-menu-current>a {
		color: #16488b;
	}

	.loki-menu ul ul li>a {
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 12px 30px;
	}

	.loki-3-line-a {
		display: block;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 12px 30px;
		text-decoration: none;
		color:#56585A;
	}

}


/*Hero img section*/


/*Stranice*/

.page-breadcrumbs {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.page-breadcrumbs h1 {
	color: white;
	font-size: 48px;
	text-align: center;
}

.page-breadcrumbs .bottom-line {
	border-top: 2px solid #E31E24;
	width: 100px;
	margin: 0px auto;
	display: block;
}

.page-content {
	padding: 25px 0px 40px 0px;
}

.page-content p {
	color: #1b1b1b;
}

.breadcrumb-content {
	font-size: 14px;
	margin-bottom: 25px;
	color: rgb(78, 78, 78);
}

.breadcrumb-content a {
	color: black;
}

@media only screen and (max-width: 768px) {
	.page-breadcrumbs h1 {
		font-size: 30px;
		text-align: center;
	}

	.page-breadcrumbs {
		height: 180px;
	}
}


/*Front page*/

.main-front-page {
	background: #f1f1f1;
}

/*cover video*/
video {
	width: 100%;
	height: auto;
	display: block;
}


/*Vijesti*/

.vijesti {
	margin-top: 30px;
}

.vijesti h2 {
	font-size: 22px;
	font-weight: 600;
}

.servisne-box,
.glavne-vijesti-box {
	border-top: 2px solid #004990 !important;
	margin-bottom: 10px;
}

.istaknuta-vijest {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    background: white;
    box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
    position: relative;
    transition: color 0.3s ease;
}

.istaknuta-vijest::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #004990;
    z-index: 0;
    transition: width 0.4s ease;
}

.istaknuta-vijest:hover::before {
    width: 100%;
}

.istaknuta-vijest-content {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.istaknuta-vijest-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center top;
    position: relative;
    z-index: 1;
}

.istaknuta-vijest-content h3 {
    color: #004990 !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 23.44px;
    transition: color 0.3s ease;
}

.istaknuta-vijest-content a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.istaknuta-vijest:hover .istaknuta-vijest-content a {
    color: white;
}

.istaknuta-vijest:hover .istaknuta-vijest-content h3 {
    color: white !important;
}

.istaknuta-vijest-content a:hover {
    color: white;
    text-decoration: none;
}

.istaknuta-vijest-content a img {
    margin-left: 10px;
    width: 20px;
}

.istaknuta-vijest-content .post-date-custom {
    transition: color 0.3s ease;
}

.istaknuta-vijest:hover .istaknuta-vijest-content .post-date-custom {
    color: #f0f0f0;
}

.ostale-vijesti-istaknuta a img {
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.vijesti-skupstina a img {
	height: 250px;
	object-fit: cover;
	object-position: top;
}

.ostale-vijesti-content h4 {
	font-size: 15px;
}

.ostale-vijesti-content a {
	font-size: 16px;
}

.post-date-custom {
	font-weight: 400;
	color:rgb(139, 139, 139);
}

/*servisne-box*/

.servisne-box-info {
	font-size: 15px;
}

.servisne-box-info ul {
	list-style-type: disc;
}

.servisne-box-info ul li::marker {
	color: #E31E24;
	font-size: 1.2em;
	/* Možeš povećati ili smanjiti veličinu ako želiš */
}

.servisne-box-padding-fixer {
	background-color: white;
	height: 260px;
	box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
	border-radius: 20px;
	padding: 10px 10px 20px 20px;
	margin-top: 20px;
}

.servisne-box-info {
	background-color: white;
	max-height: 240px;
	overflow-y: auto;
	position: relative;
}

.servisne-box-head {
	padding-bottom: 10px;
	border-bottom: 1px solid #E31E24;
	margin-bottom: 15px;
	margin-right: 10px;
	display: flex;
    align-items: center; /* vertikalno centriranje */
    gap: 10px; /* размак између слике и текста */
}

.servisne-box-head img {
	height: 25px;
}

.servisne-box-head span {
	margin-left: 20px;
	font-size: 20px;
	font-weight: 500;
}

.servisne-box h3 {
	font-size: 22px;
	margin-top: 25px;
}

.servisne-box hr {
	margin-top: 5px;
}

/* Scrollbar stilizacija */
.servisne-box-info::-webkit-scrollbar {
	width: 6px;
	/* Tanji scrollbar */
}

.servisne-box-info::-webkit-scrollbar-thumb {
	background-color: #004990;
	/* Boja pokretnog dela scrollbara */
	border-radius: 10px;
}

.servisne-box-info::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	/* Blago siva pozadina */
	border-radius: 10px;
}

/* Firefox podrška */
.servisne-box-info {
	scrollbar-width: thin;
	scrollbar-color: #004990 #f0f0f0;
}

/* Dodavanje praznog prostora na vrhu i dnu sadržaja */
.servisne-box-info::before,
.servisne-box-info::after {
	content: "";
	display: block;
	height: 10px;
	/* Padding efekat */
}

.obustava-saobracaja-blok {
	margin-bottom: 30px;
}

.obustava-saobracaja .elementor-heading-title {
	font-family: Roboto;
	font-weight: 600;
	font-size: 24px;
	line-height: 33.98px;
	letter-spacing: 0%;
	margin-right: 30px;
	background: #FF4D58;
	color: white;
	padding: 6px 20px;
	border-radius: 10px;
}

/*Usluge*/

#usluge {
	background: #F1F1F1;
	padding-top: 40px;
	padding-bottom: 40px;
}

#usluge h2 {
	font-size: 40px;
	font-weight: 700;
}

.ukrasna-linija {
	display: block;
	max-width: 100px;
	margin: 10px auto 25px auto;
}

.ukrasna-linija div {
	border-top: 3px solid #FF4D58;

}

.ukrasna-linija-left {
	display: block;
	max-width: 100px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.ukrasna-linija-left div {
	border-top: 3px solid #FF4D58;

}

.ukrasna-linija-maticna {
	max-width: 100px;
}


.service-card {
	overflow: hidden;
	border-radius: 20px;
	background-color: #004990;
	margin-bottom: 25px;
	box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
}

.service-card-bg {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.service-card h3 {
	color: white !important;
	font-weight: 400 !important;
	font-size: 21px;
	text-align: center;
	margin-top: -35px;
	z-index: 5;
	margin-bottom: 15px;
}

.service-card-ul {
	list-style: none;
	padding: 20px;
	margin: 0;
	padding-top: 0px;
}

.service-card-ul li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.service-card-ul li {
	padding: 7px;
	border-bottom: 1px solid white;
}


/* Hover animacija od leve ka desnoj strani: */
.service-card-ul li {
	position: relative;
	/* Već imaš background-color: #004990; i border-bottom: 1px solid white; 
	   ako želiš da bude default plavo, postavi ovde background-color: #004990; */
	overflow: hidden;
}

/* Pseudo-element koji će "kliziti" preko li pri hoveru */
.service-card-ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/* boja koja će se preliti */
	transition: left 0.6s ease;
	/* brzina i tip tranzicije */
	z-index: 0;
	/* ispod teksta */
}

/* Kada hoverujemo, pseudo-element dolazi s leve strane do 0 */
.service-card-ul li:hover::before {
	left: 0;
}

/* Link i span unutar li */
.service-card-ul li a {
	position: relative;
	z-index: 1;
	/* da bude iznad pseudo-elementa */
	color: #fff;
	/* default boja teksta */
	transition: color 0.6s ease;
	/* tranzicija boje teksta */
}

/* Na hover, tekst prelazi u plavu boju */
.service-card-ul li:hover a {
	color: #004990;
}

/*Dugme animacija*/

.button-block {
	display: block;
	width: 300px;
	margin: 20px auto;
}

.btn-all-services {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	background-color: #FF4D58;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	text-decoration: none;
	transition: color 0.5s ease, box-shadow 0.5s ease;
	border: 1px solid #FF4D58;
	box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
}


/* Pseudo-element koji animira prelaz bele boje s leva na desno */
.btn-all-services::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: left 0.5s ease;
	z-index: 1;
}

/* Na hover, pseudo-element pokriva dugme, a dodaje se box-shadow kao "border" */
.btn-all-services:hover::before {
	left: 0;
}

.btn-all-services:hover {
	color: #FF4D58 !important;
	/* Promena boje teksta */
	box-shadow: inset 0 0 0 2px #FF4D58;
	/* Simulacija border-a */
}

/* Osiguravamo da sadržaj dugmeta (uključujući <span>) ostane iznad pseudo-elementa */
.btn-all-services span {
	position: relative;
	z-index: 2;
}


/*Single post*/

.single-post-custom {
	padding: 50px 15px 15px 15px;
}

.post-date-custom {
	font-size: 14px;
	margin-bottom: 10px;
}

.single-post-custom h1 {
	font-size: 25px;
	color: #004990;
}

.single-post-featured-img img {
	width: 100%;
	border-radius: 15px;
	height: auto;
	margin-bottom: 25px;
}


/*archive page*/

.blog-post-page {
	padding: 50px 15px;
}

.istaknute-vijesti-blog-strana img {
	height: 300px;
}

/* Centrira cijelu paginaciju */
.custom-pagination {
	text-align: center;
	margin: 50px 0 15px 0;
	overflow-x: hidden
}

/* Stilizira navigaciju tako da se sadržaj prikazuje inline */
.custom-pagination .navigation {
	display: inline-block;
}

/* Postavlja layout za linkove s flexboxom */
.custom-pagination .nav-links {
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
	gap: 10px;
	/* razmak između gumba */
}

/* Osnovni stil za sve gumbe i aktivni element */
.custom-pagination .nav-links a,
.custom-pagination .nav-links span {
	padding: 8px 16px;
	background-color: #004990;
	/* plava boja */
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	font-size: 14px;
}

/* Hover efekt za linkove */
.custom-pagination .nav-links a:hover {
	background-color: #0056b3;
}

/* Stil za aktivnu stranicu */
.custom-pagination .nav-links .current {
	background-color: #0056b3;
	font-weight: bold;
}


/*Konkursi*/

.interni-nav-oglasi {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
	margin-bottom: 30px;
}

.interni-nav-oglasi span a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #004990;
	color: #fff;
	padding: 10px 22px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.5s ease, box-shadow 0.5s ease;
	border: 1px solid #004990;
	box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
}

.interni-nav-oglasi span a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: left 0.5s ease;
	z-index: 1;
}

.interni-nav-oglasi span a:hover::before {
	left: 0;
}

.interni-nav-oglasi span a:hover {
	color: #004990 !important;
	box-shadow: inset 0 0 0 2px #004990;
}

/* Ako odlučiš da omotaš tekst unutar <a> elementa sa <span> radi sigurnog prikaza,
   koristi ovaj CSS kako bi sadržaj bio iznad pseudo-elementa */
.interni-nav-oglasi span a span {
	position: relative;
	z-index: 2;
}



.oglasi-card {
	background-color: #004990;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
}

.oglasi-card h4 {
	line-height: 22px;
}

.oglasi-card h4 a {
	font-size: 16px;
	text-decoration: none;
	color: #F1F1F1;
}

.oglasi-kategorija span {
	color: #004990;
	background: white;
	margin-bottom: 15px;
	display: inline-block;
	padding: 5px 14px;
	border-radius: 10px;
	font-weight: 700;
}

.oglasi-date span {
	color: white
}

.oglasi-card hr {
	color: #eaeaea;
}

.pozivi-oglasi-area h3 a {
	text-decoration: none;
	color: black;
	font-size: 30px;
}

.ukrasna-linija-oglasi {
	display: block;
	max-width: 100px;
	margin: 5px 0 25px 0;
}

.ukrasna-linija-oglasi div {
	border-top: 3px solid #FF4D58;
}


/*footer*/

footer {
	background-size: cover;
	background-position: center center;
}

.footer-info {
	padding: 50px 0px;
	max-width: 850px;
	margin: 0px auto;
}

.footer-info h5 {
	color: white;
	margin-bottom: 15px;
	font-weight: 400;
}

.footer-info span {
	color: white;
	font-weight: 300;
}

.copyrights {
	padding: 15px 0px;
	text-align: center;
	color: white;
	font-size: 14px;
	border-top: 1px solid #F1F1F14D;
}

.footer-info-area {
	margin-bottom: 5px;
}

.footer-icons {
	margin-right: 15px;
	display: inline-block;
}

.footer-info h6 {
	color: white;
	margin-top: 15px;
	font-weight: 300;
	font-size: 18px;
}

.footer-button {
	color: black;
	background: white;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 10px;
}

.footer-button img {
	width: 20px;
	margin-right: 10px;
}

.footer-box {
	margin-top: -15px;
	background-color: #003E7B;
	padding: 15px;
	border-radius: 10px;
}

.hide-on-desktop {
	display: none !important;
}

.footer-link-style {
	color:white;
	text-decoration: none;
}
.footer-link-style:hover {
	color:whitesmoke;
}


/*share post*/
.share_posts {
	margin: 20px 0;
    padding: 20px 15px;
    background: #f5f5f5;
    border-radius: 10px;
    }
    .share_posts_title {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
    }
    .share_posts_inner {
        display: flex;
        gap: 10px;
    }
    .share_posts_inner a {
        text-decoration: none;
        padding: 8px 15px;
        background: #004990;
        color: #fff;
        border-radius: 3px;
        transition: background 0.3s;
    }
    .share_posts_inner a:hover {
        background: #0056b3;
    }



/*Stranica maticna sluzba*/

.maticna-sluzba {
	background-color: white;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.4);
	margin-bottom: 30px;
}

.maticna-sluzba h4 {
	font-size: 22px;
	text-transform: uppercase;
}

@media (max-width: 768px) { 
	footer {
		background-size: cover;
		background-position: center right;
	}
	.footer-box {
		margin-top: 15px;
	}
	.footer-box .gap-2{
		padding-bottom: 15px;
	}

	.istaknuta-vijest-img img {
		height: 250px;
	}

	#usluge h2 {
		font-size: 30px;
		font-weight: 700;
	}

	.hide-on-mobile {
		display: none !important;
	}

	.hide-on-desktop {
		display: block !important;
	}

	.interni-nav-oglasi {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 30px;
	}

}



/*fixes*/

.btn-odjeljenja {
	padding: 7px 30px !important;
	background-color: #003E7B !important;
	border: 1px solid #003E7B !important;
	font-size: 14px !important;
}


.btn-odjeljenja:hover {
	color: #003E7B !important;
	box-shadow: inset 0 0 0 2px #003E7B !important;
}

.video-desktop {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-desktop video {
    width: 100%;
}

.video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem; /* prilagodi po želji */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    z-index: 2;
    text-align: center;
}

.obustava-saobracaja{
	padding-top: 35px;
}


.ostale-vijesti-single h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.ukrasna-linija-single {
	margin: 0px!important;
}

.servisne-informacije-single {
	margin-top: 85px;
}

@media (max-width: 768px) { 
	.servisne-informacije-single {
		margin-top: 10px;
	}

}


/*koncentracija polena stranica*/

/* Mobile: Table-like layout with horizontal scroll */
@media (max-width: 767px) {
    #koncentracija-polena {
        overflow-x: auto !important; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch !important; /* Smooth scrolling on iOS */
        padding: 0 5px !important; /* Prevent edge clipping */
        scrollbar-width: thin !important; /* Firefox scrollbar */
    }

    /* Style scrollbar for WebKit browsers */
    #koncentracija-polena::-webkit-scrollbar {
        height: 8px !important;
    }

    #koncentracija-polena::-webkit-scrollbar-track {
        background: #f1f1f1 !important;
    }

    #koncentracija-polena::-webkit-scrollbar-thumb {
        background: #888 !important;
        border-radius: 4px !important;
    }

    /* Transform grid into table */
    #koncentracija-polena .e-grid.e-con.e-child {
        display: table !important;
        table-layout: fixed !important; /* Equal column widths */
        width: auto !important;
        min-width: 100% !important;
        border-collapse: collapse !important;
    }

    /* Child containers as table cells */
    #koncentracija-polena .e-grid.e-con.e-child > .e-con.e-child {
        display: table-cell !important;
        width: 85px !important; /* Fixed column width */
        min-width: 85px !important;
        vertical-align: middle !important;
        padding: 5px !important;
        box-sizing: border-box !important;
    }

    /* Adjust content for mobile */
    #koncentracija-polena .elementor-heading-title {
        font-size: 11px !important; /* Smaller text */
    }

    #koncentracija-polena .elementor-widget-image img {
        width: 36px !important; /* Smaller images */
        height: 36px !important;
    }
	#ea11y-widget-container {
    left: 0%!important;
	width: 90%!important;
}
}

/* Ensure divider stays within bounds */
#koncentracija-polena .elementor-divider {
    width: 100% !important;
    max-width: 100% !important;
}


