@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 999;
  transition: 350ms ease;
}
.site-header-top {
  padding: 2.3125rem 3.25rem;
  position: relative;
  transition: 350ms ease;
}
.site-header-top .site-header-logo-link {
  position: relative;
}
.site-header-top .site-header-logo-link img {
  transition: 350ms ease;
  max-width: 90px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-header-top .site-header-logo-link img {
    max-width: 55px;
  }
}
.site-header-top .site-header-logo-link img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .site-header-top {
    padding: 2.7rem 1.875rem;
  }
}
.site-header-top .dark-light-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #262224;
  border-radius: 6.25rem;
  position: relative;
  width: 7.55rem;
  padding: 0.35rem;
  transition: 350ms ease;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .site-header-top .dark-light-box {
    position: fixed;
    bottom: -100%;
    right: 1.875rem;
  }
  .site-header-top .dark-light-box-open {
    bottom: 3.125rem;
    transition: 350ms ease;
  }
}
.site-header-top .dark-light-box-icon {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 0.0625rem solid #262224;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 350ms ease;
}
.site-header-top .dark-light-box-icon .material-symbols-outlined {
  border-radius: 50%;
  color: #262224;
  font-size: 18px;
}
.site-header-top .dark-light-box-icon .material-symbols-outlined.light {
  z-index: 20;
  left: 0;
  transition: 350ms ease;
}
.site-header-top .dark-light-box-icon .material-symbols-outlined.dark {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  transition: 350ms ease;
}
.site-header-top .dark-light-box .dark-light-box-icon-right {
  left: 94px;
  transition: 350ms ease;
}
.site-header-top .dark-light-box .dark-light-box-icon-right .material-symbols-outlined.light {
  opacity: 0;
  visibility: hidden;
}
.site-header-top .dark-light-box .dark-light-box-icon-right .material-symbols-outlined.dark {
  opacity: 1;
  visibility: visible;
}
.site-header-top .dark-light-box-text {
  color: #262224;
  font-size: 0.8125rem;
  font-weight: 400;
  position: relative;
  left: 31px;
  transition: 350ms ease;
}
@media (max-width: 1199px) {
  .site-header-top .site-header-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(38, 34, 36, 1);
    transition: 350ms ease;
  }
  .site-header-top .site-header-navigation-open {
    right: 0;
    transition: 350ms ease;
  }
}
@media (max-width: 1199px) {
  .site-header-top .site-header-logo-link {
    z-index: 20;
    max-width: 4.375rem;
  }
  .site-header-top .site-header-logo-link img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-header-top .site-header-logo-link {
    max-width: 3.4375rem;
  }
}
.site-header-bottom {
  background-color: #7f003a;
  padding: 0.9375rem 0;
  text-align: center;
  transition: 350ms ease;
  display: none;
}
.site-header-bottom p {
  font-size: 1rem;
  font-weight: 200;
}
@media (min-width: 1921px) {
  .site-header-bottom p {
    font-size: clamp(1rem, 1.5vw + 0.75rem, 1.5rem);
  }
}
@media (max-width: 1199px) {
  .site-header-bottom {
    display: none;
  }
}
.site-header .hamburger {
  display: none;
  width: 2.5rem;
  height: 1.875rem;
  z-index: 50;
}
@media (max-width: 1199px) {
  .site-header .hamburger {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: 350ms ease;
  }
}
.site-header .hamburger span {
  width: 100%;
  height: 0.3125rem;
  background-color: #ffffff;
  transition: 350ms ease;
  position: relative;
  top: 0;
}
.site-header .hamburger__open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.5625rem;
}
.site-header .hamburger__open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.site-header .hamburger__open span:nth-child(3) {
  transform: rotate(-45deg);
  top: -0.9375rem;
}
.site-header-sticky {
  transition: 350ms ease;
  padding: 1.25rem 0 0;
}
.site-header-sticky .site-header-top {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
.site-header-sticky .site-header-top::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 6.5rem);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #a2a2a2;
  transition: 350ms ease;
}
@media (max-width: 767px) {
  .site-header-sticky .site-header-top::after {
    width: calc(100% - 3.75rem);
  }
}
.site-header-sticky .site-header-bottom {
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  display: none;
}
@media (max-width: 1199px) {
  .site-header-sticky .hamburger {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .site-header-sticky {
    padding: 32px 0 0;
  }
  .site-header-sticky .site-header-top {
    padding: 0 1.875rem 22px;
  }
}

.site-footer {
  padding: 55px 50px;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 20px 1.25rem 40px;
  }
}
.site-footer-left {
  padding: 45px 0;
  
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .site-footer-left {
    padding: 25px 0;
    margin-bottom: 40px;
  }
}
.site-footer-left a {
  position: absolute;
  top: 0%;
  left: 0;
  transform: translateY(-0%);
  max-width: 143px;
}
@media (max-width: 767px) {
  .site-footer-left a {
    display: none;
  }
}
.site-footer-left a img {
  width: 100%;
  height: auto;
  transition: 350ms ease;
  opacity: 1;
  visibility: visible;
}
.site-footer-left a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.site-footer-left p {
  text-align: center;
  font-weight: 200;
}
@media (min-width: 1921px) {
  .site-footer-left p {
    font-size: clamp(1rem, 1.5vw + 0.75rem, 1.5rem);
  }
}
@media (max-width: 1280px) {
  .site-footer-left p {
    padding: 0 55px;
  }
}
@media (max-width: 767px) {
  .site-footer-left p {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
  }
}
.site-footer-middle {
  margin-bottom: 3.25rem;
}
@media (max-width: 767px) {
  .site-footer-middle {
    margin-bottom: 0.313rem;
  }
}
@media (max-width: 767px) {
  .site-footer-middle .socials {
    flex-wrap: wrap;
  }
}
.site-footer-middle .socials a {
  width: 1.875rem;
  height: auto;
  margin: 0 0.875rem;
}
@media (min-width: 1921px) {
  .site-footer-middle .socials a {
    width: clamp(1rem, 2vw + 1rem, 3rem);
    margin: 0 clamp(0.5rem, 1vw + 0.5rem, 1rem);
  }
}
@media (max-width: 767px) {
  .site-footer-middle .socials a {
    width: 35%;
    margin: 0;
    text-align: center;
    margin-bottom: 2.188rem;
  }
  .site-footer-middle .socials a:nth-child(odd) span {
    margin-left: 30px;
  }
  .site-footer-middle .socials a:nth-child(even) span {
    margin-right: 30px;
  }
}
.site-footer-middle .socials a span {
  width: 100%;
  color: #ffffff;
  font-size: 1.875rem;
  transition: 350ms ease;
}
@media (min-width: 1921px) {
  .site-footer-middle .socials a span {
    width: clamp(50%, 70vw, 100%);
    font-size: clamp(1rem, 2vw + 1rem, 2.5rem);
  }
}
.site-footer-bottom {
  text-align: center;
  font-weight: 200;
  overflow: hidden;
}
.site-footer-bottom-privacy ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.site-footer-bottom-privacy ul li {
  list-style-type: none;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .site-footer-bottom-privacy ul li {
    margin: 0 10px;
  }
}
.site-footer-bottom-privacy ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .site-footer-bottom-privacy ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .site-footer-bottom p {
    font-size: 88px!important;
  }
}
@media (max-width: 767px) {
  .site-footer-bottom p {
    font-size: 0.875rem;
  }
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-x:before, .icon-spotify:before, .icon-search:before, .icon-linkedin:before, .icon-instagram:before, .icon-facebook:before, .icon-facebook-f:before, .icon-clock:before, .icon-behance:before, .icon-arrow-right-long:before, .icon-arrow-long:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-left:before {
  content: "\e001";
}

.icon-arrow-long:before {
  content: "\e002";
}

.icon-arrow-right-long:before {
  content: "\e003";
}

.icon-behance:before {
  content: "\e004";
}

.icon-clock:before {
  content: "\e005";
}

.icon-facebook-f:before {
  content: "\e006";
}

.icon-facebook:before {
  content: "\e007";
}

.icon-instagram:before {
  content: "\e008";
}

.icon-linkedin:before {
  content: "\e009";
}

.icon-search:before {
  content: "\e00a";
}

.icon-spotify:before {
  content: "\e00b";
}

.icon-x:before {
  content: "\e00c";
}

body {
  font-family: "Poppins", serif;
  background-color: #262224;
  color: #E6E8E0;
  padding-top: 169px;
}
@media (max-width: 767px) {
  body {
    padding-top: 190px;
  }
}
body.light-theme {
  background-color: #E6E8E0;
  color: #262224;
}
body ::selection {
  background-color: #a2a2a2;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

a,
input,
label,
textarea,
svg,
button {
  transition: 350ms ease;
}

.flex {
  display: flex;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-align-center {
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}

section {
  padding: 0 53px;
}
@media (max-width: 767px) {
  section {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1921px) {
  section {
    max-width: 1920px;
    margin-left:auto;
    margin-right: auto;
  }
  footer {
    max-width: 1920px;
    margin-left:auto;
    margin-right:auto;
  }
}

.container-left {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1199px) {
  .container-left {
    max-width: 100%;
  }
}

.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 1921px) {
  .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
}

.main-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 1199px) {
  .main-navigation ul {
    flex-direction: column;
    padding-top: 11.25rem;
    position: relative;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.main-navigation ul li {
  list-style-type: none;
  margin: 0 1.875rem;
  position: relative;
}
.main-navigation ul li::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 15px;
  background-color: transparent;
  left: 0;
}
@media (max-width: 1199px) {
  .main-navigation ul li {
    text-align: center;
    width: fit-content;
    margin: 0 auto 2.1875rem;
    min-width: 135px;
  }
}
.main-navigation ul li a {
  color: #ffffff;
  font-size: 1.25rem;
}
@media (max-width: 1199px) {
  .main-navigation ul li a {
    font-size: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-navigation ul li a {
    font-size: clamp(1.25rem, 1.25vw + 1rem, 1.875rem);
  }
}
@media (max-width: 1199px) {
  .main-navigation ul li.current_page_item {
    padding-right: 5px;
  }
}
.main-navigation ul li.current_page_item a {
  color: #a2a2a2;
}
.main-navigation ul li.current_page_item span {
  color: #a2a2a2;
}
.main-navigation ul li.current_page_item .sub-menu li a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .main-navigation ul li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-navigation ul li.menu-item-has-children a {
    order: 1;
    max-width: calc(100% - 22px);
    width: fit-content;
  }
  .main-navigation ul li.menu-item-has-children span {
    order: 2;
    position: relative;
    right: 0;
  }
  .main-navigation ul li.menu-item-has-children span.active {
    transform: rotate(90deg);
    right: 10px;
  }
  .main-navigation ul li.menu-item-has-children .sub-menu {
    order: 3;
    width: 100%;
  }
}
.main-navigation ul li span {
  transition: 350ms ease;
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .main-navigation ul li span {
    margin-left: 20px;
  }
  .main-navigation ul li span.active {
    transform: rotate(90deg);
  }
}
.main-navigation ul li:hover span {
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .main-navigation ul li:hover span {
    transform: rotate(-90deg);
  }
}
.main-navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-navigation ul .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease;
  background-color: rgba(38, 34, 36, 1);
  z-index: 999;
  min-width: 130px;
}
@media (max-width: 1199px) {
  .main-navigation ul .sub-menu {
    position: relative;
    top: 0;
    border: none;
    text-align: center;
    display: none; /* Podrazumevano skriven */
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    left: 0;
    transform: translateX(0);
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation ul .sub-menu.active {
    display: block; /* Vidljiv kada ima klasu active */
    height: auto; /* Prilagođava visinu sadržaju */
    opacity: 1;
    visibility: visible;
  }
}
.main-navigation ul .sub-menu li {
  margin: 0;
  padding: 15px;
}
@media (max-width: 1199px) {
  .main-navigation ul .sub-menu li {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .main-navigation ul .sub-menu li a {
    padding-right: 0;
  }
}
.main-navigation ul .sub-menu li:first-of-type {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.main-navigation ul .sub-menu li:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 1199px) {
  .main-navigation ul .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
}
.main-navigation ul .sub-menu li::after {
  display: none;
}
.main-navigation ul .sub-menu li:hover {
  background-color: #a2a2a2;
}
@media (max-width: 1199px) {
  .main-navigation ul .sub-menu li:hover {
    background-color: transparent;
  }
}
.main-navigation ul .sub-menu li a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .main-navigation ul .sub-menu li a {
    text-align: center;
    justify-content: flex-start;
    font-size: 20px;
  }
}
.main-navigation ul .sub-menu li a::before {
  content: "";
  max-width: 15px;
  min-width: 15px;
  width: 100%;
  height: 15px;
  background-image: url("../assets/images/e-sign-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.light-theme .light {
  display: none;
}
.light-theme .dark {
  display: inline;
  left: auto;
  right: 0;
  transition: 350ms ease;
  z-index: 30;
}
.light-theme .site-header-top .dark-light-box-text {
  left: 3px;
}
.light-theme .page-hero-inner .page-hero-title,
.light-theme .page-hero-inner .page-hero-text,
.light-theme .service-timeline-inner,
.light-theme .full-width .content-box h3,
.light-theme .full-width .content-box p,
.light-theme .slider-logo-wrapper .section-title,
.light-theme .site-header-bottom {
  color: rgba(230, 232, 224, 1);
}
.light-theme .contact-form-wrapper .gform_wrapper.gravity-theme .gfield label span.gfield_required_text::after,
.light-theme .single-insight-main-meta .insight-item-reading-time,
.light-theme .insight-item-reading-time span,
.light-theme .single-insight-shr-list a,
.light-theme .insight-item-title,
.light-theme .insights-filters-col #tags span,
.light-theme .work-single .text a,
.light-theme .contact-form-wrapper .frm_forms .form-field label span,
.light-theme .projects-slider .project-slider-wrapper h3 a,
.light-theme .entry-content,
.light-theme .entry-content blockquote::after,
.light-theme .site-footer-bottom-privacy ul li a,
.light-theme .grid-item h3 a,
.light-theme .grid-item span,
.light-theme .contact-block-inner-left a,
.light-theme .site-footer-middle .socials a span,
.light-theme .frm_fields_container .form-field label {
  color: rgba(38, 34, 36, 1);
}
.light-theme .insight-item-link span,
.light-theme .entry-content p a {
  color: #7f003a;
}
.light-theme .projects-slider-box::before,
.light-theme .projects-slider-box::after,
.light-theme .site-header-top {
  background-color: rgba(230, 232, 224, 1);
}
.light-theme .site-footer-left a img {
  opacity: 0;
  visibility: hidden;
}
.light-theme .site-footer-left a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.light-theme .site-header-logo-link img {
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.light-theme .site-header-logo-link img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.light-theme .projects-slider .slick-dots li {
  background-color: #a2a2a2;
  opacity: 0.6;
}
.light-theme .projects-slider .slick-dots li.slick-active {
  opacity: 1;
}
.light-theme .filter-buttons button.is-checked,
.light-theme .main-navigation ul li.current_page_item a {
  color: rgba(38, 34, 36, 1);
  opacity: 0.6;
}
.light-theme .insights-filters-col .search-container button span,
.light-theme .related-insight-title a,
.light-theme .insights-filters-col select,
.light-theme .insights-filters-col .search-container input,
.light-theme .insights-filters-col .search-container input::placeholder,
.light-theme .filter-buttons-mobile button,
.light-theme .filter-buttons button,
.light-theme .main-navigation ul li a {
  color: rgba(38, 34, 36, 1);
}
.light-theme .insights-filters-col .search-container button span {
  -webkit-text-stroke: 1px rgba(230, 232, 224, 1);
}
.light-theme .dark-light-box-text {
  color: rgba(230, 232, 224, 1);
}
.light-theme .dark-light-box {
  background-color: rgba(38, 34, 36, 1);
  border-color: rgba(38, 34, 36, 1);
  color: #rgba(230, 232, 224, 1);
}
.light-theme .frm_fields_container #frm_field_5_container textarea,
.light-theme .contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox input.gfield-choice-input::after,
.light-theme .contact-form-wrapper .gform_wrapper.gravity-theme .gfield input,
.light-theme .contact-form-wrapper .gform_wrapper.gravity-theme .gfield textarea,
.light-theme .contact-form-wrapper .frm_forms .form-field input {
  border: 1px solid rgba(38, 34, 36, 1) !important;
}
.light-theme .contact-form-wrapper .frm_forms .form-field.vertical_radio input::after,
.light-theme .frm_fields_container .form-field input,
.light-theme .frm_fields_container .form-field textarea,
.light-theme .frm_fields_container .form-field.vertical_radio input,
.light-theme .frm_fields_container .form-field.vertical_radio input:focus,
.light-theme .frm_fields_container .form-field.vertical_radio input:checked,
.light-theme .dark-light-box-icon {
  border-color: rgba(38, 34, 36, 1);
}
@keyframes fadeOutWhite {
  0% {
    background-color: rgba(230, 232, 224, 1); /* Početna crna boja */
  }
  100% {
    background-color: rgba(255, 255, 255, 0); /* Završna transparentna boja */
  }
}
.light-theme .grid-item .after-element {
  background-color: rgba(230, 232, 224, 1);
  animation: fadeOutWhite 1s forwards;
}
.light-theme .site-header {
  background-color: rgba(230, 232, 224, 1);
}
.light-theme .site-header-top {
  box-shadow: 0px 9px 10px 3px rgba(0, 0, 0, 0.1);
}
.light-theme .site-header-top::after {
  display: none;
}
.light-theme .service-header-title img.white {
  display: none;
}
.light-theme .service-header-title img.black {
  display: inline-block;
}
.light-theme .entry-content pre {
  border-color: rgba(38, 34, 36, 1);
}
.light-theme .insights-filters-col #tags input {
  display: none;
}
.light-theme .insights-filters-col #tags input:checked + span {
  background-color: rgba(38, 34, 36, 1);
  color: rgba(230, 232, 224, 1);
}
@media (max-width: 1199px) {
  .light-theme .site-header-top .site-header-navigation {
    background-color: rgba(230, 232, 224, 1);
  }
  .light-theme .hamburger span {
    background-color: rgba(38, 34, 36, 1);
  }
  .light-theme .hamburger__open span {
    background-color: rgba(38, 34, 36, 1);
  }
}
.light-theme .post-tags .tag {
  background-color: rgba(38, 34, 36, 1);
  color: rgba(230, 232, 224, 1);
}
.light-theme .insight-item-link-arrow.green {
  display: none;
}
.light-theme .insight-item-link-arrow.purple {
  display: inline-block;
}
.light-theme .sub-menu {
  background-color: rgba(230, 232, 224, 1) !important;
  border-color: rgba(38, 34, 36, 1) !important;
}
.light-theme .sub-menu li a {
  color: rgba(230, 232, 224, 1) !important;
  opacity: 1 !important;
}
.light-theme .sub-menu li a::before {
  background-image: url("../assets/images/e-sign-black.svg") !important;
}
.light-theme .light-theme .main-navigation ul li.current_page_item .sub-menu li a {
  opacity: 1 !important;
  color: rgba(38, 34, 36, 1) !important;
}
.light-theme .related-insight-slider .slick-dots li {
  background-color: rgba(38, 34, 36, 1);
}
.light-theme .selected,
.light-theme .options {
  background: rgba(230, 232, 224, 1);
  color: rgba(38, 34, 36, 1);
}
.light-theme .insights-filters-col .search-container button img.black {
  display: block;
}
.light-theme .insights-filters-col .search-container button img.white {
  display: none;
}
.light-theme .contact-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield_error label span.gfield_required_text::after {
  color: #ff5d7f;
}

.entry-content {
  color: rgba(230, 232, 224, 1);
}
.entry-content h1 {
  font-size: 56px;
  font-weight: 400;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .entry-content h1 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
.entry-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 0 0 42px;
}
@media (max-width: 767px) {
  .entry-content h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
.entry-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .entry-content h3 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
.entry-content h4 {
  font-size: 29px;
  font-weight: 400;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .entry-content h4 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.entry-content h5 {
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .entry-content h5 {
    font-size: 21px;
    margin: 0 0 20px;
  }
}
.entry-content h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .entry-content h6 {
    margin: 0 0 20px;
  }
}
.entry-content pre {
  font-size: 18px;
  padding: 15px 20px;
  border: 1px solid #a2a2a2;
  border-radius: 10px;
  font-family: "Poppins", serif;
  margin-bottom: 70px;
}
.entry-content blockquote {
  padding: 21px 28px;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 30px;
}
.entry-content blockquote::after {
  content: '"';
  font-family: "Poppins", serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  color: #ffffff;
}
.entry-content p {
  font-size: 16px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .entry-content p:last-of-type {
    margin-bottom: 0;
  }
}
.entry-content p a {
  color: #d7f4ae;
}
.entry-content ul {
  margin-bottom: 30px;
}
.entry-content ul li {
  font-size: 23px;
  margin-bottom: 20px;
  list-style: none;
}
.entry-content ul li:last-of-type {
  margin-bottom: 0;
}
.entry-content ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ol li {
  font-size: 18px;
  margin-bottom: 20px;
}
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .entry-content img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
}

.btn-main {
  background-color: #d7f4ae;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  padding: 15px 120px;
  border: 1px solid #d7f4ae;
  border-radius: 10px;
  display: block;
  width: fit-content;
}
@media (max-width: 767px) {
  .btn-main {
    max-width: 175px;
  }
}

.load-more-team,
.load-more-btn,
.load-more-test {
  display: none;
}
@media (max-width: 767px) {
  .load-more-team,
  .load-more-btn,
  .load-more,
  .load-more-test {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    border-radius: 10px;
    background-color: #d7f4ae;
    padding: 15px;
    min-width: 200px;
    box-shadow: none;
    border: none;
    font-weight: 500;
  }
}

.section-title {
  font-size: 39px;
  font-weight: 300;
  margin: 0 0 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.owl-carousel {
  padding: 30px 0;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-stage .owl-item {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-stage .owl-item {
    margin: 0 15px;
  }
}
.owl-carousel .owl-stage .owl-item img {
  height: 50px;
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .owl-carousel .owl-stage .owl-item img {
    height: 30px;
  }
}

.error-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 4.0625rem 0 1.875rem;
}
.error-block-inner h1 {
  font-size: clamp(8rem, 7vw + 4rem, 15.75rem);
  font-weight: 400;
  margin: 0 0 0.3125rem;
}
@media (max-width: 767px) {
  .error-block-inner h1 {
    font-size: clamp(6rem, 5vw + 3rem, 6.25rem);
  }
}
.error-block-inner .text-big {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .error-block-inner .text-big {
    font-size: 28px;
  }
}
.error-block-inner .text-small {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-block-inner .text-small {
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto 40px;
    width: 100%;
  }
}

.full-width {
  padding: 2.75rem 3.125rem; /* 40px 50px */
}
@media (max-width: 767px) {
  .full-width {
    padding: 0 1.875rem 2.75rem;
  }
}
.full-width-intro {
  text-align: center;
  padding: 0 9.375rem; /* 0 150px */
  margin-bottom: 2.5rem; /* 40px */
}
.full-width-intro p {
  max-width: 65rem; /* 1027px */
  margin: 0 auto;
  font-weight: 200;
}
@media (max-width: 991px) {
  .full-width-intro {
    padding: 0 4.375rem; /* 0 70px */
  }
}
@media (max-width: 767px) {
  .full-width-intro {
    padding: 0;
  }
}
.full-width .content-box {
  margin-bottom: 2.5rem; /* 40px */
  border-radius: 1.25rem; /* 20px */
  padding: 1.45rem 6.25rem 1rem; /* 15px 100px 40px */
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .full-width .content-box {
    padding: 2.5rem 0.9375rem 1.875rem; /* 40px 15px 30px */
    margin-bottom: 1.5625rem; /* 25px */
  }
}
.full-width .content-box h3 {
  margin-bottom: 1.5625rem; /* 25px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem; /* 40px */
  font-weight: 100;
  color: #ffffff;
}
.full-width .content-box h3 img {
  margin-right: 0.625rem; /* 10px */
}
.full-width .content-box p {
  text-align: center;
  max-width: 65rem; /* 1027px */
  width: 100%;
  margin: 0 auto 2.5rem;
  font-weight: 200;
  color: #ffffff;
}
.full-width .content-box .content-box-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}
.full-width .content-box span {
  background-color: #ffffff;
  padding: 0.1875rem 0.625rem; /* 3px 10px */
  text-align: center;
  color: #000000;
  line-height: normal;
  margin-right: 1.25rem; /* 20px */
  margin-bottom: 1.25rem; /* 20px */
}
@media (max-width: 767px) {
  .full-width .content-box span {
    margin: 0 10px 20px;
  }
}
.full-width .content-box:last-of-type {
  margin-bottom: 0;
}
.full-width .content-box.black h3,
.full-width .content-box.black p {
  color: #000000;
}
.full-width.three-column .full-width-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem; /* 40px */
}
@media (max-width: 991px) {
  .full-width.three-column .full-width-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .full-width.three-column .full-width-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.full-width.three-column .full-width-wrapper .content-box {
  margin-bottom: 0;
  padding: 1.5625rem 20px;
}
@media (max-width: 767px) {
  .full-width.three-column .full-width-wrapper .content-box {
    padding: 1.5625rem 0.9375rem;
  }
}
.full-width.three-column .full-width-wrapper .content-box span {
  margin: 0 0.3125rem 0.625rem; /* 5px 10px */
}
@media (max-width: 767px) {
  .full-width.three-column .full-width-wrapper .content-box span {
    font-size: 15px;
  }
}

.contact-block {
  margin: 2.5rem 0; /* 40px */
}
@media (max-width: 767px) {
  .contact-block {
    margin: 0 0 2.5rem;
  }
}
.contact-block-inner {
  padding-bottom: 1rem; /* 55px */
}
@media (max-width: 1199px) {
  .contact-block-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .contact-block-inner {
    padding-bottom: 0;
    border: none;
  }
}
.contact-block-inner-left {
  max-width: 38%;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact-block-inner-left {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .contact-block-inner-left {
    max-width: 100%;
    text-align: center;
    margin-bottom: 2.875rem;
  }
}
.contact-block-inner-left .section-title {
  margin-bottom: 1.5625rem;
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .contact-block-inner-left .section-title {
    font-size: clamp(1.5rem, 1.5vw + 2rem, 3rem);
  }
}
@media (max-width: 767px) {
  .contact-block-inner-left .section-title {
    font-size: 30px;
  }
}
.contact-block-inner-left p {
  font-size: 24px;
  margin-bottom: 3.125rem;
}
.contact-block-inner-left p a {
  font-weight: 300;
}
.contact-block-inner-left a {
  display: block;
  width: fit-content;
  color: #ffffff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0.625rem;
}
.contact-block-inner-left a br {
  
}
@media (min-width: 1921px) {
  .contact-block-inner-left a {
    font-size: clamp(1.5rem, 1.5vw + 2rem, 3rem);
  }
}
.contact-block-inner-left a:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .contact-block-inner-left a br {
   
  }
}
@media (max-width: 767px) {
  .contact-block-inner-left a {
    margin: 0 auto 0.625rem;
    font-size: 20px;
  }
}
.contact-block-inner-right {
  width: 61%; /* Širina od 890px na ekranu od 1920px */
  height: 26.0416666667%; /* Visina proporcionalna širini */
  position: relative;
}
@media (max-width: 767px) {
  .contact-block-inner-right {
    width: 100%; /* Širina prilagođena za male ekrane */
  }
}
.contact-block-inner-right img,
.contact-block-inner-right video {
  width: 100%;
}

.slider-logo {
  margin: 40px 0;
  position: relative;
}
.slider-logo.none {
  display: none;
}
.slider-logo-wrapper {
  background-color: #00195b;
  border-radius: 10px;
  padding: 60px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .slider-logo-wrapper {
    padding: 60px 0;
  }
}
.slider-logo-wrapper .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .slider-logo-wrapper .section-title {
    padding: 0 15px;
  }
}
.slider-logo-slick {
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.slider-logo-slick img {
  display: none;
}
.slider-logo-slick.slick-initialized {
  transition: 350ms ease;
  opacity: 1;
  visibility: visible;
}
.slider-logo-slick.slick-initialized img {
  display: block;
}
.slider-logo .slick-list .slick-track {
  display: flex !important;
  align-items: center;
}
.slider-logo .slick-list .slick-slide {
  opacity: 1;
  transition: 350ms ease;
  padding: 0;
  height: inherit !important;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}
.slider-logo .slick-list .slick-slide img {
  max-width: 100%;
  max-height: 50px; /* ograniči visinu da svi budu vizuelno ujednačeni */
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .slider-logo .slick-list .slick-slide {
    padding: 0;
    opacity: 1;
    margin-bottom: 0;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .slider-logo .slick-list .slick-slide > div {
    display: flex;
    align-items: center;
  }
}
.slider-logo .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.slider-logo .owl-carousel-box,
.slider-logo .logo-slide-box {
  text-align: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .slider-logo .owl-carousel-box,
  .slider-logo .logo-slide-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px; /* visina možeš prilagoditi */
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.slider-logo .owl-carousel-box a,
.slider-logo .logo-slide-box a {
  text-align: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .slider-logo .owl-carousel-box a,
  .slider-logo .logo-slide-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.slider-logo .owl-carousel-box a img,
.slider-logo .logo-slide-box a img {
  height: 50px; /* Postavi fiksnu visinu */
  margin: 0 auto !important;
  object-fit: contain;
  width: auto;
}
@media (max-width: 767px) {
  .slider-logo .owl-carousel-box a img,
  .slider-logo .logo-slide-box a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
.slider-logo .owl-item {
  transition: 350ms ease;
  opacity: 0.3;
  width: auto !important;
}
.slider-logo .owl-item.active {
  opacity: 1;
}
.slider-logo .slider-init {
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slider-logo .slider-init {
    position: relative;
  }
}
.slider-logo .slider-logo-slick img {
  margin: 0 auto;
}
.slider-logo .slider-arrows-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 95%;
  z-index: 130;
}
.slider-logo .slider-arrows-wrapper button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.slider-logo .slider-arrows-wrapper button span {
  color: #ffffff;
  font-size: 24px;
}
.slider-logo .slider-arrows-wrapper .custom-next {
  transform: rotate(-180deg);
}
.slider-logo .slider-arrows-wrapper .custom-next span {
  transform: rotate(-180deg);
}
.slider-logo .slick-dots {
  display: none;
}
@media (max-width: 767px) {
  .slider-logo .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slider-logo .slick-dots button {
  font-size: 0;
  border: 0;
}
.slider-logo .slick-dots li {
  list-style: none;
  margin: 0 10px;
  position: relative;
}
.slider-logo .slick-dots li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.slider-logo-marquee-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.slider-logo-marquee-wrapper:hover .slider-logo-marquee {
  animation-play-state: paused;
}

.slider-logo-marquee {
  animation: translateLogos 80s linear infinite;
  display: flex;
  align-items: center;
  animation-play-state: running; /* Osigurava da animacija počne normalno */
}

@keyframes translateLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-12337.7px);
  }
}
/* Ako koristiš SASS/SCSS, možeš zadržati media query ovako */
@media (max-width: 767px) {
  /* Primer za $sm */
  @keyframes translateLogos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-6274.58px);
    }
  }
}
.contact-form-block {
  margin: 5rem 0 0.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-form-block {
    margin: 2rem 0 3.5rem;
  }
}
.contact-form-block .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form-block .section-title {
    font-size: 26px;
  }
}
.contact-form-block p {
  max-width: 46.25rem;
  width: 100%;
  margin: 0 auto 1.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form-block p {
    font-size: 14px;
  }
}
.contact-form-block .frm_error_style {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent !important;
  text-align: center;
  font-size: 16px;
  color: #ff5d7f !important;
  border: none !important;
  width: fit-content;
}
@media (max-width: 767px) {
  .contact-form-block .frm_error_style {
    bottom: -90px;
    width: 95%;
    font-size: 14px !important;
  }
  .contact-form-block .frm_error_style p {
    font-size: 14px;
  }
}
.contact-form-block .frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.contact-form-block .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.contact-form-block .frm_forms.with_frm_style .frm_checkbox input[type=radio]:before,
.contact-form-block .frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
  width: 0 !important;
  height: 0 !important;
  background-image: none !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.contact-form-block .frm_fields_container .form-field.vertical_radio input:checked::before {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
}

.frm_fields_container {
  position: relative;
}
@media (max-width: 991px) {
  .frm_fields_container {
    flex-direction: column;
  }
}
.frm_fields_container .form-field {
  margin-right: 0; /* Mali razmak između polja */
  margin-bottom: 3.625rem !important;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (max-width: 991px) {
  .frm_fields_container .form-field {
    flex: 1 1 100%; /* Puna širina na manjim ekranima */
    margin-right: 0;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .frm_fields_container .form-field {
    margin-bottom: 46px !important;
  }
}
.frm_fields_container .form-field .frm_error {
  display: none;
}
.frm_fields_container .form-field.frm_blank_field label {
  color: #ff5d7f;
}
.frm_fields_container .form-field.frm_blank_field label span {
  color: #ff5d7f;
}
.frm_fields_container .form-field.frm_blank_field textarea,
.frm_fields_container .form-field.frm_blank_field input {
  border-color: #ffffff !important;
}
.frm_fields_container .form-field input {
  height: 3rem;
  border-radius: 10px;
}
.frm_fields_container .form-field input:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.frm_fields_container .form-field label {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0.625rem;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1.725rem;
  display: flex !important;
  text-align: left;
}
@media (max-width: 767px) {
  .frm_fields_container .form-field label {
    left: 3px;
    bottom: -30px;
  }
}
.frm_fields_container .form-field label span {
  color: #ffffff;
  font-family: "Poppins", serif !important;
  font-weight: 400;
  font-size: 1rem;
}
.frm_fields_container .form-field.vertical_radio {
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 7rem;
  left: 0;
  z-index: 20;
}
@media (max-width: 991px) {
  .frm_fields_container .form-field.vertical_radio {
    position: relative;
    bottom: 0;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 600px) {
  .frm_fields_container .form-field.vertical_radio {
    order: 998;
  }
}
.frm_fields_container .form-field.vertical_radio label {
  flex-direction: row;
  display: flex;
  position: relative;
  bottom: 0;
  padding-left: 2.5rem !important;
  text-indent: 0;
}
@media (max-width: 767px) {
  .frm_fields_container .form-field.vertical_radio label {
    padding-left: 0 !important;
  }
}
.frm_fields_container .form-field.vertical_radio input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important; /* 1.875rem * 16 = 30px */
  height: 30px !important; /* 1.875rem * 16 = 30px */
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px; /* 0.625rem * 16 = 10px */
}
@media (max-width: 767px) {
  .frm_fields_container .form-field.vertical_radio input {
    position: relative;
    top: -7px;
    left: -2px;
    transform: translate(0, 0);
  }
}
.frm_fields_container .form-field.vertical_radio input::before {
  content: "";
  width: 0;
  height: 0;
  background-color: #00195b;
  border-radius: 5px; /* 0.3125rem * 16 = 5px */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  box-shadow: none;
  clip-path: none;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease;
}
.frm_fields_container .form-field.vertical_radio input:checked::before {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  width: 20px; /* 1.25rem * 16 = 20px */
  height: 20px; /* 1.25rem * 16 = 20px */
}
.frm_fields_container #frm_field_5_container {
  width: 23.4375% !important; /* Proporcionalna širina */
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 178px;
}
@media (max-width: 600px) {
  .frm_fields_container #frm_field_5_container {
    position: relative;
    height: auto;
    width: 100% !important;
    order: 997;
    margin-bottom: 45px !important;
  }
}
.frm_fields_container #frm_field_5_container textarea {
  height: 178px !important;
  resize: none;
  border-radius: 10px;
}
.frm_fields_container #frm_field_6_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 0; /* Margina od 2.5rem na vrhu */
}
@media (max-width: 767px) {
  .frm_fields_container #frm_field_6_container {
    margin: 0;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .frm_fields_container #frm_field_6_container {
    order: 999;
  }
}
.frm_fields_container #frm_field_6_container .frm_button_submit {
  background-color: #d7f4ae !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 1.5rem !important;
  padding: 0.9375rem 7.5rem !important;
  border: 1px solid #d7f4ae !important;
  border-radius: 0.625rem !important;
  display: block !important;
  box-shadow: none;
  margin: 0 auto;
  z-index: 50;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .frm_fields_container #frm_field_6_container .frm_button_submit {
    max-width: 10.9375rem;
    padding: 0.7375rem 3.125rem !important;
    font-size: 1.1rem !important;
  }
}
.frm_fields_container #frm_field_10_container .frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.frm_fields_container #frm_field_10_container .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.frm_fields_container #frm_field_10_container #frm_field_10_container .frm_primary_label {
  display: none;
}
.frm_fields_container #frm_field_10_container .frm_forms.with_frm_style .frm_checkbox input[type=radio]:before,
.frm_fields_container #frm_field_10_container .frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
  width: 0 !important;
  height: 0 !important;
  background-image: none !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.frm_fields_container #frm_field_10_container .frm_fields_container .form-field.vertical_radio input:checked::before {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
}

.contact-form-wrapper .frm_forms fieldset {
  padding: 0;
  border: none;
}
.contact-form-wrapper .frm_forms .form-field input {
  border: none;
  padding: 6px 10px;
}
.contact-form-wrapper .frm_forms .form-field input:focus {
  outline: none;
}
.contact-form-wrapper .frm_forms .form-field label {
  padding-left: 8px;
}
.contact-form-wrapper .frm_forms .form-field label span {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 350ms ease;
}
.contact-form-wrapper .frm_forms .form-field textarea {
  padding: 6px 10px;
  height: 178px !important;
}
.contact-form-wrapper .frm_forms .form-field textarea:focus {
  outline: none;
}
@media (max-width: 767px) {
  .contact-form-wrapper .frm_forms .form-field.vertical_radio {
    padding-left: 40px;
  }
}
.contact-form-wrapper .frm_forms .form-field.vertical_radio input {
  position: relative;
  font-size: 0;
  width: 0 !important;
  height: 0 !important;
}
.contact-form-wrapper .frm_forms .form-field.vertical_radio input::before {
  top: 6px;
  left: -24px;
  z-index: 20;
}
@media (max-width: 767px) {
  .contact-form-wrapper .frm_forms .form-field.vertical_radio input::before {
    top: 16px;
  }
}
.contact-form-wrapper .frm_forms .form-field.vertical_radio input::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: -40px;
  top: -10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  z-index: 10;
}
@media (max-width: 767px) {
  .contact-form-wrapper .frm_forms .form-field.vertical_radio input::after {
    top: 0;
  }
}
.contact-form-wrapper .frm_forms .form-field.frm_blank_field label {
  color: #ff5d7f;
}
.contact-form-wrapper .frm_forms .form-field.frm_blank_field label span {
  color: #ff5d7f;
}
.contact-form-wrapper #frm_field_10_container .frm_primary_label {
  display: none;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_title,
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield_label_before_complex {
  display: none;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox {
  position: absolute !important;
  bottom: -75px;
  left: 0;
  cursor: pointer;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice.gchoice_2_1_1 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox label {
  position: relative !important;
  top: 0;
  left: 0;
  margin-left: 10px;
  cursor: pointer;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox input.gfield-choice-input {
  margin: 0 !important;
  height: 30px !important;
  width: 30px !important;
  position: relative !important;
  appearance: none;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox input.gfield-choice-input {
    top: 0;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox input.gfield-choice-input::before {
  content: "";
  width: 0 !important;
  height: 0 !important;
  background-image: none !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute !important;
  transition: 350ms ease;
  z-index: 10;
  border-radius: 5px;
  background-color: #00195b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox input.gfield-choice-input::after {
  content: "";
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  z-index: 5;
  position: absolute;
  inset: 0;
  top: -2px;
  left: -2px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox input.gfield-choice-input.show-notification::before {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  transition: 350ms ease;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_fields::after {
  content: "";
  display: table;
  clear: both;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield {
  margin-right: 0;
  margin-bottom: 2.25rem !important;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 23.75%;
  transition: 350ms ease;
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 25px !important;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield_error {
  border-color: #ffffff;
  border-radius: 10px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .validation_message {
  display: none !important;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield_error textarea {
  border-color: #ffffff;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield_error label {
  color: #ff5d7f;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield_error span.gfield_required_text::after {
  color: #ff5d7f;
}
@media (max-width: 991px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gfield {
    width: 100%;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-right: 0;
  position: absolute;
  bottom: -33px;
  left: 0;
  font-family: "Poppins", serif;
  font-weight: 400;
  transition: 350ms ease;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield label span.gfield_required_text {
  font-size: 0;
  position: relative;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield label span.gfield_required_text::after {
  content: "*";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: 350ms ease;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield input {
  padding: 6px 10px;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  height: 4rem;
  border-radius: 10px;
  width: 100%;
  font-family: "Poppins", serif;
}
@media (max-width: 991px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gfield input {
    height: 3rem;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield input:focus {
  outline: none;
}
.contact-form-wrapper .gform_wrapper.gravity-theme #field_2_10 {
  width: 22.75% !important;
  position: absolute;
  top: 4px;
  right: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 180px;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme #field_2_10 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme #field_2_10 {
    margin-bottom: 55px !important;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme #field_2_10 textarea {
  height: 180px;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins", serif;
  border-radius: 10px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme #field_2_10 textarea:focus {
  outline: none;
}
@media (max-width: 991px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme #field_2_10 {
    position: relative;
    top: 0;
    width: 100% !important;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer.before {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer.before {
    margin-top: 80px;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer.before input {
  margin: 0 auto;
  display: block;
  background-color: #d7f4ae;
  border-radius: 10px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  width: fit-content;
  border: none;
  padding: 0.9375rem 7.5rem !important;
  font-size: 1.5rem !important;
  cursor: pointer;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer.before input[type=hidden] {
  display: none !important;
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer.before input {
    max-width: 10.9375rem;
    padding: 0.7375rem 3.125rem !important;
    font-size: 1.1rem !important;
    min-height: auto !important;
    line-height: normal !important;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
  color: #ff5d7f;
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gform_validation_errors {
    bottom: -55px;
    padding: 0 10px;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: 16px;
  font-family: "Poppins", serif;
  color: #ff5d7f;
  font-weight: 300;
}
@media (max-width: 767px) {
  .contact-form-wrapper .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    font-size: 14px;
  }
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_validation_errors span {
  display: none !important;
}
.contact-form-wrapper .gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}

.frm_honeypot {
  display: none !important;
}

.gform_confirmation_message_2.gform_confirmation_message {
  text-align: center !important;
}
.gform_confirmation_message_2.gform_confirmation_message.hidden {
  display: none;
}

#gform_submit_button_2 {
  background-color: #d7f4ae !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 1.5rem !important;
  padding: 0.9375rem 7.5rem !important;
  border: 1px solid #d7f4ae !important;
  border-radius: 0.625rem !important;
  display: block !important;
  box-shadow: none;
  margin: 0 auto;
  z-index: 50;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #gform_submit_button_2 {
    max-width: 10.9375rem;
    padding: 0.7375rem 3.125rem !important;
    font-size: 1.1rem !important;
    margin-top: 80px;
  }
}
#gform_ajax_spinner_2,
.contact-form-wrapper .gform_ajax_spinner {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
}

.blog .contact-form-block {
  margin-top: 0;
}

.gallery-block {
  margin: 3.5rem 0;
  overflow: hidden;
}
.gallery-block.desktop {
  display: block;
}
.gallery-block.desktop .load-more-team {
  display: none !important;
}
.gallery-block.mobile {
  display: none;
}
@media (max-width: 767px) {
  .gallery-block {
    margin: 0 0 3.5rem;
  }
  .gallery-block.desktop {
    display: none;
  }
  .gallery-block.mobile {
    display: block;
  }
  .gallery-block.mobile .load-more-team {
    margin-top: 3rem;
  }
}
.gallery-block-inner .section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.05em;

}
.gallery-block-inner p {
  max-width: 64.375rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 200;
}
.gallery-block-wrapper, .gallery-block-wrapper-list {
  column-gap: 2.5rem;
  column-count: 4;
}
@media (max-width: 1366px) {
  .gallery-block-wrapper, .gallery-block-wrapper-list {
    column-count: 3;
  }
}
@media (max-width: 991px) {
  .gallery-block-wrapper, .gallery-block-wrapper-list {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .gallery-block-wrapper, .gallery-block-wrapper-list {
    column-count: 1;
    border: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
.gallery-block-wrapper figure, .gallery-block-wrapper-list figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 2.5rem;
  break-inside: avoid;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .gallery-block-wrapper figure, .gallery-block-wrapper-list figure {
    margin-bottom: 2.5rem;
  }
  .gallery-block-wrapper figure:last-of-type, .gallery-block-wrapper-list figure:last-of-type {
    margin-bottom: 0;
  }
}
.gallery-block-wrapper figure img, .gallery-block-wrapper-list figure img {
  width: 100%;
  border-radius: 1.25rem;
}
@media (max-width: 991px) {
  .gallery-block-wrapper figure img, .gallery-block-wrapper-list figure img {
    width: 100%;
    height: 100%;
  }
}
.gallery-block-wrapper figure h3, .gallery-block-wrapper-list figure h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 5px;
}
.gallery-block-wrapper figure span, .gallery-block-wrapper-list figure span {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .gallery-block-wrapper-list {
    min-height: 100vh;
  }
}

.work-single .work-title {
  text-align: center;
  margin: 58px auto;
  max-width: 57%;
  font-weight: 300;
}
.work-single .work-title .section-title {
  letter-spacing: -1.25px;
  margin: 0 0 20px;
}
.work-single .work-title p {
  font-weight: 200;
  line-height: 22px;
}
@media (max-width: 767px) {
  .work-single .work-title {
    max-width: 100%;
    margin: 15px auto 25px;
  }
}
.work-single-content {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .work-single-content {
    margin-bottom: 30px;
  }
}
.work-single video,
.work-single img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .work-single video,
  .work-single img {
    margin-bottom: 20px;
  }
}
.work-single .text {
  text-align: center;
  max-width: 62%;
  margin: 0 auto 55px;
  font-weight: 300;
}
.work-single .text p {
  margin-bottom: 10px;
}
.work-single .text a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
.work-single .text h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .work-single .text h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .work-single .text h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .work-single .text {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.work-single .third-img {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 55px;
  flex-wrap: wrap;
}
.work-single .third-img .relative-wrapper {
  flex-basis: calc(33.333% - 40px);
}
.work-single .third-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .work-single .third-img img {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .work-single .third-img {
    gap: 30px;
  }
  .work-single .third-img .relative-wrapper {
    flex-basis: calc(33.333% - 20px);
  }
}
@media (max-width: 767px) {
  .work-single .third-img {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
  .work-single .third-img .relative-wrapper {
    flex-basis: 100%;
  }
}
.work-single .two-thirds-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.work-single .two-thirds-img .relative-wrapper:first-child {
  flex-basis: calc(66.666% - 20px);
  aspect-ratio: 16/9;
}
.work-single .two-thirds-img .relative-wrapper:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.work-single .two-thirds-img .relative-wrapper:last-child {
  flex-basis: calc(33.333% - 40px);
  aspect-ratio: 4/5;
}
@media (max-width: 767px) {
  .work-single .two-thirds-img .relative-wrapper:last-child {
    margin-bottom: 0;
  }
  .work-single .two-thirds-img .relative-wrapper:last-child img {
    margin-bottom: 0;
  }
}
.work-single .two-thirds-img .relative-wrapper:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .work-single .two-thirds-img {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .work-single .two-thirds-img {
    margin-bottom: 25px;
    gap: 25px;
  }
  .work-single .two-thirds-img img {
    margin-bottom: 0;
  }
}
.work-single .two-thirds-img--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .work-single .two-thirds-img--reverse {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .work-single .two-thirds-img--reverse img {
    margin-bottom: 0;
  }
}
.work-single .two-thirds-img--reverse .relative-wrapper:first-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .work-single .two-thirds-img--reverse .relative-wrapper:last-of-type {
    margin-right: 0;
  }
}
.work-single .text-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
  align-items: center;
  flex-direction: row;
}
.work-single .text-img--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .work-single .text-img {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.work-single .text-img .text {
  max-width: 29%;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .work-single .text-img .text {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .work-single .text-img .text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.work-single .text-img .text h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .work-single .text-img .text h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .work-single .text-img .text h3 {
    text-align: center;
  }
}
.work-single .text-img .img-wrapper {
  max-width: 68%;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 991px) {
  .work-single .text-img .img-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .work-single .text-img .img-wrapper {
    max-width: 100%;
  }
  .work-single .text-img .img-wrapper img {
    margin-bottom: 0;
  }
}
.work-single .text-img .img-wrapper img {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.work-single .half-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.work-single .half-img .relative-wrapper {
  flex-basis: calc(50% - 30px);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .work-single .half-img .relative-wrapper {
    margin-bottom: 0;
  }
}
.work-single .half-img .relative-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .work-single .half-img .relative-wrapper img {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .work-single .half-img {
    flex-direction: column;
    margin-bottom: 25px;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .work-single .half-img img {
    width: 100%;
  }
}
.work-single .work-title-category {
  margin-bottom: 60px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .work-single .work-title-category {
    margin-bottom: 50px;
  }
}
.work-single .image-video {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .work-single .image-video {
    margin-bottom: 25px;
  }
}
.work-single .image-video .relative-wrapper {
  aspect-ratio: 16/9;
}
.work-single .image-video .relative-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.work-single .relative-wrapper {
  position: relative;
  width: 100%;
}

.projects-slider {
  padding: 0;
}
@media (max-width: 767px) {
  .projects-slider {
    padding: 0;
  }
}
.projects-slider .section-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .projects-slider .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.projects-slider .slick-list {
  padding: 0 20% 0 0 !important;
}
.projects-slider .slick-list .slick-track {
  padding-left: 47px;
}
@media (max-width: 767px) {
  .projects-slider .slick-list .slick-track {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .projects-slider .slick-list {
    padding: 0 !important;
  }
}
.projects-slider .slick-slide {
  margin-right: 70px;
}
@media (max-width: 1440px) {
  .projects-slider .slick-slide {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .projects-slider .slick-slide {
    margin: 0 1.875rem;
  }
}
.projects-slider .project-slider-wrapper video,
.projects-slider .project-slider-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.projects-slider .project-slider-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 5px;
}
.projects-slider .project-slider-wrapper h3 a {
  color: #ffffff;
}
.projects-slider .project-slider-wrapper span {
  font-size: 16x;
  font-weight: 400;
}
.projects-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .projects-slider .slick-dots {
    margin: 25px 0 0;
  }
}
.projects-slider .slick-dots li {
  list-style-type: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0;
  margin: 0 6px;
  transition: 350ms ease;
}
.projects-slider .slick-dots li.slick-active {
  width: 20px;
  border-radius: 20px;
}
.projects-slider .slick-dots li button {
  font-size: 0;
  border: 0;
}
.projects-slider-box {
  position: relative;
}
.projects-slider-box::before, .projects-slider-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-color: #000000;
  z-index: 10;
}
@media (max-width: 767px) {
  .projects-slider-box::before, .projects-slider-box::after {
    display: none;
  }
}
.projects-slider-box::after {
  left: auto;
  right: 0;
  display: none;
}

.postid-154 .text-img .text,
.postid-127 .text-img .text {
  max-width: 60%;
}
@media (max-width: 767px) {
  .postid-154 .text-img .text,
  .postid-127 .text-img .text {
    max-width: 100%;
  }
}
.postid-154 .text-img .img-wrapper,
.postid-127 .text-img .img-wrapper {
  max-width: 40%;
}
@media (max-width: 767px) {
  .postid-154 .text-img .img-wrapper,
  .postid-127 .text-img .img-wrapper {
    max-width: 100%;
  }
}

.grid-isotope {
  margin: 0 auto;
  width: 100% !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid-isotope {
    display: none;
  }
}

.grid-item-mobile,
.grid-item {
  float: left;
  height: auto;
  margin: 0 0 70px;
  min-height: 300px;
  transition: background 0.4s, box-shadow 0.4s;
  width: 25%; /* 4 u nizu */
  box-sizing: border-box; /* Padding i border ne utiču na širinu */
  padding: 10px 20px; /* Razmak između elemenata */
}
.grid-item-mobile:nth-child(4n),
.grid-item:nth-child(4n) {
  margin-right: 0;
}
@keyframes fadeOut {
  0% {
    background-color: black; /* Početna crna boja */
  }
  100% {
    background-color: rgba(0, 0, 0, 0); /* Završna transparentna boja */
  }
}
@media (max-width: 767px) {
  .grid-item-mobile,
  .grid-item {
    float: none;
    width: 100%;
    padding: 0;
  }
  .grid-item-mobile .after-element,
  .grid-item .after-element {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 20;
    animation: fadeOut 1s forwards;
    border-radius: 20px;
  }
}
.grid-item-mobile img,
.grid-item-mobile video,
.grid-item img,
.grid-item video {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.grid-item-mobile h3,
.grid-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 5px;
  transition: 350ms ease;
  color: #ffffff;
}
.grid-item-mobile h3.hidden,
.grid-item h3.hidden {
  visibility: hidden;
}
.grid-item-mobile h3.hidden a,
.grid-item h3.hidden a {
  color: #000000;
}
.grid-item-mobile h3 a,
.grid-item h3 a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .grid-item-mobile h3,
  .grid-item h3 {
    margin: 5px 0;
  }
}
.grid-item-mobile span,
.grid-item span {
  font-size: 16px;
  font-weight: 400;
  transition: 350ms ease;
  color: #ffffff;
}
.grid-item-mobile span.hidden,
.grid-item span.hidden {
  visibility: hidden;
}
.grid-item-mobile span.hidden a,
.grid-item span.hidden a {
  color: #ffffff;
}
.grid-item-mobile a,
.grid-item a {
  transition: none;
}
@media (max-width: 767px) {
  .grid-item-mobile a,
  .grid-item a {
    height: 100%;
    display: block;
  }
}

.filter-buttons-mobile,
.filter-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .filter-buttons-mobile,
  .filter-buttons {
    flex-wrap: wrap;
  }
}
.filter-buttons-mobile button,
.filter-buttons button {
  background-color: transparent;
  color: #ffffff;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 200;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter-buttons-mobile button,
  .filter-buttons button {
    margin: 0 5px 20px;
  }
}
.filter-buttons-mobile button.is-checked,
.filter-buttons button.is-checked {
  color: #a2a2a2;
}

.works {
  position: relative;
  padding: 0 32px;
}
.works.desktop {
  display: block;
  min-height: 100dvh;
  overflow: hidden;
}
.works.mobile {
  display: none;
}
@media (max-width: 767px) {
  .works {
    padding: 0 30px;
  }
  .works.desktop {
    display: none;
  }
  .works.mobile {
    display: block;
  }
  .works.mobile .projects-list {
    min-height: 100vh;
  }
}
/*.works::before {
  content: "";
  position: fixed;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100vw;
  background-color: #000;
  z-index: 99999999;
  transition: height 0.3s ease-in-out;
}*/
.works.animate-before::before {
  height: 100vh;
}
@media (max-width: 767px) {
  .works.animate-before::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .works .load-more {
    display: block;
  }
}
.works .hidden {
  display: none;
}

.basic-content {
  padding-top: 49px;
  padding-bottom: 60px;
}

.page-hero {
  overflow: hidden;
  background-image: url("../assets/images/insight-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  margin: 0 53px;
}
@media (max-width: 767px) {
  .page-hero {
    display: none;
  }
}

.page-hero-inner {
  text-align: center;
  min-height: 482px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

.page-hero-title {
  max-width: 934px;
  margin: 0 auto 28px;
  font-weight: 300;
  font-size: 36px;
}

.page-hero-text {
  max-width: 934px;
  margin: 0 auto 36px;
  line-height: 23px;
  font-weight: 300;
}

.page-hero-btn {
  padding: 7px 70px;
  font-size: 20px;
}

.insights-wrapper-inner {
  padding: 35px 0;
}
@media (max-width: 767px) {
  .insights-wrapper-inner {
    padding: 0 0 20px;
  }
}

.insights-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.insights-filters-col {
  width: 33%;
  max-width: 496px;
  margin: 21px 0;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.insights-filters-col:first-of-type::after, .insights-filters-col:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg); /* Rotira strelicu za pravilan ugao */
  width: 7px; /* Dužina linija */
  height: 7px;
  border-right: 1px solid #666; /* Desna linija strelice */
  border-bottom: 1px solid #666; /* Donja linija strelice */
  pointer-events: none; /* Strelica ne blokira klikove */
}
.insights-filters-col-full {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .insights-filters-col {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .insights-filters-col {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .insights-filters-col:nth-child(1) {
    order: 2;
  }
  .insights-filters-col:nth-child(2) {
    order: 3;
  }
  .insights-filters-col:nth-child(3) {
    order: 1;
  }
  .insights-filters-col:nth-child(4) {
    order: 4;
  }
}
.insights-filters-col select {
  width: 100%;
  max-width: calc(100% - 15px);
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #a2a2a2;
  font-weight: 200;
  appearance: none; /* Uklanja podrazumevanu strelicu u većini browsera */
  -webkit-appearance: none; /* Uklanja podrazumevanu strelicu za Safari */
  -moz-appearance: none; /* Uklanja podrazumevanu strelicu za Firefox */
  position: relative;
}
@media (max-width: 991px) {
  .insights-filters-col select {
    max-width: unset;
  }
}
.insights-filters-col select:focus-visible {
  outline: unset;
}
.insights-filters-col select option {
  background-color: #000000;
}
.insights-filters-col select option:hover {
  background-color: #a2a2a2 !important;
}
.insights-filters-col .search-container {
  width: 100%;
  max-width: 496px;
  position: relative;
}
@media (max-width: 767px) {
  .insights-filters-col .search-container {
    max-width: 100%;
  }
}
.insights-filters-col .search-container input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a2a2a2;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  color: #ffffff;
  height: 28px;
  font-weight: 200;
}
.insights-filters-col .search-container input:focus-visible {
  outline: unset;
}
.insights-filters-col .search-container input::placeholder {
  color: #ffffff;
}
.insights-filters-col .search-container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  box-shadow: unset;
  outline: unset;
}
.insights-filters-col .search-container button img {
  transition: 350ms ease;
  max-width: 18px;
  width: 100%;
}
.insights-filters-col .search-container button img.black {
  display: none;
}
@media (max-width: 767px) {
  .insights-filters-col .search-container button img.black {
    margin-right: 10px;
  }
}
.insights-filters-col .search-container button img.white {
  display: block;
}
@media (max-width: 767px) {
  .insights-filters-col .search-container button img.white {
    margin-right: 10px;
  }
}
.insights-filters-col #tags label {
  margin-right: 30px;
}
.insights-filters-col #tags label:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .insights-filters-col #tags label {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.insights-filters-col #tags input {
  display: none;
}
.insights-filters-col #tags input:checked + span {
  background-color: #E6E8E0;
  color: #000000;
}
.insights-filters-col #tags span {
  cursor: pointer;
  height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 3px;
  color: #E6E8E0;
  font-weight: 200;
}

.insights-filters-col-label {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #a2a2a2;
  margin-bottom: 13px;
}

.insights-posts-first {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .insights-posts-first {
    margin-top: 0;
  }
}

.insight-item-featured {
  background-color: #7f003a;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #E6E8E0;
  margin-bottom: 20px;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.selected {
  padding: 10px;
  padding-left: 0;
  font-weight: 200;
  border-bottom: 1px solid #a2a2a2;
  background: #262224;
  color: #E6E8E0;
}

.options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #a2a2a2;
  border-top: none;
  background: #262224;
  color: #E6E8E0;
  z-index: 10;
}

.option {
  padding: 13px;
  transition: background 0.3s;
  cursor: pointer;
  border-bottom: none;
}

.option:hover {
  background: #a2a2a2;
}

.insight-item {
  border-bottom: 1px solid #a2a2a2;
  padding: 40px 0;
}
.insight-item:first-of-type {
  border-top: 1px solid #a2a2a2;
}
@media (max-width: 767px) {
  .insight-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.insight-item-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 280px;
}
@media (max-width: 640px) {
  .insight-item-inner {
    min-height: unset;
  }
}

.insight-item-left,
.insight-item-middle,
.insight-item-right {
  width: 33.333333%;
  max-width: 496px;
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .insight-item-left {
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .insight-item-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .insight-item-left {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .insight-item-middle,
  .insight-item-right {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .insight-item-middle,
  .insight-item-right {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .insight-item-right {
    margin-top: 20px;
  }
}

.insight-item-left-inner,
.insight-item-middle-inner {
  width: 100%;
}

@media (max-width: 1600px) {
  .insight-item-middle-inner {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .insight-item-middle-inner {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 640px) {
  .insight-item-middle-inner {
    padding: 0;
  }
}

.insight-item-middle-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.insight-item-featured-wrapper {
  width: 100%;
  max-width: 496px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .insight-item-featured-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 640px) {
  .insight-item-featured-wrapper {
    max-width: 100%;
    border-radius: 10px;
  }
  .insight-item-featured-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.insight-item-featured-wrapper a {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s ease;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .insight-item-featured-wrapper a {
    border-radius: 10px;
  }
}

.insight-item-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 46px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .insight-item-excerpt {
    margin-bottom: 20px;
  }
  .insight-item-excerpt p {
    display: -webkit-box; /* Potrebno za line-clamp */
    -webkit-box-orient: vertical; /* Orijentacija na vertikalnu os */
    overflow: hidden; /* Sakriva višak teksta */
    text-overflow: ellipsis; /* Dodaje tri tačke na kraju */
    -webkit-line-clamp: 2; /* Broj redova koje želite da prikažete */
  }
}

.insight-item-link {
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.insight-item-link span {
  margin-left: 20px;
  font-weight: 300;
  transition: 0.6s ease;
  color: #d7f4ae;
  font-size: 16px;
  line-height: 24px;
}

.insight-item-link-arrow {
  transition: 0.6s ease;
  max-width: 23px;
  width: 100%;
}
.insight-item-link-arrow.green {
  display: inline-block;
}
.insight-item-link-arrow.purple {
  display: none;
}

.insight-item-link-arrow-hover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-4px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease;
}

.insight-item-terms {
  margin-bottom: 14px;
}

.insight-item-tags {
  font-weight: 300;
  margin-bottom: 30px;
}
.insight-item-tags span {
  font-weight: 300;
}
.insight-item-tags span::after {
  content: "|";
  margin: 0 10px;
}
.insight-item-tags span:last-of-type::after {
  display: none;
}

.insight-item-title {
  font-weight: 300;
  font-size: 34px;
  line-height: 48px;
  margin: 0 0 25px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .insight-item-title {
    font-size: 26px;
    line-height: 42px;
    margin: 0;
  }
}

.insight-item-reading-time {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 275;
}
.insight-item-reading-time span {
  margin-right: 10px;
}

.insights-posts-load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .insights-posts-load-more-wrapper {
    margin-top: 40px;
  }
}
.insights-posts-load-more-wrapper a {
  padding: 15px 85px;
}
@media (max-width: 767px) {
  .insights-posts-load-more-wrapper a {
    padding: 15px 30px;
    font-size: 16px;
  }
}

.no-posts {
  font-size: 20px;
  margin-top: 50px;
}

.single-insight-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-insight-inner {
    margin-top: 0;
  }
}

.single-insight-main {
  width: calc(100% - 267px);
  padding-right: 68px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .single-insight-main {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
}

.single-insight-sidebar {
  width: 267px;
  box-sizing: border-box;
  align-self: baseline;
  position: static;
  top: 168px;
  right: 53px;
  transition: 350ms ease;
}
@media (max-width: 767px) {
  .single-insight-sidebar {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}

.single-insight-main-top {
  text-align: center;
}

.single-insight-main-cat {
  display: block;
  margin-bottom: 15px;
}

.single-insight-main-tags {
  font-weight: 300;
  margin-bottom: 20px;
}

.single-insight-main-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.5;
  margin: 0 0 68px;
}
@media (max-width: 767px) {
  .single-insight-main-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.single-insight-main-featured {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-insight-main-featured {
    border-radius: 10px;
    margin-bottom: 13px;
  }
}

.single-insight-main-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 275;
}
.single-insight-main-meta .separator {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .single-insight-main-meta .separator {
    font-weight: 200;
  }
}
.single-insight-main-meta .insight-item-reading-time {
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-insight-main-meta .insight-item-reading-time {
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  .single-insight-main-meta {
    justify-content: center;
    font-weight: 200;
  }
}

.single-insight-main-summary {
  text-align: center;
  margin-top: 42px;
  padding-bottom: 54px;
  border-bottom: 1px solid #a2a2a2;
}
@media (max-width: 767px) {
  .single-insight-main-summary {
    margin-top: 28px;
  }
}

.single-insight-main-summary-title {
  font-size: 29px;
  line-height: 44px;
  font-weight: 300;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .single-insight-main-summary-title {
    font-size: 26px;
    margin-bottom: 21px;
  }
}

.single-insight-main-summary-text p {
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
}

.single-insight-main-content {
  padding: 54px 0;
}
.single-insight-main-content ul {
  padding: 0 0 0 20px;
  margin: 40px 0;
  font-weight: 300;
}
.single-insight-main-content ul li {
  font-size: 16px;
  line-height: 26px;
  list-style: disc;
  margin: 0;
  font-weight: 300;
}
.single-insight-main-content blockquote {
  width: 100%;
  max-width: 1158px;
  margin: 80px auto 30px;
}
.single-insight-main-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.single-insight-main-content p img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-insight-main-content .tablepress > :where(thead, tfoot) > * > th {
  background-color: transparent;
  color: #ffffff;
  font-weight: 400;
}
.single-insight-main-content .tablepress {
  position: relative;
  padding: 30px;
  width: calc(100% - 60px);
  max-width: 1288px;
  margin: 60px auto;
}
@media (max-width: 991px) {
  .single-insight-main-content .tablepress {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .single-insight-main-content .tablepress {
    margin: 30px 25px;
  }
}
.single-insight-main-content .tablepress::before {
  position: absolute;
  content: "";
  inset: -30px;
  top: 0;
  bottom: 0;
  border: 1px solid #a2a2a2;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .single-insight-main-content .tablepress::before {
    inset: -15px;
    top: 0;
    bottom: 0;
  }
}
.single-insight-main-content .tablepress th, .single-insight-main-content .tablepress td {
  border: 1px solid #656565;
  padding: 30px 0;
  border-right: unset;
  border-left: unset;
}
@media (max-width: 991px) {
  .single-insight-main-content .tablepress th, .single-insight-main-content .tablepress td {
    font-size: 14px;
    padding: 20px 10px;
  }
}
.single-insight-main-content .tablepress > :where(tbody) > .even > *,
.single-insight-main-content .tablepress > :where(tbody) > .odd > * {
  background-color: transparent;
  color: #ffffff;
  font-weight: 300;
}

.single-insight-shr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-insight-shr-label {
  display: block;
  margin-bottom: 32px;
  border-top: 1px solid #a2a2a2;
  padding-top: 33px;
  font-size: 23px;
  font-weight: 300;
}

.single-insight-shr-list {
  display: flex;
  align-items: center;
  font-size: 23px;
  line-height: 34px;
}
.single-insight-shr-list a {
  color: #ffffff;
  font-size: 30px;
  transition: 0.6s ease;
  margin-right: 34px;
}
.single-insight-shr-list a:last-of-type {
  margin-right: 0;
}

.related-insight {
  margin-bottom: 20px;
}
.related-insight:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .related-insight-slider .slick-track {
    display: flex;
    opacity: 1 !important;
    transition: 350ms ease;
  }
  .related-insight-slider .slick-track .slick-slide {

    width: 100% !important;
    margin-right: 15px;
  }
  .related-insight-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .related-insight-slider .slick-dots {
    margin: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .related-insight-slider .slick-dots li {
    list-style-type: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 0;
    margin: 0 6px;
    transition: 350ms ease;
  }
  .related-insight-slider .slick-dots li.slick-active {
    width: 20px;
    border-radius: 20px;
  }
  .related-insight-slider .slick-dots li button {
    font-size: 0;
    border: 0;
  }
}

.related-insight-featured {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 9px;
}
.related-insight-featured a {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s ease;
}

.related-insight-term {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  display: block;
}

.related-insight-title {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
.related-insight-title a {
  color: #ffffff;
  transition: 0.6s ease;
}

.single-insight-sidebar-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0 0 30px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 30px 25px;
  margin: 45px 0;
}

.table-responsive table {
  width: 100%;
  display: block; /* Omogućava bolje skrolovanje na manjim ekranima */
  white-space: nowrap; /* Sprečava prelamanje sadržaja unutar ćelija */
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .single-insight-main-content .tablepress::before,
  .single-insight-main-content .tablepress th,
  .single-insight-main-content .tablepress td {
    border: none;
  }
}
.post-tags {
  margin-bottom: 30px;
}
.post-tags .tag {
  background-color: #ffffff;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 300;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #000000;
}

.service-header {
  text-align: center;
  padding-top: 55px;
}
.service-header-inner svg {
  margin: 0 auto;
  display: block;
}

.service-header-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 35px;
}
.service-header-title h1 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.service-header-title img.black {
  display: none;
}

.service-header-subtitle {
  margin: 0 0 27px;
  font-size: 40px;
  font-weight: 275;
}

.service-ci {
  padding: 2.3125rem 3.25rem;
}
@media (max-width: 767px) {
  .service-ci {
    padding: 2.7rem 1.875rem;
  }
  .service-ci-text p {
    margin-bottom: 30px;
  }
}

.service-ci-inner {
  padding: 43px 0;
}
@media (max-width: 1199px) {
  .service-ci-inner {
    padding: 16px 0;
    border-top: 1px solid #ffffff;
  }
  .service-ci-inner:last-of-type {
    border-bottom: 1px solid #ffffff;
  }
}
.service-ci-inner:nth-child(even) .service-ci-main {
  flex-direction: row-reverse;
}

.service-ci-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
}
@media (max-width: 1199px) {
  .service-ci-main {
    display: none;
    margin-top: 16px;
  }
}

.service-ci-left {
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .service-ci-left {
    width: 100%;
  }
}

.service-ci-right {
  width: calc(50% - 31px);
}
@media (max-width: 1199px) {
  .service-ci-right {
    width: 100%;
    margin-top: 15px;
  }
}

.service-ci-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 27px;
  text-transform:uppercase;
}
@media (max-width: 1199px) {
  .service-ci-title {
    display: none;
  }
}

.service-ci-image {
  border-radius: 20px;
  width: 100%;
}

.service-ci-title-toggle {
  display: none;
  font-size: 26px;
  line-height: 37px;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .service-ci-title-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.service-ci-title-toggle.active .icon {
  transform: rotate(90deg);
}
.service-ci-title-toggle .icon {
  transform: rotate(180deg);
  display: inline-flex;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  .service-ci-title-toggle .icon {
    pointer-events: none;
  }
}

.service-timeline-inner {
  padding: 54px 27px;
  border-radius: 20px;
  overflow: hidden;
}
.service-timeline-inner.black .service-timeline-title,
.service-timeline-inner.black .service-timeline-subtitle,
.service-timeline-inner.black .st-timeline-box-title,
.service-timeline-inner.black .st-timeline-box-text {
  color: #000000;
}
.service-timeline-inner.black .st-timeline-box-dot {
  border-color: #000000;
}
.service-timeline-inner.black .st-timeline-box-dot::before {
  background-color: #000000;
}
.service-timeline-inner.black .st-timeline-box::before {
  background-color: #000000;
}
.service-timeline-inner.black .service-timeline-svg svg path {
  stroke: #000000;
}
.service-timeline-inner.black .st-timeline::before {
  background-color: #000000;
}

.service-timeline-title {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .service-timeline-title {
    font-size: 26px;
    width: fit-content;
    margin: 0 auto;
    display: inline-block;
    padding-left: 25px;
  }
  .service-timeline-title::before {
    content: "";
    background-image: url("../assets/images/e-sign-white.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 5px;
    left: 0;
    width: 25px;
    height: 20px;
    position: absolute;
  }
}

.service-timeline-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .service-timeline-title-wrapper {
    align-items: flex-start;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
  }
}
.service-timeline-title-wrapper img.black {
  display: none;
}
.service-timeline-title-wrapper img.white {
  display: inline-block;
}
@media (max-width: 991px) {
  .service-timeline-title-wrapper img.white {
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 25px;
    display: none;
  }
}

.service-timeline-subtitle {
  font-size: 40px;
  font-weight: 275;
  margin: 0 0 27px;
  text-align: center;
}

.st-timeline {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 101px;
}
@media (max-width: 1280px) {
  .st-timeline {
    transform: unset;
  }
}
@media (max-width: 991px) {
  .st-timeline {
    flex-direction: column;
    align-items: center;
  }
}
.st-timeline.show .st-timeline-box::before {
  width: 100%;
}
.st-timeline.show .st-timeline-box:nth-child(1) .st-timeline-box-dot {
  transform: scale(1) translateX(-50%);
  left: 50%;
}
@media (max-width: 991px) {
  .st-timeline.show .st-timeline-box:nth-child(1) .st-timeline-box-dot {
    left: 0;
  }
}
@media (max-width: 991px) {
  .st-timeline.show .st-timeline-box:nth-child(1)::before {
    width: 2px;
    height: 100%;
  }
}
.st-timeline.show .st-timeline-box:nth-child(1) .st-timeline-box-title {
  opacity: 1;
  transition: 0.6s ease;
}
.st-timeline.show .st-timeline-box:nth-child(1) .st-timeline-box-text {
  opacity: 1;
  transition: 0.6s ease 0.2s;
}
.st-timeline.show .st-timeline-box:nth-child(2) .st-timeline-box-dot {
  transform: scale(1) translateX(-50%);
  transition-delay: 1s;
}
.st-timeline.show .st-timeline-box:nth-child(2)::before {
  transition-delay: 1.6s;
}
@media (max-width: 991px) {
  .st-timeline.show .st-timeline-box:nth-child(2)::before {
    width: 2px;
    height: 100%;
  }
}
.st-timeline.show .st-timeline-box:nth-child(2) .st-timeline-box-title {
  opacity: 1;
  transition: 0.6s ease 1s;
}
.st-timeline.show .st-timeline-box:nth-child(2) .st-timeline-box-text {
  opacity: 1;
  transition: 0.6s ease 1.2s;
}
.st-timeline.show .st-timeline-box:nth-child(3) .st-timeline-box-dot {
  transform: scale(1) translateX(-50%);
  transition-delay: 2.2s;
}
.st-timeline.show .st-timeline-box:nth-child(3)::before {
  transition-delay: 2.6s;
}
@media (max-width: 991px) {
  .st-timeline.show .st-timeline-box:nth-child(3)::before {
    width: 2px;
    height: 100%;
  }
}
.st-timeline.show .st-timeline-box:nth-child(3) .st-timeline-box-title {
  opacity: 1;
  transition: 0.6s ease 2.2s;
}
.st-timeline.show .st-timeline-box:nth-child(3) .st-timeline-box-text {
  opacity: 1;
  transition: 0.6s ease 2.4s;
}
.st-timeline.show .st-timeline-box:nth-child(4) .st-timeline-box-dot {
  transform: scale(1) translateX(-50%);
  transition-delay: 3.4s;
}
.st-timeline.show .st-timeline-box:nth-child(4)::before {
  transition-delay: 3.6s;
}
@media (max-width: 991px) {
  .st-timeline.show .st-timeline-box:nth-child(4)::before {
    width: 2px;
    height: 100%;
  }
}
.st-timeline.show .st-timeline-box:nth-child(4) .st-timeline-box-title {
  opacity: 1;
  transition: 0.6s ease 3.4s;
}
.st-timeline.show .st-timeline-box:nth-child(4) .st-timeline-box-text {
  opacity: 1;
  transition: 0.6s ease 3.6s;
}
.st-timeline.show .st-timeline-box:nth-child(5) .st-timeline-box-dot {
  transform: scale(1) translateX(-50%);
  transition-delay: 4.2s;
}
.st-timeline.show .st-timeline-box:nth-child(5) .st-timeline-box-title {
  opacity: 1;
  transition: 0.6s ease 4.6s;
}
.st-timeline.show .st-timeline-box:nth-child(5) .st-timeline-box-text {
  opacity: 1;
  transition: 0.6s ease 4.8s;
}
.st-timeline.show .st-timeline-box:last-of-type::before {
  width: 50%;
  left: 0;
  transform: translateX(0);
  transition-delay: 4.6s;
}
@media (max-width: 991px) {
  .st-timeline.show .st-timeline-box:last-of-type::before {
    width: 2px;
    display: none;
  }
}

.st-timeline-box {
  position: relative;
  flex: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .st-timeline-box {
    width: 220px;
    padding-left: 56px;
    padding-bottom: 86px;
    text-align: left;
  }
  .st-timeline-box:last-of-type {
    padding-bottom: 0;
  }
}
.st-timeline-box::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 2px;
  width: 0;
  left: 50%;
  bottom: calc(100% + 27px);
  transition: 1s ease 0.6s;
}
@media (max-width: 991px) {
  .st-timeline-box::before {
    width: 2px;
    height: 0;
    left: 0 !important;
    top: 15px;
    bottom: unset;
  }
}
.st-timeline-box:nth-child(1)::before {
  left: 50%;
}

.service-timeline {
  padding: 2.3125rem 3.25rem;
}
@media (max-width: 767px) {
  .service-timeline {
    padding: 2.7rem 1.875rem;
  }
}

.service-timeline-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-timeline-box-title {
  font-size: 26px;
  line-height: 39px;
  margin: 0 0 5px;
  font-weight: 400;
  opacity: 0;
}
@media (max-width: 991px) {
  .st-timeline-box-title {
    font-size: 23px;
  }
}

.st-timeline-box-text {
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
  font-weight: 300;
  max-width: 70%;
  opacity: 0;
}
@media (max-width: 991px) {
  .st-timeline-box-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}

.st-timeline-box-dot {
  position: absolute;
  width: 37px;
  height: 37px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: scale(0) translateX(-50%);
  transition: 0.6s ease;
}
@media (max-width: 991px) {
  .st-timeline-box-dot {
    width: 30px;
    height: 30px;
    left: 0;
    top: 3px;
    bottom: unset;
  }
}
.st-timeline-box-dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .st-timeline-box-dot::before {
    width: 15px;
    height: 15px;
  }
}

.line-animation {
  stroke-dasharray: 400; /* Length of the path */
  stroke-dashoffset: 400; /* Start hidden */
  animation: draw 2s ease-in-out forwards; /* Adjust duration as needed */
}

@keyframes draw {
  to {
    stroke-dashoffset: 0; /* Path is fully visible */
  }
}
.service-bottom {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .service-bottom {
    padding: 15px 0;
  }
}
.service-bottom h4 {
  text-align: center;
  font-weight: 275;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-bottom h4 {
    font-size: 26px;
    line-height: 40px;
  }
}
.service-bottom a {
  background-color: #d7f4ae;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.5rem;
  padding: 0.9375rem 5rem;
  border: 1px solid #d7f4ae;
  border-radius: 0.625rem;
  display: block;
  box-shadow: none;
  margin: 0 auto;
  z-index: 50;
  position: relative;
  cursor: pointer;
  width: fit-content;
}
@media (max-width: 767px) {
  .service-bottom a {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.postid-560 .st-timeline-box-dot {
  border-color: #d7f4ae;
}
.postid-560 .st-timeline-box-dot::before {
  background-color: #d7f4ae;
}
.postid-560 .st-timeline-box::before {
  background-color: #d7f4ae;
}

.postid-562 .service-timeline-title-wrapper img.black {
  display: inline-block;
}
@media (max-width: 991px) {
  .postid-562 .service-timeline-title-wrapper img.black {
    display: none;
  }
}
.postid-562 .service-timeline-title-wrapper img.white {
  display: none;
}
@media (max-width: 991px) {
  .postid-562 .service-timeline-title-wrapper .service-timeline-title::before {
    background-image: url("../assets/images/e-sign-black.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 5px;
    left: 0;
    width: 25px;
    height: 20px;
    position: absolute;
  }
}