.custom-big-text-1 {
		font-size: 110px;
}

@media (max-width: 575px) {
		.custom-big-text-1 {
				font-size: 5rem;
		}
}

.custom-big-text-2 {
		font-size: 100px;
		line-height: 110px;
}

@media (max-width: 575px) {
		.custom-big-text-2 {
				font-size: 3.8rem;
				line-height: 3.8rem;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--light);
		white-space: nowrap;
}

.custom-svg-reverse > svg {
		transform: rotateY(180deg);
}

.custom-svg-style-1 {
		width: 100%;
	fill: #1c7e44 !important; /* Zamijeni sa svojim HEX kodom */
}

@media (max-width: 1920px) {
		.custom-svg-style-1 {
				width: 1920px;
		}
}

@media (max-width: 767px) {
		.custom-svg-style-1 {
				width: 1920px;
				left: 100% !important;
		}
		.custom-svg-style-1.custom-svg-style-1-variation {
				left: 0 !important;
		}
}

/*
* Header
*/
@media (min-width: 992px) {
		#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
				background: #FFF !important;
				height: 1px !important;
		}
		#header .header-nav.header-nav-line nav > ul li:hover > a:before {
				background: #FFF !important;
				height: 1px !important;
		}
		#header .header-nav-main nav > ul > li {
				margin-left: 25px;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 16px;
				font-weight: 500;
		}
}

.custom-read-more svg {
		transition: ease transform 300ms;
}

.custom-read-more:hover svg {
		transform: translate3d(6px, 0, 0);
}

/*
* Tabs
*/
.custom-tabs-style-1.tabs .nav-tabs .nav-link {
		border-bottom-width: 1px !important;
}

.custom-tabs-style-1.tabs .nav-tabs .nav-link h4 {
		color: var(--default);
}

@media (max-width: 991px) {
		.custom-tabs-style-1.tabs .nav-tabs .nav-item {
				width: auto !important;
		}
}

/*
* Carousel
*/
@media (min-width: 768px) {
		.custom-half-carousel-style-1.carousel-half-full-width-wrapper > .owl-carousel {
				width: calc( 100vw - ( ( 100vw - 960px ) / 2 ));
		}
}

@media (min-width: 992px) {
		.custom-half-carousel-style-1.carousel-half-full-width-wrapper > .owl-carousel {
				width: calc( 100vw - ( ( 100vw - 1300px ) / 2 ));
		}
}

@media (min-width: 1200px) {
		.custom-half-carousel-style-1.carousel-half-full-width-wrapper > .owl-carousel {
				width: calc( 100vw - ( ( 100vw - 1600px ) / 2 ));
		}
}

.custom-dots-style-1 .owl-dots .owl-dot {
		transition: ease transform 150ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover {
		transform: scale(1.4);
}

.custom-dots-style-1 .owl-dots .owl-dot span {
		margin: 5px 6px;
}

.custom-dots-style-1 .owl-dots .owl-dot:first-child span {
		margin-left: 2px;
}

.owl-carousel .owl-item .custom-bg-slider-left,
.owl-carousel .owl-item .custom-bg-slider-right {
		position: absolute;
		width: 130%;
		max-width: initial;
		right: 0;
		bottom: 0;
}

@media (min-width: 992px) {
		.owl-carousel .owl-item .custom-bg-slider-left,
		.owl-carousel .owl-item .custom-bg-slider-right {
				width: 105%;
		}
}

@media (min-width: 1200px) {
		.owl-carousel .owl-item .custom-bg-slider-left,
		.owl-carousel .owl-item .custom-bg-slider-right {
				width: 85%;
		}
}

@media (min-width: 1600px) {
		.owl-carousel .owl-item .custom-bg-slider-left,
		.owl-carousel .owl-item .custom-bg-slider-right {
				width: 65%;
		}
}

.owl-carousel .owl-item .custom-bg-slider-left {
		right: auto;
		left: 0;
}

/*
* Thumb Info
*/
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
		border-radius: 0 !important;
}

/*
* Page Header
*/
.custom-page-header.page-header-modern {
		height: 400px;
		position: relative;
		overflow: hidden;
}

.custom-page-header.page-header-modern .custom-big-text-1 {
		font-size: 64px;
		font-size: 4rem;
		line-height: 64px;
		line-height: 4rem;
		text-transform: uppercase;
}

.custom-page-header.page-header-modern .custom-big-text-2 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 48px;
		line-height: 3rem;
		text-transform: uppercase;
}

@media (min-width: 992px) {
		.custom-page-header.page-header-modern .custom-big-text-1 {
				font-size: 6rem;
				line-height: 6rem;
		}
		.custom-page-header.page-header-modern .custom-big-text-2 {
				font-size: 5rem;
				line-height: 4rem;
		}
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header {
		margin: 0;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: #f4f4f4;
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
		background: #f4f4f4;
		border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 17px;
}

/*
* Custom Por
*/
.custom-sort-source.sort-source.sort-source-style-3 {
		border-bottom: 1px solid #EEE;
}

.custom-sort-source.sort-source.sort-source-style-3 > li {
		position: relative;
		top: 1px;
}

.custom-sort-source.sort-source.sort-source-style-3 > li > a {
		border-bottom: 1px solid #EEE;
		border-radius: 0;
		padding: 20px 12px;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.85rem + 2px);
		padding: 15.6px 20px;
	background: var(--grey-100);
		border-color: var(--grey-100);
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

/* Skin */
/*
* Tabs
*/
.custom-tabs-style-1.tabs .nav-tabs .nav-link.active h4 {
		color: #1c7e44;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
		background-color: #1c7e44;
		color: var(--primary-inverse) !important;
}

.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
		color: #1c7e44 !important;
}

.header-stats {
	display: flex;
	justify-content: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	flex-wrap: wrap;
	align-items: center;
}

.header-stats li {
	display: flex;
	align-items: center;
	font-weight: 600;
	opacity: 0.8;
}

.header-stats i {
	margin-right: 5px;
	font-size: 14px;
	color: whitesmoke; /* Zlatna boja za ikone */
}

.header-stats span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.header-body {
	background-color: #1c7e44 !important; /* Zamijeni ovo HEX kodom tvoje zelene boje */
}

.header-container {
	height: auto !important;
	max-height: 80px; /* Postavi prema potrebi */
}

.header-body.sticky-header-active {
	background-color: #1c7e44 !important; /* Održava istu boju kada postane "sticky" */
}



.header-stats li.ms-auto {
	margin-left: auto; /* Pomjera prvi desni li skroz desno */
}

.header-stats li:last-child {
	margin-right: 0; /* Uklanja suvišan razmak kod zadnjeg elementa */
}

.header-stats li a {
	text-decoration: none;  /* Uklanja podvlačenje */
	color: inherit;  /* Koristi boju teksta iz dizajna */
	font-weight: bold;
}

.header-stats li a:hover {
	color: black; /* Plava boja pri hoveru */
}

@media (max-width: 994px) {
	.custom-big-text-1 {
		font-size: 70px; /* Manja veličina za mobilne uređaje */
	}

	.custom-big-text-2 {
		font-size: 60px; /* Smanji i ovaj ako treba */
		line-height: 80px;
	}

	.custom-text {
		font-size: 20px; /* Tekst "Pojednostavite svoj posao!" manji na mobilnom */
	}

	.header-stats {
		display: flex;
		flex-wrap: wrap;
		gap: 2px;
		justify-content: space-between; /* Ravnomjerno raspoređuje elemente */
	}

	.header-stats li {
		width: 45%;  /* Smanjuje širinu stavki da stanu u dva reda */
		text-align: center;
		font-size: 10px;  /* Smanjuje veličinu fonta */
	}

	.header-stats li.ms-auto {
		text-align: center;
	}
	#header-top {
		height: 80px !important;  /* Postavite željenu visinu */
		min-height: 70px;  /* Postavite minimalnu visinu, ako je potrebno */
	}

	#header-top.sticky {
		height: 70px !important;  /* Postavite željenu visinu */
	}
}


.thumb-info-wrapper img {
	width: 150px!important;
	height: 100px!important;
	object-fit: cover;
}

/*!* Flexbox za izjednačavanje visine kolona *!*/
/*.container {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*}*/

.row.d-flex {
	display: flex;
	width: 100%;
	align-items: stretch; /* Izjednačava visinu svih kolona */
}

.row.d-flex .col-md-6 {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between; !* Raspoređuje sadržaj unutar kolone *!*/
	/*height: 100%; !* Osigurava da kolone zauzmu cijeli prostor u visinu *!*/
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; /* Osigurava da kolone imaju istu visinu */
}

.col-6 {
	display: flex;
	flex-direction: column; /* Osigurava da sadrže sve elemente u vertikalnom smjeru */
	height: 100%; !important;/* Osigurava da kolone imaju istu visinu */
}

.text-white i {
	color: white;
}

.text-center {
	font-size: 1.1rem;
}

.footer-copyright {
	display: flex;
	justify-content: center; /* Centriranje sadržaja horizontalno */
	align-items: center; /* Centriranje sadržaja vertikalno */
	height: 100%; /* Osiguraj da roditelj zauzima cijeli prostor */
}

@media (max-width: 991px) {
	.header-nav-main nav {
		background-color: white !important;
	}

	.header-nav-main nav .nav-link {
		color: black !important;
	}

	.header-nav-main nav .dropdown-menu {
		background-color: white !important;
	}

	.header-nav-main nav .dropdown-menu .nav-link {
		color: black !important;
	}
}

.nav-link.active {
	/*background-color: #c9a227 !important; !* Zlatna *!*/
	font-weight: bold;
	border-bottom: 2px solid white;  /* Željena boja */
}

.dropdown-item.active {
	font-weight: bold;
	border-bottom: 2px solid white;  /* Željena boja */
}