@media screen and (min-width: 900px) {
.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
	} 
	
	

}
.bold {
    font-weight: 800;
}

.navbar-nav {
    display: -webkit-box;
}

.top-nav {
    display: flex;
    /* justify-content: flex-end; */
    background: white;
    margin: auto;
    justify-content: space-between;
    /* padding-top: 6px; */
    border-bottom: 1px solid darkgray;

}

header li.menu-item {
    position: relative;
    line-height: 72px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    pointer-events: auto;
    margin: 0;
    max-width: 600px;
}

.menu a {
    display: inline-block;
    text-align: center;
    padding: 0 1.2rem;
    vertical-align: middle;
    line-height: 1.4;
}
header a {
    padding-bottom: 1px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.4;
}

nav.navbar.navbar-inverse {
    padding-bottom: 70px;
}

nav {
  background-color: white;
  height: 65px;
}
.bottom-nav {
  border-top: 1px solid #acacac;
  box-shadow: 0px 5px 5px -3px #00000033;
  background-color: white;
}
.mobile-dropdown {
  display: none;
  padding: 0.4rem 2rem !important;
}
.mobile-dropdown li {
  padding: 0rem 0.8rem !important;
}
.mobile-dropdown a {
  color: #303030a6;
}
.mobile-dropdown a::before {
  display: block;
  content: "";
  border-top: 0.1rem solid #303030a6;
  width: 0.5rem;
  height: rem;
  margin: 0 1rem;
  transform: translate(-2rem, 0.8rem);
}
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: #acacac;
  border-radius: 0;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383f;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#mobile-menu {
  position: absolute;
  width: 320px;
  height: calc(100vh + 50px);
  box-shadow: 0 0 10px -2px #85888c99;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 100px;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#mobile-menu li {
  padding: 10px 0;
  transition-delay: 2s;
  padding: 0.5rem 0.8rem;
  font-size: 0.8rem;
}
#mobile-menu ul li {
  padding: 0.2rem;
}
#mobile-menu .social-container {
  padding-top: 6rem;
}
.social-container li {
  margin: auto;
  display: inline-block;
  text-align: center;
  padding: 1rem;
}
.social-container a {
  color: #afafaf;
  margin: auto;
  font-weight: 500;
  font-size: 0.9rem;
}
.social-container img {
  height: 1.2rem;
}
#menuToggle input:checked ~ ul {
  transform: none;
}

/*dropdown END*/
.nav-icon {
  height: 3rem;
}

ul.nav-active {
  display: block !important;
}
.hamburger-menu {
  display: none;
  box-shadow: 0px 5px 5px -3px #00000033;
}
.mobile-logo {
  width: 9rem;
  padding: 0.5rem 0;
  padding-bottom: 3rem;
  margin-left: -4px;
}
#menu-burger {
  color: #49494a;
  font-size: 1.5rem;
  margin: auto 0;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 6vh;
  right: 10vh;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(124, 124, 124, 0.82);
  cursor: pointer;
}
#topBtn img {
  height: 4rem;
}
#topBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
header {
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #303030;
  text-transform: uppercase;
}

header li.menu-item {
    position: relative;
    line-height: 72px;
    padding-left: 10px;
    padding-right: 10px;
}


.top-nav {
  display: flex;
  /* justify-content: flex-end; */
  background: white;
  margin: auto;
  justify-content: space-between;
  /* padding-top: 6px; */
}
.top-nav-container {
  display: flex;
  /* width: 25%; */
  justify-content: flex-end;
  width: 100%;
  align-items: baseline;
  line-height: 45px;
  background-color:#0e1727;
}
.top-nav-container li.menu-item{
  line-height: 59px;
}

.top-nav-container li.menu-item a {
   color: #c3c3c3;
	font-size: 12px;
}

.menu {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  pointer-events: auto;
  margin: 0;
  max-width: 600px;
}
header li.menu-item {
  position: relative;
  line-height: 72px;
}

li.menu-item:hover .dropdown-content,
.menu-lang:hover .dropdown-content {
  display: block;
  opacity: 1;
}
.menu a {
  display: inline-block;
  text-align: center;
  padding: 0 1.2rem;
  vertical-align: middle;
  line-height: 1.4;
}

.menu-container {
  display: flex;
  align-items: center;
  padding: 0 3rem;
  letter-spacing: 0.5px;
  margin: auto;
  height: 4.5rem;
  justify-content: space-between;
}

#menu-center img {
  height: 3rem;
}
.dropdown-content {
  transition: 0.2s all ease-out;
  background-color: #f2f2f2f5;
  font-weight: 400;
  position: absolute;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  opacity: 0;
  top: 72px;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.dropdown-content li {
  margin-right: 5rem;
  width: 100%;
  line-height: 1;
}
.dropdown-content a {
  color: black;
  font-size: 0.73rem;
  margin: 0.4rem 0rem 0.3rem 1.5rem;
  padding: 0.2rem 0;
  position: relative;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  display: inline-block;
  /* border-bottom: 1px solid transparent; */
}
.dropdown-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 2px;
  background-color: #6e6e6e;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
}
.dropdown-content li a {
  overflow: hidden;
}

.dropdown-content li a::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.dropdown-content li a:hover::after,
.dropdown-content li a:focus::after {
  transform: translate3d(0, 0, 0);
}
.dropdown-content a:hover::after,
.dropdown-content a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}
.search img {
  height: 1.3rem;
  padding-right: 2rem;
  border-right: 1px solid #acacac;
}
.menu-lang {
  position: relative;
  margin-right: 2rem;
}
.menu-lang img {
  height: 1.3rem;
  padding-bottom: 0.2rem;
}
.menu-lang .dropdown-content {
  z-index: 1;
  top: 45px;
  padding: 0;
  display: none;
  right: 33px;
}
.menu-lang .dropdown-content a {
  padding: 0.3rem 1rem;
}
.dropdown-item:hover {
    background-color: unset !important;
}
.dropdown-menu {
    border-radius: unset !important;
}
.eu-logo {
  max-width: 56px;
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 900px) {
  .desktop-header {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .menu {
    display: unset;
  }
  #topBtn {
    right: 5vh;
  }
}

.navbar-nav {
    display: -webkit-box;
}

.top-nav {
    display: flex;
    /* justify-content: flex-end; */
    background: white;
    margin: auto;
    justify-content: space-between;
    /* padding-top: 6px; */
}

header li.menu-item {
    position: relative;
    line-height: 72px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    pointer-events: auto;
    margin: 0;
    max-width: 600px;
}

.menu a {
    display: inline-block;
    text-align: center;
    padding: 0 1.2rem;
    vertical-align: middle;
    line-height: 1.4;
}

nav.navbar.navbar-inverse {
    padding-bottom: 70px;
}

.footer {
    padding-top: 2rem;
    background-color: #0e1727;
    margin-top: 4rem;
    /* display: none; */
  }
.footer-title {
    text-align: center;
}
.footer-title img {
    height: 3.7rem;
    margin-bottom: 1rem;
}
.footer-title h2 {
    font-weight: 500;
    color: #f3f3f3;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.footer-menu-container {
    text-align: center;
    margin: auto;
}
.footer-menu-container li {
    margin: auto;
    display: inline-block;
    text-align: center;
    padding: 1rem;
}
.footer-menu-container a {
    color: #afafaf;
    margin: auto;
    font-weight: 500;
    font-size: 0.9rem;
}
.footer-contact-container {
    text-align: center;
    margin: auto;
}
.footer-contact-container li {
    margin: auto;
    display: inline-block;
    text-align: center;
    padding: 1rem;
}
.footer-contact-container a {
    color: #afafaf;
    margin: auto;
    font-weight: 500;
    font-size: 0.9rem;
}

.footer-contact-container img {
    padding-right: 10px;
    height: 1rem;
}
.footer-social-container {
    text-align: center;
    margin: auto;
    padding-bottom: 1rem;
}
.footer-social-container li {
    margin: auto;
    display: inline-block;
    text-align: center;
    padding: 1rem;
}
.footer-social-container a {
    color: #afafaf;
    margin: auto;
    font-weight: 500;
    font-size: 0.9rem;
}
.footer-social-container img {
    height: 1.2rem;
}
.footer-bottom {
    border-top: 1px solid #535353;
}
.footer-bottom-rights {
    font-weight: 600;
    color: #afafaf;
    font-size: 0.8rem;
    padding: 1rem 0px;
    /* padding-left: 4%; */
    text-align: center;
}
.footer-bottom-payment {
    text-align: right;
    padding-right: 4%;
    padding-top: 0.5rem;
}
.fab {
    color: #7c7d7f;
    font-size: 2rem;
}

@media (max-width: 768px) {
  /* footer */ 
  .footer-menu-container {
    display: none;
  }
}

	.small-tile {
				width: 20%;
				display: inline-block;
				margin: 0 1rem 4rem 1rem;
				font-size: 1.4rem;
				font-weight: 400;
				letter-spacing: 1px;
			}

			.small-tile-image {
				width: 100%;
				height: 200px;
				object-fit: cover;
				background-position: center;
				background-size: cover;
				padding-bottom: 1rem;
				padding: 1rem 0.6rem;
			}

			.small-tile-content {

			}


@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
    overflow-x: hidden;
}


.container {
    max-width: 1336px !important;
}


.dropdown-content a {

    padding: 0px !important;
}


.dropdown-content {
    /* padding-left: 5px !important; */
    /* padding-right: 5px !important; */
    margin-top: -2px !important;
    max-width: 220px;
}

.top-banner {
    height: 35vh;
}

ul.nav.navbar-nav.navbar-right {
    margin-right: 22px;
}

.dropdown-content li {
    margin-right: 6rem;
	padding-right: 15px;
  
}

.asortiman-pic-name {
    
    font-size: 1.3rem !important;
  
}


.asortiman {
    height: auto !important;
}

.activites .thumbnail-links-title {
    text-transform: uppercase;
    padding: 5rem 0px;
    text-align: center;
    font-weight: 400;
}
div#n2-ss-4 .n2-ss-slide {
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
    z-index: 9;
    background-color: rgba(37, 37, 37, 0.43);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

div#n2-ss-4 .nextend-bullet-bar .n2-bullet.n2-active {
    background-color: white;
}


.menu a {
    text-align: left;
}

div#n2-ss-4 .n2-style-c879b1624cf594a8c55fdb45e67f0628-dot.n2-active, div#n2-ss-4 .n2-style-c879b1624cf594a8c55fdb45e67f0628-dot:HOVER, div#n2-ss-4 .n2-style-c879b1624cf594a8c55fdb45e67f0628-dot:FOCUS {
    background: white;
}

#trp-floater-ls.trp-color-dark {
    background: rgb(27,27,27);
    background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(84,84,84,1) 100%);
    display: none;
	}

footer {
    margin-top: -66px !important;
}
#dropdownMenuLink {
    color: #303030;
    text-decoration: none;
    padding: 0 0.5rem;
}
.navbar {
    box-shadow: 0px 7px 7px -7px #4e4e4e54;
    padding-top: 0;
}




div#n2-ss-2 .n2-style-c879b1624cf594a8c55fdb45e67f0628-dot.n2-active, div#n2-ss-2 .n2-style-c879b1624cf594a8c55fdb45e67f0628-dot:HOVER, div#n2-ss-2 .n2-style-c879b1624cf594a8c55fdb45e67f0628-dot:FOCUS {
    background: white;
}

.n2-ss-slider .n2-ss-layers-container {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 20;
    opacity: .001;
    transition: opacity .4s;
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
    z-index: 9;
    background-color: rgba(37, 37, 37, 0.43);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.eu-logo {

    max-height: 40px !important;
}
@media screen and (max-width: 600px) {
.content-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
	} }


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.brendovi-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
	margin-top: 30px;
}

.brend-item {
    background: transparent;
    border-radius: 0px;
     box-shadow: none;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-right: 1px solid #ccc;
}

.brand-item:last-child {
  border-right: none;
}

.brend-image {
	width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.brend-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}


.brend-content {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
	text-transform: none;
}

.brendovi-slider-container {
	position: relative;
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.brendovi-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.brendovi-track {
	display: flex;
	transition: transform 0.5s ease;
}

.brend-item {
	flex: 0 0 calc(33.333% - 20px);
	margin: 0 10px;
	box-sizing: border-box;
}

/* Responzivnost za tablete */
@media screen and (max-width: 992px) {
	.brend-item {
		flex: 0 0 calc(50% - 20px);
	}
}

/* Responzivnost za mobilne uređaje */
@media screen and (max-width: 576px) {
	.brend-item {
		flex: 0 0 calc(100% - 20px);
	}
}

.brendovi-navigation {
	cursor: pointer;
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.brendovi-navigation:hover {
	background-color: #e0e0e0;
}

.prev-arrow {
	margin-right: 15px;
}

.next-arrow {
	margin-left: 15px;
}

.brend-image {
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.brend-content {
	text-align: center;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: black;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
	
}

.read-more:hover {
    background: #f26522;
}

.justify, .justify p {
    text-align: center;
}

.single-reference-page {
    padding-top: 80px; /* Adjust as needed */
}


/* Style for the reference archive page */
.reference-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 50px 0;
}

.reference-item {
    width: 100%;
    max-width: 350px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reference-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.reference-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.reference-item h2 {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #333;
}

.reference-item a {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.reference-item a:hover {
    text-decoration: underline;
}


/* Style for the single reference page */
.single-reference-page {
    padding-top: 100px;
}

.single-reference {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.reference-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-reference h1 {
    text-align: center;
    color: #222;
    margin-bottom: 20px;
}

.reference-content {
 
    color: #444;
    text-align: justify;
}

/* Back button styling */
.text-center .btn-primary {
    background: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.text-center .btn-primary:hover {
    background: #0056b3;
}


/* All Posts Page Styles */
.all-posts-container {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}



.posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 20px;
    padding-top: 150px;
}

.post-item {
    width: 48%;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;  /* Add margin between items for spacing */
}

.post-item:hover {
    transform: translateY(-5px);
}

.post-item h2 {
    font-size: 1.8em;
    color: #0073aa;
}

.post-item a {
    text-decoration: none;
    color: white;
}

.read-more {
    font-weight: bold;
    color: #0073aa;
}

/* Single Post Page Styles */
.single-post-container {
    width: 75%;
    margin: 0 auto;
    padding: 20px;
}

.single-post {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.single-post h1 {
 
    color: #333;
}

.post-meta {
   
    color: #777;
    margin-bottom: 20px;
}

.post-content {

    color: #333;
}

@media (max-width: 768px) {
    .all-posts-container {
        width: 95%;
    }

    .posts-list {
        flex-direction: column;
        padding: 10px;  /* Adjust padding for smaller screens */
    }

    .post-item {
        width: 100%;
    }

    .single-post-container {
        width: 90%;
    }
}
.read-more {
    font-weight: bold;
    color: #fff;
}




/* Each Vijesti Item */
.vijesti-item {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* On hover, scale the item slightly */
.vijesti-item:hover {
    background-color: #f1f1f1;
}

/* Link Styles */
.vijesti-link {
    display: block;
    text-decoration: none;
    color: #333;
}

/* Animation Container for Images */
.animation-container {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

/* Featured Image Styles */
.vijesti-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* Title Styling */
.vijesti-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    transition: color 0.3s ease;
}

/* On hover, change the title color */
.vijesti-title:hover {
    color: #0073e6;
}

/* Responsiveness for Mobile */
@media (max-width: 768px) {
    .vijesti-item {
        margin-bottom: 20px;
        padding: 10px;
    }

    .vijesti-title {
        font-size: 18px;
    }

    .container {
        padding: 15px;
    }
}



/* Container Styles */
.container {
    margin: 0 auto;
    padding: 30px;
}

/* Single Post Container */
.single-vijesti-post {
  
    padding: 30px;
 
    margin-bottom: 30px;
}

/* Title Styling */
.vijesti-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}


/* Grid Layout for Vijesti Items */
.vijesti-grid {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.vijesti-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
    font-size: 16px;
}

/* Featured Image Styling */
.vijesti-featured-image {
    margin-bottom: 30px;
    text-align: center;
}

/* Featured Image */
.vijesti-featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Content Styling */
.vijesti-content {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* Post Meta Styling */
.vijesti-meta {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.vijesti-meta p {
    margin: 5px 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .single-vijesti-post {
        padding: 20px;
    }

    .vijesti-title {
        font-size: 28px;
    }

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

.other-vijesti h2 {
    text-align: center;
}

.justify, .justify p {
    text-align: center !important;
}


.has-text-align-left {
    text-align: center;
}

.category-description a {
    color: black;
}


.custom-link {
  text-decoration: none; /* uklonimo default underline */
  position: relative;
  display: inline-block;
  color: black;
  font-weight: bold;
}

.custom-link .link-text {
  border-bottom: 2px solid black; /* underline */
  padding-right: 30px; /* prostor za strelicu */
  display: inline-block;
  position: relative;
}

.custom-link .link-text::after {
  content: "↘"; /* strelica nadole udesno */
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.5em;
  transform: translateY(20%);
  color: black;
}

.asortiman-cat-pic-name {

    text-align: center;
}


