@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap&subset=latin-ext');

html, body{
    height:100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
	font-family: 'Raleway';
}
a:hover {
	text-decoration: none !important;
}

.navy {
	color: #25394c;
}

.navy-bg {
	background-color: #25394c;
}

.white {
	color: white;
}

h1 {
	font-weight: 700;
	padding: 32px 0 32px 0;
}

h2,h3,h4,h5 {
	font-weight: 700;
}

.btn-primary {
	background-color: #25394c;
	color: white;
	width: 164px;
	height: 50px;
	border-radius: 25px;
	border: none;
	margin: 16px 0 16px 0;
	padding-top: 12px;
}
.btn-primary:hover, .btn-secondary:hover {
	background-color: #f4b500;
}
.btn-secondary {
	background-color: white;
	color: #25394c;
	width: 164px;
	height: 50px;
	border-radius: 25px;
	border: none;
	margin: 16px 0 16px 0;
	padding-top: 12px;
}

/**************/
/*** Home ***/
/**************/


.home-row {
	height: 100%;
	overflow-y: hidden;
}
@media screen and (max-width: 992px) {
  .home-row {
    overflow-y: visible;
  }
}
.home-12 {
	padding: 0 !important;
}
.home-bg {
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: inset 2000px 0 0 0 rgba(37, 57, 76, 0.8);
	transition: 0.2s;
	padding: 40% 0 50% 0;

}
.home-bg:hover {
	box-shadow: inset 2000px 0 0 0 rgba(244, 181, 0, 0.6);
}

.home-bg h1 {
	text-align: center;
	font-weight: 700;
	color: white;
	text-decoration: none;
	position: relative;
	top: 0;	
	transition: 0.2s;
}

.home-bg:hover h1{
	top: -8px;

}

.home-bg > h1 > a {
	text-decoration: none !important;
	color: white;
}

.home-1 {
	background-image: url("../img/home-1.jpg");
}

.home-2 {
	background-image: url("../img/home-2.jpg");
}

.logo-home {
	position: fixed;
	top: 8px;
	width: 128px;
	margin-top: 16px;
	margin-left: -64px;
	height: auto;
	z-index: 1000; 
}
.arrow-h1-home {
	opacity: 0.0;
	transition: 0.2s;
}
.home-bg:hover .arrow-h1-home {
	opacity: 1;
}

/**************/
/*** Navbar ***/
/**************/

.friendly-nav {
	border: 1px #f4b500 solid;
	border-radius: 32px;
	padding-left: 16px !important;
	padding-right: 16px !important;
}


.navbar {
	background-color: #25394c !important;
	position: sticky;
	top: 0;
	z-index: 1;
}

.nav-item a {
	color: white !important;
}

.active, .nav-item a:hover {
	color: #efc334 !important;
}

.navbar-brand {
	width: 80px;
	height: auto;
	margin-top: 4px;
}

.custom-menu-icon {
	color: white;
}
.navbar-light .navbar-toggler {
	border: 0px !important;
}

/**************/
/*** HERO kandidat ***/
/**************/

.hero-1 {
	background-image: url("../img/kandidat/hero-bg.jpg"); /* The image used */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	height: 700px;
	padding-top: 14%;
}

.hero-2 {
	background-image: url("../img/kompanija/hero-bg.jpg"); /* The image used */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	height: 700px;
	padding-top: 14%;
}

.display-4 {
	font-weight: 700;
	color: white;
}

.tagline-hero {
	font-size: 24px;
}

.scroll-icon {
	width: 64px;
	height: auto;
	margin-top: 64px;
}

/**************/
/*** Ko smo mi, Usluge ***/
/**************/

.bg-kosmomi {
	/*background-image: linear-gradient(#b81f48, #8d1838);*/
	background-image: url("https://friendlyhr.rs/img/bg-kosmomi.jpg");
	background-color: #cccccc;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

#kosmomi, #usluge, #reference, #kontakt, #footer {
	padding: 32px 0 32px 0;
}

#podrska {
	padding: 80px 0 64px 0;
	background-image: url("../img/podrska.jpg"); /* The image used */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.kosmomi {
	width: 700px;
	height: auto;
}

.usluge-icon {
	max-width: 256px;
}

.usluge-p {
	line-height: 20px;
	font-size: 14px;
}

.usluge-hover {
	padding: 20px 8px 20px 8px;
	position: relative;
	top: 0;
	transition: 0.2s;
	border-radius: 8px;
}

.usluge-hover:hover {
	background-color: #587f99;
	top: -4px;
}

@media screen and (max-width: 992px) {
  .usluge-hover, .usluge-text{
    text-align: center;
    border-radius: 0;
  }
  .usluge-text {
  	margin: 32px 0 16px 0;
  }
  .kosmomi {
  	width: 90%;
  }
  .footer-2 {
  	text-align: center !important;
  }
  .footer-info {
  	margin-top: 32px;
  }
}

.reference-box {
    width: 140px;
    height: 140px;
    transition-duration: .2s;
    margin: auto;
    filter: grayscale(100%);
    transform: scale(1.0);
    background-color: transparent;	
    box-shadow: 0;
    border-radius: 8px;
}

.reference-box:hover, .reference-box-2:hover {
	filter: grayscale(0%);
	transform: scale(1.1);
	background-color: #ebf5ff;
}

#kontakt {
	background-color: #ebf5ff;
}

/* Kontakt */

.contact-form-icon {
	background-color: #661128;
	color: white;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	line-height: 34px;
	padding-top: 10px;
}

.form-control {
	margin: 16px 0 16px 0;
	border-radius: 0.5rem !important;
}

.output_message {
	display: none;
	padding: 16px 0 16px 0;
	font-size: 16px;
	color: #27ae60;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Pretraži" !important;
}

.usluge-p > a {
	text-decoration: none;
	color: white !important;
}

.social-footer a{
	color: white !important;
	font-size: 24px;
	margin-right: 8px;
}

hr {
	background-color: #5a8098;
}

.wave {
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	width: 1920px;
	height: 108px;
	margin-top: -2px;
}

.wave-1 {
	background-image: url("../img/wave-up.svg"); /* The image used */
}
.wave-2 {
	background-image: url("../img/wave-up2.svg"); /* The image used */
}
.wave-3 {
	background-image: url("../img/wave-up3.svg"); /* The image used */
}

.sajam {
	padding: 22px;
	color: #25394C;
	position: fixed;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 2000;
}

.sajam img {
	max-height: 40px;
	width: auto;
	background: transparent;
	padding-left: 8px;
	padding-right: 8px;
}

.x-icon-web {
	margin-left: 54px;
	display: block;
}

  .x-icon-mob {
  	position: fixed;
  	top: 80px;
  	right: 54px;
  	color: black;
  	z-index: 1000;
  	cursor: pointer;
  }

@media screen and (max-width: 414px) {
	.sajam img {
		padding-top: 16px;
	}
	.x-icon-web {
		margin-left: 32px;
		display: block;
	}
}
/* ========== TESTIMONIJALI ========== */
.testimonials-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    height: 100%;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-author {
    margin-top: 15px;
    font-style: italic;
}

.testimonial-author strong {
    color: #3a7bd5;
}

/* Responsive testimoniali */
@media (max-width: 767px) {
    .testimonials-section {
        padding: 40px 0;
    }
}
/* ========== REFERENCE / LOGOI KLIJENATA ========== */
#reference {
    background-color: #f8f9fa;
}

.client-logo-box {
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo {
    max-height: 80px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 767px) {
    .client-logo-box {
        height: 80px;
        padding: 10px;
    }
    .client-logo {
        max-height: 50px;
    }
}
/* Hero sekcija stilovi */
.hero-subtitle {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}
