.logo-image {
    padding: 20px;
    max-width: none;
}


.sp-megamenu-parent>li.active {
	background: #59bdaa
}

li.active .sp-menu-separator {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase
}

.sp-menu-item.sp-has-child.active .sp-menu-separator {color: #000;}

.topinfo {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  gap: 16px;
}

.topinfo li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #444;
  font-size: 14px;
  line-height: 1.3;
}

.topinfo li span {
  color: #59bdaa;
  font-size: 15px;
  margin-top: 3px;
  width: 18px;
  text-align: center;
}

.topinfo a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.topinfo a:hover {
  color: #c0392b;
}

#mod-custom122 span, #mod-custom122 a {font-size:12px}

.navtop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
  
}
.sp-contact-address div {color: #909196;}

.sp-contact-phone {padding-bottom:5px}


@media (min-width:992px) {
	.navtop {
    width: 100%;
}

}

@media (max-width:991px) {
	
	.navtop {     
	justify-content: flex-start;
   }
}

.header-address {
	    justify-content: flex-end;
}

.com-contact.contact h3 {display:none}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}

.image-grid img {
		width: 100%;
		max-width: 500px;
		height: auto;
		border-radius: 6px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease;
		 object-fit: cover; 
	}

	.image-grid img:hover {
		transform: scale(1.03);
	}

.navtop {    display: flex;
    justify-content: center;}
	
		/* Stil za tamnu pozadinu */
	.osk-tags-module {
		text-align: left;
		margin: 18px 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #f0f0f0;
	}

	.osk-main {
		font-size: 18px;
		margin: 0 0 10px;
	}

	.osk-main a {
		text-decoration: none;
		color: #ffffff;
		font-weight: 700;
	}

	.osk-keywords {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.osk-tag {
		margin: 0;
		font-size: 13px;
	}

	.osk-tag a {
		display: inline-block;
		padding: 6px 12px;
		border-radius: 14px;
		text-decoration: none;
		border: 1px solid #555;
		background: #3a3a3a;
		color: #f2f2f2;
		font-weight: 500;
		transition: all 0.2s ease-in-out;
	}

	.osk-tag a:hover {
		background: #555;
		border-color: #777;
		color: #fff;
		box-shadow: 0 0 6px rgba(255, 255, 255, 0.1);
		transform: translateY(-1px);
	}