:root{
  --nodvik-dark: #05132D;
  --nodvik-dark-2: #07101f;
  --nodvik-green: #2DA32D;
  --nodvik-white: #ffffff;
  --nodvik-muted: rgba(255,255,255,.72);
  --nodvik-text: #101828;
  --nodvik-light-bg: #f4f7fb;
  --nodvik-border: rgba(5,19,45,.08);
  --nodvik-radius-xl: 28px;
  --nodvik-radius-lg: 22px;
  --nodvik-shadow: 0 30px 80px rgba(5,19,45,.18);
}

p, div{
  font-size:22px;
  line-height:1.1;
}

.izbornik {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 60px 50px;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}

.izbornik.is-sticky {
  background: rgba(15,23,42,0.8);
  backdrop-filter: blur(10px);
  padding: 0px 50px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.izbornik a{
  color:#fff
}

.bg{
  background:#fff!important
}

.bg-top{
  background:#fff!important;
  height:150px;
  width:100%;
  z-index:2;
  position:absolute
}

/* GLOBAL */
.nodvik-home{
  overflow: hidden;
}

.nodvik-home img,
.nodvik-home video{
  max-width: 100%;
  height: auto;
  display: block;
}

.nodvik-kicker{
  display: inline-block;
  color: var(--nodvik-green);
  margin-bottom: 1rem;
}

.nodvik-kicker--dark{
  color: var(--nodvik-dark);
  font-size:25px;
  font-weight:500
  
}

.nodvik-section-title{
  color: var(--nodvik-dark);
  margin: 0 0 1.25rem;
  line-height:0.8
}

.nodvik-section-title--light{
  color: #fff;
}

.nodvik-section-text{
  color: rgba(5,19,45,.78);
  max-width: 760px;
}

.nodvik-section-text--light{
  color: rgba(255,255,255,.72);
  line-height:0.8
  
}

.nodvik-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 1.75rem;
  border-radius: 14px;
  text-decoration: none;
  transition: .3s ease;
  border: 0;
  box-shadow: none;
}

.nodvik-btn--primary{
  background: var(--nodvik-green);
  color: #fff;
}

.nodvik-btn--primary:hover{
  background: #248624;
  color: #fff;
  transform: translateY(-2px);
}

/* HERO */
.nodvik-hero{
  position: relative;
  margin: 60px;
  overflow: visible;
}

.nodvik-hero-box{
  position: relative;
  min-height: 95vh;
  padding: 110px 50px 70px;
  overflow: visible;
  isolation: isolate;
}

.nodvik-hero__media{
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--nodvik-dark);
  z-index: 1;
}

.nodvik-hero__image,
.nodvik-hero__video,
.nodvik-hero__overlay{
  position: absolute;
  inset: 0;
}

.nodvik-hero__image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nodvik-hero__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nodvik-hero__overlay{
  background:
    linear-gradient(90deg, rgba(5,19,45,.92) 0%, rgba(5,19,45,.86) 40%, rgba(5,19,45,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 100%);
}

.nodvik-hero__container{
  position: relative;
  z-index: 2;
}

.nodvik-hero__content{
  max-width: 720px;
  padding-right: 20px;
}

.nodvik-hero__title{
  color: #fff;
  margin: 0 0 1.25rem;
  line-height:0.8;
}

.nodvik-hero__title .green,
.nodvik-section-title .green{
  color: var(--nodvik-green);
}

.nodvik-hero__text{
  color: rgba(255,255,255,.82);
  margin-bottom: 2rem;
  max-width: 640px;
}

.brojevi{
  margin-top:100px;
  margin-bottom:-100px
}

/* PHONE */
.nodvik-phone{
  position: relative;
  width: min(100%, 380px);
  margin-inline: auto;
}

.nodvik-phone--hero{
  position: relative;
  z-index: 5;
  transform: rotate(8deg);
  margin-bottom: -160px;
  margin-top: 30px;
}

.nodvik-phone__frame{
  position: relative;
  background: linear-gradient(180deg, #162344 0%, #020713 100%);
  border-radius: 46px;
  padding: 12px;
  box-shadow:
    0 35px 80px rgba(0,0,0,.45),
    inset 0 0 0 2px rgba(255,255,255,.14),
    inset 0 0 0 10px #0c0f16;
}

.nodvik-phone__frame::before{
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.nodvik-phone__screen{
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #07101f;
  aspect-ratio: 9 / 19.5;
}

.nodvik-phone__screen img,
.nodvik-phone__screen video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nodvik-phone__screen::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 28%, rgba(255,255,255,0) 72%, rgba(255,255,255,.08) 100%);
  pointer-events: none;
}

.nodvik-phone__speaker{
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 24px;
  background: #0c0f16;
  border-radius: 0 0 18px 18px;
  z-index: 5;
}

.nodvik-phone__camera{
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(40px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1b2642;
  z-index: 6;
  box-shadow: 0 0 0 2px rgba(255,255,255,.06);
}

.nodvik-phone__btn{
  position: absolute;
  display: block;
  width: 4px;
  border-radius: 10px;
  background: linear-gradient(180deg, #7f8798 0%, #3c4454 100%);
  z-index: 4;
}

.nodvik-phone__btn--vol-up{
  top: 120px;
  left: -3px;
  height: 46px;
}

.nodvik-phone__btn--vol-down{
  top: 174px;
  left: -3px;
  height: 46px;
}

.nodvik-phone__btn--power{
  top: 146px;
  right: -3px;
  height: 72px;
}

.nodvik-phone__placeholder{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  text-align: center;
  padding: 2rem;
}

.nodvik-phone--hero::after{
  content:"";
  position:absolute;
  bottom:-30px;
  left:50%;
  transform:translateX(-50%);
  width:70%;
  height:40px;
  background: radial-gradient(
    ellipse,
    rgba(0,0,0,.35) 0%,
    rgba(0,0,0,0) 70%
  );
  filter: blur(6px);
  z-index: -1;
}

/* WHAT */
.nodvik-what{
  padding: 110px 0;
  background: #fff;
}

.nodvik-what h2{
  margin-bottom:30px
}

.nodvik-stats{
  margin-top: 3.5rem;
}

.nodvik-stat{
  padding: 0;
}

.nodvik-stat__number{
  margin-bottom: .55rem;
  font-size:70px;
  font-weight:900
}

.nodvik-stat__label{
  color: var(--nodvik-dark);
  opacity: .9;
  max-width: 140px;
}

/* SERVICES */
.nodvik-services{
  padding: 0 0 110px;
  background: #fff;
}

/* SERVICE BACKGROUNDS */

.service-box-1{
  background: linear-gradient(180deg,#D9EEF8 0%,#F9F9F9 100%);
}

.service-box-2{
  background: linear-gradient(180deg,#A1DEF0 0%,#EDF4F4 100%);
}

.service-box-3{
  background: linear-gradient(180deg,#D9EEF8 0%,#F9F9F9 100%);
}

.service-box-4{
  background: linear-gradient(180deg,#D9EEF8 0%,#F9F9F9 100%);
}

.nodvik-service-card__link{
  display:block;
  height:100%;
  text-decoration:none;
  color:inherit;
}

.nodvik-service-card{
  height:100%;
  transition: transform .3s ease;
}

.nodvik-service-card:hover{
  transform: translateY(-4px);
}

.nodvik-service-card{
  position: relative;
  overflow: hidden;
  min-height: 420px;
  height: 100%;
  border-radius: var(--nodvik-radius-xl);
  padding: 2.2rem 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nodvik-service-card img{
  height: 280px;
  object-fit:contain
}

.nodvik-service-card.is-dark{
  background: linear-gradient(180deg, #05132D 0%, #041026 100%);
}

.nodvik-service-card__content{
  text-align: center;
  position: relative;
  z-index: 2;
}

.nodvik-service-card__title{
  margin: 0 0 .8rem;
  color: var(--nodvik-dark);
}

.nodvik-service-card.is-dark .nodvik-service-card__title{
  color: #fff;
}

.nodvik-service-card__text{
  color: rgba(5,19,45,.58);
  max-width: 480px;
  margin: 0 auto;
}

.nodvik-service-card.is-dark .nodvik-service-card__text{
  color: rgba(255,255,255,.72);
}

.nodvik-service-card__media{
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 300px;
}

.nodvik-service-card__media img{
  max-height: 360px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.16));
}

/* CASES */
.nodvik-cases{
  padding: 110px 0;
  background: linear-gradient(180deg, #05132D 0%, #07101f 100%);
  overflow: hidden;
}

.nodvik-cases-slider-wrap{
  margin-top:80px
}

.nodvik-case-card{
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  transition: .35s ease;
}

.nodvik-case-card:hover{
  transform: translateY(-6px);
}

.nodvik-case-card__media{
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.nodvik-case-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nodvik-case-card__body{
  padding: 50px;
  margin-top:-220px;
  z-index:5;
  position:relative;
  background: #ffffff;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
}

.nodvik-case-card__title{
  color: #fff;
  margin: 0 0 .4rem;
}

.nodvik-case-card__subtitle{
  color: rgba(255,255,255,.68);
  margin-bottom: 1rem;
}

.nodvik-case-card__subtitle{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.nodvik-case-card__link{
  color: var(--nodvik-green);
  text-decoration: none;
  background:#ffffff;
  padding:3px 20px 5px;
  border-radius:5px;
  text-align:right;
  
}

/* ==========================================
   FINAL DEVICE SECTION
========================================== */

.nodvik-device-section{
  position: relative;
  padding: 40px 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(45,163,45,.10) 0%, rgba(45,163,45,0) 42%),
    linear-gradient(180deg, #02060d 0%, #05132D 100%);
  overflow: hidden;
}

.nodvik-device-section__wrap{
  position: relative;
  width: min(calc(100% - 120px), 1440px);
  min-height: 78vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* NEW DEVICE */
.nodvik-device-landscape{
  position: relative;
  width: min(92vw, 1180px);
  transform: scale(1.3);
  transform-origin: center center;
  opacity: 1;
  transition:
    transform 2.15s cubic-bezier(.2,.8,.2,1),
    filter 1s ease;
  will-change: transform;
}

.nodvik-device-section.is-inview .nodvik-device-landscape{
  transform: scale(0.8);
}

.nodvik-device-landscape__frame{
  position: relative;
  padding: 14px;
  border-radius: 56px;
  background:
    linear-gradient(180deg, #161a22 0%, #05070b 100%);
  box-shadow:
    0 40px 120px rgba(0,0,0,.48),
    inset 0 0 0 2px rgba(255,255,255,.12),
    inset 0 0 0 8px #0c0f16;
}

.nodvik-device-landscape__frame::before{
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 48px;
  border: 1px solid rgba(255,255,255,.07);
  pointer-events: none;
}

.nodvik-device-landscape__screen{
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  aspect-ratio: 19.5 / 9;
  background: #000;
}

.nodvik-device-landscape__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nodvik-device-landscape__screen::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 24%,
      rgba(255,255,255,0) 76%,
      rgba(255,255,255,.05) 100%
    );
  pointer-events: none;
}

.nodvik-device-landscape__notch{
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 14px;
  border-radius: 0 0 12px 12px;
  background: #0c0f16;
  z-index: 5;
}

.nodvik-device-landscape__camera{
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(60px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #202b44;
  box-shadow: 0 0 0 2px rgba(255,255,255,.05);
  z-index: 6;
}

.nodvik-device-landscape__button{
  position: absolute;
  display: block;
  width: 4px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7f8798 0%, #3c4454 100%);
  z-index: 4;
}

.nodvik-device-landscape__button--power{
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  height: 84px;
}

.nodvik-device-landscape__placeholder{
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.75);
  text-align: center;
  padding: 2rem;
  background: #05132D;
}

/* TESTIMONIALS */
.nodvik-testimonials{
  padding: 110px 0;
  background: #fff;
  overflow: hidden;
}

.nodvik-testimonial-card{
  height: 100%;
  border: 1px solid rgba(5,19,45,.1);
  border-radius: 20px;
  background: #fff;
  padding: 1.5rem;
}

.nodvik-testimonial-card__quote{
  color: var(--nodvik-dark);
  margin-bottom: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:19px;
  font-weight:500
}

.nodvik-testimonial-card__author{
  display: flex;
  align-items: center;
  gap: .85rem;
}

.nodvik-testimonial-card__avatar{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 56px;
}

.nodvik-testimonial-card__avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nodvik-testimonial-card__name{
  color: var(--nodvik-dark);
}

.nodvik-testimonial-card__position{
  color: rgba(5,19,45,.62);

}

/* FINAL PHONE */
.nodvik-final-phone{
  position: relative;
  padding: 120px 0 140px;
  background:
    radial-gradient(circle at 70% 50%, rgba(45,163,45,.18) 0%, rgba(45,163,45,0) 35%),
    linear-gradient(180deg, #02060d 0%, #05132D 100%);
  overflow: hidden;
}

.nodvik-final-phone__stage{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  transform: scale(1.14);
  opacity: .35;
  transition: transform 1s cubic-bezier(.2,.8,.2,1), opacity 1s ease;
}

.nodvik-final-phone.is-inview .nodvik-final-phone__stage{
  transform: scale(1);
  opacity: 1;
}

.nodvik-phone--final{
  width: min(100%, 440px);
  transform: scale(1.08);
  transition: transform 1.05s cubic-bezier(.2,.8,.2,1);
}

.nodvik-final-phone.is-inview .nodvik-phone--final{
  transform: scale(.92);
}

.nodvik-phone--final .nodvik-phone__frame{
  border-radius: 54px;
  padding: 14px;
}

.nodvik-phone--final .nodvik-phone__screen{
  border-radius: 40px;
  aspect-ratio: 9 / 19.5;
}

.nodvik-final-phone__glow{
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,163,45,.16) 0%, rgba(45,163,45,0) 68%);
  z-index: 0;
  filter: blur(18px);
}

.nodvik-final-phone .nodvik-phone{
  position: relative;
  z-index: 2;
}

/* SWIPER */
.nodvik-cases-swiper{
  overflow: visible;
}

.nodvik-cases-swiper .swiper-slide{
  width: min(62vw, 760px);
}

.nodvik-testimonials-swiper{
  overflow: visible;
}

.nodvik-testimonials-swiper .swiper-slide{
  height: auto;
}

#primary.site-main{
  position: relative;
  z-index: 2;
  background: transparent;
}

.nodvik-shape-wrap{
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100px;
  overflow: hidden;
  pointer-events: none;
  background: transparent !important;
}

.nodvik-shape-svg{
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

.nodvik-shape-path{
  fill: #04122b;
}

.nodvik-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
}


.nodvik-footer__inner{
  position: relative;
  min-height: 120px;
  padding: 120px 0 32px;
}

.nodvik-footer__grid{
  row-gap: 2rem;
}

.nodvik-footer__block{
  position: relative;
  padding-left: 1.35rem;
}

.nodvik-footer__block::before{
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.nodvik-footer__title{
  margin: 0 0 1rem;
}

.nodvik-footer__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.nodvik-footer__list li{
  margin: 0 0 .55rem;
}

.nodvik-footer__list a,
.nodvik-footer__list span,
.nodvik-footer__email{
  color: rgba(15,23,42,.78);
  text-decoration: none;
  transition: all .25s ease;
  display: inline-block;
}

.nodvik-footer__list a:hover,
.nodvik-footer__email:hover{
  transform: translateX(4px);
}

.nodvik-footer__bottom{
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid;
}

.nodvik-footer__language{
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}

.nodvik-footer__language svg{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.site-main {
  background:#fff;
  z-index:5
}

.sik-menu-toggle {
  width: 66px;
  height: 66px;
  border: 0px solid #2da32d;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10001;
  position: relative;
}

.sik-menu-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background: #2da32d;
  border-radius:20px;
  transition: all 0.3s ease;
}

.sik-menu-toggle:hover {
  transform: scale(1.04);
}

.sik-fullscreen-menu {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.sik-fullscreen-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sik-fullscreen-menu__inner {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}


.sik-fullscreen-menu__left {
  width: 50%;
  background: #fff;
  overflow: hidden;
}

.sik-fullscreen-menu {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.sik-fullscreen-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sik-fullscreen-menu__inner {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.sik-fullscreen-menu__left {
  width: 50%;
  background: #fff;
  overflow: hidden;

  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.22,.61,.36,1), opacity 0.2s ease;
}

.sik-fullscreen-menu__right {
  width: 50%;
  background: #161616;
  color: #fff;

  transform: translateX(100%);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.22,.61,.36,1), opacity 0.2s ease;
}

.sik-fullscreen-menu.is-open .sik-fullscreen-menu__left,
.sik-fullscreen-menu.is-open .sik-fullscreen-menu__right {
  transform: translateX(0);
  opacity: 1;
}

.sik-fullscreen-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sik-fullscreen-nav > li {
  flex: 1 1 auto;
  min-height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.sik-fullscreen-nav > li:last-child {
  border-bottom: 0;
}

.sik-fullscreen-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 2rem 7rem 2rem 5rem;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #05132d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sik-fullscreen-nav > li > a::after {
  content: "\f061";
  font: var(--fa-font-solid);
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.3s ease;
}

.sik-fullscreen-nav > li > a:hover {
  background: rgb(234 234 234 / 45%);
}

/* ako ima podmeni */
.sik-fullscreen-nav .sub-menu {
  display: none;
}

.sik-fullscreen-menu__right {
  width: 50%;
  background: #05132d;
  color: #fff;
  position: relative;
  padding: 4rem 5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sik-menu-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 54px;
  height: 54px;
  border: 3px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.sik-menu-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 5px;
  background: #fff;
}

.sik-menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sik-menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sik-menu-brand {
  font-size: 40px;
  line-height: 0.95;
  font-weight: 700;
  margin-bottom: 3rem;
}

.sik-menu-address {
  margin-bottom: 40px;
}

.sik-menu-address strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.sik-menu-address span {
  display: block;
  font-size: 25px;
  opacity: 0.9;
}

.sik-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem 4rem;
  margin-top: auto;
  margin-bottom: 3rem;
}

.sik-menu-box__title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.85rem;
  padding-left: 20px;
}

.sik-menu-box__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.sik-menu-box a {
  display: block;
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
  margin-bottom: 0.35rem;
  font-size: 22px;
  color:#2da32d
}

.sik-menu-box a:hover {
  opacity: 1;
  text-decoration: underline;
}

.sik-menu-language {
  border-top: 1px solid rgba(255,255,255,0.45);
  padding-top: 1rem;
}

.sik-menu-language button {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}

/* BODY LOCK */
body.sik-menu-open {
  overflow: hidden;
}

  .nodvik-service-single {
    color: #1f1f1f;
  }
  .nodvik-service-single .container-fluid-custom {
    width: min(100%, 1600px);
    margin-inline: auto;
    padding-inline: clamp(20px, 3vw, 48px);
  }
  .nodvik-service-single .ns-section {
    padding: clamp(56px, 8vw, 110px) 0;
  }
  .nodvik-service-single .ns-eyebrow {
    line-height: 1.4;
    color: #6f6f6f;
    margin: 0 0 18px;
  }
  .nodvik-service-single .ns-title-xl {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
  }
  .nodvik-service-single .ns-title-lg {
    font-size: clamp(34px, 4vw, 72px);
    line-height: .98;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 0;
  }
  .nodvik-service-single .ns-text {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    color: #555;
  }
  .nodvik-service-single .ns-text p:last-child {
    margin-bottom: 0;
  }
  .nodvik-service-single .ns-banner {
    height: 600px;
    max-height:50vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: linear-gradient(135deg, #030d1f 0%, #155252 50%, #274927 100%);
  }
  .nodvik-service-single .ns-banner.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .nodvik-service-single .ns-banner-media {
    position: absolute;
    inset: 0;
  }
  .nodvik-service-single .ns-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nodvik-service-single .ns-banner-inner {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .nodvik-service-single .ns-banner-content {
    max-width: 760px;
    color: #fff;
    padding-bottom:30px;
  }
  .nodvik-service-single .ns-banner-subtitle {
    margin-top: 0px;
    font-size: 25px;
    line-height: 1;
    color: rgba(255,255,255,.82);
  }
  .nodvik-service-single .ns-intro-grid {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: clamp(24px, 4vw, 70px);
    align-items: start;
  }
  .nodvik-service-single .ns-intro-right {
    max-width: 900px;
  }
  .nodvik-service-single .ns-intro-copy {
    margin-top: 24px;
    max-width: 980px;
  }
  .nodvik-service-single .ns-detail-list {
    display: grid;
    gap: 28px;
  }
  .nodvik-service-single .ns-detail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
  }
  .nodvik-service-single .ns-detail-row.is-reverse .ns-detail-media {
    order: 2;
  }
  .nodvik-service-single .ns-detail-row.is-reverse .ns-detail-content {
    order: 1;
  }

  .nodvik-service-single .ns-detail-media {
    overflow: hidden;
  }
  .nodvik-service-single .ns-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius:15px;
  }
  .nodvik-service-single .ns-detail-content {
    padding: clamp(28px, 3vw, 48px);
    display: flex;
    align-items: center;
  }
  .nodvik-service-single .ns-detail-content .ns-text,
  .nodvik-service-single .ns-detail-content .ns-text * {
    color: #030813;
  }
  .nodvik-service-single .ns-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .nodvik-service-single .ns-step-card {
    position: relative;
    min-height: 520px;
    background: #dfe4ea;
    overflow: hidden;
    cursor: pointer;
    padding: clamp(28px, 2.4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background .35s ease, color .35s ease, transform .25s ease;
    border-radius:15px
  }
  .nodvik-service-single .ns-step-card:hover,
  .nodvik-service-single .ns-step-card.is-active {
    background: linear-gradient(135deg, #030914 0%, #030914 100%);
    color: #fff;
  }
  .nodvik-service-single .ns-step-top {
    font-size: 20px;
    line-height: 1.4;
    color: #030813;
    transition: color .35s ease;
  }
  .nodvik-service-single .ns-step-card:hover .ns-step-top,
  .nodvik-service-single .ns-step-card.is-active .ns-step-top {
    color: rgba(255,255,255,.75);
  }
  .nodvik-service-single .ns-step-title {
    font-size: clamp(34px, 3vw, 58px);
    line-height: .95;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin: 0;
    max-width: 90%;
  }
  .nodvik-service-single .ns-step-desc {
    margin-top: 24px;
    max-width: 88%;
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.0;
    color: rgba(255,255,255,.9);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;
  }
  .nodvik-service-single .ns-step-card:hover .ns-step-desc,
  .nodvik-service-single .ns-step-card.is-active .ns-step-desc {
    opacity: 1;
    transform: translateY(0);
  }
  .nodvik-service-single .ns-faq-list {
    border-top: 1px solid #dfe4ea;
  }
  .nodvik-service-single .ns-faq-item {
    border-bottom: 1px solid #dfe4ea;
  }
  .nodvik-service-single .ns-faq-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 34px 84px 34px 0;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .nodvik-service-single .ns-faq-question {
    display: block;
    font-size:30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #02060f;
  }
  .nodvik-service-single .ns-faq-icon {
    position: absolute;
    right: 0;
    top: 28px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #020710;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    line-height: 1;
    transition: transform .3s ease, background .3s ease;
  }
  .nodvik-service-single .ns-faq-item.is-open .ns-faq-icon {
    transform: rotate(45deg);
    background: #020710;
  }
  .nodvik-service-single .ns-faq-answer {
    display: none;
    padding: 0 84px 34px 0;
    max-width: 1100px;
  }
  .nodvik-service-single .ns-faq-item.is-open .ns-faq-answer {
    display: block;
  }
  .nodvik-service-single .ns-faq-answer-inner {
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.6;
    color: #666;
  }
  
.bottom-reveal-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vh;
  pointer-events: none;
  z-index: 50;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.85) 25%,
    rgba(0,0,0,0.4) 60%,
    rgba(0,0,0,0.0) 100%
  );

  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.85) 25%,
    rgba(0,0,0,0.4) 60%,
    rgba(0,0,0,0.0) 100%
  );
}

.auto-line {
  width: 100%;
  height: 2px;
  border: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    currentColor 18%,
    currentColor 82%,
    rgba(0, 0, 0, 0) 100%
  );
}

hr.auto-line {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  h1, h2, h3, h4, h5, h6, p, img, .animiraj, .auto-line {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

.ns-banner{
  position: relative;
  margin: 60px;
  overflow: visible;
  border-radius:var(--nodvik-radius-xl);
}

.cf-brief {
  --cf-text: #030811;
  --cf-line: rgb(2 7 15 / 30%);
  --cf-muted: rgba(0, 0, 0, 0.72);
  --cf-input-line: rgba(0, 0, 0, 0.72);
  --cf-accent: #222222;
  --cf-font-size-base: 18px;
  --cf-font-size-title: clamp(28px, 2.8vw, 52px);
  --cf-font-size-question: clamp(20px, 2vw, 42px);
  color: var(--cf-text);
  padding: 0;
}

.cf-brief__section {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 10px;
  padding: 55px 0px;
  align-items: start;
}

.cf-brief__left {
  max-width: 300px;
}

.cf-brief__number {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--cf-muted);
}

.cf-brief__title {
  margin: 0;
  font-size: clamp(26px, 2vw, 46px);
  line-height: 1.02;
  font-weight: 700;
}

.cf-brief__right {
  max-width: 760px;
}

.cf-brief__question {
  margin: 0 0 36px;
  line-height: 1.2;
  font-weight: 400;
}

.cf-brief__field {
  margin-bottom: 34px;
}

.cf-brief__label {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.2;
}

.cf-brief input[type="text"],
.cf-brief input[type="email"],
.cf-brief input[type="tel"],
.cf-brief input[type="url"],
.cf-brief textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--cf-input-line);
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0 14px;
  color: var(--cf-text);
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.3;
  outline: none;
}

.cf-brief textarea {
  min-height: 120px;
  resize: vertical;
}

.cf-brief input:focus,
.cf-brief textarea:focus {
  border-bottom-color: rgba(0, 0, 0, 0.45);
}

.cf-brief ::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

/* CHECKBOX / RADIO WRAPPERS */
.cf-brief .wpcf7-list-item {
  display: block;
  margin: 0 0 26px 0;
}

.cf-brief .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  cursor: pointer;
  margin: 0;
}

.cf-brief .wpcf7-list-item input[type="checkbox"],
.cf-brief .wpcf7-list-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
  border: 1.5px solid rgba(0, 0, 0, 0.45);
  background: transparent;
  position: relative;
  outline: none;
  box-shadow: none;
}

.cf-brief .wpcf7-list-item input[type="checkbox"] {
  border-radius: 4px;
}

.cf-brief .wpcf7-list-item input[type="radio"] {
  border-radius: 50%;
}

.cf-brief .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 6px;
  background: #222;
  border-radius: 2px;
}

.cf-brief .wpcf7-list-item input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 6px;
  background: #222;
  border-radius: 50%;
}

.cf-brief .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
  max-width: 820px;
}

.cf-brief__checks--grid .wpcf7-form-control-wrap {
  display: block;
}

.cf-brief__checks--grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 22px 48px;
}

.cf-brief__checks--grid .wpcf7-list-item {
  margin: 0;
}

.cf-brief__radios .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* RANGE */
.cf-brief__range-wrap {
  padding-top: 8px;
}

.cf-brief__range-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: clamp(18px, 1.6vw, 28px);
}

.cf-brief input[type="range"].cf-brief__range {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: #222;
}

.cf-brief__budget-output {
  margin-top: 16px;
  font-size: 18px;
  color: var(--cf-muted);
}

/* SUBMIT */
.cf-brief__submit-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.cf-brief input[type="submit"].cf-brief__submit {
  border: 0;
  background: #222;
  color: #fff;
  padding: 18px 34px;
  min-width: 140px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cf-brief input[type="submit"].cf-brief__submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}


/* CF7 RESPONSE */
.cf-brief .wpcf7-spinner {
  margin-top: 16px;
}

.cf-brief .wpcf7-response-output {
  margin: 30px 32px 0 !important;
  padding: 14px 18px !important;
  border-width: 1px !important;
  font-size: 16px;
}

/* RESPONSIVE */
@media screen and (min-width: 100px) and (max-width: 991px) {
.nodvik-hero__media{
  border-radius: 15px;
}
  
:root{
  --nodvik-radius-xl: 15px; 
  --nodvik-radius-lg: 10px;
  --nodvik-shadow: 0 30px 80px rgba(5,19,45,.18);
}
  
  .sik-fullscreen-menu__inner {
    flex-direction: column;
    height: 100dvh;
  }

  .sik-fullscreen-menu__left,
  .sik-fullscreen-menu__right {
    width: 100%;
  }

  .sik-fullscreen-menu__left {
    height: 50%;
  }

  .sik-fullscreen-menu__right {
    height: 50%;
    padding: 1rem 1.5rem 1.5rem;
  }

  .sik-fullscreen-nav > li > a {
    padding: 1.25rem 4.5rem 1.25rem 1.5rem;
    font-size: 22px;
  }

  .sik-fullscreen-nav > li > a::after {
    right: 1rem;
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .sik-menu-brand {
    margin-bottom: 1.5rem;
  }

  .sik-menu-address {
    margin-bottom: 10px;
  }

  .sik-menu-address strong {
  font-size: 22px;
  line-height: 1;
  margin-bottom:0;
}

.sik-menu-address span {
  font-size: 20px;
}

.sik-menu-box__title{
  padding-bottom:0!important;
  margin:0;
}
  
.sik-menu-box__title a{
  font-size:15px!important;
}
  
  .sik-menu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px ;
    margin-bottom: 1rem;
  }

  .sik-menu-close {
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
  }

 .navbar-brand{
   width:150px
 }

.izbornik {
  padding: 10px 20px;
}

.izbornik.is-sticky {
  padding: 0px 20px;
}

.sik-menu-toggle {
  width: 30px;
  gap: 7px;
}

.sik-menu-toggle span {
  width: 30px;
  height: 2px;
}
 
  .nodvik-hero{
    margin: 10px;
  }

  .ns-banner{
  margin: 10px;
  border-radius:var(--nodvik-radius-xl);
}

  .nodvik-service-single .ns-banner-content {
    padding-bottom:40px!important;
  }

  .nodvik-hero-box{
    padding: 120px 10px 110px;
  }

.nodvik-kicker{
  font-size:15px
}

.nodvik-hero__title{
  font-size:35px
}
  
.nodvik-hero__text p{
  font-size:17px!important
}

.nodvik-btn{
  min-height: 46px;
  border-radius: 7px;
}

.brojevi{
  margin-top:20px;
  margin-bottom:-50px;
}
  
.brojevi div{
  font-size:15px!important
}

.brojevi h3{
  margin-top:20px!important
}

  
.nodvik-phone--hero {
    width: min(100%, 250px);
    margin-top: 100px;
    margin-bottom: -160px;
    transform: rotate(4deg);
  }

  .nodvik-phone__frame{
    border-radius: 34px;
    padding: 9px;
  }

  .nodvik-phone__screen{
    border-radius: 26px;
  }

  .nodvik-phone__frame::before{
    border-radius: 28px;
  }

.nodvik-stats{
  margin-top: 0px;
}

.nodvik-stat__number{
  font-size:50px;
}

.nodvik-stat__label{
  font-size:17px;
}

.nodvik-what{
  padding: 110px 0 30px 0;
  background: #fff;
}

/* SERVICES */
.nodvik-services{
  padding: 0 0 30px;
  background: #fff;
}

.nodvik-service-card{
  min-height: 100px;
  padding: 2.2rem 0px 0;
}


.nodvik-service-card__media{
  min-height: 100px;
}

.nodvik-service-card__media img{
  max-height: 160px;
}

.nodvik-cases{
  padding: 30px 0;
}

.nodvik-section-text{
  font-size:17px;
}

.nodvik-cases-slider-wrap{
  margin-top:30px
}

.nodvik-case-card{
  border-radius: 15px;
}

.nodvik-case-card__media{
  aspect-ratio: 10 / 16;
}

.nodvik-case-card__subtitle{
  font-size:17px;
}


.nodvik-case-card__body{
  padding: 30px 20px;
  margin-top:-220px;
}

.nodvik-testimonials{
  padding: 30px 0;
}

 .nodvik-device-section{
    padding: 30px 0;
  }

  .nodvik-device-section__wrap{
    width: calc(100% - 40px);
    min-height: 0vh;
  }


  .nodvik-device-section{
    padding: 30px 0;
  }

  .nodvik-device-section__wrap{
    width: calc(100% - 40px);
    min-height: 0;
  }

  .nodvik-device-landscape{
    width: min(78vw, 340px);
    margin-inline: auto;
    transform: scale(1.18);
    transform-origin: center center;
  }

  .nodvik-device-section.is-inview .nodvik-device-landscape{
    transform: scale(0.92);
  }

  .nodvik-device-landscape__frame{
    padding: 10px;
    border-radius: 34px;
  }

  .nodvik-device-landscape__frame::before{
    inset: 5px;
    border-radius: 28px;
  }

  .nodvik-device-landscape__screen{
    aspect-ratio: 9 / 19.5;
    border-radius: 26px;
  }

  .nodvik-device-landscape__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;aspect-ratio: 9 / 19.5;
  }

  .nodvik-device-landscape__notch{
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 34%;
    height: 18px;
    border-radius: 0 0 14px 14px;
  }

  .nodvik-device-landscape__camera{
    top: 15px;
    left: 50%;
    transform: translateX(34px);
    width: 9px;
    height: 9px;
  }

  .nodvik-device-landscape__button--power{
    top: 145px;
    right: -3px;
    transform: none;
    height: 72px;
    width: 4px;
  }

  .nodvik-device-landscape__placeholder{
    min-height: 520px;
  }

.nodvik-footer__inner{
  min-height: 120px;
  padding: 0px 0 10px;
}

.nodvik-footer__grid{
  row-gap: 0rem;
}

.nodvik-footer__block{
  padding-left: 0rem;
}



.nodvik-footer__title{
  margin: 0 0 1rem;
}

.nodvik-footer__list li{
  margin: 0 0 .25rem;
  font-size:16px
}

.nodvik-footer__bottom{
  margin-top: 1rem;
  padding-top: 1rem;
}

  .nodvik-service-single .ns-step-card {
    position: relative;
    min-height: 320px;
    background: #dfe4ea;
    overflow: hidden;
    cursor: pointer;
    padding: clamp(28px, 2.4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background .35s ease, color .35s ease, transform .25s ease;
    border-radius:15px
  }

  .cf-brief__section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 20px;
  }

  .cf-brief__left,
  .cf-brief__right {
    max-width: 100%;
  }

  .cf-brief__question {
    margin-bottom: 24px;
  }

  .cf-brief__checks--grid .wpcf7-form-control {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cf-brief .auto-line {
    width: calc(100% - 40px);
  }

  .cf-brief .wpcf7-list-item input[type="checkbox"],
  .cf-brief .wpcf7-list-item input[type="radio"] {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .cf-brief__submit-wrap {
    justify-content: flex-start;
  }
}

/* MIDLE */
@media screen and (min-width: 992px) and (max-width: 1200px) {
.nodvik-hero__media{
  border-radius: 20px;
}
  
:root{
  --nodvik-radius-xl: 20px;
  --nodvik-radius-lg: 15px;
}
  
 .navbar-brand{
   width:200px
 }

.izbornik {
  padding: 20px 30px;
}

.izbornik.is-sticky {
  padding: 0px 30px;
}

.sik-menu-toggle {
  width: 60px;
}

.nodvik-hero{
    margin: 20px;
  }

.ns-banner{
  margin: 20px;
  border-radius:var(--nodvik-radius-xl);
}

  .nodvik-hero-box{
    padding: 120px 10px 110px;
  }

.nodvik-kicker{
  font-size:17px
}

.nodvik-hero__title{
  font-size:45px
}
  
.nodvik-hero__text p{
  font-size:17px!important
}

.nodvik-btn{
  min-height: 46px;
  border-radius: 7px;
}

.brojevi{
  margin-top:20px;
  margin-bottom:-100px;
}
  
.brojevi div{
  font-size:16px!important
}

.brojevi h3{
  margin-top:20px!important
}

  
.nodvik-phone--hero {
    width: min(100%, 250px);
    margin-top: 100px;
    margin-bottom: -160px;
    transform: rotate(4deg);
  }

  .nodvik-phone__frame{
    border-radius: 34px;
    padding: 9px;
  }

  .nodvik-phone__screen{
    border-radius: 26px;
  }

  .nodvik-phone__frame::before{
    border-radius: 28px;
  }

.nodvik-stats{
  margin-top: 0px;
}

.nodvik-stat__number{
  font-size:50px;
}

.nodvik-stat__label{
  font-size:17px;
}

.nodvik-what{
  padding: 110px 0 30px 0;
  background: #fff;
}

/* SERVICES */
.nodvik-services{
  padding: 0 0 30px;
  background: #fff;
}

.nodvik-service-card{
  min-height: 160px;
  padding: 2.2rem 0px 0;
}


.nodvik-service-card__media{
  min-height: 150px;
}

.nodvik-service-card__media img{
  max-height: 190px;
}

.nodvik-cases{
  padding: 30px 0;
}

.nodvik-section-text{
  font-size:19px;
}

.nodvik-cases-slider-wrap{
  margin-top:30px
}

.nodvik-case-card{
  border-radius: 15px;
}

.nodvik-case-card__media{
  aspect-ratio: 10 / 8;
}

.nodvik-case-card__subtitle{
  font-size:17px;
}


.nodvik-case-card__body{
  padding: 30px 20px;
  margin-top:-220px;
}

.nodvik-testimonials{
  padding: 30px 0;
}

 .nodvik-device-section{
    padding: 30px 0;
  }


.nodvik-footer__inner{
  min-height: 120px;
  padding: 0px 0 10px;
}

.nodvik-footer__grid{
  row-gap: 0rem;
}

.nodvik-footer__block{
  padding-left: 0rem;
}



.nodvik-footer__title{
  margin: 0 0 1rem;
}

.nodvik-footer__list li{
  margin: 0 0 .25rem;
  font-size:18px
}

.nodvik-footer__bottom{
  margin-top: 1rem;
  padding-top: 1rem;
}
}


/* LARGE */
@media screen and (min-width: 1200px) and (max-width: 1550px) {

.izbornik {
  padding: 50px 30px;
}

.izbornik.is-sticky {
  padding: 0px 30px;
}

.sik-menu-toggle {
  width: 60px;
}

.nodvik-hero{
    margin: 40px;
  }

  .ns-banner{
  margin: 40px;
  border-radius:var(--nodvik-radius-xl);
}

  .nodvik-hero-box{
    padding: 120px 10px 110px;
  }


.nodvik-hero__title{
  font-size:55px
}


.nodvik-btn{
  min-height: 46px;
  border-radius: 7px;
}


.brojevi div{
  font-size:16px!important
}


  
.nodvik-phone--hero {
    width: min(100%, 300px);
    margin-top: 100px;
    margin-bottom: -160px;
    transform: rotate(4deg);
  }

  .nodvik-phone__frame{
    border-radius: 34px;
    padding: 8px;
  }

  .nodvik-phone__screen{
    border-radius: 26px;
  }

  .nodvik-phone__frame::before{
    border-radius: 28px;
  }

.nodvik-stats{
  margin-top: 0px;
}


.nodvik-stat__label{
  font-size:17px;
}


.nodvik-service-card{
  min-height: 260px;
  padding: 2.2rem 0px 0;
}


.nodvik-service-card__media{
  min-height: 250px;
}

.nodvik-service-card__media img{
  max-height: 290px;
}

.nodvik-cases{
  padding: 50px 0;
}

.nodvik-section-text{
  font-size:19px;
}

.nodvik-cases-slider-wrap{
  margin-top:30px
}

.nodvik-case-card{
  border-radius: 15px;
}

.nodvik-case-card__media{
  aspect-ratio: 10 / 8;
}

.nodvik-case-card__subtitle{
  font-size:17px;
}


.nodvik-case-card__body{
  padding: 30px 20px;
  margin-top:-220px;
}

.nodvik-testimonials{
  padding: 60px 0;
}

 .nodvik-device-section{
    padding: 30px 0;
  }

.nodvik-footer__inner{
  min-height: 120px;
  padding: 0px 0 10px;
}

.nodvik-footer__grid{
  row-gap: 0rem;
}

.nodvik-footer__block{
  padding-left: 0rem;
}



.nodvik-footer__title{
  margin: 0 0 1rem;
}

.nodvik-footer__list li{
  margin: 0 0 .25rem;
  font-size:18px
}

.nodvik-footer__bottom{
  margin-top: 1rem;
  padding-top: 1rem;
}

  
}

/*SPLASH*/
.nodvik-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #07101f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.nodvik-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nodvik-splash__bg {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(45, 163, 45, 0.20) 0%, rgba(45, 163, 45, 0) 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 50% 80%, rgba(45, 163, 45, 0.12) 0%, rgba(45, 163, 45, 0) 36%),
    linear-gradient(135deg, #05132D 0%, #07101f 55%, #020817 100%);
  filter: blur(28px);
  transform: scale(1.08);
  animation: nodvikSplashBgMove 8s ease-in-out infinite alternate;
}

.nodvik-splash__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    radial-gradient(rgba(255,255,255,0.7) 0.6px, transparent 0.6px);
  background-size: 8px 8px;
  mix-blend-mode: soft-light;
}

.nodvik-splash__inner {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 40px));
  text-align: center;
  padding: 20px;
}

.nodvik-splash__kicker {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  animation: nodvikSplashReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nodvik-splash__title {
  margin: 0;
  font-size: clamp(52px, 12vw, 180px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(255,255,255,0.08);
  animation: nodvikSplashReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.08s;
}

.nodvik-splash__subtitle {
  width: min(760px, 100%);
  margin: 22px auto 0;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.25;
  color: rgba(255,255,255,0.76);
  letter-spacing: -0.02em;
  animation: nodvikSplashReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.18s;
}

.nodvik-splash__line {
  width: min(520px, 100%);
  margin: 34px auto 18px;
  animation: nodvikSplashReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.28s;
}

.nodvik-splash__meta {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.50);
  animation: nodvikSplashReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.38s;
}

body.splash-active {
  overflow: hidden;
}

@keyframes nodvikSplashReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes nodvikSplashBgMove {
  from {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
  to {
    transform: scale(1.14) translate3d(1.5%, 1%, 0);
  }
}

@media (max-width: 767.98px) {
  .nodvik-splash__subtitle {
    margin-top: 18px;
  }

  .nodvik-splash__line {
    margin-top: 26px;
  }

  .nodvik-splash__meta {
    letter-spacing: 0.1em;
    font-size: 12px;
  }
}
/*END SPLASH*/