@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
	font-family: "Source Sans 3", sans-serif;
	position: relative;
}

html, body {
	overflow-x: hidden;
}

body:before {
	content: "";
	position: absolute;
	border-radius: 1121px;
	background: rgba(224, 166, 64, 0.20);
	filter: blur(120px);
	position: absolute;
	left: -537px;
	bottom: 328.052px;
	width: 1121px;
	height: 1121px;
	z-index: -1;
}

.home:after {
	content: "";
	background-image: url("https://vasadostava.condev.rs/wp-content/uploads/2026/01/dash_bg.png");
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Sprečava skrolovanje pozadine */
body.mobile-menu-active {
	overflow: hidden;
	height: 100vh;
	/*position: fixed;*/
	width: 100%;
}

.page p {
	color: #868585;
}

button:focus {
	outline: none;
}

:root {
	--Text-lighter: #6D758F;
	----Gray-900: 101828;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

h1 {
	color: #243A4A;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 125% */
	letter-spacing: -0.96px;
}

h2 {
	color: #243A4A;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 125% */
}

h3 {
	color: #141D38;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
}

h4 {
	color: #141D38;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}

h5 {
	color: #141D38;
	font-size: 18px;
}

.simple-section {
	margin: 100px 15px;
}

.page404 {
	margin: 100px 0;
}

/* HEADER */
.header_row {
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}

.header_container {
	padding: 24px 0;
}

.nav li a {
	color: #243A4A;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

.nav li a:hover {
	text-decoration: none;
	color: #141D38
}

.nav {
	display: flex;
	flex-direction: row;
	gap: 64px
}

/* hero section */
.hero-section {
	padding: 80px 0;
}

.hero-img {
	max-width: 100%;
}

.hero-content p {
	color: var(--Primary-2, #243A4A);
	text-align: center;
	font-family: "Source Sans 3";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.kartica {
	border-radius: 6px;
	background: var(--White, #FFF);
	box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
	padding: 24px
}

.kartica img {
	width: 100%;
	margin-bottom: 32px;
}

.kartica p {
	color: #868585 !important;
}

.kartica span {
	color: var(--Primary-1, #E0A640);
	font-family: "Source Sans 3";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}

.kartica h3 {
	margin: 12px 0;
}

p {
	color: var(--Gray, #868585);
	font-family: "Source Sans 3";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.buttons-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex-direction: row;
	padding: 64px 0 120px 0;
}

.button-app {
	display: flex;
	width: 210px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #243A4A;
	font-weight: 700;
	border-radius: 6px;
	border: 1px solid #BC8931;
	background: var(--Primary-1, #E0A640);
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.button-app:hover {
	text-decoration: none;
	color: initial;
}

.button-app:nth-child(2) {
	border: 1px solid var(--Stroke, #EAEAEA);
	background: #FFF;
	/* Shadow/xs */
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.middle_section {
	padding: 80px 0;
}

/* Contact section */
.contact-section, .how_works_section {
	padding: 80px 15px;
}

.how_works_section h2 {
	margin-bottom: 40px;
}

.contact_row {
	display: flex;
	gap: 40px;
	flex-direction: column;
	align-items: start;
}

.box-wrapper {
	width: 100%;
	display: flex;
	gap: 48px;
	justify-content: space-between;
}

.box {
	border-radius: 6px;
	background: var(--White, #FFF);
	box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
	padding: 24px;
	display: flex;
	gap: 16px;
	align-items: center;
	width: 30%;
	min-height: 98px;
}

.box:nth-child(3) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.box span {
	color: #E0A640;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}

.box a {
	color: #333;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 142.857% */
}

.icon {
	border-radius: 4px;
	height: 48px;
	border: 1.538px solid #E1E4ED;
	background: #FFF;
	padding: 12px;
}

.box .info {
	display: flex;
	flex-direction: column;
}

.contact-section-content p {
	color: var(--Text-lighter);
}

.contact-section-content p a {
	color: var(--Dark-color, #141D38);
	font-weight: 700;
	text-decoration: none;
}

.image_full_width {
	height: 390px;
	background-size: cover;
	background-repeat: no-repeat;
}

/* benefit */
.benefit-section {
	background: linear-gradient(180deg, #FFF 0%, #EBEBEB 193.04%);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
}

.benefit-section h2 {
	margin-bottom: 56px;
}

.benefit-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.text-block {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.offset-lg-6 {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding: 50px 0;
}

.benefit_section .no-gutters {
	justify-content: end;
}

.benefit_section {
	background-color: #F7F7F7;
}

.benefit-content p {
	color: #868585;
}

/* footer */
.footer_wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #868585
}

.footer_wrapper a {
	color: var(--Gray, #868585);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Source Sans 3";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer_item_div_menu {
	min-width: 200px;
}

.footer_item_div_logo {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: start;
}

.footer_section {
	border-top: 1px solid var(--Stroke, #EAEAEA);
	/*background: #FCFCFC;*/
	padding: 32px 0;
	/*border-radius: 1083px;*/
	/*background: rgba(224, 166, 64, 0.20);*/
	/*filter: blur(120px);*/
	position: relative;
	border-top: 1px solid var(--Stroke, #EAEAEA);
	background: #FCFCFC;
}

.footer_text p {
	color: var(--Text-lighter, #6D758F);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.social-icon-footer {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 24px;
}

#menu-footer {
	gap: 24px;
	flex-direction: column;
	align-items: start;
}

#menu-footer a {
	color: var(--Text, #353E5C);
	font-weight: 600;
}

.footer_section li {
	list-style-type: none !important;
}

/* Osnovni stilovi za dugmiće */
.menu-toggle, .open-menu {
	display: none; /* Sakrij na desktopu */
	background: none;
	border: none;
	cursor: pointer;
	font-size: 30px;
	z-index: 1001;
	color: #243A4A;
}

.open-menu .line {
	display: block;
	width: 25px;
	height: 3px;
	background: #243A4A;
	margin: 5px 0;
}

/* Stil za dugme zatvori unutar menija */
.close-menu {
	color: #243A4A;
	line-height: 1;
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 32px;
	z-index: 1001;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.mobile-open .close-menu {
	display: inline-block;
}

@media (max-width: 991px) {
	.open-menu {
		display: block; /* Prikaži hamburger */
	}

	.nav-container {
		position: fixed;
		top: 0;
		right: -100%; /* Sakriveno */
		width: 300px;
		height: 100vh;
		background: #fff;
		transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 9999;
		padding-top: 80px;
		box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
	}

	/* Kada je meni aktivan */
	.header_right_wrapper.mobile-open .nav-container {
		right: 0;
	}

	/* Overlay (opciono) */
	.header_right_wrapper.mobile-open::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9998;
	}

	.nav {
		flex-direction: column;
		align-items: center;
	}
}


/* ------------------------------------------- */
/* 1. DEFAULTS / VELIKI DESKTOP (Preko 2000px) */
/* ------------------------------------------- */
@media (min-width: 2000px) {
	.how_works_section {
		position: relative;
	}

	.how_works_section:after {
		content: '';
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 1) 100%);
		top: 15%;
		width: 650px;
		height: 500px;
		z-index: 9;
		position: absolute;
		right: 0;
		display: block;
	}

	.slider-arrow {
		z-index: 9999;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1280px
	}

	.postani_vozac_section .header_row.row {
		height: 450px;
	}

	.split-section-left, .split-section-left .row {
		height: 600px;
	}
}

/* ------------------------------------- */
/* 2. DESKTOP-FIRST (1200px i naniže) */
/* ------------------------------------- */
/* Max-width upiti idu od najveće vrednosti ka najmanjoj */
@media screen and (max-width: 1366px) {
	.slide {
		flex: 0 0 540px;
	}

	.benefit-section {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.slide {
		flex: 0 0 450px;
	}

	.slider-image {
		width: 200px;
	}
}

@media (max-width: 991.98px) {
	.split-section {
		padding-top: 300px;
	}

	.split-section-left {
		padding-top: 400px;
	}

	.split-section::after {
		width: 100%;
		height: 300px;
	}

	.split-section-left::before {
		height: 400px;
		width: 100%;
	}

	.split-section .row {
		text-align: center;
	}

	.footer_wrapper {
		gap: 50px
	}

	.box-wrapper {
		gap: 20px
	}

	.box {
		width: 32%;
	}

	.offset-lg-6, .contact-section {
		padding: 50px 15px;
	}

	.contact-section, .how_works_section {
		padding: 50px 15px;
	}

	h1 {
		margin-top: 50px;
		margin-bottom: 25px;
	}

	.slide {
		flex: 0 0 400px;
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: space-between;
		margin-right: 16px;

	}

	.slider-image {
		margin: 0 auto;
	}

	.right_side {
		padding-bottom: 0;
	}
}

/* ------------------------------------------------------------------------ */
/* 3. UŽI RASPON (Targeting/Preklapanje upita) - Uklapaju se unutar raspona */
/* ------------------------------------------------------------------------ */
@media (min-width: 820px) and (max-width: 992px) {
	.container {
		max-width: 800px;
	}
}

@media screen and (max-width: 820px) {
	.box-wrapper {
		flex-direction: column;
	}

	.box {
		width: 50%;
	}

	.slide {
		flex: 0 0 380px;

	}
}

@media screen and (max-width: 768px) {
	.home:after{
		background-position: right;
		height: 600px;
		width: 600px;
		background-size: cover;
	}
	.hero-section{
		padding: 40px 0 0 0;
	}
	.kartica {
		margin-bottom: 40px;
	}

	.footer_wrapper {
		flex-direction: column;
	}

	.footer_buttons .buttons-wrapper {
		align-items: start;
	}

	h1 {
		font-size: 40px;
		margin-top: 50px;
		margin-bottom: 25px;
		line-height: 50px;
	}

	h2 {
		font-size: 28px;
	}

	.hero-content p {
		margin-bottom: 0;
		font-size: 16px
	}

	.buttons-wrapper {
		gap: 8px
	}

	.button-app {
		font-size: 13px;
		padding: 16px;
		height: 52px;
	}

	.nav {
		gap: 25px
	}

	.nav li a {
		font-size: 13px;
	}

	.header_container {
		padding: 12px 0;
	}

	.contact_row {
		gap: 25px
	}

	.footer_wrapper {
		gap: 25px
	}

	.simple-section {
		margin: 50px 15px;
	}

	#menu-footer {
		gap: 12px
	}

	.buttons-wrapper {
		flex-direction: column;
		gap: 24px;
		padding: 40px 0;
	}
	.footer_section{
		padding: 30px 0 60px 0;
	}

}

@media (min-width: 630px) and (max-width: 768px) {
	.container {
		max-width: 620px;
	}
}

@media screen and (max-width: 568px) {
	.text-block {
		width: 100%;
	}

	.box {
		width: 100%;
	}

	.logo {
		width: 80%;
	}

	.slide {
		flex: 0 0 300px;
	}

	.button-app {
		padding: 10px;
	}
}

@media screen and (max-width: 680px) {
	.modal-header {
		padding: 18px 24px 0 24px !important;
	}

	.buttons-cf-wrapper p {
		gap: 5px;
	}

	.cf7-modal-form .wpcf7-submit {
		padding: 8px 16px !important;
	}

	.buttons-cf-wrapper .btn.btn-secondary {
		padding: 7px 24px !important;
	}

	.buttons-cf-wrapper {
		margin-top: 3px !important;
	}

	.modal {
		padding-right: 0 !important;
	}

	.modal .modal-dialog {
		max-width: 335px !important;
		margin: auto;
		top: 0;
		transform: none;
	}

	.cf7-modal-form p {
		margin-bottom: 10px;
	}

	.modal-content label {
		margin-bottom: 0 !important;
	}

	.custom-file {
		height: 134px !important;
	}

	.custom-file p:first-of-type {
		min-height: 132px;
	}
}