.site-footer {
	background: #123c77;
	color: #fff;
	padding: 80px 0 30px;
	font-size: 14px;
}

.footer-logo {
	max-width: 220px;
}

.footer-divider {
	width: 2px;
	height: 160px;
	background: rgba(255,255,255,.3);
}

.footer-contact p {
	margin: 0;
	font-size: 15px;
}

.footer-contact a {
	color: #fff;
	text-decoration: none;
}

.footer-social {
	display: flex;
	gap: 15px;
}

.footer-social a {
	color: #fff;
	font-size: 18px;
}

.footer-grb {
	max-width: 70px;
}

.footer-bottom {
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,.8);
}

.footer-bottom a {
	color: #fecb00;
	text-decoration: none;
}

/* 🔥 KLJUČNO – MENU U 2 KOLONE */
.footer-menu-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu-split li {
	margin: 0;
}

.footer-menu-split a {
	color: rgba(255,255,255,.85);
	text-decoration: none;
	font-size: 14px;
}

.footer-menu-split a:hover {
	color: #fecb00;
}

/* MOBILE */
@media (max-width: 991px) {
	.footer-menu-split {
		grid-template-columns: 1fr;
	}
}

.rev-header {
	background: #123c77;
	color: #fff;
}

.rev-topbar {
	background: #0d376d;
	height: 55px;
	font-size: 13px;
}

.rev-topbar .container,
.rev-mobile-top .container {
	height: 100%;
}

.rev-topbar a,
.rev-mobile-top a {
	color: #fff;
	text-decoration: none;
}

.rev-lang {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #fecb00;
	font-weight: 600;
}

.rev-lang a {
	color: #fecb00;
}

.rev-lang a.active {
	color: #fff;
}

.rev-navbar {
	background: #092f5f;
	min-height: 80px;
	padding: 0;
}

.rev-brand img {
	max-width: 260px;
	height: auto;
}

.rev-header-grb {
	max-width: 58px;
	height: auto;
}

.rev-search-btn,
.rev-access-btn,
.rev-toggler {
	border: 0;
	background: transparent;
	color: #fff;
	padding: 0;
	font-size: 24px;
	line-height: 1;
}

.rev-access-btn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	color: #123c77;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rev-search-btn {
	font-size: 30px;
}

.rev-navbar .navbar-nav {
	align-items: center;
	gap: 34px;
}

.rev-navbar .nav-link {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
}

.rev-navbar .nav-link:hover,
.rev-navbar .current-menu-item > .nav-link {
	color: #fecb00;
}

.rev-mobile-top {
	background: #0d376d;
	height: 44px;
}

.rev-search-modal .modal-content {
	background: rgba(9,47,95,.97);
	color: #fff;
	border: 0;
}

.rev-search-close {
	position: absolute;
	top: 30px;
	right: 40px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 42px;
	z-index: 5;
}

.rev-search-form {
	width: min(900px, 90vw);
	display: flex;
	border-bottom: 2px solid rgba(255,255,255,.6);
}

.rev-search-form input {
	flex: 1;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: clamp(28px, 5vw, 62px);
	outline: 0;
	padding: 20px 0;
}

.rev-search-form input::placeholder {
	color: rgba(255,255,255,.55);
}

.rev-search-form button {
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 42px;
	padding-left: 25px;
}

.rev-mobile-search {
	position: relative;
}

.rev-mobile-search .form-control {
	border-radius: 0;
	padding-right: 48px;
}

.rev-mobile-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 46px;
	border: 0;
	background: #123c77;
	color: #fff;
}

@media (max-width: 991.98px) {
	.rev-navbar {
		min-height: 72px;
	}

	.rev-brand img {
		max-width: 210px;
	}

	.rev-offcanvas {
		background: #092f5f;
		color: #fff;
	}

	.rev-offcanvas .btn-close {
		filter: invert(1);
	}

	.rev-offcanvas .navbar-nav {
		align-items: flex-start;
		gap: 0;
	}

	.rev-offcanvas .nav-link {
		color: #fff;
		padding: 13px 0;
		border-bottom: 1px solid rgba(255,255,255,.15);
		width: 100%;
	}

	.rev-offcanvas .menu-item {
		width: 100%;
	}
}