@media(min-width:767px) {
  .text-content.multicol {
    column-count: 2;
    column-gap: 60px;
    text-align: justify;
    column-fill: balance;
  }
}

.background-image-with-text-wrapper .above-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
	margin-top: 50px;
}
.background-image-with-text {
  position: relative;
  padding: 60px 0 !important;
  width: 100%;
  height: 550px;
}
.background-image-with-text .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 42rem;
}
.background-image-with-text .right-image {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 9999;
  height: 700px;
}

@media (max-width: 1280px) {
	.background-image-with-text-wrapper .above-image {
		margin-top: 10px;
	}
  .background-image-with-text .text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .background-image-with-text {
    height: 100%;
    padding-bottom: 0px !important;
  }
  .background-image-with-text .right-image {
    position: relative;
    height: 400px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .background-image-with-text hr {
    margin-left: auto;
    margin-right: auto;
  }
}

.wpcf7-response-output {
	text-align: center;
}

.gap-c {
	gap: 7px;
}

.items-end {
	align-items: flex-end;
}
.w-4 {
	width: 16px;
}
.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-5 {
	margin-top: 20px;
}

.mt-8 {
	margin-top: 32px;
}

.mb-8 {
	margin-bottom: 32px;
}

.mb-10 {
	margin-bottom: 40px;
}

.mt-10 {
	margin-top: 40px;
}

.mt-0 {
	margin-top: 0;
}

.pb-10 {
	padding-bottom: 40px;
}

.py-10 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.h-c-auto {
	height: auto;
}

.text-c {
	font-size: 22px;
}

.text-base {
	font-size: 16px
}

.h-600 {
	height: 600px;
}

.button {
	font-style: normal !important;
}

input[type="radio"],
input[type="file"]
{
  width: auto;
}

input[type="file"]
{
  height: 50px;
}

select {
	height: 50px;
	border-radius: 25px !important;
}

.text-4xl {
	font-size: 2.25rem /* 36px */ !important;
    line-height: 2.5rem /* 40px */ !important;
}

.mt-c-10 {
		margin-top: 40px
	}

.wpcf7-not-valid-tip  {
	color: #FF5BA5 !important;
}

.hero-wrapper h1 {
  text-align: start !important;
}

.carousel-logo-wrapper .item {
	height: 280px;
}
.carousel-logo-wrapper .job-card {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 24px !important;
}

.owl4 .carousel-card {
	height: 472px;
}

.owl4 .carousel-card h3 {
	font-size: 20px !important;
	font-weight: 700;
}

.black-mobile {
	display: none;
}

.black-desktop {
	display:flex;
	flex-direction: column;
}

@media(max-width:1400px) {
		.text-custom {
	text-align: center !important;
}
.contact-f h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
}

@media(max-width:1024px) {
	  .image-line {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
	.contact-form {
		margin-top: 10px !important;
	}
}

@media(max-width:767px) {
	.text-custom {
	text-align: center !important;
}
	.black-mobile {
	display: flex;
}
	.black-desktop {
	display:none;
}
  .image-line {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .image-line img {
    width: auto;
  }
  .image-line hr {
    margin-left: auto;
    margin-right: auto;
  }
	.text-c {
	font-size: 18px;
}
	.mt-c-10 {
		margin-top: 0px
	}
	.p-c {
		padding-bottom: 10px
	}
	.py-c {
	  padding-top: 15px;
      padding-bottom: 15px;
	}
	.h-600 {
	height: 400px;
	margin-top:20px;
}
	h3 {
		line-height: 30px;
	}
	.contact-f h2 {
	font-size: 32px !important;
	margin-bottom: 10px;
}
}

#burgerBtn.active .line-1 {
    transform: translateY(8px) rotate(47deg);
}

#burgerBtn.active .line-2 {
  opacity: 0;
}

#burgerBtn.active .line-3 {
    transform: translateY(-10px) rotate(-46deg);
}

header .current_page_item a,
header .current-menu-parent {
 text-decoration: underline;
 text-underline-position: under;
}

.pagination.container {
  display: flex;
  justify-content: center;
  margin-top: 2rem; /* mt-8 */
  gap: 0.5rem; /* gap-2 */
  flex-wrap: wrap;
}

.pagination a {
  padding: 0.5rem 1rem; /* px-4 py-2 */
  border: 1px solid #ccc;
  border-radius: 0.375rem; /* rounded */
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}

.pagination a:hover {
  background-color: #f3f4f6; /* hover:bg-gray-100 */
}

.pagination a.bg-black {
  background-color: #000;
  color: #fff;
}

.pagination span {
  padding: 0.5rem 0.5rem; /* px-2 py-2 */
  color: #6b7280; /* text-gray-500 */
  user-select: none;
}

.text-custom {
	text-align: start;
}
.black-layout .button {
	box-shadow: none !important;
}
.contact-form {
	margin-top: -26px;
}
.soa-form .submit-button input {
	box-shadow: 0px 4px 8px 1px rgba(255, 91, 165, 0.5);
}

.iwt-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.iwt-wrapper .text-content p {
  margin-bottom: 20px;
}
.iwt-wrapper .text-content p:first-of-type {
  margin-bottom: 30px;
}
.iwt-wrapper .image {
  height: 500px;
  width: 100%;
  object-fit: contain;
}
.iwt-wrapper .image-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .iwt-wrapper .image {
    display: none !important;
  }
  .iwt-wrapper .image-mobile {
    display: block;
    height: 500px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
  }
	header.header .button.button-blue {
		padding: 0 20px;
		margin-left:0 !important
	}
}

.work-type-grid-c p span.wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.input-icon-wrapper i {
    position: absolute;
    top: 40px !important;
}

.carousel-bg-wrapper-wrapper {
    min-height: 650px !important;
    height: 650px !important;
	padding: 40px 0 !important;
}

header.header .button.button-blue {
	    font-size: 14.5px;
    min-width: fit-content;
    width: fit-content;
margin-left: 10px;
	box-shadow: none !important;
	    padding: 0 20px;
}

header.header .nav-menu a {
	font-size: 14.5px !important;
	font-weight: 500;
}

.menu-item-has-children > a::after {
    right: 7px !important;
    width: 10px !important;
    height: 10px !important;
}

.single-ebook {
  padding: 40px 0;
}
.single-ebook .content {
  display: flex;
  gap: 60px;
}

@media(max-width:1024px) {
	.single-ebook .content {
		flex-direction: column;
		gap:30px;
	}
	.single-ebook .left-side,
	.single-ebook .right-side {
		width:100% !important;
	}
}

.single-ebook .left-side {
  width: 66.666667%;
}
.single-ebook .left-side h1 {
  margin-bottom: 40px;
}
.single-ebook .right-side {
  width: 33.333333%;
}

.ebook-archive {
  padding: 60px 0;
}
.ebook-archive h1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ebook-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media (max-width: 991px) {
  .ebook-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .ebook-list {
    grid-template-columns:repeat(1, 1fr) !important;
  }
}

.ebook-item img,
.ebook-list img {
  object-fit: cover;
  height: 450px;
  width: 100%;
}

.ebook-item h3,
.ebook-list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 20px;
/* 	height: 48px; */
	overflow: hidden;
/*     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}
.ebook-item h3 a:hover,
.ebook-list h3 a:hover {
  text-decoration: underline;
}

.ebook-form {
  margin-top: 50px;
}
.ebook-form input {
  box-shadow: none;
  border: 1px solid #3d6fe3;
  border-radius: 7px;
}

.ebook-form .input-icon-wrapper i {
  top: 16px !important;
}

.ebook-form .submit-btn {
  margin-top: 20px;
  background: #3d6fe3;
  border-radius: 25px;
  padding: 10px 20px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.ebook-form .submit-btn:hover {
  opacity: 0.8;
}
.ebook-form .submit-btn input {
  font-weight: 500;
	cursor: pointer;
}
.ebook-form .submit-btn p {
  margin: 0 !important;
}
.ebook-form .submit-btn input {
  padding-right: 30px;
}

.wpcf7-not-valid-tip {
  color: #ff5ba5;
}

.latest-ebooks .excerpt p,
.ebook-archive .excerpt p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.latest-ebooks {
	margin: 80px 0;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.single .featured-image, .posts .featured-image {
	aspect-ratio: 16 / 9;
}

.single h4, .posts h4 {
  font-size: 18px;
	line-height: 1.6rem;
}

.hidden-input {
	display: none;
}

/* .ctc .item {
	aspect-ratio: 16 / 9;
} */
.ctc .item iframe {
	 width: 100% !important;
  	height: 100% !important;
}

.ctc .owl-dots {
    position: absolute;
    bottom: -3.75rem;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.75rem;
}

.ctc .owl-dot.active {
	background-color: #3d6fe3 !important;
	border:#3d6fe3 !important;
	width: 50px !important;
}

.ctc .owl-dot {
	background-color: #cccbcb !important;
	border:#cccbcb !important;
	width: 16px !important;
	height: 16px !important;
}
@media(min-width:767px) {
	header .sub-menu .menu-item-type-taxonomy a,
header .sub-menu .menu-item-type-custom a {
	text-decoration: none;
}
header .active .sub-menu .menu-item-type-taxonomy.current-menu-item a,
header .active .sub-menu .menu-item-type-custom.current-menu-item a {
	text-decoration: underline !important;
    text-underline-position: under !important;
}
}
@media(max-width:767px) {

	header .current_page_item a, header .current-menu-parent {
    text-decoration: unset;
    text-underline-position: under;
}
/* 	header .mobile-nav .menu-item-type-taxonomy a,
header .mobile-nav .menu-item-type-custom a {
	text-decoration: none;
} */
header .active .sub-menu .menu-item-type-taxonomy.current-menu-item a,
header .active .sub-menu .menu-item-type-custom.current-menu-item a {
	text-decoration: none !important;
    text-underline-position: under !important;
}
}

header .active .mobile-nav .menu-item a,
header .active .mobile-nav .menu-item a {
	text-decoration: none !important;
}
header .active .mobile-nav .menu-item-type-taxonomy.current-menu-item a,
header .active .mobile-nav .menu-item-type-custom.current-menu-item a {
	text-decoration: underline !important;
    text-underline-position: under !important;
}


#mobileMenu .mobile-nav li {
	width: 100%;
}

#mobileMenu .mobile-nav li a:after {
	content: none;
}

#mobileMenu .mobile-nav li.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/07/chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.wpcf7-spinner {
    display: unset;
}

.submit-trazim-posao,
.submit-pronadji-ljude {
	position: relative;
}

.submit-trazim-posao .wpcf7-spinner {
	    position: absolute;
    right: 0;
    top: 10px;
}

.submit-pronadji-ljude .wpcf7-spinner {
	    position: absolute;
    right: 0;
    top: 23px;
}

.newsletter-wrapper .flex.justify-end.my-3 p {
	position: relative;
}

.newsletter-wrapper .flex.justify-end.my-3 .wpcf7-spinner {
	   position: absolute;
    top: 17px;
    right: 38px;
}

.radio-form-switch {
	display: flex;
	gap: 10px;
}
.radio-form-switch label {
	color: white;
}

#form-job .wpcf7-spinner,
#form-hire .wpcf7-spinner {
	    position: relative;
    top: -33px;
}

.file-input-w {
	position: relative;
}
.file-input-w #file-name {
	    margin-left: 10px;
    position: absolute;
    top: 36px;
	color:white;
	background-color: #1F308D;

}

.wpcf7-response-output {
	font-size: 16px !important;
}
@media(max-width:1300px) {
	.nav-menu {
	display:none;
}
	.burger-btn {
		display:flex;
	}
}

@media (min-width: 1280px) {
    .container {
        padding-left: unset;
        padding-right: unset;
    }
}

@media (min-width: 1280px) and (max-width: 1300px) {
	.container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.wpcf7-submit.button {
	padding-top: 0px;
	padding-bottom:0px
}
.btn-w a {
	width: 300px;
	min-width: 300px;
	
}
@media(max-width:767px) {
	.btn-w {
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
}

.contact-form  .file-upload::before {
  content: 'Dodaj CV*';
}


.job-form .wpcf7-spinner {
	left: -85px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.newsletter-wrapper input[type="email"] {
	color: black;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.mt-27 {
	margin-top:27px;
}

.job-form select {
	width:100%;
	padding-left:40px;
	    border-radius: 0.75rem !important;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
             0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

#mobileMenu .mobile-nav li.menu-item-has-children:after {
	top: 13px;
}

@media(max-width:480px) {
	.carousel-logo-wrapper .item {
		height: unset !important;
	}
	#job-details h1 {
		font-size: 36px !important;
	}
}

#job-description ul {
	list-style-type: disc !important;
	margin-top: 10px;
	margin-left: 1rem !important;
}
#job-description ol {
	list-style-type: decimal !important;
	margin-top: 10px;
	margin-left: 1rem !important;
}
#job-description li {
	margin-bottom: 10px !important;
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px !important;
		    line-height: 48px;
    }
	h2 {
        font-size: 32px !important;
		    line-height: 48px;
    }
}

.contact-form select {
	color: unset;
}
.contact-form select {
	color: white;
}
.contact-form select option {
	color: initial !important;
}
