@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap);.w-16 {
  width: 16.6%;
}
/* --- Globalne klase za promjenu teme --- */

/* 1. Sakrij elemente tamne teme dok je aktivna svijetla tema */
html[data-theme="light"] .only-dark {
  display: none !important;
}

/* 2. Sakrij elemente svijetle teme dok je aktivna tamna tema */
html[data-theme="dark"] .only-light {
  display: none !important;
}

/* 3. Pobrini se da se vide kad trebaju (ako zaboraviš inicijalni display) */
html[data-theme="light"] .only-light {
  display: block; /* ili inline-block, ovisno o dizajnu */
}

html[data-theme="dark"] .only-dark {
  display: block;
}
.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-27 {
  width: 27%;
}

.w-33 {
  width: 33.3%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-66 {
  width: 66.6%;
}

.w-75 {
  width: 75%;
}

.w-73 {
  width: 73%;
}

.w-100 {
  width: 100%;
}

.mw-16 {
  max-width: 16.6%;
}

.mw-20 {
  max-width: 20%;
}

.mw-25 {
  max-width: 25%;
}

.mw-27 {
  max-width: 27%;
}

.mw-33 {
  max-width: 33.3%;
}

.mw-40 {
  max-width: 40%;
}

.mw-50 {
  max-width: 50%;
}

.mw-60 {
  max-width: 60%;
}

.mw-66 {
  max-width: 66.6%;
}

.mw-75 {
  max-width: 75%;
}

.mw-73 {
  max-width: 73%;
}

.mw-100 {
  max-width: 100%;
}

.d-none {
  display: none;
}

.h-100 {
  height: 100%;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.flex-center, .recent-ventures .recent-ventures-row .recent-block span {
  display: -webkit-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flex-v-center {
  display: -webkit-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.transition, .recent-ventures .recent-ventures-row .recent-block .block-image, .hero .waves-patterns .waves-pattern path, .site-header .theme-cta label:after, .site-header .theme-cta label, .site-header .navbar .nav-item .nav-link::after, .site-header .nav-wrapper, .site-header .navbar-toggler, .site-header, .btn, a, body {
  transition: 0.2s all ease;
}

.transition-fast {
  transition: 0.05s all ease;
}

.transition-slow {
  transition: 0.5s all ease;
}

.absolute-h-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.absolute-v-center, .site-header .theme-cta label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute-full-box, .recent-ventures .recent-ventures-row .recent-block .block-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.image-fill {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  min-height: 0;
}

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

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

*:focus {
  outline: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
}

img {
  vertical-align: middle;
}

ul,
li,
ul li,
ul li ul,
ul li ul li,
ul ol {
  list-style: none;
  margin-bottom: 0;
}

ul.list-default {
  list-style: disc;
  padding-left: 17px;
}
ul.list-default li {
  list-style: disc;
}

ol.list-default {
  list-style: decimal;
  padding-left: 17px;
}
ol.list-default li {
  list-style: decimal;
}

.list-of-5 li {
  width: 100%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.list-of-3 {
  display: -webkit-flex;
  flex-wrap: wrap;
}
.list-of-3 li {
  width: 100%;
  max-width: 33.3%;
  padding-right: 15px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  border-bottom: none !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
  box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

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

html {
  --white: #ffffff;
  --ash-white: #E5E5E5;
  --yellow: #F4C283;
  --blue: #2679C5;
  --light-gray: #676363;
  --shaded-black: #252323;
  --dim-black: #232121;
  scroll-behavior: auto !important;
}
html[data-theme=light] {
  --ash-white: var(--dim-black);
  --yellow: #E5A04A;
  --light-gray: var(--dim-black);
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--shaded-black);
  font-family: "Karla", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: var(--ash-white);
}
html[data-theme=light] body {
  background-color: var(--white);
}

img {
  vertical-align: middle;
  max-width: 100%;
}

:root {
  --scrollbar-width: 0px;
}

.overflow-stopped {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.pos-rel {
  position: relative;
}

.p-15 {
  padding: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-250 {
  padding-bottom: 250px;
}
@media (max-width: 1440px) {
  .pb-250 {
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .pb-250 {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .pb-250 {
    padding-bottom: 80px;
  }
}

.pl-15 {
  padding-left: 15px;
}

.row-gutter-7 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-gutter-7 > .col,
.row-gutter-7 > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row-gutter-7 > li {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.cols-padding-0 > .col,
.cols-padding-0 > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.mr-neg-15 {
  margin-right: -15px;
}

.ml-neg-15 {
  margin-left: -15px;
}

.mx-neg-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.my-neg-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-sm {
  width: 100%;
  max-width: 983px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-xl {
  width: 100%;
  max-width: 2217px;
  margin: 0 auto;
}

.list-reset {
  list-style: none;
  padding-left: 0;
}
.list-reset li {
  list-style: none;
}

.img-ratio {
  position: relative;
  width: 100%;
}
.img-ratio > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.img-ratio-16-9 {
  padding-top: 56.25%;
}
.img-ratio-square {
  padding-top: 100%;
}

.box-square {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto, .hero .hero-inner, .site-footer .footer-main {
  margin-left: auto;
  margin-right: auto;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

.btn {
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  border: none;
}
.btn-reset {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 40px 0;
  background-color: rgba(37, 35, 35, 0.8);
}
@media (max-width: 767px) {
  .site-header {
    padding: 20px 0;
  }
}
html[data-theme=light] .site-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header .navbar-toggler {
  width: 42px;
  height: 32px;
  padding: 0;
  border: none;
  outline: none !important;
  overflow: hidden;
  padding-left: 10px;
  background: none;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .site-header .navbar-toggler {
    display: none;
  }
}
.site-header .navbar-toggler svg {
  cursor: pointer;
  transform: translate3d(-8px, -1px, 0) scale(1.8);
  width: 32px;
  height: 32px;
}
.site-header .navbar-toggler svg path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 30px;
  stroke-linecap: round;
  stroke: var(--ash-white);
  stroke-dashoffset: 0px;
}
.site-header .navbar-toggler svg path#top, .site-header .navbar-toggler svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.site-header .navbar-toggler svg path#middle {
  stroke-dasharray: 240px 240px;
}
.site-header .navbar-toggler[aria-expanded=true] svg path#top, .site-header .navbar-toggler[aria-expanded=true] svg path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.site-header .navbar-toggler[aria-expanded=true] svg path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.site-header__inner {
  display: -webkit-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.site-header .nav-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: -webkit-flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-header{
    padding: 30px 0;
  }
  .site-header .nav-wrapper {
    flex-direction: column;
    align-items: flex-end;
    gap:10px;
  }
}
@media (max-width: 767px) {
  .site-header .nav-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: var(--shaded-black);
    display: -webkit-flex;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 60px;
    transform: translateX(-100%);
  }
  html[data-theme=light] .site-header .nav-wrapper {
    background-color: #E5E5E5;
  }
}
@media only screen and (max-height: 400px) {
  .site-header .nav-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-header .nav-wrapper.show {
    transform: translateX(0);
  }
}
.site-header .site-logo {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  width: 140px;
}
html[data-theme=light] .site-header .site-logo {
  color: var(--dim-black);
}

.site-header .site-navigation {
  margin-top: -14px;
}
@media (max-width: 1199px) {
  .site-header .site-navigation {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .site-header .site-navigation {
    margin: auto;
  }
}
.site-header .navbar {
  display: -webkit-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .site-header .navbar {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.site-header .navbar .nav-item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .site-header .navbar .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .site-header .navbar .nav-item:not(:last-child) {
    margin: 0 0 20px;
  }
}
.site-header .navbar .nav-item .nav-link {
  padding: 5px 0;
  position: relative;
  color: var(--ash-white);
}
.site-header .navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #F4C283;
  display: block;
  font-size: 0;
  line-height: 0;
  transform: scale(0);
  transform-origin: left center;
}
.site-header .navbar .nav-item .nav-link.active::after, .site-header .navbar .nav-item .nav-link:hover::after {
  transform: scale(1);
}
.site-header .theme-cta {
  position: relative;
  margin-left: 157px;
  padding-right: 82px;
  margin-top: -13px;
}
@media (max-width: 1199px) {
  .site-header .theme-cta {
    margin-top: 2px;
    margin-left: 117px;
  }
}
@media (max-width: 767px) {
  .site-header .theme-cta {
    margin-left: 0;
    margin-top: 0;
    padding-right: 0;
  }
}
.site-header .theme-cta input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.site-header .theme-cta label {
  cursor: pointer;
  width: 37px;
  height: 18px;
  background: #0F0E0E;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
}
.site-header .theme-cta label span {
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  color: #F4C283;
}
html[data-theme=light] .site-header .theme-cta label span {
  color: #898989;
}
.site-header .theme-cta label span.dark-mode {
  right: calc(100% + 10px);
}
.site-header .theme-cta label span.light-mode {
  left: calc(100% + 10px);
}
.site-header .theme-cta label:after {
  content: "";
  background: #2F2C2C;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
}
html[data-theme=light] .site-header .theme-cta label:after {
  background: #CCCCCC;
}
.site-header .theme-cta input:checked + label {
  background: #F3F3F3;
}
.site-header .theme-cta input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.site-header--sticked-top {
  padding: 20px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.site-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  /* margin-bottom: 200px; */
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 100px;
  }
}
.site-footer .footer-main {
  width: 100%;
  max-width: 312px;
  text-align: center;
}
.site-footer .footer-main h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: var(--blue);
  margin-bottom: 33px;
}
.site-footer .footer-main .contact-links p:not(:last-child) {
  margin-bottom: 24px;
}
.site-footer .footer-main .contact-links p a:hover {
  opacity: 0.8;
}
.site-footer .footer-main .footer-caption {
  margin-top: 53px;
}
.site-footer .footer-main .footer-caption .site-logo {
  color: var(--light-gray);
}
.site-footer .footer-logo img{
  width: 100px;
  margin: 0 auto 20px
}
.site-footer .footer-main .footer-caption p {
  opacity: 1!important;
  visibility: visible!important;
  transform: translate(0, 0)!important;
    text-align: center!important;
}
.site-footer .footer-main .footer-caption p strong {
  color: var(--yellow);
}
.site-footer .footer-main .footer-caption p span:hover {
  opacity: 0.8;
}
.site-footer .footer-main .footer-copyrights {
  margin-top: 40px;
}
.site-footer .footer-main .footer-copyrights p {
  font-size: 11px;
  opacity: 1!important;
  visibility: visible!important;
  transform: translate(0, 0)!important;
  text-align: center!important;
}

#mouse-cursor {
  position: fixed;
  width: 35px;
  height: 35px;
  border: 1px solid var(--ash-white);
  border-radius: 50%;
  z-index: 999999;
  left: 0;
  top: 0;
  transition: transform 0.07s, width 0.3s, height 0.3s;
  pointer-events: none;
}
#mouse-cursor.cursor-square {
  border-radius: 0;
}
#mouse-cursor.pointer-overlay-cursor {
  border: none;
  pointer-events: none;
}

#mouse-pointer {
  height: 5px;
  width: 5px;
  top: 0;
  left: 0;
  position: fixed;
  background: var(--ash-white);
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s;
}
#mouse-pointer.is-hover {
  background: red;
}
#mouse-pointer.pointer-blur {
  height: 50px;
  width: 50px;
  background: none;
  border: 1px solid var(--ash-white);
  box-shadow: 0px 0px 15px -5px var(--ash-white);
}
#mouse-pointer.pointer-overlay {
  height: 50px;
  width: 50px;
  mix-blend-mode: difference;
  box-shadow: 0px 0px 15px -5px var(--ash-white);
  pointer-events: none;
}

.mouse-hover {
  transition: all 0.2s;
}
.mouse-hover:hover {
  cursor: none;
}

.site-loader {
  position: fixed;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[data-theme=light] .site-loader {
  background-color: var(--white);
}
.site-loader svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
}
.site-loader img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  margin: 0 auto;
}
.hero {
  padding-top: 144px;
  height: 100vh;
  min-height: 930px;
  max-height: 930px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1366px) {
  .hero {
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: auto;
    max-height: none;
  }
}
.hero::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: var(--shaded-black);
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: none;
}
.hero .hero-inner {
  display: -webkit-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 985px;
}
@media (max-width: 1199px) {
  .hero .hero-inner {
    max-width: 875px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .hero .hero-inner {
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}
.hero .hero-inner .col-left,
.hero .hero-inner .col-right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .hero .hero-inner .col-left,
.hero .hero-inner .col-right {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .hero .hero-inner .col-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .hero-inner .hero-caption {
  width: 100%;
  max-width: 328px;
  position: relative;
  z-index: 20;
}
.hero .hero-inner .hero-caption p {
  line-height: 28px;
}
.hero .hero-inner .hero-caption p span {
  color: var(--yellow);
}
.hero .hero-inner .hero-caption p + p {
  margin-top: 24px;
}
.hero .hero-inner .hero-showcase {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero .hero-inner .hero-showcase {
    margin-top: 30px;
  }
}
.hero .hero-inner .hero-showcase .caption {
  position: absolute;
  color: var(--yellow);
  white-space: nowrap;
  text-transform: uppercase;
}
.hero .hero-inner .hero-showcase .caption-left {
  transform: rotate(-90deg) translate(100%, 0px);
  transform-origin: right bottom;
  right: 100%;
  bottom: 0;
  margin-right: 6px;
}
.hero .hero-inner .hero-showcase .caption-right {
  transform: rotate(90deg) translateY(-30px);
  transform-origin: left top;
  left: 100%;
}
.hero .hero-inner .hero-showcase .img-wrapper {
  height: 550px;
}
@media (max-width: 1199px) {
  .hero .hero-inner .hero-showcase .img-wrapper {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .hero .hero-inner .hero-showcase .img-wrapper {
    height: 410px;
  }
}
.hero .hero-inner .hero-showcase .img-wrapper img,
.hero .hero-inner .hero-showcase .img-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.hero .hero-inner .hero-showcase::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: 140px;
  background: url("../images/target.svg");
  background-position: center center;
  width: 60px;
  height: 60px;
  z-index: 9;
}
html[data-theme=light] .hero .hero-inner .hero-showcase::after {
  background: url("../images/target-dark.svg");
}
@media (max-width: 1199px) {
  .hero .hero-inner .hero-showcase::after {
    display: none;
  }
}
.hero .waves-patterns {
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero .waves-patterns {
    display: none;
  }
}
.hero .waves-patterns .waves-pattern {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .hero .waves-patterns .waves-pattern {
    top: 50px;
  }
}
@media (max-width: 1366px) {
  .hero .waves-patterns .waves-pattern {
    top: 60px;
  }
}
.hero .waves-patterns .waves-pattern__1 {
  z-index: 1;
  color: #676363;
}
html[data-theme=light] .hero .waves-patterns .waves-pattern__1 {
  color: #F9F9F9;
}
.hero .waves-patterns .waves-pattern__2 {
  z-index: 2;
  top: 110px;
  color: #3D3939;
}
html[data-theme=light] .hero .waves-patterns .waves-pattern__2 {
  color: #E7E7E7;
}
@media (max-width: 1600px) {
  .hero .waves-patterns .waves-pattern__2 {
    top: 190px;
  }
}
.hero .waves-patterns .waves-pattern__3 {
  z-index: 3;
  top: 230px;
  color: #252323;
}
html[data-theme=light] .hero .waves-patterns .waves-pattern__3 {
  color: #F4F4F4;
}
@media (max-width: 1600px) {
  .hero .waves-patterns .waves-pattern__3 {
    top: 350px;
  }
}
@media (max-width: 1366px) {
  .hero .waves-patterns .waves-pattern__3 {
    top: 430px;
  }
}
@media (max-width: 1199px) {
  .hero .waves-patterns .waves-pattern__3 {
    top: 380px;
  }
}

.our-process {
  background-color: var(--shaded-black);
}
@media (max-width: 767px) {
  .our-process {
    padding-top: 55px;
  }
}
html[data-theme=light] .our-process {
  background: #F4F4F4;
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
}
.our-process__wrapper {
  padding-top: 265px;
  position: relative;
}
@media (max-width: 1199px) {
  .our-process__wrapper {
    padding-top: 155px;
  }
}
@media (max-width: 991px) {
  .our-process__wrapper {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .our-process__wrapper {
    padding-top: 0;
  }
}
.our-process .wave-pattern-vertical {
  position: absolute;
  left: 19px;
  top: -380px;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .our-process .wave-pattern-vertical {
    top: -410px;
    transform: scaleX(-1);
  }
}
@media (max-width: 767px) {
  .our-process .wave-pattern-vertical {
    display: none;
  }
}
@media (max-width: 1199px) {
  .our-process .wave-pattern-vertical svg {
    height: auto;
    width: 340px;
  }
}
.our-process__content {
  max-width: 510px;
  margin-left: auto;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .our-process__content {
    margin-top: 50px;
    margin-left: 0;
  }
}
.our-process__content h3 {
  color: var(--yellow);
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
}
.our-process__content p + p {
  margin-top: 24px;
}
.our-process .usluge{
  margin-top: 146px;
}
.our-process .usluge .title{
  color: var(--yellow);
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 50px
}
@media (max-width: 767px) {
  .our-process .usluge {
    margin-top: 80px;
  }
}
.our-process .process-blocks {
  display: -webkit-flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 660px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.our-process .process-blocks .process-block {
  width: 100%;
  max-width: 250px;
  padding-bottom: 61px;
}
.our-process .process-blocks .process-block .icon-wrap {
  min-height: 44px;
  margin-bottom: 11px;
}
.our-process .process-blocks .process-block .icon-wrap img {
width: 60px;
}
.our-process .process-blocks .process-block h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.recent-ventures {
  padding: 110px 0 0;
}
.recent-ventures h2 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 45px;
}
.recent-ventures .recent-ventures-row {
  display: -webkit-flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.recent-ventures .recent-ventures-row .recent-block {
  width: 100%;
  min-width: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .recent-ventures .recent-ventures-row .recent-block {
    min-width: 33.3%;
  }
}
@media (max-width: 991px) {
  .recent-ventures .recent-ventures-row .recent-block {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .recent-ventures .recent-ventures-row .recent-block {
    min-width: 100%;
  }
}
.recent-ventures .recent-ventures-row .recent-block .block-image {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  opacity: 1 !important;
  visibility: visible !important;

}
.recent-ventures .recent-ventures-row .recent-block .text-box {
  padding: 15px;
  min-height: 300px;
  background-color: rgba(37, 35, 35, 0.6);
  position: relative;
  z-index: 2; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
gap:10px;}
.recent-ventures .recent-ventures-row .recent-block .text-box h3{
  color: #ffffff !important;
  font-size: 30px;
  display: block;
  position: relative;
}
.recent-ventures .recent-ventures-row .recent-block .text-box p{
  color: #ffffff !important;
  font-size: 16px;
  display: block;
  position: relative;
}
.recent-ventures .recent-ventures-row .recent-block .text-box h4 {
  color: #ffffff !important;
  font-size: 18px;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}
.recent-ventures .recent-ventures-row .recent-block:hover .block-image {
  transform: scale(1.1) !important;
}

.testimonials {
  padding: 117px 0;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials .container {
  max-width: 810px;
  position: relative;
}
.testimonials .wave-pattern-vertical {
  position: absolute;
  right: -31px;
  top: -326px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .testimonials .wave-pattern-vertical {
    right: 110px;
    top: -160px;
  }
}
@media (max-width: 767px) {
  .testimonials .wave-pattern-vertical {
    display: none;
  }
}
@media (max-width: 991px) {
  .testimonials .wave-pattern-vertical svg {
    height: auto;
    width: 340px;
  }
}
.testimonials .testimonial-block {
  width: 100%;
  max-width: 315px;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .testimonials .testimonial-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonial-block {
    padding: 20px 0;
  }
}
.testimonials .testimonial-block--lg {
  width: 100%;
  max-width: 210px;
  margin-left: 320px;
}
.testimonials .testimonial-block--md {
  width: 100%;
  max-width: 210px;
  margin-left: 240px;
}
.testimonials .testimonial-block--sm {
  width: 100%;
  max-width: 210px;
  margin-left: 160px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-block--lg {
    margin-left: 0;
  }
  .testimonials .testimonial-block--md {
    margin-left: 0;
  }
  .testimonials .testimonial-block--sm {
    margin-left: 0;
  }
}
.testimonials .testimonial-block p {
  margin-bottom: 10px;
}
.testimonials .testimonial-block .testimonial-by svg,
.testimonials .testimonial-block .testimonial-by img {
  margin-right: 15px;
  color: var(--ash-white);
  vertical-align: middle;
}

.hero .hero-inner .hero-showcase .img-wrapper {
  position: relative;
  overflow: hidden;
}
.hero .hero-inner .hero-showcase .img-wrapper--overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--light-gray);
  width: 100%;
  height: 100%;
  content: " ";
}


/* kontakt dio forma*/

.contact-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: sans-serif;
}
.contact-section h2{
margin: 0 auto 50px;
color: var(--yellow);
text-align: center
}
.contact-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LIJEVA STRANA */
.contact-info {
  flex: 1;
  min-width: 300px;
}

.info-item {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}

.icon-box {
  /* background-color: #0f2133; */
  color: white;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 15px;
  flex-shrink: 0;
}

.info-content h5 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: var(--light-gray);
}

.info-content p {
  margin: 0;
  color: var(--yellow);
  font-size: 15px;
}

/* DESNA STRANA - FORMA */
.contact-form-wrapper {
  flex: 2;
}
.info-item, .contact-form-wrapper {
  opacity: 0;
  visibility: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Dva stupca */
  gap: 15px;
}

.input-field {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box; /* Jako važno da padding ne širi input */
}

.input-field.full-width {
  grid-column: span 2;
}

.input-field:focus {
  border-color: var(--light-gray);
}

/* GDPR i GUMB */
.gdpr-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gdpr-wrapper label {
  font-size: 13px;
  color: var(--light-gray);
  line-height: 1.5;
  cursor: pointer;
}

.form-footer {
  text-align: center;
  margin-top: 30px;
}

.submit-btn {
  background-color: var(--yellow);;
  color: var(--white);
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: var(--yellow);
}

/* RESPONZIVNOST (Ispod 991px) */
@media (max-width: 991px) {
  .contact-container {
      flex-direction: column; /* Stavlja formu ispod info bloka */
  }

  .contact-info, .contact-form-wrapper {
      width: 100%;
  }

  .form-grid {
      grid-template-columns: 1fr; /* Inputi postaju jedan ispod drugog na mobitelu */
  }

  .input-field.full-width {
      grid-column: span 1;
  }
}

/* 1. Definiramo animaciju */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

/* 2. Primjenjujemo animaciju na elemente */
.info-item, 
.contact-form-wrapper {
  /* Postavke za preglednike koji ne podržavaju scroll-animations (fallback) */
  opacity: 0;
  
  /* Moderni CSS scroll trigger */
  view-timeline-name: --reveal;
  view-timeline-axis: block;
  
  animation: fadeInUp linear both;
  animation-timeline: --reveal;
  
  /* Animacija se odvija dok je element između 10% i 40% visine ekrana */
  animation-range: entry 10% cover 40%;
}

/* 3. Dodajemo mali delay za svaki info-item (da idu jedan za drugim) */
.info-item:nth-child(2) { animation-delay: 0.1s; }
.info-item:nth-child(3) { animation-delay: 0.2s; }

/* 4. Specifično za formu, neka uđe mrvicu sporije */
.contact-form-wrapper {
  animation-duration: 1s;
}

@supports not (animation-timeline: --reveal) {
  .info-item, 
  .contact-form-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

/* projekt page*/
/* Stilovi za Slider */
.projekt-hero-slider {
  width: 100%;
  height: auto;
  margin-top: 115px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .projekt-hero-slider {
    margin-top: 76px;
  }
}
.projekt-hero-slider .swiper-slide img {
  width: 100%;
  height: 500px; /* Možeš prilagoditi visinu */
  object-fit: cover;
  display: block;
}

/* Prilagodba strelica da budu kao na tvojoj slici (crne/tamne) */
.projekt .container{
  width: 100%;
  max-width: 960px;
}
.swiper-button-next, .swiper-button-prev {
  background-color: rgba(0,0,0,0.5);
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  border-radius: 4px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold;
}

/* Layout za tekst i galeriju ostaje isti kao u prošlom koraku */
.projekt-info {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0;
}
.projekt-info h1{
  margin-bottom:30px;
  line-height: normal;
}
.projekt-info h3{
  margin-bottom:30px;
  color: var(--yellow);
}
.projekt-galerija {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 slike u redu na desktopu */
  gap: 10px;
  margin-top: 30px;
}

.galerija-item {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.galerija-item:hover {
  transform: scale(1.02);
}

.info-lijevo{
  width: 70%;;
}
.info-desno ul li strong{
  display: block;
}
/* Kada je lightbox otvoren, on dodaje klasu lb-disable-scrolling na body */
body.lb-disable-scrolling {
  overflow: hidden !important;
  /* Sprječava "skakanje" stranice udesno ako nestane scrollbar */
  padding-right: 0 !important; 
}
.lightbox {
  position: fixed !important; /* Umjesto absolute, fiksira ga za ekran */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%); /* Pomak za pola vlastite širine i visine natrag */
}

/* Osiguraj da overlay prekriva sve i da je fiksni */
#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100vh !important;
}
/* Osiguranje da sami elementi Lightboxa ne stvaraju dodatni scroll */
#lightboxOverlay, 
#lightbox {
  outline: none !important;
  overflow: hidden !important;
}
/* Fix za trenutak zatvaranja galerije */
body.lb-disable-scrolling {
  overflow: hidden !important;
}

/* Sakrivanje scrollbara dok Lightbox radi tranziciju */
#lightboxOverlay, #lightbox {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}
#lightboxOverlay::-webkit-scrollbar, 
#lightbox::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

@media (max-width: 768px) {
  .projekt-info { flex-direction: column; }
  .projekt-galerija { grid-template-columns: repeat(2, 1fr); }
  .projekt-hero-slider .swiper-slide img { height: 300px; }
  .info-lijevo{
    width: 100%;;
  }
}
/* Sakrij loader po defaultu ako stranica nije "svježa" */
.site-loader {
  display: none;
}
html.first-load .site-loader {
  display: flex; 
}

#usluge::before{
  content: "";
  display: block;
  height: 80px;   /* visina headera */
  margin-top: -80px;
  visibility: hidden;
}