* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-primary: #009cff;
  --color-accent: rgba(2, 158, 225, 0.04);
  --color-black: #222222;
  --idk-sb-bg: #d8eaf9; /* osnovna pozadina kartice */
  --idk-sb-hover: #a7c7e7; /* hover pozadina kartice */
  --idk-sb-active: #ddebf9; /* aktivna pozadina kartice */
  --idk-sb-border: #bed8f3; /* rub/shadow boja */
  --idk-sb-text: #111827; /* boja teksta */
  --idk-sb-muted: #6b7280; /* sekundarni/ikone */
  --idk-sb-accent: #0ea5e9; /* lijevi naglasak (plava) */
}

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #222222;
  background-color: #f5f5f5;
  line-height: 1.5;
}

html,
body {
  height: 100%;
}

.idk_page_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
}

a:visited {
  color: inherit;
}

/****************** typography *******************/
h1 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/*************** padding & margins **********/
.idk_padding_top65 {
  padding-top: 65px;
}

.idk_padding_bottom65 {
  padding-bottom: 65px;
}

.idk_padding50 {
  padding: 50px 0;
}

.idk_padding150 {
  padding: 150px 0;
}

.idk_padding100 {
  padding: 100px 0;
}

.idk_padding_top100 {
  padding-top: 100px;
}

.idk_padding_top150 {
  padding-top: 150px;
}

.idk_padding_top200 {
  padding-top: 200px;
}

.idk_padding_bottom150 {
  padding-bottom: 150px;
}

/**************** utilities ******************/
.idk_title_underline {
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 6px;
}

.idk_main_title {
  padding: 40px;
  background-color: #2222222e;
  border-radius: 10px;
}
.idk_section_title {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr; /* naslov + produžena linija */
  align-items: end;
  gap: 12px;
  margin-bottom: 60px;
}

/* siva linija preko pune širine */
.idk_section_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e5e5e5;
}

/* plava linija tačno ispod teksta naslova */
.idk_section_title h2 {
  margin: 0;
  padding-bottom: 6px;
  position: relative;
  z-index: 1; /* da plava bude iznad sive */
  background-image: linear-gradient(var(--color-primary), var(--color-primary));
  background-repeat: no-repeat;
  background-size: 100% 2px; /* 2px debljina */
  background-position: left bottom; /* tačno ispod teksta */
}

.idk_news_btn {
  display: inline-block;
  text-align: center;
  width: 25%;
  background-color: var(--color-primary);
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.idk_news_btn:hover {
  background-color: #007acc;
}

.idk_divider {
  margin-top: 18px;
  border-top: 1px solid white;
}

@media (max-width: 768px) {
  .idk_news_btn {
    width: 80%;
  }
}

/******************* multiple choises - Choice.js *********************/

.idk_stats_input_group select.form-control.idk_select,
.idk_stats_input_group .choices {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

.idk_stats_input_group .choices .choices__inner {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.idk_stats_input_group .choices .choices__input--cloned {
  width: 100% !important;
  min-width: 0 !important;
  padding: 12px;
  color: #222222 !important;
}

.choices {
  width: 100% !important;
}

.choices__input {
  background-color: #ffffff !important;
}

.choices__inner {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-direction: column-reverse;
}

.choices__input--cloned {
  width: 100% !important;
  min-width: 0 !important;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px;
}

.choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

.choices__list--multiple .choices__item {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 14px;
}

.choices__heading {
  font-weight: bold !important;
  color: var(--color-primary) !important;
  background-color: var(--color-accent) !important;
}

/***************** bootstrap select - send oglas *********************/

.bootstrap-select .dropdown-toggle {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus {
  background-color: #f8f9fa !important;
  color: #000 !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #000;
  font-weight: normal;
}

/***************** header ****************/
.idk_header {
  background-color: var(--color-primary);
  padding-top: 20px;
  padding-bottom: 10px;
}

.idk_header_logo {
  max-height: 70px;
}

.idk_search_bar {
  display: flex;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
}

.idk_search_input {
  flex-grow: 1;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  background: white;
  outline: none;
  color: #333;
}

.idk_search_form_btn {
  background: var(--color-accent);
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 20px;
  color: white;
}

.idk_header_btns {
  display: flex;
  gap: 12px;
}

.idk_outline_btn {
  padding: 10px;
  text-align: center;
  border: 1px solid white;
  border-radius: 8px;
  color: white !important;
}

.idk_header_signin {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}

.idk_reg_button {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  background: #0199f5 !important;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid white;
  font-size: 14px;
  margin-top: 6px;
}

.dropdown-menu {
  min-width: 100%;
  border-radius: 6px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 10px 15px;
  color: #333;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #f0f8ff;
  color: #0199f5;
}

.dropdown-divider {
  margin: 5px 0;
}

/********* slider - Bootstrap carousel ***********/
.carousel {
  overflow: hidden;
  position: relative;
}

.carousel .carousel-item img {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  bottom: 0%;
  left: 50%;
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding: 45px;
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3 {
  text-transform: uppercase;
  font-size: 30px;
  max-width: 60%;
}

.carousel-caption p {
  font-size: 18px;
  padding-top: 15px;
  max-width: 60%;
}

#transition-timer-carousel .carousel-indicators {
  bottom: 100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}

.carousel-indicators .active {
  background-color: #009cff;
}

.idk_news_section #transition-timer-carousel .carousel-indicators {
  bottom: 0;
}

@media (max-width: 768px) {
  .carousel-caption {
    font-size: 14px;
    padding: 70px;
    left: 0;

    width: 100%;
    align-items: center;
  }

  .carousel-caption h3 {
    font-size: 20px;
    max-width: 90%;
  }

  .carousel-caption p {
    font-size: 14px;
    max-width: 90%;
  }

  .carousel-indicators {
    bottom: 15px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }

  #transition-timer-carousel .carousel-indicators {
    bottom: 60px;
  }
}

/************************** banner ***************************/
.idk_banner_main {
  position: relative;
  width: 100%;
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
}

.idk_banner {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
}

.idk_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(2, 158, 225, 1) 0%,
    rgba(2, 158, 225, 0.75) 25%,
    rgba(2, 158, 225, 0.15) 77%
  );
  z-index: 0;
}

.idk_banner img,
.idk_banner_main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.idk_banner .container,
.idk_banner_main .container {
  z-index: 1;
  color: white;
}

/*************** index ********************/
.idk_banner_cards {
  position: relative;
  top: -100px;
  justify-content: center;
  text-align: center;
}

.idk_banner_card_wrapper {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto;
}

.idk_card_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.idk_card_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 156, 255, 0.65);
  z-index: 1;
}

.idk_card_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
  white-space: nowrap;
}

.idk_card_icon {
  width: 40px;
  height: 35px;
  margin: 0 auto;
}

.idk_card_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.idk_card_button {
  display: inline-block;
  background: white;
  color: var(--color-primary) !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 60px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto;
}

.idk_card_button:hover {
  background: #e6f5ff;
}

/*****************job search section *************/
.idk_job_search_wrapper {
  margin: 10px 0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 50px;
  display: flex;
}

.idk_job_search_wrapper input {
  width: 100%;
  padding: 12px 16px 12px 42px;
  border-radius: 8px;
  border: 1px solid #029ee150;
  outline: none;
  font-size: 14px;
}

.idk_select {
  width: 100%;
  padding: 12px 12px 12px 12px;
  border-radius: 8px;
  border: 1px solid #029ee150;
  outline: none;
  font-size: 14px;
}

.idk_input_icon {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.7;
}

.idk_select_icon {
  position: absolute;
  right: 15px;
  top: 44%;
  transform: translateY(-50%);
  width: 16px;
  pointer-events: none;
}

.idk_search_btn {
  background-color: var(--color-primary);
  color: white;
  padding: 10px 0px;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 32.5%;
  text-align: center;
}

.idk_search_btn:hover {
  background-color: #007acc;
}

.idk_form_check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.idk_form_check_input {
  border-color: #009cff;
  height: 30px;
}

.idk_form_check_label {
  white-space: nowrap;
  font-weight: bold;
}

/***************** newest jobs section *********************/
.idk_news_card {
  border-radius: 32px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.idk_news_card_img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  border-radius: 32px 32px 0 0;
}

.idk_news_card_content {
  height: 45%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
}

.idk_news_meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555;
}

.idk_news_meta img {
  height: 20px;
  width: auto;
  display: block;
}

.idk_news_card_small {
  min-height: 230px;
  max-height: 350px;
}

.idk_news_card_large .idk_news_card_img {
  height: 75%;
}

.idk_news_card_large .idk_news_card_content {
  height: 25%;
  padding: 20px;
}

.idk_news_card_small .idk_news_card_img {
  height: 60%;
}

.idk_news_card_small .idk_news_card_content {
  height: 40%;
  padding: 15px 20px;
}

.idk_news_card h3 {
  font-size: 16px;
}

.idk_blue_btn {
  display: inline-block;
  min-width: 40%;
  margin-top: 80px;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--color-primary);
  color: white !important;
  border-radius: 8px;
}

/******* faq & info *******/
.idk_cta_box {
  background-color: var(--color-accent);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}

.idk_cta_icon {
  height: 150px;
  width: 180px;
}

.idk_cta_box_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: end;
  text-transform: uppercase;
  font-weight: bold;
}

.idk_cta_box_content h3 {
  font-size: 24px;
}

.idk_cta_box_content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-end;
  transition: all 0.3s ease;
}

.idk_cta_box_content a img {
  transition: transform 0.3s ease;
}

.idk_cta_box_content a:hover img {
  transform: translateX(5px);
}

/***************** contact page *************/
.idk_contact_box {
  background-color: var(--color-accent);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 18px;
  align-items: center;
  margin-bottom: 40px;
}

.idk_contact_box p {
  font-size: 16px;
}

.idk_contact_box img {
  width: 18px;
  height: 18px;
}

/************** contact form ***************/

.idk_contact_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.idk_contact_form label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.8rem;
  display: block;
}

.idk_contact_form input,
.idk_contact_form textarea,
.idk_contact_form select {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #009cff80;
  border-radius: 4px;
}

.idk_contact_form button {
  padding: 0.8rem 1.6rem;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.idk_contact_form button:hover {
  background-color: #007ecc;
}

.idk_map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.idk_contact_info {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/***************** sign up & register ***************/
.idk_form_tabs {
  background-color: var(--color-accent);
  border-radius: 8px;
  padding: 10px 20px;
}

.idk_form_title {
  padding-top: 30px;
}

.idk_link {
  color: var(--color-primary) !important;
}

.idk_form_title h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.idk_tab_btn {
  background: none;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
}

.idk_tab_btn:nth-of-type(1) {
  border-right: 1px solid var(--color-primary);
}

.idk_tab_active {
  color: var(--color-primary) !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.idk_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.idk_input_group {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #029ee150;
  padding-bottom: 8px;
}

.idk_input_group img {
  width: 18px;
  margin-right: 8px;
}

.idk_input_group label {
  min-width: 50px;
}

.idk_input_group input {
  border: 1px solid #029ee150;
  border-radius: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 5px;
  color: #222;
}

.idk-check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  align-items: center;
  padding-top: 4px;
}
.idk-check-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  margin: 0;
}
.idk-check-inline input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.idk_submit_btn {
  background-color: var(--color-primary);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.idk_register_form a:visited {
  color: white;
}

.idk_submit_btn:visited {
  color: white;
}

.idk_cancel_btn {
  background-color: var(--color-black);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.idk_register_form label {
  min-width: 140px;
  font-size: 14px;
  white-space: nowrap;
}

.idk_register_form textarea {
  width: 100%;
  padding: 12px 12px 12px 12px;
  border-radius: 8px;
  border: 1px solid #029ee150;
  outline: none;
  font-size: 14px;
}

.idk_signup_form input {
  background: inherit;
  border: none;
}

/****************** sadrzaj - sidebar ***********/
.idk_sidebar_section h3 {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
}

.idk_sidebar_sublist {
  list-style: none;
}

.idk_sidebar_list {
  list-style: none;
}

.idk_sidebar_section .idk_sidebar_list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;

  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;

  background: var(--idk-sb-bg);
  color: var(--idk-sb-text);
  border: 1px solid var(--idk-sb-border);
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);

  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.idk_sidebar_section .idk_sidebar_list > li > a:hover {
  background: var(--idk-sb-hover);
  border-color: color-mix(in oklab, var(--idk-sb-border), #000 8%);
}

.idk_sidebar_section .idk_sidebar_list > li > a.active {
  background: var(--idk-sb-active);
  border-color: color-mix(in oklab, var(--idk-sb-border), #000 16%);
  position: relative;
}

.idk_sidebar_section .idk_sidebar_list > li > a.active::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 8px;
  width: 4px;
  border-radius: 4px;
  background: var(--idk-sb-accent);
}

.idk_sidebar_section .idk_sidebar_list > li > a i {
  transition: transform 0.2s ease, color 0.2s ease;
}
.idk_sidebar_section .idk_sidebar_list > li > a.active i.fa-angle-down {
  transform: rotate(180deg);
  color: var(--idk-sb-text);
}

.idk_sidebar_section .idk_sidebar_sublist li {
  background-color: var(--color-accent);
  color: black;
  padding: 0px;
  margin-bottom: 8px;
}

.idk_sidebar_section .idk_sidebar_sublist li > a {
  display: flex;
  align-items: center;
  gap: 10px;

  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;

  background: var(--idk-sb-bg);
  color: var(--idk-sb-text);
  border: 1px solid var(--idk-sb-border);
  text-decoration: none;
  cursor: pointer;

  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.idk_sidebar_section .idk_sidebar_sublist li > a:hover {
  background: var(--idk-sb-hover);
  border-color: color-mix(in oklab, var(--idk-sb-border), #000 8%);
}

.idk_category_placeholder {
  font-weight: bold;
  color: var(--color-primary);
  background-color: rgba(2, 158, 225, 0.04);
}

/***********************************/
.idk_content_img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.idk_content_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #fff;
}

.idk_collapse_toggle {
  padding-bottom: 3px;
  border-bottom: 2px solid #ccc;
  transition: border-color 0.4s ease;
  text-decoration: none;
  font-size: 16px;
}

.idk_collapse_toggle.active {
  border-bottom-color: var(--color-primary);
}

.idk_document {
  margin: 15px 0;
  background-color: var(--color-accent);
  padding: 10px 20px;
  border-radius: 8px;
}

/*************** svioglasi.php *********/
.idk_cat_tags_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 10px 0 25px;
  justify-content: center;
}

.idk_cat_tag {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 16px;
  background: var(--color-accent);
  color: var(--color-primary) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2px;
  transition: transform 0.05s ease-in, background 0.2s ease-in;
}

.idk_cat_tag--active {
  background: var(--color-primary);
  color: #fff !important;
}

.idk_job_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  margin: 20px 0;
  border-radius: 8px;
  min-height: 200px;
  align-items: stretch;
  gap: 10px;
  background-color: #ffffff;
}

.idk_job_item img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border: 1px solid var(--idk-sb-active);
  border-radius: 10px;
  display: block;
}

.idk_news_section .idk_job_text {
  justify-content: space-around;
}

.idk_job_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
}

.idk_job_text h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}

.idk_job_text p {
  font-size: 14px;
}

.idk_job_types_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}

.idk_news_badge {
  display: flex;
  align-items: center;
  gap: 3px;
  background: #f1f1f1;
  color: var(--idk-sb-accent);
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.idk_news_badge img {
  height: 20px;
  width: 20px;
  object-fit: cover;
  border: none;
  border-radius: 0px;
}

.idk_job_type {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 8px;
  margin-bottom: 6px;
  background-color: var(--color-accent);
  border-radius: 20px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.idk_job_type:last-child {
  margin-right: 0;
}

.idk_job_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}

.idk_job_info p {
  font-size: 12px;
}

.idk_job_info .idk_search_btn {
  width: 90%;
  text-align: center;
  font-weight: normal;
  color: whitesmoke;
}

.idk_navigation_btns {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.idk_nav_btn a {
  padding: 10px 20px;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  min-width: 120px;
  letter-spacing: 0.2rem;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}

.idk_nav_btn a:hover {
  background-color: var(--color-black);
  color: white;
}

.idk_category_bubbles {
  margin-top: 1rem;
}

.idk_category_badge {
  display: inline-block;
  padding: 1.5rem;
  background-color: var(--color-accent);
  color: var(--color-primary);
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.idk_category_badge:visited {
  text-decoration: none !important;
}

/******************* trazi-radnike.php **********/

.idk_section_desc {
  font-size: 16px !important;
}

.idk_unemployed_list {
  padding: 40px 0;
}

.idk_employee_search input {
  color: #222;
  padding: 12px 16px 12px 10px;
}

.idk_employee_search input::placeholder {
  color: #222;
  padding: 12px 16px 12px 10px;
}

.idk_reset_btn {
  display: inline-block;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-transform: uppercase;
  margin-right: 10px;
  min-width: 15%;
  text-align: center;
  font-size: 12px;
}

.idk_reset_btn:hover {
  background: #f6f6f6;
}

.idk_person_card {
  padding: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background: white;
  border-radius: 8px;
  margin-bottom: 15px;
}

.idk_person_avatar {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.idk_person_desc {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.idk_see_more_btn {
  display: block;
  margin: 10px auto 0 auto;
  background-color: var(--color-primary);
  color: white !important;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.idk_see_more_btn:hover {
  background-color: #007acc;
}

.idk_message_wrapper {
  padding: 20px 0;
  font-size: 14px;
}

/************************ statistika.php **************/

.idk_stats_section .idk_job_search_wrapper {
  margin: 20px 0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.idk_stats_section .idk_job_search_wrapper input {
  width: 100%;
  padding: 12px 16px 12px 42px;
  margin: 15px 0;
  border-radius: 8px;
  border: 1px solid #029ee150;
  outline: none;
  font-size: 14px;
}

.idk_stats_section .idk_job_search_wrapper select {
  margin: 15px 0;
}

.idk_stats_input_group {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  position: relative;
}

.idk_stats_input_group label {
  white-space: nowrap;
  min-width: 90px;
}

.idk_stats_table {
  font-size: 15px;
  border-radius: 10px;
}

.idk_document_section .idk_sidebar_list {
  padding-left: 0;
}

.idk_document_section .idk_sidebar_list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;

  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;

  background: #e6e3e3;
  color: var(--idk-sb-text);
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);

  transition: background-color 0.2s ease, border-color 0.2s ease,
    transform 0.15s ease;
}

.idk_document_section .idk_sidebar_list > li > a:hover {
  background: rgb(218, 215, 215);
}

.idk_document_section .idk_sidebar_list > li > a.active {
  background: var(--idk-sb-active);
  border-color: color-mix(in oklab, var(--idk-sb-border), #000 16%);
  position: relative;
}

.active-year {
  border: 2px solid var(--idk-sb-accent);
  border-radius: 12px;
}

.month-divider {
  margin: 16px 0 8px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
}
.month-divider + li {
  margin-top: 6px;
}

/****************** oglas.php ******************/
.idk_job_info_tab {
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px !important;
  margin: 15px 0;
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
}

.idk_job_info_content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.idk_employer_link {
  color: #004085;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.idk_employer_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: var(--color-primary);
  transition: width 0.3s ease;
}

.idk_employer_link:hover {
  color: #007bff; /* svjetlija plava kod hovera */
}

.idk_employer_link:hover::after {
  width: 100%;
}

.idk_job_info_content img {
  height: 30px;
}

.idk_show_documents_btn {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: var(--color-accent);
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 8px;
}

/********************** footer **********************/
.idk_footer_wrapper {
  background-color: var(--color-black);
  color: #ffffff;
}

.idk_footer {
  justify-content: space-between;
}

.idk_footer_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 30px;
}

.idk_footer_info_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.idk_footer_logo {
  width: 170px;
  height: 70px;
  object-fit: contain;
}

.idk_footer_pages h3 {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-bottom: 20px;
}

.idk_footer_links {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.idk_footer_project {
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}

/******************** invoice.php ***************/
.idk_invoice_icon {
  height: 50px;
}

/*********************** profil poslodavca ***************/
.idk_profile_pic_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.idk_employer_name {
  text-transform: none;
}

.idk_employer_name span {
  color: var(--color-primary);
}

.idk_avatar_img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
.idk_icon {
  color: var(--color-primary);
}
.idk_employer_desc {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.idk_employer_desc p {
  padding: 1.5rem;
  font-size: 16px;
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.175);
  background-color: #fff;
  border-radius: 0.5rem;
}

.idk_employer_desc p a {
  font-size: 16px;
}

.idk_upload_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #f8f9fa;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  align-items: center;
  text-align: center;
}

.idk_upload_box {
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

#avatarPreview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#avatarPreview img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

#cvPreview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#cvPreview i {
  font-size: 32px;
  color: #dc3545;
}

/******************** protected.php ********************/
.idk_protected_warning {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.idk_protected_warning_content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

/******************** partneri ********************/
.idk_partner_logo {
  max-height: 300px;
  width: 100%;
  object-fit: contain;
  background-color: #fff;
  padding: 10px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.4s ease;
}

.idk_partner_logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

/******************** media queries *********************/
@media (max-width: 768px) {
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }

  .idk_padding_bottom65 {
    padding-bottom: 35px;
  }

  .idk_padding100 {
    padding: 65px 0;
  }

  .idk_padding50 {
    padding: 30px 0;
  }

  .idk_banner_main {
    height: 450px;
  }

  .idk_banner {
    height: 350px;
  }

  .idk_banner_cards {
    top: -60px;
  }

  .idk_cta_box {
    display: flex;
    flex-direction: column;
  }

  .idk_search_btn,
  .idk_blue_btn {
    min-width: 50%;
  }

  .idk_map {
    min-height: 300px;
  }

  .idk_header_signin {
    padding: 15px 0;
  }

  .idk_tab_btn:nth-of-type(1) {
    border-right: none;
  }

  .idk_form_tabs {
    background-color: transparent;
    border-radius: 8px;
  }

  .idk_tab_btn {
    margin-bottom: 15px;
    background-color: var(--color-accent);
    padding: 20px;
    width: 100%;
    border-radius: 8px;
  }

  .idk_sidebar_section h3 {
    padding-left: 0px;
  }

  .idk_form_tabs a {
    display: block;
  }

  .idk_job_info_tab {
    flex-direction: column;
    gap: 20px;
    align-items: start;
    padding-top: 30px;
  }

  .idk_upload_form {
    display: flex;
    gap: 20px;
  }

  .idk_reset_btn {
    min-width: 25%;
  }

  .idk_employer_section h2 {
    font-size: 26px;
  }

  .idk_news_card_large {
    min-height: 230px;
    max-height: 350px;
  }

  .idk_news_card_large .idk_news_card_img {
    height: 60%;
  }

  .idk_news_card_large .idk_news_card_content {
    height: 40%;
    padding: 20px;
  }

  .idk_partner_logo {
    height: 400px;
  }
}

.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

#lightcase-nav a {
  color: #ffffff !important;
}

a.lightcase-icon-close {
  color: #ffffff !important;
}

html[data-lc-type="iframe"] #lightcase-content,
html[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner {
  width: 80vw !important;
  height: 80vh !important;
}

html[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* IDK Menu Start */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3 !important;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  background: var(--color-primary);
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
  color: #ffffff;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid white;
  padding: 11px 15px;
  width: 340px;
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: var(--color-primary);
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: "";
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* IDK Menu End */
