* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 
 
:root {
	--bs-border-radius: 0.8375rem;
	--bs-emphasis-color-rgb: 0, 166, 202;

	/* FIRM first color */
	--bs-primary: #00a6ca;
	/* FIRM second color */
	--fc-blue: #006BB5;
}

html, body {
    overflow-x: hidden; /* Sprječava horizontalno pomicanje */
}

/* FIRM first color */
.fc-light-blue {
	color: #00A6CA;
}

.fc-dark-blue {
	color: #0A2933;
}

/* COLOR for text selection */
::selection {
	color: #b5ecf8;
	background-color: #383737;
}

a {
	text-decoration: none;
}



/* ------- NAVBAR - MENU --------- */

nav {
	background-image:  linear-gradient(to right, white, #0a2933, #0a2933);
	box-shadow: 0px 1px 10px #7e7e7e;
} 


.navbar-brand svg {
	width: 200px;
	/* Normal size of logo in Navbar*/
	height: auto;
	/* Automatically adjust height based on width */
}

.navbar {
	--bs-navbar-color: #ffffff;
	transition: all 0.5s;
}

.navbar_scrolled {
	background-color: #ffffff;
}

.navbar_scrolled .navbar-brand svg {
	width: 130px;
	/* SMALLER size of logo in Navbar when scrolled*/
	height: auto;
	/* Automatically adjust height based on width */
	transition: all 0.5s;
}

.nav-link {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1.5px;
	--bs-navbar-nav-link-padding-x: 0.6rem;
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
}


.nav-link:hover {
	text-decoration: overline 3px solid #00A6CA;
	outline: 0;
	color: rgba(var(--bs-emphasis-color-rgb), 1.0);
}

.nav-link:active {
	color: #00A6CA;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0px 0px 3px 2px #00A6CA;
}

.navbar-toggler:hover {
	text-decoration: none;
	outline: 0;
	box-shadow: 0px 0px 3px 2px #00A6CA;
}


.dropdown-menu {
	--bs-dropdown-link-active-color: #00A6CA;
	--bs-dropdown-link-active-bg: #ebebeb;
	--bs-dropdown-bg: #fff;
	--bs-dropdown-link-hover-bg: #00A6CA;
	border-bottom: 3px solid #00A6CA;
}

.dropdown-item:active {
	color: #00A6CA;
	font-weight: 400;
}

.dropdown-item:hover,
.dropdown-item:focus {
	text-decoration: overline 3px solid #00A6CA;
	outline: 0;
	color: #00A6CA;
}

.dropdown-toggle {
	color: #00A6CA;
}



/* ----------------------header------------------------ */

#header {
	margin-bottom: 86px;
	/* this is the high of navbar, at this position start the page */
}





/* ------------------------ default button ----------------------- */

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #006BB5;
	--bs-btn-border-color: #2876bb;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #006BB5;
	--bs-btn-hover-border-color: #ced4da;
	--bs-btn-focus-shadow-rgb: 105, 105, 105;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3d3a3a;
	--bs-btn-active-border-color: #3d3a3a;
	--bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #2876bb;
	--bs-btn-disabled-border-color: #2876bb;
	border-bottom: 3px solid #006BB5;
	border-top: 0;
	border-right: 0;
	border-left: 0;

}

.btn-primary:hover {
	border-bottom: 3px solid #00A6CA;
	/* text-shadow: #cecece 1px 0px 3px; */
	/* font-weight: 400; */
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.sectionContactUs {
	height: 12rem;
	padding: 0 0;
	background: #EEF9FB;
	border-bottom: hidden;
}

.sectionContactUs_bright {
	height: 12rem;
	padding: 0 0;
	border-bottom: hidden;
}

.contactHomeSection {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}







/* -------   Go To Top   ------- */

.back_to_top {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #a7a7a700;
	text-align: center;
	line-height: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	transition: background-color 0.5s ease;
}

.back_to_top:hover {
	background-color: #00A6CA;
}

.back_to_top:active {
	--bs-btn-active-color: #dc0000;
	--bs-btn-active-bg: #ffffff00;
	--bs-btn-active-border-color: #ffffff00;
}

.back_to_top_scrolled {
	background-color: #797979ba;
}

.bi-box-arrow-up {
	fill: #fffffff1;
	width: 25px;
	height: 25px;
}

.bi-box-arrow-up:hover {
	fill: rgb(232, 232, 232);
}

/*------------------- line-with-circle separoator between title and subtitle------------------- */

.line-with-circle {
	position: relative;
	margin: 1rem auto;
	width: 150px;
	height: 1px;
	background-color: rgba(142, 142, 142, 0.367);
}

.line-with-circle::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -7.5px;
	width: 15px;
	height: 15px;
	background-color: var(--fc-blue);
	border-radius: 50%;
	transform: translateX(-50%);
}

.line-with-circle::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -15px;
	width: 30px;
	height: 30px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	transform: translateX(-50%);
}


.zoom_img_hover {
	transition: transform 0.5s ease-in-out;
}

.zoom_img_hover:hover {
	transform: scale(1.03);
}


/* ----------------------- Paralax  --------------------------------------- */

#layout-content {
	background-color: #Fff;
}

#parallax_header {
	position: relative;
	z-index: -1;
}

.parallax-container {
	width: 100%;
	overflow: hidden;
}


.image-text {
	position: relative;
	height: 500px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	filter: brightness(1.0);
}


.text-over-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.image-wrapper {
	margin-top: 200px;
}


.text-over-image img {
	height: 400px;
}

.text-over-image h1 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 8px;
	color: #264F6B;
	text-transform: uppercase;
	text-shadow: 1px 1px 7px #fff;
}

.text-over-image h3 {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 2rem;
	margin: 0;
	color: #E25425;
	text-shadow: 1px 1px 2px rgb(104, 104, 104);
	text-shadow: 1px 1px 7px #fff;
	margin-top: 20px;
}

.text-over-image h1,
.text-over-image h3 {
	width: 95%;
	overflow: visible;
	text-overflow: clip;
	white-space: wrap;

}


/* ----------- FOOTER  ------------------------------------ */

#footer {
	background-color: #0A2933;
	color: #a2a2a2;
	font-size: small;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: var(--bs-primary);
	text-decoration: none;
}


/* ----------------- HOME PAGE ----------------- */
#page-title {
	height: 13rem;
	padding: 0 0;
	background: #e7edf2;
	border-bottom: hidden;
}

#page-title h1 {
	font-size: 50px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 0;
	letter-spacing: 8px;
	/* color: #2a2a2a; */
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(104, 104, 104);
}

#page-title p {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}



.contactLink {
	padding: 0.6rem 1.6rem;
	font-size: 0.8rem;
	font-weight: 400;

	color: #006BB5;
	background: #FFFFFF;
	border: 1px solid #006BB5;
	box-sizing: border-box;
	border-radius: 6px;
}

.contactLink:hover {
	color: #fff;
	background: #006BB5;
	border: 1px solid #006BB5;
	box-sizing: border-box;
	border-radius: 6px;
}


.contactLinkInverse {
	padding: 0.85rem 2.5rem;
	font-size: 1rem;
	font-weight: 400;

	color: #fff;
	background: #0A2933;
	border: 1px solid #0A2933;
	box-sizing: border-box;
	border-radius: 6px;
}

.contactLinkInverse:hover {
	color: #0A2933;
	background: #fff;
	border: 1px solid #0A2933;
	box-sizing: border-box;
	border-radius: 6px;
}

.wrap-icon-text {
	margin: 20px 0;
	position: relative;
}

.wrap-icon-text h4 {
	margin-left: 80px;
	margin-bottom: 0px;
	font-weight: 700;
}

.wrap-icon-text p {
	font-size: 0.9rem;
	margin-bottom: 12px;
}

.svg-icon {
	position: absolute;
}

.svg-icon svg circle {
	fill: #006BB5;
}



.wrap-icon-title {
	display: flex;
	align-items: center;
}

.wrap-icon-text_2 {
	display: flex;
	align-items: start;
}

.svg-icon_2 {
	margin-right: 10px;
}

.svg-icon_2 svg path {
	fill: black;
}

.underlineTitle::after {
	content: '';
	display: block;
	width: 60px;
	border-top: 3px solid #4D4D4D;
	margin: 20px auto 0
}

.leftUnderlineTitle::after {
	content: '';
	display: block;
	width: 60px;
	border-top: 3px solid #ffffff;
	margin: 5px 0 0 0
}

.researchSection h3 {
	/* color: #000; */
	font-size: 2rem;
	font-weight: bolder;
}

.researchSection p {
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 2.5 !important;
	margin-bottom: 40px !important;
}

/* ----------------------- FLIP CARD START ----------------------- */

/* .flip-container {
    perspective: 1000px;
}

.flip-container:hover .frontCard {
    transform: rotateX(180deg);
}

.flip-container:hover .backCard {
    transform: rotateX(0);
}

.flipperCard {
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 220px;
}

.frontCard, .backCard {
    backface-visibility: hidden;
    transition: 0.8s;
    position: absolute;
    width: 100%;
    height: 220px;
}

.frontCard {
    transform: rotateX(0);
    z-index: 2;
}

.backCard {
    transform: rotateX(-180deg);
    z-index: 1;
} */
/* ----------------------- FLIP CARD END ----------------------- */


/* ------------ COMPANY ------------  */


/* ------------ RESERACH AND DEVELOPMENT ------------  */
.ph-fill {
	/* this is a color of check icon phosphor */
	color: #006BB5;
}


#r_and_d_desc .content-color-wrap {
    width: 100vw; 
    position: relative; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #EEF9FB;
}


#r_and_d_desc .card svg {
	width: 75% !important;
	height: auto !important;
}

#r_and_d_desc .card svg path {
	fill: #000000;
	/* Početna boja */
	transition: fill 0.3s ease-in-out;
}

#r_and_d_desc .card:hover svg path {
	fill: #00A6CA !important;
	/* Nova boja pri hoveru */
}

/* #r_and_d_desc .card {
	transition: border-color 0.3s ease-in-out;
} */

/* #r_and_d_desc .card:hover {
	border-color: #00A6CA !important;
} */
#r_and_d_desc .card {
	border-color: #fff !important;
}


/* ------------ PARTNERS  ------------  */

#partners .content-wrap {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

#partners .content-wrap .col-xl-4 {
	padding-bottom: 0px;
}

#partners p {
	font-size: 0.7rem;
}

#partners .card {
	width: 420px;
	height: 230px;
	position: relative;
	box-sizing: border-box;
	transition: 0.5s ease-in-out;
	border-radius: 16px;
	border: #FFF 1px solid;
	/* background-color: #383737; */
}

#partners .front {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: linear-gradient(360deg, #ecfaff 5%, rgba(255, 255, 255, 0.92) 95%);

	/* background-color: #ffffff; */
	box-shadow: 15px 15px 60px 5px #7575752b;
}


#partners .back {
	width: 100%;
	height: 100%;
	padding: 1.7rem;
	position: absolute;
	top: 0%;
	left: 20%;
	overflow: hidden;
	opacity: 0;
	color: transparent;
	box-shadow: 5px 5px 60px 5px #7575752b;
	transition: 0.65s ease-in-out;
	border-radius: 16px;

}

#partners .card:hover .back {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #6e6e6e;
	z-index: 3;
	opacity: 1;

}

#partners .back:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: linear-gradient(360deg, #ecfaff 25%, rgba(255, 255, 255, 0.92) 75%);
	/* box-shadow: 5px 5px 40px 10px rgba(0, 0, 0, 0.17); */
	z-index: -1;
}


.back:first-child:hover {
	transform: translateX(1.9rem) rotate(0deg);
	transition-delay: 0.2s; 
}

.back:not(:first-child):hover{
	margin-left: -30px;
	transform: translateX(1.9rem) rotate(0deg);
	transition-delay: 0.2s; 
} */


/* -------   CONTACT US  ------- */

#contact a {
	color: inherit;
	text-decoration: none;
}


#contact .card {
	background-color: #F1F9FD;
	border-color: #FFFFFF;
	border-width: 2px;
	color: #000000;
	transition: 0.3s;
}

#contact .card:hover {
	background-color: #Fff;
	/* filter: brightness(0.95) blur(0px); */
}

#contact .classWithPad {
	margin: 0px;
	/* padding: 20px 40px; */
}

#contact .img-shadow {
	box-shadow: 0rem 0px 2rem -0.8rem #333333;
}

#contact .card-body svg path {
	fill: #444;
}


#contact .card svg path {
	fill: #006BB5;
	/* Početna boja */
	transition: fill 0.3s ease-in-out;
}

#contact .card:hover svg path {
	fill: #00A6CA !important;
	/* Nova boja pri hoveru */
}




/* ------------ OWL SLIDER ------------  */


.c-item {
	overflow-x: auto;
}


.c-img {

	display: block;
	margin: auto;
	max-width: 80%;
}

.bg-gray {
	background-image: linear-gradient(#FFF, #cfd8e296, #fff);
}

#owl_slider .container-fluid h2 {
	color: #666666;
	letter-spacing: 8px;
}

/* ------------------------------- MEDIA ----------------------------- */




@media (max-width:1400px) {

	.c-img {
		max-width: 80%;
	}

	.text-over-image h1 {
		font-size: 2.3rem;
	}

	.text-over-image h3 {
		font-size: 1.8rem;
		margin-top: 20px;
	}

	#page-title h1 {
		font-size: 2.6rem;
	}

	#page-title p {
		font-size: 1.5rem;
		font-weight: 400;
		text-align: center;
	}
}


@media (max-width:1199px) {

	.c-img {
		max-width: 80%;
	}

	.text-over-image h1 {
		font-size: 2.1rem;
	}

	.text-over-image h3 {
		font-size: 1.6rem;
		margin-top: 20px;
	}
	#page-title h1 {
		font-size: 2.3rem;
	}

	#page-title p {
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
	}
}



@media (max-width:990px) {

	.c-img {
		max-width: 80%;
	}

	.image-text {
		height: 550px;
		top: 0%;
		left: 0%;
	}

	.image-wrapper {
		margin-top: 80px;
	}

	.text-over-image img {
		height: 300px;
	}

	.text-over-image h1 {
		font-size: 1.9rem;
	}

	.text-over-image h3 {
		font-size: 1.4rem ;
		margin-top: 20px ;
	}


	.parallax-container {
		height: 450px;
	}

	.carousel-caption {
		left: 10%;
		text-shadow: #000000 1px 1px 15px;
	}

	#page-title h1 {
		font-size: 2.2rem;
	}

	#page-title p {
		font-size: 1.3rem;
		font-weight: 400;
		text-align: center;
	}


}


@media (max-width:767px) {
	#page-title h1 {
		font-size: 2.0rem;
	}
	
	#page-title p {
		font-size: 1.2rem;
		font-weight: 400;
		text-align: center;
	}



	.image-wrapper {
		margin-top: 80px;
	}

	.text-over-image img {
		height: 250px;
	}

	.text-over-image h1 {
		font-size: 1.5rem;
	}

	.text-over-image h3 {
		font-size: 1.3rem;
		margin-top: 20px;
	}



}

@media (max-width: 576px) {
	#header {
		margin-bottom: 0px;
	}

	#page-title h1 {
		font-size: 1.7rem;
	}

	#page-title p {
		font-size: 1.0rem;
		font-weight: 400;
		text-align: center;
	}

	.image-wrapper {
		margin-top: 80px;
	}

	.text-over-image img {
		height: 200px;
	}

	.text-over-image h1 {
		font-size: 1.4rem;

	}

	.text-over-image h3 {
		font-size: 1.3rem;
		margin-top: 20px;
	}

	.text-over-image h1,
	.text-over-image h3 {
		width: 100%;
		overflow: visible;
		text-overflow: clip;
		white-space: wrap;
		margin-top: 40px;
	}

	#home .svg-icon_2 img {
		height: 50px;
	}

}

@media (prefers-reduced-motion: no-preference) {
	#parallax_header {
		will-change: opacity, transform;
	}
}


/* ------ COOKIE BANER AT BOTTON PAGE - Pop Up ----- */

#cookieBanner {
	font-family: 'Poppins', sans-serif;
	font-size: 0.8rem !important;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #e3f0f4e6;
	color: rgb(45, 45, 45);
	padding: 30px;
	z-index: 1000;
	font-size: 0.9rem;
	font-weight: 300;
}


#cookieBanner h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.form-check-input:checked {
	background-color: #006BB5;
	border-color: #006BB5;
}

.form-check-input:disabled {
	opacity: 0.5;
}

#cookieBanner a {
	color: #006BB5;
}