@font-face {
	font-family: 'FordAntenna';
	src: url('../fonts/ford-antenna-cond-light.woff2') format('woff2'),
		url('../fonts/ford-antenna-cond-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FordAntenna';
	src: url('../fonts/ford-antenna-cond-regular.woff2') format('woff2'),
		url('../fonts/ford-antenna-cond-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FordAntenna';
	src: url('../fonts/ford-antenna-cond-medium.woff2') format('woff2'),
		url('../fonts/ford-antenna-cond-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FordAntenna';
	src: url('../fonts/ford-antenna-cond-bold.woff2') format('woff2'),
		url('../fonts/ford-antenna-cond-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Full height page layout */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	word-break: break-word !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link,
a:visited,
a:focus {
	text-decoration: none !important;
}

ul {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-family: 'FordAntenna', sans-serif;
	font-weight: 300;
}

/* Scrollbar styling */
::-webkit-scrollbar {
	width: 40px;
	background: #e6e6e6;
	border-radius: 0 !important;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar-thumb {
	background: #00095B;
	border-radius: 0 !important;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar-thumb:hover {
	background: #00095B !important;
	margin: 0;
	padding: 0;
}

/* For Firefox */
html {
	scrollbar-width: thick;
	scrollbar-color: #00095B #ffffff;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
}

.content-wrapper {
	border-left: 1px solid #dbdbdb;
	overflow-x: hidden;
	max-width: 1440px;
	margin: 0 auto;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	border-right: 1px solid #dbdbdb;
}

/* ####################### HTML tekst ############################ */
.html_tekst ul {
	margin: 30px;
}
.html_tekst h1{
	font-size: 3.2rem;
	line-height: 3.5rem;
}
.html_tekst ul>li>p{
	margin:0px;
}
/*
.html_tekst ul>li{
	line-height: 8px;
}*/
/* ####################### YT Video embed ############################ */
.yt-container {
	display: flex;
	justify-content: center;
}

.yt-container iframe {
	aspect-ratio: 16 / 9;
	width: 100% !important;
}

/* ####################### backgrounds ############################ */
.blueBG {
	background-color: #00095B !important;
	color: #ffffff;
}

.whiteBG {
	background-color: #ffffff !important;
	color: #00095B;
}

.lightGreyBG {
	background-color: #f9f9f9 !important;
	color: #00095B;
}

/* ####################### HEADER ##################################*/
header {
	position: relative;
	z-index: 100;
}

.navbar {
	border-left: 1px solid #dbdbdb;
	padding: 0;
	box-shadow: 0 25px 50px -12px #00000040;
	flex-direction: column;
	max-width: 1440px;
	position: fixed !important;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/*transition: top .35s ease-in-out;*/
	z-index: 100;
	margin: 0 auto;
	background-color: #fff;
}

.navbar.hide-up {
	top: -120px !important;
	/*transition: top 0.25s ease-in-out;*/
}

@media (max-width: 991.98px) {
	.navbar {
		top: 0;
		height: 80px;
	}

	.navbar>.container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.navbar-brand {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-right: 0;
		margin-left: -50px;
	}

	.navbar-toggler {
		border: none;
		z-index: 1;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	#openSearchMobile {
		font-size: 1.25rem;
		color: #333;
		z-index: 1;
	}

	/* Position the collapsed menu correctly */
	.navbar-collapse.collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		border-top: 1px solid #dee2e6;
		padding: 1rem;
	}
}

/* Navbar logo styling */
.navbar-logo {
	width: auto;
	object-fit: contain;
	margin: 0 15px;
}

.navbar-brand {
	margin-right: auto;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 100;
	flex-shrink: 0;
}

/*nemoj mi mijenjat ovo ime klase*/
.navbar-logo-ford {
	width:
		/*auto*/
		220px;
	object-fit: contain;
	margin: 0 15px;
}

@media (max-width: 991.98px) {
	.navbar-brand-ford {
		position: absolute;
		right: 1%;
		transform: translateX(1%);
		margin-right: 0;
		/* margin-left: -50px; */
	}

	.navbar-logo-ford-right {
		max-width: 70px;
	}
}

.navbar-logo-custom {
	max-width: 150px;
	object-fit: contain;
	margin: 0 15px;
}

/* Navbar container adjustments */
.navbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-collapse {
	flex: 1;
	display: flex;
	justify-content: center;
}

/* Navbar links styling */
.navbar-nav .nav-link {
	color: rgb(0, 9, 91) !important;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	padding-bottom: 35px;
	padding-top: 35px;
	font-size: 14px;
	cursor: pointer;
}

.navbar-nav .nav-link:hover {
	color: rgba(0, 9, 91, 0.8) !important;
	border-bottom: 2px solid rgb(0, 9, 91);
}

.nav-separator {
	color: #ccc;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	font-weight: 100;
	font-size: 17px;
	padding-top: 32px;
}

/* Dropdown Menu Styling */
.nav-item.dropdown {
	position: relative;
}

.dropdown-menu-vozila {
	max-width: 1440px;
	position: fixed;
	/* box-shadow: 17px 0px 10px 0px rgba(245, 245, 245, 1);
	-webkit-box-shadow: 17px 0px 10px 0px rgba(245, 245, 245, 1);
	-moz-box-shadow: 17px 0px 10px 0px rgba(245, 245, 245, 1); */
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background-color: #f9f9f9;
	padding: 12px;
	display: none;
	z-index: 1010;
	font-size: 0.9rem;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	top: 133px;
}

.dropdown-menu-vozila.show {
	display: block;
	border-top: 1px solid #e7e7e7;
}

.dropdown-menu-vozila h2 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(0, 9, 91);
	text-transform: uppercase;
	padding-bottom: 10px;
}

.dropdown-menu-vozila .list-subMenu {
	list-style: none;
	font-size: 16px;
}

.dropdown-menu-vozila .list-subMenu li {
	margin: 0;
	padding: 10px 0;
}

.dropdown-menu-vozila .list-subMenu a {
	color: rgb(77, 77, 77);
}

.dropdown-menu-custom {
	max-width: 1440px;
	position: fixed;
	/* box-shadow: 17px 0px 10px 0px rgba(245, 245, 245, 1);
	-webkit-box-shadow: 17px 0px 10px 0px rgba(245, 245, 245, 1);
	-moz-box-shadow: 17px 0px 10px 0px rgba(245, 245, 245, 1); */
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #e7e7e7;
	padding: 20px;
	display: none;
	z-index: 101;
	font-size: 0.9rem;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	top: 133px;
	min-height: 420px;
}

.dropdown-menu-custom.show {
	display: block;
	border-top: 1px solid #e7e7e7;
}

.dropdown-menu-custom h2 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(0, 9, 91);
	text-transform: uppercase;
	padding-bottom: 10px;
}

.dropdown-menu-custom .list-subMenu {
	list-style: none;
	font-size: 16px;
}

.dropdown-menu-custom .list-subMenu li {
	margin: 0;
	padding: 10px 0;
}

.dropdown-menu-custom .list-subMenu a {
	color: rgb(77, 77, 77);
}

.dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.dropdown-list li {
	margin: 0;
}

.dropdown-list a {
	color: rgba(0, 9, 91, 0.8) !important;
	text-decoration: none;
	padding: 0.5rem 1rem;
	display: block;
	font-weight: 500;
	transition: all 0.3s ease;
	line-height: 15px;
}

.dropdown-list a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.dropdown-list a.active {
	text-decoration: underline !important;
	color: rgb(0, 9, 91) !important;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}

.dropdown-separator {
	color: #c7c7c7;
	margin: 0 0.5rem;
	font-weight: 300;
}

/* Car Gallery Styling */
.car-gallery {
	position: fixed;
	/* top: 187px; */
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	padding: 200px 2rem 2rem 2rem;
	display: none;
	z-index: 5;
	width: 100%;
	max-width: 1440px;
	align-items: stretch;
	
	flex-direction: column;	
	padding-bottom: 40px;	
}

.car-gallery-slider-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}

.car-gallery-actions {
	margin-top: 20px;
	text-align: left!important;
	width: 100%;
}

.car-gallery.show {
	display: flex;
}

/* Overlay for background when car gallery is active */
.car-gallery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
}

.car-gallery-overlay.show {
	display: block;
}

.car-gallery-overlay.showBlack {
	display: block;
}

/* Simple Dropdown List for submenu */
.simple-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	min-width: 180px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 93px;
	z-index: 100;
}

.simple-dropdown-list h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #00084a;
}

.simple-dropdown-list li {
	border-bottom: 1px solid #e7e7e7;
}

.simple-dropdown-list li:last-child {
	border-bottom: none;
}

.simple-dropdown-list a {
	display: block;
	padding: 12px 20px;
	color: #222;
	text-decoration: none;
	transition: background 0.2s;
}

.simple-dropdown-list a:hover {
	background: #00095B;
	color: #fff;
}

.slider-container {
	flex: 1;
	overflow: hidden;
	margin: 0 1rem;
}

.slider-track {
	display: flex;
	transition: transform 0.3s ease;
	gap: 2rem;
}

.slider-arrow {
	background-color: rgb(0, 9, 91);
	color: white;
	border: none;
	width: 50px;
	height: 50px;
	font-size: 1.5rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin: -10px;

}




.slider-arrow:hover {
	background-color: rgba(0, 9, 91, 0.8);
	transform: scale(1.1);
}

.slider-arrow:disabled {
	background-color: #ccc;
	cursor: not-allowed;
	transform: none;
}

#vozilaMenu {
	display: none;
	/* Hidden by default */
}

#vozilaMenu.show {
	display: block;
}

.car-item {
	text-align: center;
	transition: transform 0.3s ease;
	flex: 0 0 calc(25% - 1.5rem);
	min-width: 150px;
}

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

.car-item img {
	width: 100%;
	max-width: 100%;
	max-height: 200px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.car-item h4 {
	color: #4d4d4d;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
}

/* Slider bullets container */
.slider-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	padding-bottom: 20px;
	z-index: 10;
	position: relative;
}


.slider-bullet {
	width: 25px;
	height: 4px;
	background-color: #ccc;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect for bullets */
.slider-bullet:hover {
	background-color: #999;
	transform: scale(1.2);
}

/* Active bullet styling */
.slider-bullet.active {
	background-color: rgb(0, 9, 91);
}

/* Search overlay styles */
#openSearch {
	font-size: 1.2rem;
	color: #000;
	text-decoration: none;
}

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: none;
	align-items: flex-start;
	justify-content: center;
	z-index: 1050;
	transition: opacity 0.3s ease;
	padding-top: 5rem;
}

.search-overlay.show {
	display: flex;
}

.search-container {
	width: 100%;
	background-color: #f5f5f5;
	padding: 2rem;
	border-radius: 8px;
}

.search-container input {
	width: 100%;
	font-size: 1.5rem;
	padding: 1rem;
	border: none;
	border-radius: 6px;
	background-color: #f5f5f5;
}

/* Close button styling */
#closeSearch {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m.895 1.105 1.015-1.015 6.12 6.12 6.12-6.12 1.015 1.015-6.12 6.12 6.12 6.12-1.015 1.015-6.12-6.12-6.12 6.12-1.015-1.015 6.12-6.12L.895 1.105z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	width: 1em;
	height: 1em;
	opacity: 1;
	filter: none;
}

.bg-topHeader {
	background-color: rgb(249 249 249);
	z-index: 10;
	position: fixed;
}

.bg-topHeader.hide-up {
	top: -120px !important;
	/* Adjust to your header height */
	transition: top 0.35s ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 999;
}

/* Top header links styling */
#top-bar-items .list-inline-item {
	font-size: 0.875rem;
}
#top-bar-items .list-inline-item a {
	/*font-size: 0.875rem;*/
	font-weight: 400;
	color: #333;
	transition: color 0.3s ease;
}

#top-bar-items .list-inline-item a:hover {
	color: #0066cc;
}

#top-bar-items .list-inline-item span {
	font-size: 0.875rem;
	margin: 0 0.5rem;
}

.mobile-menu>li {
	list-style: none;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
	font-size: 18px;
	font-weight: 600;
}

.mobile-menu>li>a {
	color: rgb(5, 10, 80);
	text-decoration: none;
	cursor: pointer;
}

body.mobile-menu-open {
	overflow: hidden;
	position: fixed;
	width: 100vw;
}

#mobileMenuWrapper {
	background: #f5f5f5;
	top: 80px;
	left: 0;
	height: 100%;
	/*calc(100% - 80px);*/
	width: 100%;
	z-index: 100;
	position: fixed;
	/* overflow-y: auto;	
	-webkit-overflow-scrolling: touch;	 */
	transition: none !important;
}
@media (max-width: 767.98px) {
	#mobileMenuWrapper {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: 100vh;
	}
}

.mobile-menu>li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
	padding: 0;
}

.mobile-menu-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(5, 10, 80);
}

.mobile-menu-toggle i {
	transition: transform 0.3s ease-in-out;
}

/* Rotate icon when open */
.mobile-menu>li.open .mobile-menu-toggle i {
	transform: rotate(180deg);
}

/* Accordion Content Styling */
.mobile-dropdown-menu {
	background-color: #ffffff;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
	padding-left: 20px;
}

.mobile-dropdown-menu h2 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 10px 0;
	color: rgb(5, 10, 80);
}

.mobile-menu>li.open .mobile-dropdown-menu {
	max-height: 1000px;

	padding-top: 10px;
	padding-bottom: 20px;
}

.mobile-dropdown-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-dropdown-list li {
	padding: 0.5rem 1rem;
}

.mobile-dropdown-list li a {
	color: #333;
	text-decoration: none;
	font-weight: 400;
	font-size: 1rem;
	display: block;
}

/* Hide the pipe separators on mobile */
.mobile-dropdown-list .dropdown-separator {
	display: none;
}


/* Horizontally scrollable filter bar for mobile */
.mobile-dropdown-menu ul.mobile-cars-list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	gap: 0;
	margin: 0;
	max-width: 100vw;
	white-space: nowrap;
	/* background: #9c9c9c; */
	/* border-bottom: 1px solid #eee; */
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE and Edge */

	background: #f9f9f9;
    margin: -10px 0 15px -20px;
    padding: 10px;
}

.mobile-dropdown-menu ul.mobile-cars-list::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}

.mobile-dropdown-menu ul.mobile-cars-list li {
	flex: 0 0 auto;
	display: block;
	margin: 0 8px 0 0;
}

.mobile-dropdown-menu ul.mobile-cars-list li:last-child {
	margin-right: 0;
}

.mobile-dropdown-menu ul.mobile-cars-list li a {
	display: block;
	padding: 0 16px;
	color: #222;
	text-decoration: none;
	border-radius: 20px;
	font-weight: 300;
	font-size: 16px;
	white-space: nowrap;
	transition: background 0.2s, color 0.2s;
}

a.carlnk span {
	font-size: 20px;
	font-weight: 300;
	color: #4d4d4d;

}

.mobile-dropdown-menu ul.mobile-cars-list li a.active,
.mobile-dropdown-menu ul.mobile-cars-list li a:active,
.mobile-dropdown-menu ul.mobile-cars-list li a:focus {
	color: #00074a;
	text-decoration: underline !important;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.mobile-cars-list span.mobile-separator {
	color: #ccc;
	padding: 0;
	display: flex;
	align-items: center;
	font-weight: 100;
	font-size: 15px;
}

/* MAIN CONTENT*/
.maincontent-wrapper {
	top: 110px;
	position: relative;
	/* padding-bottom: 70px; */
}

@media (max-width: 991.98px) {
	.maincontent-wrapper {
		top: 57px;
	}
}

/*############################# VIDEO BLOK 100% #################################*/
.mainvideo-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	overflow: hidden;
	position: relative;
}

.mainvideo-wrapper .video-holder {
	position: relative;
	width: 100%;
	height: 100%;
}

.mainvideo-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.mainvideo-wrapper .content-over-video-top {
	position: absolute;
	top: 0.1%;
	left: 50%;
	transform: translate(-50%, -0.1%);
	color: white;
	text-align: center;
	padding: 20px;
	z-index: 10;
}

.mainvideo-wrapper .logo-video {
	position: relative;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: auto;
}

.mainvideo-wrapper .content-over-video-bottom {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 5%);
	width: 100%;
	color: white;
	text-align: center;
	padding: 20px;
	z-index: 10;
}

.mainvideo-wrapper .content-over-video-bottom h1 {
	font-size: 4rem;
	margin-bottom: 10px;
	font-weight: 500;
}

/* Video menu overlay */
.video-menu-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1040;
	transition: opacity 0.2s;
}

/* Mobile menu drawer */
.video-navbar {
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 1050;
}

.video-navbar .navbar-toggler {
	color: #ffffff;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.video-menu-drawer {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: -100%;
	width: 520px;
	height: 100vh;
	background: #fff;
	z-index: 1050;
	box-shadow: 2px 0 16px rgba(0, 0, 0, 0.08);
	transition: left 0.3s cubic-bezier(.4, 0, .2, 1);
	padding: 32px 24px 24px 24px;
}

.video-menu-drawer.open {
	left: 0;
}

@media (max-width: 768px) {
	.video-menu-drawer {
		width: 100vw;
		left: -100vw;
		padding: 24px 10px 24px 10px;
	}

	.video-menu-drawer.open {
		left: 0;
	}
}

.video-menu-overlay.open {
	display: block;
	opacity: 1;
}

.video-menu-close {
	position: absolute;
	top: 0;
	right: 24px;
	font-size: 50px;
	font-weight: 300;
	color: #00095B;
	cursor: pointer;
	z-index: 10;
}

.video-menu-list {
	list-style: none;
	padding: 0 20px;
	margin: 25px 0 15px 0;
	width: 100%;
}

.video-menu-list li {
	align-items: center;
	justify-content: space-between;
	font-size: 1.3rem;
	font-weight: 500;

}

.video-menu-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	font-size: 23px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

.video-menu-toggle i {
	font-size: 1rem;
	transition: transform 0.3s ease;
	color: #333333;
}

.video-menu-item.open .video-menu-toggle i {
	transform: rotate(180deg);
}

.video-menu-link {
	cursor: pointer;
}

.video-dd-submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out, padding 0.4s ease-out;
	padding-left: 15px;
}

.video-menu-item.open .video-dd-submenu {
	max-height: 1000px;
	/* Adjust if content is taller */
	padding-bottom: 20px;
}

.video-dd-submenu-group {
	margin-top: 15px;
}

.video-dd-submenu-title {
	font-size: 20px;
	font-weight: 400;
	color: #00095B;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.video-dd-submenu-link {
	display: block;
	padding: 8px 0;
	color: #4F4F4F;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
}

.video-dd-submenu .carlnk {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 25px;
	font-weight: 200;
	color: #333333;

}

/* @media (min-width: 992px) {

	.navbar-toggler,
	.mobile-menu-overlay,
	.video-menu-drawer {
		display: none !important;
	}
} */
/* ############### white menu when video ###################################*/
#singleCarMenu-video {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	color: #00095B;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	/* border-bottom: 1px solid #00084a; */
	/* max-width: 1440px; */
	display: none;
}

#singleCarMenu-video.fixed-menu {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1440px;
	/* Match the main container width */
	animation: slideDownvd 0.1s ease-in-out;
}

@keyframes slideDownvd {
	from {
		top: -100px;
	}

	to {
		top: 0;
	}
}

.singleCarMenu-inner {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
}

/* @media (max-width: 991.98px) {
	#singleCarMenu-video {
		top: 80px;
	}
} */

#singleCarMenu-video .navbar-toggler-video {
	color: #ffffff;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='darkblue' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0 0 0 15px;
	z-index: 99;
}

/* Right Side Dropdown */
.car-menu-dropdown-video {
	position: relative;
	flex-shrink: 0;
	border-right: 1px solid #ffffff;
}

@media (max-width: 768px) {
	.car-menu-dropdown-video {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		min-width: 100vw;
		max-width: 100vw;
		border-radius: 0;
		transition: top 0.25s ease-in-out;

	}

	#singleCarMenu-video .navbar-toggler-video {
		margin-top: 13px;
	}

	/* When navbar is hidden, move the dropdown to the top */
	#singleCarMenu-video.navbar-hidden .car-menu-dropdown-video {
		top: 0;
	}
}

@media (max-width: 767.98px) {
	#singleCarMenu-video.fixed-menu {
		top: 0 !important;
		left: 0;
		transform: none;
		width: 100%;
	}
}

.car-menu-dropdown-video .dropdown-toggle-btn-video {
	background-color: #ffffff;
	/* Bright blue */
	padding: 15px 30px 15px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	min-width: 410px;
}

@media (max-width:425px) {
	.car-menu-dropdown-video .dropdown-toggle-btn-video {
		padding: 15px 20px 15px 45px;
	}
}

.car-menu-dropdown-video .dropdown-toggle-btn-video i {
	transition: transform 0.3s ease;
}

.car-menu-dropdown-video .dropdown-toggle-btn-video b {
	font-weight: 600;
}

/* When the button has the 'open' class, rotate the icon */
.car-menu-dropdown-video .dropdown-toggle-btn-video.open i {
	transform: rotate(180deg);
}

.car-menu-dropdown-video .dropdown-content-video {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	color: #00095B;
	min-width: 100%;
	z-index: 1;
}


.car-menu-dropdown-video .dropdown-content-video.show {
	display: block;
}

.car-menu-dropdown-video .dropdown-content-video ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.car-menu-dropdown-video .dropdown-content-video li a {
	color: #1700f4;
	padding: 5px 20px 10px 20px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

/* Right Side Navigation */
.car-menu-nav-video {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

@media (max-width: 768px) {
	.car-menu-nav-video {
		display: none;
	}

	.car-menu-nav-video .nav-links a {
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;
		padding: 0.5rem 0;
		font-size: 16px;
	}
}

.car-menu-nav-video .nav-links a.active {
	font-weight: 400;
}

.car-menu-nav-video .nav-buttons {
	display: flex;
	gap: 1rem;
}

.car-menu-nav-video .nav-buttons .btn {
	font-weight: 400;
	border-radius: 20px;
	padding: 5px 25px;
}

.car-menu-nav-video .nav-buttons .btn-light {
	color: #00095B;
}

/* ############################# MAIN SLIDER ################################### */
/* Swiper Slider Styling */
#bigslider {
	width: 100%;
	height: 500px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.swiper-caption {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	padding: 20px 30px;
	border-radius: 8px;
	max-width: 550px;
}

.swiper-caption h2 {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 700;
}

.swiper-caption p {
	font-size: 20px;
}

@media (max-width: 767.98px) {
	.swiper-caption {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 20px;
		width: 90%;
	}

	.swiper-caption h2 {
		font-size: 24px;
	}

	.swiper-caption p {
		font-size: 16px;
	}
}

/* SLIDER PREV NEXT */
.swiper-button-next,
.swiper-button-prev {
	background-color: rgb(5, 10, 80, 1);
	color: #ffffff;
	width: 50px;
	height: 50px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgb(5, 10, 80, 0.7);
	width: 50px;
	height: 50px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
}

/* SLIDER PAGINATION */
.swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	background-color: #ececec;
	border-radius: 0;
	opacity: 1;
	transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
	background-color: rgb(5, 10, 80);
}

.swiper-pagination-bullet:hover {
	background-color: rgb(5, 10, 80);
}

@media (max-width: 767.98px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.swiper-pagination {
		display: none;
	}
}

/* ############################# BUTTONS ################################### */
.blueBtn {
	background-color: rgb(23, 0, 244);
	border-color: rgb(23, 0, 244);
	color: #fff;
	font-weight: 600;
	padding: 12px 45px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-radius: 30px;
	max-width: fit-content;
	box-shadow: 1px 12px 13px 4px rgba(30, 30, 30, 0.18);
}

.blueBtn:hover {
	background-color: rgba(5, 10, 80);
	border-color: rgba(5, 10, 80);
	color: #fff;
	box-shadow: -1px 11px 18px rgba(5, 10, 80, 0.55);
}

@media (max-width: 767.98px) {
	.blueBtn {
		display: block;
	}
	.swiper-caption > .blueBtn{
		max-width: 100%;
	}
}

.darkBlueBtn {
	background-color: rgba(5, 10, 80);
	border-color: rgba(5, 10, 80);
	color: #fff;
	font-weight: 600;
	padding: 12px 45px;
	transition: background-color 0.3s ease;
	border-radius: 30px;
	max-width: fit-content;
}

.darkBlueBtn:hover {
	background-color: rgb(23, 0, 244);
	border-color: rgb(23, 0, 244);
	color: #fff;
}

@media (max-width: 767.98px) {
	.darkBlueBtn {
		display: block;
	}
}

.whiteBtn {
	background-color: #ffffff;
	border: 1px solid rgba(5, 10, 80, 0.8);
	color: rgb(0, 9, 91);
	font-weight: 600;
	padding: 12px 45px;
	transition: background-color 0.3s ease;
	border-radius: 30px;
	max-width: fit-content;
	box-shadow: 1px 12px 13px 4px rgba(30, 30, 30, 0.18);
}

.whiteBtn:hover {
	background-color: rgb(23, 0, 244);
	border-color: rgb(23, 0, 244);
	color: #ffffff;
}

@media (max-width: 767.98px) {
	.whiteBtn {
		display: block;
	}
}

/* Banner text DESNO */
#bannerTextRight,
#bannerTextLeft {
	position: relative;
	min-height: 300px;
	display: flex;
	color: #fff;
	overflow: hidden;
	padding-right: 50px;
}

#bannerTextLeft {
	padding-left: 50px;
}

/* New rule for the background image tag */
#bannerTextRight .banner-background-img,
#bannerTextLeft .banner-background-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

#bannerTextRight h3,
#bannerTextLeft h3 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {

	#bannerTextRight h3,
	#bannerTextLeft h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

#bannerTextRight p,
#bannerTextLeft p {
	font-size: 25px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
}

@media (max-width: 767.98px) {

	#bannerTextRight p,
	#bannerTextLeft p {
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 22px;
	}
}

#emptyBannerBlue {
	position: relative;
	min-height: 300px;
	display: flex;
	color: #fff;
	overflow: hidden;
	background: rgb(0, 9, 91);
}

#emptyBannerBlue h3 {
	font-size: 40px;
	font-weight: 500;
}

#pageHeaderBlue {
	position: relative;
	min-height: 180px;
	display: flex;
	color: #fff;
	overflow: hidden;
	background: rgb(0, 9, 91);
}

#pageHeaderBlue .hb_tekst {
	padding: 60px 30px;
}

#pageHeaderBlue .hb_tekst h1 {
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 600;

}

#pageHeaderBlue .hb_tekst h6 {
	font-size: 1.1rem;
	font-weight: 400;
}


/* car slider ####################################################*/
/* Main Car Slider Section */
#carSliderMain {
	padding: 60px 0;
	background-color: #ffffff;
}

#carSliderMain h2 {
	font-size: 35px;
	font-weight: 400;
	color: #00095B;
	text-align: center;
	margin-bottom: 20px;
}

#carSliderMain p {
	font-size: 18px;
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 40px;
}

.car-slider-wrapper {
	position: relative;
}

/* Filter links */
.dropdown-list-carSliderMain {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 20px 0;
	display: inline-flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	border-bottom: 1px solid #e7e7e7;
}

.dropdown-list-carSliderMain li a {
	color: #00095B;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 10px 20px 10px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
	cursor: pointer;
}

.dropdown-list-carSliderMain li a.active {
	border-bottom-color: #00095B;
}

.dropdown-list-carSliderMain .dropdown-separator {
	color: #ccc;
	align-self: center;
}

/* Swiper container for the main car slider */
.car-slider-main-swiper {
	padding: 20px 0;
	position: static;
	overflow: hidden;
}

.car-slider-main-swiper .swiper-slide {
	text-align: center;
	background: #fff;
	border: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
}

.car-slider-main-swiper .swiper-slide img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.car-slider-main-swiper .swiper-slide h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #00095B;
	margin-bottom: 15px;
	flex-grow: 1;
}

/* Custom Navigation Arrows Styling & Positioning */
.car-slider-main-prev,
.car-slider-main-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 50px;
	height: 50px;
	background-color: rgb(5, 10, 80, 1);
	cursor: pointer;
	color: #ffffff;
	/* This styles the arrow icon */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.car-slider-main-prev::after {
	font-family: swiper-icons;
	content: 'prev';
	font-size: 18px;
	font-weight: bold;
}

.car-slider-main-next::after {
	font-family: swiper-icons;
	content: 'next';
	font-size: 18px;
	font-weight: bold;
}

.car-slider-main-prev:hover,
.car-slider-main-next:hover {
	background-color: #00095B;
}

.car-slider-main-prev {
	left: -22px;
	content: "prev";
}

.car-slider-main-next {
	right: -22px;
	content: "next";
}

.car-slider-main-prev.swiper-button-disabled,
.car-slider-main-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

/* ############################################## Single Car Page Menu ###########*/
#singleCarMenu {
	display: flex;
	width: 100%;
	background-color: #00095B;
	color: #ffffff;
	position: fixed;
	top: 133px;
	z-index: 99;
	/* border-bottom: 1px solid #00084a; */
	max-width: 1440px;
}

#singleCarMenu.fixed-menu {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1440px;
	/* Match the main container width */
	animation: slideDown 0.1s ease-in-out;
}

@keyframes slideDown {
	from {
		top: -100px;
	}

	to {
		top: 0;
	}
}

@media (max-width: 991.98px) {
	#singleCarMenu {
		top: 80px;
	}
}

/* Right Side Dropdown */
.car-menu-dropdown {
	position: relative;
	flex-shrink: 0;
	border-right: 1px solid #00084a;
}

@media (max-width: 768px) {
	.car-menu-dropdown {
		position: fixed;
		left: 0;
		top: 80px;
		/* Default position when navbar is visible */
		width: 100vw;
		min-width: 100vw;
		max-width: 100vw;
		border-radius: 0;
		transition: top 0.25s ease-in-out;
		/* Add transition for smooth movement */
	}

	/* When navbar is hidden, move the dropdown to the top */
	#singleCarMenu.navbar-hidden .car-menu-dropdown {
		top: 0;
	}
}

@media (max-width: 767.98px) {
	#singleCarMenu.fixed-menu {
		top: 0 !important;
		left: 0;
		transform: none;
		width: 100%;
	}
}

.car-menu-dropdown .dropdown-toggle-btn {
	background-color: #0000ee;
	/* Bright blue */
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	min-width: 410px;
}

.car-menu-dropdown .dropdown-toggle-btn i {
	transition: transform 0.3s ease;
}

.car-menu-dropdown .dropdown-toggle-btn b {
	font-weight: 600;
}

/* When the button has the 'open' class, rotate the icon */
.car-menu-dropdown .dropdown-toggle-btn.open i {
	transform: rotate(180deg);
}

.car-menu-dropdown .dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	color: #00095B;
	min-width: 100%;
	z-index: 1;
}


.car-menu-dropdown .dropdown-content.show {
	display: block;
}

.car-menu-dropdown .dropdown-content ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.car-menu-dropdown .dropdown-content li a {
	color: #1700f4;
	padding: 5px 20px 10px 20px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

/* .car-menu-dropdown .dropdown-content li a:hover {
	background-color: #f0f0f0;
} */

/* Right Side Navigation */
.car-menu-nav {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

@media (max-width: 768px) {
	.car-menu-nav {
		display: none;
	}

	.car-menu-nav .nav-links a {
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;
		padding: 0.5rem 0;
		font-size: 16px;
	}
}

.car-menu-nav .nav-links a.active {
	font-weight: 400;
}

.car-menu-nav .nav-buttons {
	display: flex;
	gap: 1rem;
}

.car-menu-nav .nav-buttons .btn {
	font-weight: 700;
	border-radius: 20px;
	padding: 10px 20px;
}

.car-menu-nav .nav-buttons .btn-light {
	color: #00095B;
}

/* ####################### Spinning Numbers Section ############################ */
#spiningNumbers {
	background-color: #ffffff;
	padding: 40px 0;
}

.stat-item {
	margin-bottom: 30px;
	/* margin-left: 15px; */
}

.stat-title {
	color: #0000ee;
	font-size: 20px;
	margin-bottom: 15px;
	min-height: 30px;
}

.stat-value {
	color: #00095B;
	display: flex;
	justify-content: left;
	align-items: baseline;
	line-height: 1;
}

.stat-value .number {
	font-size: 65px;
	font-weight: 700;
}


.stat-value .unit {
	font-size: 45px;
	font-weight: 500;
	margin-left: 8px;
}

@media (max-width: 767.98px) {
	.stat-value .number {
		font-size: 60px;
	}
}

@media (min-width: 767.98px) and (max-width: 991px) {
	.stat-value .number {
		font-size: 50px;
	}

	.stat-value .unit {
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.stat-value .number {
		font-size: 60px;
	}

	.stat-value .unit {
		font-size: 30px;
	}
}

/* ####################### section car description txt only ############################ */
#carDescriptionTxtOnly {
	background-color: #ffffff;
	padding: 40px 0;
	color: #00095B;
}

#carDescriptionTxtOnly b,
#carDescriptionTxtOnly strong {
	font-weight: 600;
}

/* ####################### section  car2Boxes ############################ */
#carModelsComparison {
	padding: 80px 0;
	background-color: #ffffff;
}

.model-item {
	padding: 0 15px;
}

.model-title {
	color: #00095B;
	/* Ford dark blue */
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.model-description {
	color: #4F4F4F;
	font-size: 1rem;
	line-height: 1.6;
}

@media (max-width: 767.98px) {
	.model-item {
		margin-bottom: 50px;
	}

	.model-item:last-child {
		margin-bottom: 0;
	}
}

/* ####################### section  only title - opcije kada je samo naslov ############################ */
#onlyTitle {
	/* text-transform: uppercase; */
}

#onlyTitle h2 {
	font-size: 55px;
	font-weight: 500;
	font-family: 'FordAntenna';
}

@media (max-width: 767.98px) {
	#onlyTitle h2 {
		font-size: 30px;
	}
}


/* ####################### slika 100% i tekst ispod ############################ */
#imageWithTextFeatures {
	padding: 0;
	/* No padding on the section itself */
	background-color: #ffffff;
}

#imageWithTextFeatures .image-container {
	max-height: 300px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#imageWithTextFeatures .image-container img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

#imageWithTextFeatures .content-block {
	padding: 60px 15px;
	/* Vertical and horizontal padding */
}

#imageWithTextFeatures .content-block h2 {
	color: #00095B;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	#imageWithTextFeatures .content-block h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

#imageWithTextFeatures .content-block p {
	color: #00095B;
	font-size: 16px;
	line-height: 25px;

}

#imageWithTextFeatures .content-block b,
#imageWithTextFeatures .content-block strong {
	color: #00095B;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}

@media (max-width: 767.98px) {
	#imageWithTextFeatures h2 {
		font-size: 2rem;
	}
}

/* ####################### Car Color Slider Section ############################ */
#carColorSlider {
	padding: 60px 0;
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.color-slider-main {
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
	/* Space for pagination */
}

.color-slider-main .swiper-slide img {
	width: 80%;
	height: auto;
}

/* Custom Navigation Arrows */
.color-slider-prev,
.color-slider-next {
	background-color: rgb(5, 10, 80, 1);
	color: #ffffff;
	width: 50px;
	height: 50px;
}



/* Pagination Dots */
.color-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #cccccc;
	opacity: 1;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.color-slider-pagination .swiper-pagination-bullet-active {
	width: 24px;
	border-radius: 5px;
	background-color: #00095B;
}

/* Color Picker Styles */
.color-picker {
	text-align: left;
	padding-left: 30px;
}

.color-picker h4 {
	color: #00095B;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 35px;
}

.color-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.color-swatch {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #e0e0e0;
	transition: border-color 0.3s ease;
}

.color-swatch.active {
	border-color: #00095B;
}


@media (max-width: 991.98px) {
	.color-picker {
		padding-left: 0;
		margin-top: 40px;
		text-align: center;
	}

	.color-swatches {
		justify-content: center;
	}
}

/* ####################### Image Text Split Section ############################ */

.split-image-container img {
	width: 100%;
	border-radius: 15px;
	display: block;
}

.imgDropShadow {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* .split-text-content {
	padding-left: 40px;
} */

.split-text-content h3 {
	color: #00095B;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 35px;
}

.split-text-content p {
	color: #00095B;
	font-size: 1rem;
	line-height: 1.6;
}

.split-text-content ul {
	color: #00095B;
	padding: 0 0 0 20px;
	margin: 0;
}

@media (max-width: 767.98px) {
	.split-image-container {
		margin-bottom: 40px;
	}

	.split-text-content {
		padding-left: 15px;
		text-align: left;
	}
}

.htmlTekst ul {
	list-style: disc;
	padding-left: 20px;
}

/* ####################### pictxtBox Section ############################ */

.feature-item img {
	width: 100%;
	border-radius: 15px;
	/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
	margin-bottom: 25px;
}

.feature-text h3 {
	color: #00095B;
	font-weight: 500;
	font-size: 35px;
	margin-bottom: 15px;
}

.feature-text p {
	color: #00095B;
	font-size: 16px;
	line-height: 1.6;
}

.feature-text b,
.feature-text strong {
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.feature-item {
		margin-bottom: 40px;
	}
}

/* ####################### Important Info Section ############################ */
#importantInfo {
	background-color: #ffffff;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
}

.info-toggle {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.info-toggle h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	color: #00095B;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.info-toggle h4 i {
	margin-left: 10px;
	transition: transform 0.3s ease;
}

.info-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.info-content-inner {
	padding: 30px 15px;
	margin-top: 15px;
}

.info-content-inner p {
	font-size: 12px;
	color: #4F4F4F;
	line-height: 1.6;
}

/*############################# onlyTable ###################################*/
#onlyTable th,
#onlyTable td {
	color: #4d4d4d;
}

/*############################# miniSlider ###################################*/
#features-swiper .feature-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
}

#features-swiper .feature-media {
	position: relative;
	overflow: hidden;
	/*aspect-ratio: 16/11;*/
	/* keeps image height consistent */
}

#features-swiper .feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 15px;
}

#features-swiper .feature-body {
	padding: clamp(16px, 2.5vw, 28px);
	text-align: left;
}

#features-swiper .feature-title {
	font-weight: 600;
	font-size: 32px;
	color: #00095b;
}

#features-swiper .feature-text {
	color: #00095b;
	line-height: 1.55;
	font-size: clamp(.95rem, .25vw + .9rem, 1.05rem);
	margin: 0;
}

/* Swiper spacing */
#features-swiper .swiper {
	padding-bottom: 64px;
	/* room for the nav circles */
}

/* Custom circular nav buttons (bottom left & right) */
#features-swiper .swiper-nav {
	position: relative;
}

#miniSlider .nav-circle {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #1700F4;
	display: grid;
	place-items: center;
	cursor: pointer;
	background: #ffffff;
	user-select: none;
}

#miniSlider .nav-circle:hover {
	/* transform: translateY(-2px); */
}

#miniSlider .nav-prev {
	left: 10px;
}

#miniSlider .nav-next {
	right: 10px;
}

#miniSlider .nav-circle i {
	font-size: 15px;
	line-height: 1;
	color: #1700F4;
}

/* Swiper pagination dots (optional Ă˘â‚¬â€ś can remove if not desired) */
.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #00084a !important;
}

/* Make slides equal height visually */
.swiper-slide {
	height: auto;
}

/*############################# GALLERY ###################################*/
.gallery-img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	transition: transform 800ms;
	cursor: pointer;
	display: block;
}

.gallery-img:hover {
	transform: scale(1.10);

}

/* ############################## ONLY VIDEO################################### */
#onlyVideo,
.onlyVideoCol {
	width: 100%;
	max-width: 100%;
}

#onlyVideo iframe {
	width: 100%;
	height: 56vw;
	/* 16:9 aspect ratio */
	max-height: 800px;
	display: block;
	border: none;
}

.onlyVideoCol iframe {
	width: 100%;
	/*height: 100%;
	max-height: 800px;*/
	display: block;
	border: none;
}

/* ####################### Brochures Section ############################ */
#brochuresSection h2 {
	color: #00095B;
	font-weight: 700;
}

.brochure-tabs {
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 40px;
}

.brochure-tabs .nav-link {
	border: none;
	color: #00095B;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px;
	/* Align with main border */
}

.brochure-tabs .nav-link.active {
	border-color: #00095B;
	color: #00095B;
	background-color: transparent;
}

.category-title {
	font-size: 24px;
	font-weight: 700;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.brochure-card {
	background-color: #fff;
	border: 1px solid #e9ecef;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	padding: 20px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.brochure-card img {
	margin-bottom: 20px;
}

.brochure-card h4 {
	color: #212529;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 20px;
	flex-grow: 1;
}

@media (max-width: 767.98px) {
	.brochure-card h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
}

.brochure-card a {
	color: #00095B;
	font-weight: 600;
	text-decoration: underline !important;
}

@media (max-width: 767.98px) {
	.brochure-card a {
		font-size: 14px;
		font-weight: 300;
	}
}

.brochure-card a i {
	font-size: 10px;
	margin-left: 5px;
	background: #00095B;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* ####################### Used Cars  ############################ */
#usedCars h2 {
	color: #00095B;
	font-weight: 700;
}

.filters-sidebar .form-label {
	font-weight: 600;
	color: #00095B;
}

.filter-group {
	margin-bottom: 1rem;
}

.filter-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.filter-title i {
	transition: transform 0.3s ease;
	font-size: 0.9rem;
}

.filter-title[aria-expanded="false"] i {
	transform: rotate(-90deg);
}

.filter-group .form-check {
	margin-bottom: 0.75rem;
}

.filter-group .form-check-label {
	color: #4F4F4F;
}

.filter-group .form-check-input {
	border-radius: 4px;
}

.filter-group .form-check-input:checked {
	background-color: #00095B;
	border-color: #00095B;
}

.filter-separator {
	margin: 1.5rem 0;
	border-top: 1px solid #e0e0e0;
}

.btn-filter {
	background-color: #00095B;
	border-color: #00095B;
	font-weight: 600;
	padding: 0.75rem;
}

.btn-filter:hover {
	background-color: #00074a;
	border-color: #00074a;
}

.offcanvas-footer {
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	background-color: #f8f9fa;
}

.btn-filter-search {
	background-color: #00095B;
	border-color: #00095B;
	font-weight: 600;
}

.btn-filter-search:hover {
	background-color: #00074a;
	border-color: #00074a;
}

.used-car-card {
	background-color: #fff;
	border: 1px solid #e9ecef;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}



.card-image-container {
	position: relative;
}

.image-overlay {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #00095B;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
}

.card-content {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.card-content h4 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

.warranty-tag {
	background-color: #ffc107;
	color: #212529;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 20px;
	align-self: flex-start;
}

.spec-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #4F4F4F;
	line-height: 1.8;
	flex-grow: 1;
}

.spec-list strong {
	color: #000;
}

.actionBadge {
	z-index: 2;
}

.price {
	font-size: 24px;
	font-weight: 500;
	color: #00095B;
	margin-top: 20px;
}

/* ####################### Used Cars Details Page ############################ */
.car-title-details {
	font-size: 2.2rem;
	font-weight: 700;
	color: #00095B;
}

.details-tags .tag {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	margin-right: 5px;
	color: #212529;
}

.details-tags .tag-akcija {
	background-color: #dc3545;
	color: #ffffff;
}

.price-block .old-price {
	font-size: 1.5rem;
	color: #dc3545;
	text-decoration: line-through;
	margin-right: 15px;
}

.price-block .current-price {
	font-size: 2rem;
	font-weight: 700;
	color: #00095B;
}

.availability-text {
	font-weight: 500;
}

.main-image-container {
	position: relative;
}

.gallery-button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.gallery-button:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.gallery-button i {
	margin-right: 8px;
}


.basic-info-box {
	background-color: #f8f9fa;
	padding: 30px;
}

.info-box-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #00095B;
	padding-bottom: 15px;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 20px;
}

.spec-item {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #e9ecef;
}

.spec-label {
	color: #4F4F4F;
}

.spec-value {
	font-weight: 600;
	color: #000;
}

.location-box {
	background-color: #00095B;
	color: #fff;
	padding: 30px;
	height: 100%;
}

.location-box h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.location-box p {
	margin-bottom: 20px;
}

.location-box a {
	color: #fff;
	text-decoration: underline;
}

.working-hours-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* ###########Video Gallery Section #########*/
section#bluevideogallery {
	background-color: #00095B;
	padding: 30px 0;
	position: relative;
}

.video-gallery-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.video-gallery-title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.video-gallery-swiper {
	overflow: visible;
}

.video-gallery-swiper .swiper-slide {
	width: 320px;
	margin-right: 30px;
	background-color: #00095b;
}

.video-card {
	display: block;
	text-decoration: none;
	background-color: #00095B;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.video-thumb {
	position: relative;
	border-radius: 8px;

	margin-bottom: 20px;
}

.video-thumb img {
	width: 100%;
	/*height: 200px;*/
	object-fit: cover;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

.video-card:hover .play-icon {
	background-color: #fff;
	color: #00095B;
	transform: translate(-50%, -50%) scale(1.1);
}

.video-info h3 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.video-info p {
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 15px;
	opacity: 0.9;
}

/* Navigation Buttons */
.video-nav-next,
.video-nav-prev {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

.video-nav-next:after,
.video-nav-prev:after {
	font-size: 18px;
	font-weight: 600;
}

.video-nav-next:hover,
.video-nav-prev:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Modal Styling */
#videoModal .modal-content {
	background-color: transparent;
	border: none;
}

#videoModal .modal-header {
	border: none;
	padding: 0;
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 1060;
}

#videoModal .btn-close {
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	opacity: 1;
}

/* Image Link Styling (for non-video items) */
.video-card.image-link .video-thumb {
	position: relative;
}

.video-card.image-link .video-thumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
	pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
	.video-gallery-title {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.video-gallery-swiper .swiper-slide {
		width: 280px;
		margin-right: 20px;
		background-color: #00095b;
	}

	.video-thumb img {
		height: 160px;
	}
}

.video-gallery-pagination {
	position: relative !important;
	bottom: auto !important;
	margin-top: 40px;
	text-align: center;
}

.video-gallery-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	border-radius: 0;
	margin: 0 4px;
	opacity: 1;
}

.video-gallery-pagination .swiper-pagination-bullet-active {
	background-color: #1700F4 !important;
	width: 24px;
}

/* Responsive pagination */
@media (max-width: 768px) {
	.video-gallery-pagination {
		display: block !important;
		margin-top: 30px;
	}

	.video-gallery-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 3px;
	}

	.video-gallery-pagination .swiper-pagination-bullet-active {
		width: 20px;
		height: 3px;
	}
}

/*################################################ text over box #####*/
#txtOverBox {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -50px;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	background-color: #ffffff;
	color: #000957;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 20px 40px 35px 40px;
	text-align: center;
	box-shadow: 0px -5px 40px 35px rgba(0, 0, 0, 0.1);
}

#txtOverBox .tobTxt span {
	display: block;
	font-size: 0.8rem;
}

/*################################## accordion text section #####*/
#accordionText {
	padding: 30px 0 0 0;
	background-color: #00095B;
}

.accordionTextTitle {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#accordionText .accordion-item {
	border-bottom: 1px solid white;
	border-radius: 0;
	overflow: hidden;
}


#accordionText .accordion-button {
	background-color: #00095B;
	color: #fff;
	font-weight: 300;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 20px 25px;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

#accordionText .accordion-button:not(.collapsed) {
	background-color: #00095B;
	color: #fff;
}

#accordionText .accordion-button:focus {
	box-shadow: none;
	border: none;
}

#accordionText .accordion-button::after,
#accordionText .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionText .accordion-body {
	padding: 25px;
	background-color: #fff;
	color: #00095B;
	line-height: 1.6;
	font-weight: 400;
}

#accordionText .accordion-body h5 {
	color: #00095B;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}

#accordionText .accordion-body h5:first-child {
	margin-top: 0;
}

#accordionText .accordion-body ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

#accordionText .accordion-body li {
	margin-bottom: 5px;
	color: #555;
}

/* Responsive */
@media (max-width: 768px) {
	#accordionText {
		padding: 40px 0;
	}

	#accordionText .accordion-button {
		font-size: 1rem;
		padding: 15px 20px;
	}

	#accordionText .accordion-body {
		padding: 20px;
	}
}

/* ####################### Feature Icons Boxes Section ############################ */
#featureIconsBoxes {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.feature-section-title {
	color: #00095B;
	font-weight: 500;
	font-size: 2.5rem;
	margin-bottom: 50px;
}

.feature-box {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	height: 100%;
	border: 1px solid #e9ecef;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
	cursor: pointer;
}

.feature-box i {
	font-size: 2.5rem;
	color: /*#1700F4*/#00095B;
	margin-bottom: 20px;
	transition: color 0.3s ease;
}

.feature-box p {
	font-size: 1rem;
	color: #4d4d4d;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	transition: color 0.3s ease;
}

/* Hover and Active State */
.feature-box:hover {
	background-color: /*#1700F4*/#00095B;
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-box:hover i,
.feature-box.active i {
	color: #ffffff;
}

.feature-box:hover p,
.feature-box.active p {
	color: #ffffff;
}

@media (max-width: 768px) {
	.feature-section-title {
		font-size: 1.8rem;
	}
}

/*################################################ FOOTER #####*/
footer {
	flex-shrink: 0;
}

#topPartFooter {
	background: #00095B;
	padding: 30px;
	margin-top: 110px;
}

footer h5 {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}

footer .list-subMenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .list-subMenu li {
	margin: 0;
	padding: 5px 0;
}

footer .list-subMenu a {
	color: #8185AE;
	font-size: 16px;
	transition: color 0.3s ease;
}

footer ul.social-icons {
	list-style: none;
	padding: 0 0 25px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 35px;
}

footer ul.social-icons li {
	margin: 0;
	padding: 5px 0;
}

footer ul.social-icons a {
	color: #ffffff;
	font-size: 25px;
}

#bottomPartFooter {
	background-color: #ffffff;
	color: #00095B;
	font-size: 14px;
	;
}

#bottomPartFooter a {
	color: #00095B;
	text-decoration: none;
}

img.footerLogo {
	max-width: 70px;
}