/* Footer — svetla pozadina (slika + beli overlay), crni tekst */
#footer-copyright-group #footer {
	position: relative;
	background-color: #f5f5f5 !important;
	background-image: var(--imela-footer-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
}

#footer-copyright-group #footer::before {
	content: "";
	position: absolute;
	inset: 0;
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.62) 0%,
			rgba(255, 255, 255, 0.55) 45%,
			rgba(255, 255, 255, 0.6) 100%
		) !important;
	pointer-events: none;
	z-index: 0;
}

#footer-copyright-group #footer > .container {
	position: relative;
	z-index: 1;
}

#footer-copyright-group #footer h3,
#footer-copyright-group #footer h4,
#footer-copyright-group #footer h5,
#footer-copyright-group #footer .widget-title {
	color: #000 !important;
	text-shadow: none !important;
}

#footer-copyright-group #footer,
#footer-copyright-group #footer p,
#footer-copyright-group #footer li,
#footer-copyright-group #footer span,
#footer-copyright-group #footer address,
#footer-copyright-group #footer .textwidget {
	color: #111 !important;
	text-shadow: none !important;
}

#footer-copyright-group #footer a {
	color: #111 !important;
	text-shadow: none !important;
}

#footer-copyright-group #footer a:hover,
#footer-copyright-group #footer a:focus {
	color: #366b60 !important;
}

#footer-copyright-group #footer .social-icons-footer {
	display: flex !important;
	align-items: center;
	gap: 0;
	flex-wrap: wrap;
	margin-top: 8px;
}

#footer-copyright-group #footer a.imela-social-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px !important;
	height: 28px !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	line-height: 1;
	color: #ffad53 !important;
	text-shadow: none !important;
}

#footer-copyright-group #footer a.imela-social-icon:last-child {
	margin-right: 0 !important;
}

#footer-copyright-group #footer a.imela-social-icon svg {
	display: block;
	width: 22px !important;
	height: 22px !important;
}

#footer-copyright-group #footer a.imela-social-icon svg path {
	fill: currentColor !important;
}

#footer-copyright-group #footer a.imela-social-icon:hover,
#footer-copyright-group #footer a.imela-social-icon:focus {
	color: #366b60 !important;
}

#footer-copyright-group #footer a.imela-social-icon:hover svg path,
#footer-copyright-group #footer a.imela-social-icon:focus svg path {
	fill: #366b60 !important;
}

#footer-copyright-group #footer .widget .newsletter-widget p.description,
#footer-copyright-group #footer .newsletter-section .newsletter-form-description,
#footer-copyright-group #footer .newsletter-widget label {
	color: #222 !important;
}

#footer-copyright-group #footer .newsletter_form_email input.email-field {
	background: #fff !important;
	color: #333 !important;
	border: 1px solid #ccc !important;
}

#footer-copyright-group #footer .btn.submit-field.newsletter-dugme {
	background: #ffad53 !important;
	border-color: #ffad53 !important;
	color: #fff !important;
}

#footer-copyright-group #footer .btn.submit-field.newsletter-dugme:hover {
	background: #366b60 !important;
	color: #fff !important;
	border-color: #366b60 !important;
}

#footer-copyright-group #footer .border {
	border-top-color: rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767.98px) {
	#footer-copyright-group #footer {
		padding-top: 4px;
		padding-bottom: 8px;
	}
}
