.futer-potpis {
	margin-bottom: 0;
	padding-right: 10px;
	font-size: 0.8em;
}

.mala-slika {
	max-width: 50px;
}
.obavezno {
	color: red;
	font-size: 1.2em;
	font-weight: bolder;
}

.sredina {
	margin-left: auto;
	margin-right: auto;
}

.profilna {
	width: 100%;
}

.zaobli, .profilna {
	border-radius: 5px;
}

.proba, .profilna{
	border-style: solid;
	border-width: 3px;
	border-color: #212529;
}

#dugme-hover:hover {
	color: #ffc107;
}

.peding {
	padding: 20px;
}

.max {
	width: 100%;
	height: auto;
}

.ivica {
	border-width: 3px;
	border-color: black;
}

.vertikal {
	vertical-align: middle;	
}

#insta {
	width: 100px;
}

.card-img-top {
	height: 200px;
	object-fit: cover;
}

.payment-logo {
  max-width: 100%;
  height: auto;
  max-height: 80px; /* ograničenje na većim ekranima */
}

/* Grupisanje i razmak */
.brand-block { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:12px; }
.brand-sep   { width:1px; height:24px; background:rgba(0,0,0,.15); margin:0 8px; }

/* Kartice */
.logo-card {
  height: 60px;
  /*max-height: 155px;*/
  width: auto;
}

/* 3DS i Banka */
.logo-3ds-bank {
  height: 80px;
  /*max-height: 155px;*/
  width: auto;
}


/* Obezbedi da slike ne iskoče iz kontejnera i budu responsivne */
.brand-block img { 
	display:block; max-width:100%; height:auto;
}


.desni-logo {
	width: 200px;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.poz {
    position: relative;
}

.poz img {
	padding-right: auto;
	padding-left: auto;
}

.slova-bela {
	color: white;
}

.acco-boja {
	background-color: #ffc107;
	color: black;
}

.linija {
	display: none;
}

a {
	text-decoration: none;
}

nav ul li a {
	font-size: 1.2em;
	margin-left: 2em;
}

nav ul li a:hover {
	color: #ffc107 !important;
}

footer {
	width: 100%;
	padding: 20px 10px;
	background-color: #212529;
	border-radius: 5px;
	color: white;
}

footer a {
	color: white;
}

footer a:hover {
	color: #ffc107;
}

footer .list-inline {
	font-size: 1.3em;
}


@media only screen and (max-width: 768px) {
	.profilna, .zaobli {
		border-radius: 0;
	}

	.linija {
		display: block;
	}
}

/* LOGO PLAĆANJA – UJEDNAČEN IZGLED */

.payment-logos-wrapper {
  text-align: center;
}

.payment-logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.1rem 1.8rem;
  margin-bottom: 0.4rem;
}

.payment-logos-row:last-child {
  margin-bottom: 0;
}

.payment-logos-row a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-logo {
  max-height: 45px;      /* svi logoi ISTE visine */
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0.95;
  transition: opacity .15s ease-out, transform .15s ease-out;
}

.payment-logos-row a:hover .payment-logo,
.payment-logos-row a:focus-visible .payment-logo {
  opacity: 1;
  transform: translateY(-1px);
}
