/* =========================================================
   4. HOMEPAGE / SERVICES TYPOGRAPHY & BLOCKS
   ========================================================= */

.homepage-usluge-kategorije{
    opacity: 0;
    transform: scale(0.8);
    animation: homepageZoomIn 0.5s ease-out forwards;
}

@keyframes homepageZoomIn{
    0%{
        opacity:0;
        transform: scale(0.9);
    }
    100%{
        opacity:1;
        transform: scale(1);
    }
}

.homepage-heading-font {
  font-size: 46px !important;
	color: #fff;
}

@media (min-width: 601px) {
  .homepage-heading-font {
    font-size: 70px !important;
  }
}

@media (min-width: 1024px) {
  .homepage-heading-font {
    font-size: 100px !important;
  }
}
.homepage-heading-font:hover {
	color: #ddd;
	text-decoration: none;
}
.homepage-heading-font:active{
    color:#ff6600;
}
.services-heading-font {
  font-size: 46px !important;
	padding-bottom: 50px;
}

@media (min-width: 601px) {
  .services-heading-font {
    font-size: 70px !important;
  }
}

@media (min-width: 1024px) {
  .services-heading-font {
    font-size: 100px !important;
  }
}
.rows {
	padding-top: 100px;
}
.inspirative1, .inspirative2 {
	padding: 100px 0px 0px 0px;
}
.animated-iz-ideje-categories {
  font-size: 16px !important;
  color: #ff6600 !important;
  padding-bottom: 5px;
  text-align: right;
  letter-spacing: -1px;
	transition: all 0.5s ease;
}
/* Buttons on all pages */

/*.animated-iz-ideje-services {
  position: relative;
  display: inline-block;
  padding: 10px 18px 10px 18px;
  border-radius: 30px;
  overflow: hidden;

  font-size= clamp(14px, 5.2vw, 16px);
  line-height: 1;
  font-weight: 500;
	text-transform: lowercase;
	letter-spacing: 0px !important;
	
  background-image: linear-gradient(
    to bottom,
    rgba(255,255,255,0.8),
    rgba(255,255,255,0.8)
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: all 0.3s ease;
}*/
.animated-iz-ideje-services {
  position: relative;
  display: inline-block;
  padding: 10px 18px 10px 18px;
  border-radius: 30px;
  overflow: hidden;

  font-size: 16px;
  /*line-height: 1;*/
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0px !important;

  background-image: linear-gradient(
    to bottom,
    rgba(255,255,255,0.8),
    rgba(255,255,255,0.8)
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .animated-iz-ideje-services {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .animated-iz-ideje-services {
    font-size: 12px;
  }
}
.animated-iz-ideje-services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: rgba(153, 153, 153, 0.25); /* #999 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.2);
  border-radius: inherit;

  transition: all 0.3s ease;
}
.animated-iz-ideje-services.is-active::before {
	background: rgba(102, 102, 102, 0.35);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.animated-iz-ideje-services:hover::before {
  background: rgba(102, 102, 102, 0.35); /* #666 */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.animated-iz-ideje-services::first-letter {
  text-transform: uppercase;
}
/* Buttons SERVICES on all pages */

.animated-iz-ideje-services-filters {
  position: relative;
  display: inline-block;
  /*padding: 6px 6px 6px 16px;*/
  border-radius: 30px;
  overflow: hidden;

  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.1px !important;
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.2) !important;

  transition: all 0.3s ease;
}/*
.animated-iz-ideje-services-filters:hover {
  letter-spacing: 0.2px !important;

}*/
.animated-iz-ideje-services-filters.active {
  border: 1px solid rgba(255,255,255,0.8) !important;
}
.animated-iz-ideje-services-filters:hover {
  border: 1px solid rgba(255,255,255,0.4) !important;
}/*
.animated-iz-ideje-services-filters:hover::before {
  background: rgba(102, 102, 102, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
*/
/*
 * .animated-iz-ideje-services {
	font-size: clamp(18px, 5.2vw, 30px);
	line-height: 1;
	padding-top: 15px; 
	background-image: linear-gradient(
		to bottom,
		rgba(255,255,255,0.3),
		rgba(255,255,255,0.99)
	);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	transition: all 0.3s ease;
}
*/
.animated-iz-ideje-services-toggle {
	font-size: clamp(18px, 30px, 30px);
	line-height: 1;
	padding-top: 12px; 
	text-decoration: none;
	background-image: linear-gradient(
		to bottom,
		rgba(255,255,255,0.3),
		rgba(255,255,255,0.99)
	);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	transition: all 0.3s ease;
}
.animated-iz-ideje-services-toggle:hover {
	background-image: linear-gradient(#fff, #fff) !important;
	text-decoration: none;
}
.animated-iz-ideje-services-toggle.active {
	background-image: linear-gradient(#ff6600, #ff6600) !important;
	text-decoration: none;
}
.service-columns {
	transition: all 0.3s ease-in-out;
}
.service-columns:hover {
	transform: translateY(-2px);
}
.service-columns .vc_column-inner {
	background: linear-gradient(
		to bottom,
		rgba(68, 68, 68, 1),
		rgba(68, 68, 68, 0.5)
	);

	padding: 20px 20px 0px 20px !important;
	border-radius: 30px;

	transition: all 0.3s ease;
}

.service-columns:hover .vc_column-inner {
	background: linear-gradient(
		to bottom,
		rgba(68, 68, 68, 1),
		rgba(68, 68, 68, 1)
	);
}
.animated-iz-ideje-services-icon {
	margin-top: 50px;
	margin-bottom: 10px;
}
.animated-iz-ideje-services-icon svg {
	width: 3em;
	height: 3em;
}
.animated-iz-ideje-services-icon svg path {
	fill: rgba(255,255,255,0.7);
	transition: fill 0.3s ease;
}
.service-columns:hover .animated-iz-ideje-services {
	background-image: linear-gradient(#ddd, #eee) !important;
		letter-spacing: -0.5px !important;
}
.service-columns:hover .dzs-card__title-link {
	background-image: linear-gradient(#ddd, #eee) !important;
		letter-spacing: -0.5px !important;
}
.service-columns:hover .dzs-card__title-link:hover {
	background-image: linear-gradient(#fff, #fff) !important;
}

.service-columns:hover .animated-iz-ideje-categories {
	letter-spacing: -0.5px !important;
}
.service-columns:hover .animated-iz-ideje-services-icon svg path {
	fill: #eee !important;
}
.service-columns:hover .animated-iz-ideje-services:hover {
	background-image: linear-gradient(#fff, #fff) !important;
}
.animated-iz-ideje-services:hover {
	background-image: linear-gradient(#fff, #fff) !important;
	text-decoration: none;
}
.service-columns:hover .animated-iz-ideje-services-icon a:hover svg path {
	fill: #fff !important;
}
.service-columns a {
  text-decoration: none !important;
}
.animated-iz-ideje3111top {
  background: linear-gradient(to right, rgba(55,208,253,0.8), rgba(144,255,202,0.8), rgba(255,120,120,0.8), rgba(91,94,253,0.8));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiz {
	  background: linear-gradient(to right, #ff6600,#ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-latest-stories-img {
	border-radius: 15px;
	margin-top: 30px;
}
.animated-iz-ideje {
	letter-spacing: -2px;
}
.animated-iz-ideje2 {
	letter-spacing: -1px;
}
.theme-button {
	background-color: #0077ED;
	border-radius: 50px 50px 50px 50px;
	padding: 8px 20px 8px 20px;
}
.theme-button:hover {
	background-color: #1882ED;
}
.posts-home .wpex-card-title {
	color: #fff;
}
.posts-home .wpex-card-primary-term {
	color: #999;
	font-weight: 700;
	text-decoration: none !important;
}

.posts-home .wpex-card-primary-term:hover {
	color: #ddd;
	font-weight: 700;
	text-decoration: none !important;
}
.posts-home .wpex-card-excerpt {
	color: #aaa;
}
.homepage-buttons {
	z-index: 100 !important;
}
.vcex-recent-news-entry-excerpt {
	color: #333;
	font-size: 14px;
}
.wpex-card-excerpt {
	color: #333;
	font-size: 14px;
}

/* TICKER TEKST HORIZONTAl scrolling */
.ticker-wrapper{
  width:100%;
  overflow:hidden;
}

.ticker-track{
  display:flex;
  width:max-content;
  animation: ticker 18s linear infinite;
}

.ticker-item{
  white-space:nowrap;
  font-family:"Poppins", sans-serif;
  font-weight:900;
  font-size:clamp(50px, 7vw, 100px);
  text-transform:uppercase;
  padding-right:0px;
  letter-spacing:-1px;
}

.word{
    color: rgba(221,221,221,0.3);
	/*background:linear-gradient(90deg,#fff,#999);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;*/
}

.dot{
  color:#ff6600;
  padding:0 20px;
}

@keyframes ticker{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}
/* END */
/* POSTS HEADER TITLE TYPO */
@media (max-width: 600px) {
  .page-header .page-header-content .page-header-title.wpex-text-5xl {
    font-size: 24px;
    line-height: 1.2;
		font-weight: 500;
		padding-bottom: 10px;
  }
	.page-header .page-header-content .page-subheading.wpex-text-xl {
    font-size: 18px;
    line-height: 1;
	}
}

@media (min-width: 601px) {
  .page-header .page-header-content .page-header-title.wpex-text-5xl {
    font-size: 30px;
    line-height: 1.2;
		font-weight: 500;
		padding-bottom: 10px;
  }

  .page-header .page-header-content .page-subheading.wpex-text-xl {
    font-size: 20px;
    line-height: 1;
  }
}
/* =========================================================
   SERVICE PAGES — homepage typography without HTML changes
   ========================================================= */

/* Existing service hero titles use .dz-title.dz-title--xl.
   Give them the same typography as .homepage-heading-font. */
.dz-page .dz-editorial-hero .dz-title.dz-title--xl {
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 46px !important;
  color: #fff;
}

/* Existing service hero descriptions use .dz-lead.dz-hero-statement. */
.dz-page .dz-editorial-hero .dz-lead.dz-hero-statement {
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

@media (min-width: 601px) {
  .dz-page .dz-editorial-hero .dz-title.dz-title--xl {
    font-size: 70px !important;
  }
}

@media (min-width: 1024px) {
  .dz-page .dz-editorial-hero .dz-title.dz-title--xl {
    font-size: 100px !important;
  }
}


/* =========================================================
   DIGITIZER HOME EXPERIENCE V15
   Scoped to #digitizer-home-experience / .dzhx
   ========================================================= */
.dzhx{
  --white:#f4f3ef;
  --muted:rgba(244,243,239,.72);
  --line:rgba(255,255,255,.18);
  --orange:#ff5a14;
  --teal:#0a7c76;
  --max:1320px;
  position:relative;
  width:100%;
  overflow:hidden;
  color:var(--white);
  font-family:Poppins,Arial,sans-serif;
}
.dzhx *{box-sizing:border-box}
.dzhx a{color:inherit;text-decoration:none}
.dzhx-section{
  position:relative;
  min-height:82vh;
  display:flex;
  align-items:center;
  padding:clamp(72px,9vw,140px) 24px;
  background:transparent!important;
}
.dzhx-section:first-of-type{min-height:88vh}
.dzhx-inner{
  width:min(var(--max),100%);
  margin:0 auto;
  transition:transform .35s cubic-bezier(.2,.7,.2,1);
}
.dzhx-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);
  gap:clamp(48px,8vw,120px);
  align-items:center;
}
.dzhx-kicker{
  display:flex;
  gap:12px;
  align-items:center;
  margin:0 0 28px;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--orange);
}
.dzhx-kicker:before{
  content:"";
  width:28px;
  height:2px;
  background:currentColor;
}
.dzhx-title{
  margin:0;
  max-width:900px;
  font-size:clamp(72px,8.4vw,154px);
  line-height:.79;
  letter-spacing:-.065em;
  font-weight:900;
  text-transform:uppercase;
  text-wrap:balance;
  color:#f4f3ef;
  text-shadow:0 0 34px rgba(255,255,255,.025);
}
.dzhx-title span{display:block}
.dzhx-copy{
  margin:0 0 34px;
  max-width:560px;
  color:rgba(244,243,239,.78);
  font-family:Poppins,Arial,sans-serif;
  font-size:clamp(16px,1.05vw,20px);
  line-height:1.55;
  font-weight:400;
  letter-spacing:-.012em;
  text-wrap:pretty;
}
.dzhx-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.dzhx-button{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 17px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.dzhx-button:after{
  content:"↗";
  margin-left:12px;
  font-size:15px;
}
.dzhx-button:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.4);
}
.dzhx-index{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 28px;
  width:100%;
}
.dzhx-index a{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  font-size:12px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.015em;
  text-transform:uppercase;
  transition:padding-left .25s ease,color .25s ease,background .25s ease;
}
.dzhx-index a:after{
  content:"↗";
  flex:0 0 auto;
  font-size:15px;
  font-weight:500;
}
.dzhx-index a:hover{
  padding-left:7px;
  color:#fff;
}
.dzhx-index .is-main{
  grid-column:1/-1;
  margin-bottom:6px;
  min-height:64px;
  border:1px solid rgba(255,90,20,.55);
  border-radius:12px;
  padding:0 16px;
  color:#fff;
  background:linear-gradient(90deg,rgba(255,90,20,.19),rgba(255,90,20,.035));
}
.dzhx-index .is-main:hover{padding-left:22px}
.dzhx-index .is-main strong{
  color:var(--orange);
  margin-right:7px;
}
.dzhx-section--hero .dzhx-copy{
  margin-top:32px;
  max-width:560px;
  font-size:clamp(16px,1.05vw,20px);
  line-height:1.55;
  font-weight:400;
  letter-spacing:-.012em;
}
.dzhx-section--hero .dzhx-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);
}
.dzhx-section--hero .dzhx-aside{
  padding-top:50px;
}
.dzhx-section--services .dzhx-title,
.dzhx-section--portfolio .dzhx-title,
.dzhx-section--news .dzhx-title{
  font-size:clamp(70px,7.7vw,138px);
}
.dzhx-news-list{
  display:grid;
  gap:0;
}
.dzhx-news-link{
  display:grid;
  grid-template-columns:84px 1fr auto;
  gap:18px;
  align-items:start;
  padding:22px 0;
  border-top:1px solid var(--line);
  transition:transform .25s ease;
}
.dzhx-news-link:hover{transform:translateX(6px)}
.dzhx-news-link b{
  color:var(--orange);
  font-size:11px;
  letter-spacing:.08em;
}
.dzhx-news-link small{
  display:block;
  margin-bottom:7px;
  color:rgba(255,255,255,.48);
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.dzhx-news-link strong{
  display:block;
  font-size:clamp(17px,1.2vw,21px);
  line-height:1.25;
}
.dzhx-news-link i{
  font-style:normal;
  font-size:17px;
}
.dzhx-team{
  width:100%;
  padding:20px 20px 0;
  background:transparent!important;
  overflow:hidden;
}
.dzhx-team img{
  display:block;
  width:min(1080px,100%);
  height:auto;
  margin:0 auto;
}
.dzhx-reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);
  will-change:transform,opacity;
}
.dzhx-reveal.is-visible{
  opacity:1;
  transform:none;
}

/* fluorescent transparent separation — keeps the site's dark animated background visible */
.dzhx-section:before,
.dzhx-section:after{
  content:"";
  position:absolute;
  pointer-events:none;
  z-index:0;
}
.dzhx-section > .dzhx-inner{position:relative;z-index:2}
.dzhx-section:before{
  inset:14px 0;
  background:
    linear-gradient(110deg,rgba(255,255,255,.018),rgba(255,255,255,0) 38%),
    radial-gradient(circle at 12% 54%,var(--zone-a,rgba(255,90,20,.11)),transparent 38%),
    radial-gradient(circle at 88% 42%,var(--zone-b,rgba(0,255,220,.08)),transparent 35%);
  border:0;
  box-shadow:none;
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  opacity:.78;
}
.dzhx-section:after{
  left:8%;
  right:8%;
  bottom:0;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,90,20,.18) 20%,
    rgba(120,90,255,.16) 50%,
    rgba(0,235,210,.18) 80%,
    transparent
  );
  opacity:.62;
}
.dzhx-section--hero{
  --zone-a:rgba(255,92,18,.14);
  --zone-b:rgba(0,220,205,.105);
}
.dzhx-section--services{
  --zone-a:rgba(123,74,255,.11);
  --zone-b:rgba(0,242,204,.09);
}
.dzhx-section--portfolio{
  --zone-a:rgba(255,76,96,.095);
  --zone-b:rgba(0,211,255,.085);
}
.dzhx-section--news{
  --zone-a:rgba(255,125,31,.085);
  --zone-b:rgba(85,78,255,.10);
}
.dzhx-section--services:before,
.dzhx-section--news:before{
  background:
    linear-gradient(70deg,rgba(255,255,255,.012),rgba(255,255,255,0) 42%),
    radial-gradient(circle at 82% 46%,var(--zone-b),transparent 37%),
    radial-gradient(circle at 16% 58%,var(--zone-a),transparent 40%);
}

/* animated top accent */
.dzhx-kicker:before{
  transform-origin:left center;
  animation:dzhxLinePulse 3.2s ease-in-out infinite;
}
@keyframes dzhxLinePulse{
  0%,100%{transform:scaleX(.6);opacity:.58}
  50%{transform:scaleX(1.15);opacity:1}
}

/* title clip/reveal */
.dzhx-title span{
  display:block;
  overflow:hidden;
}
.dzhx-title span{
  transform:translateY(115%);
  opacity:.2;
  transition:
    transform 1.05s cubic-bezier(.16,1,.3,1),
    opacity .85s ease;
}
.dzhx-reveal.is-visible .dzhx-title span{
  transform:translateY(0);
  opacity:1;
}
.dzhx-reveal.is-visible .dzhx-title span:nth-child(2){transition-delay:.08s}
.dzhx-reveal.is-visible .dzhx-title span:nth-child(3){transition-delay:.16s}

/* directional reveal for right-hand content */
.dzhx-grid > .dzhx-reveal:nth-child(2){
  transform:translateX(42px);
}
.dzhx-grid > .dzhx-reveal:nth-child(2).is-visible{
  transform:none;
}

/* stagger index rows */
.dzhx-index a{
  opacity:0;
  transform:translateY(12px);
}
.dzhx-reveal.is-visible .dzhx-index a{
  animation:dzhxIndexIn .55s cubic-bezier(.2,.75,.25,1) forwards;
}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(1){animation-delay:.10s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(2){animation-delay:.14s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(3){animation-delay:.18s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(4){animation-delay:.22s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(5){animation-delay:.26s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(6){animation-delay:.30s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(7){animation-delay:.34s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(8){animation-delay:.38s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(9){animation-delay:.42s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(10){animation-delay:.46s}
.dzhx-reveal.is-visible .dzhx-index a:nth-child(11){animation-delay:.50s}
@keyframes dzhxIndexIn{
  to{opacity:1;transform:none}
}

/* subtle moving fluorescence under each section */
.dzhx-section .dzhx-inner:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:240px;
  height:240px;
  right:-50px;
  top:50%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,255,225,.075),transparent 68%);
  filter:blur(16px);
  transform:translate3d(0,-50%,0);
  animation:dzhxFloatGlow 9s ease-in-out infinite alternate;
  pointer-events:none;
}
.dzhx-section:nth-of-type(even) .dzhx-inner:after{
  left:-70px;
  right:auto;
  background:radial-gradient(circle,rgba(168,72,255,.07),transparent 68%);
}
@keyframes dzhxFloatGlow{
  from{transform:translate3d(-12px,-54%,0) scale(.92);opacity:.5}
  to{transform:translate3d(18px,-46%,0) scale(1.08);opacity:1}
}

/* news rows also animate progressively */
.dzhx-news-link{
  opacity:0;
  transform:translateY(16px);
}
.dzhx-reveal.is-visible .dzhx-news-link{
  animation:dzhxNewsIn .65s cubic-bezier(.2,.75,.25,1) forwards;
}
.dzhx-reveal.is-visible .dzhx-news-link:nth-child(1){animation-delay:.18s}
.dzhx-reveal.is-visible .dzhx-news-link:nth-child(2){animation-delay:.28s}
.dzhx-reveal.is-visible .dzhx-news-link:nth-child(3){animation-delay:.38s}
@keyframes dzhxNewsIn{to{opacity:1;transform:none}}

/* gentle luminous hover */
.dzhx-index a:hover,
.dzhx-news-link:hover{
  text-shadow:0 0 18px rgba(255,255,255,.13);
}
.dzhx-index .is-main{
  box-shadow:inset 0 0 32px rgba(255,90,20,.035),0 0 0 rgba(255,90,20,0);
}
.dzhx-index .is-main:hover{
  box-shadow:inset 0 0 40px rgba(255,90,20,.08),0 0 26px rgba(255,90,20,.08);
}

/* team gets a clean visual transition rather than a new background block */
.dzhx-team{
  position:relative;
  margin-top:-1px;
  border-top:1px solid rgba(255,255,255,.045);
}
.dzhx-team:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(20,255,220,.025),transparent 48%);
}



/* right-side section progress */
.dzhx-progress{
  position:fixed;
  z-index:999;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  padding:8px 5px;
}
.dzhx-progress:before{
  content:"";
  position:absolute;
  top:7px;
  bottom:7px;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  background:repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,.28) 0 8px,
    transparent 8px 16px
  );
  border-radius:999px;
  opacity:.7;
}
.dzhx-progress a{
  position:relative;
  z-index:2;
  display:block;
  width:5px;
  height:28px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  opacity:.58;
  transition:
    height .3s cubic-bezier(.2,.7,.2,1),
    background .3s ease,
    opacity .3s ease,
    box-shadow .3s ease;
}
.dzhx-progress a.is-active{
  height:34px;
  background:#ff5a14;
  opacity:1;
  box-shadow:0 0 16px rgba(255,90,20,.42);
}
.dzhx-progress a:hover{
  opacity:1;
  background:rgba(255,255,255,.42);
}
.dzhx-progress a.is-active:hover{
  background:#ff5a14;
}
@media (max-width:640px){
  .dzhx-progress{
    right:5px;
    gap:5px;
    padding:6px 3px;
  }
  .dzhx-progress a{
    width:4px;
    height:22px;
  }
  .dzhx-progress a.is-active{
    height:28px;
  }
}

/* HOME FX — decorative motion only */
.dzhx-fx{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.dzhx-fx span{
  position:absolute;
  display:block;
  opacity:.34;
  will-change:transform,opacity;
}
.dzhx-fx__plus{
  width:64px;
  height:64px;
  right:7%;
  top:18%;
  animation:dzhxPlusFloat 8s ease-in-out infinite alternate;
}
.dzhx-fx__plus:before,
.dzhx-fx__plus:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:rgba(255,90,20,.6);
  transform:translate(-50%,-50%);
  border-radius:999px;
}
.dzhx-fx__plus:before{width:64px;height:3px}
.dzhx-fx__plus:after{width:3px;height:64px}

.dzhx-fx__ring{
  width:150px;
  height:150px;
  left:5%;
  bottom:14%;
  border:1px solid rgba(0,245,220,.24);
  border-radius:50%;
  box-shadow:inset 0 0 40px rgba(0,245,220,.035),0 0 35px rgba(0,245,220,.025);
  animation:dzhxRing 14s linear infinite;
}
.dzhx-fx__ring:before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#00e6cf;
  box-shadow:0 0 16px rgba(0,230,207,.65);
  left:50%;
  top:-4px;
}
.dzhx-fx__line{
  width:1px;
  height:110px;
  right:2.4%;
  bottom:15%;
  background:linear-gradient(180deg,transparent,rgba(180,90,255,.55),transparent);
  animation:dzhxLineDrift 5s ease-in-out infinite alternate;
}
.dzhx-fx__dot{
  width:7px;
  height:7px;
  border-radius:50%;
  left:58%;
  top:17%;
  background:#ff5a14;
  box-shadow:0 0 20px rgba(255,90,20,.8);
  animation:dzhxDotPulse 2.8s ease-in-out infinite;
}
.dzhx-fx__dash{
  width:82px;
  height:2px;
  left:46%;
  bottom:12%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);
  transform-origin:center;
  animation:dzhxDash 7s ease-in-out infinite alternate;
}
.dzhx-section:nth-of-type(2) .dzhx-fx__plus{
  top:auto;bottom:17%;right:10%;transform:rotate(45deg);
}
.dzhx-section:nth-of-type(2) .dzhx-fx__ring{
  left:auto;right:4%;bottom:auto;top:12%;
  border-color:rgba(145,85,255,.25);
}
.dzhx-section:nth-of-type(3) .dzhx-fx__plus{
  right:auto;left:4%;top:16%;
}
.dzhx-section:nth-of-type(3) .dzhx-fx__dot{
  left:auto;right:22%;top:12%;
  background:#00e6cf;
  box-shadow:0 0 20px rgba(0,230,207,.7);
}
.dzhx-section:nth-of-type(4) .dzhx-fx__ring{
  width:210px;height:210px;left:2%;bottom:8%;
  border-color:rgba(255,90,20,.18);
}
.dzhx-section:nth-of-type(4) .dzhx-fx__plus{
  right:5%;top:11%;
  transform:scale(.7) rotate(18deg);
}

@keyframes dzhxPlusFloat{
  from{transform:translate3d(-10px,12px,0) rotate(-8deg);opacity:.16}
  to{transform:translate3d(12px,-18px,0) rotate(16deg);opacity:.42}
}
@keyframes dzhxRing{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes dzhxLineDrift{
  from{transform:translateY(-18px) scaleY(.72);opacity:.14}
  to{transform:translateY(20px) scaleY(1.12);opacity:.48}
}
@keyframes dzhxDotPulse{
  0%,100%{transform:scale(.7);opacity:.3}
  50%{transform:scale(1.5);opacity:.85}
}
@keyframes dzhxDash{
  from{transform:translateX(-20px) scaleX(.6);opacity:.1}
  to{transform:translateX(26px) scaleX(1.3);opacity:.44}
}

/* give each section a slightly different entrance rhythm */
.dzhx-section:nth-of-type(2) .dzhx-title span{transition-delay:.06s}
.dzhx-section:nth-of-type(3) .dzhx-title span{transition-delay:.12s}
.dzhx-section:nth-of-type(4) .dzhx-title span{transition-delay:.18s}

/* subtle kinetic arrows */
.dzhx-index a:after,
.dzhx-button:after,
.dzhx-news-link i{
  transition:transform .28s cubic-bezier(.2,.7,.2,1);
}

@media (max-width:640px){
  .dzhx-fx__ring{width:92px;height:92px;opacity:.22}
  .dzhx-fx__plus{transform:scale(.68)}
  .dzhx-fx__line{height:70px}
  .dzhx-fx__dash{width:52px}
}

@media (prefers-reduced-motion:reduce){
  .dzhx *, .dzhx *:before, .dzhx *:after{
    animation:none!important;
    transition:none!important;
  }
  .dzhx-reveal,
  .dzhx-grid > .dzhx-reveal:nth-child(2),
  .dzhx-index a,
  .dzhx-news-link,
  .dzhx-title span{
    opacity:1!important;
    transform:none!important;
  }
}

@media (max-width:980px){
  .dzhx-section{
    min-height:auto;
    padding:86px 22px;
  }
  .dzhx-section:first-of-type{min-height:auto;padding-top:100px}
  .dzhx-grid,
  .dzhx-section--hero .dzhx-grid{
    grid-template-columns:1fr;
    gap:44px;
  }
  .dzhx-section--hero .dzhx-aside{padding-top:0}
  .dzhx-title{
    font-size:clamp(64px,12vw,110px);
    line-height:.8;
  }
  .dzhx-section--services .dzhx-title,
  .dzhx-section--portfolio .dzhx-title,
  .dzhx-section--news .dzhx-title{
    font-size:clamp(58px,11vw,100px);
  }
}
@media (max-width:640px){
  .dzhx-section{padding:70px 18px}
  .dzhx-section:first-of-type{padding-top:80px}
  .dzhx-title,
  .dzhx-section--services .dzhx-title,
  .dzhx-section--portfolio .dzhx-title,
  .dzhx-section--news .dzhx-title{
    font-size:clamp(48px,15vw,78px);
    line-height:.82;
    letter-spacing:-.055em;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .dzhx-copy{
    font-size:16px;
    line-height:1.55;
    font-weight:400;
    letter-spacing:-.01em;
  }
  .dzhx-section--hero .dzhx-copy{
    font-size:16px;
    line-height:1.55;
    font-weight:400;
  }
  .dzhx-index{
    grid-template-columns:1fr;
  }
  .dzhx-index .is-main{grid-column:auto}
  .dzhx-index a{
    min-height:50px;
  }
  .dzhx-news-link{
    grid-template-columns:48px 1fr auto;
    gap:12px;
  }
  .dzhx-team{padding:0 8px}
}

/* Exact Digitizer services/portfolio arrow — no viewport hacks */
.dzhx-button:after,
.dzhx-index a:after{
  content:none !important;
  display:none !important;
}
.dzhx-news-link i{
  display:none !important;
}
.dzhx .dzsx-index-arrow{
  display:inline-block !important;
  width:14px !important;
  height:14px !important;
  flex:0 0 14px !important;
  margin-left:10px !important;
  background:currentColor !important;
  opacity:1 !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4h8v8M12 4 4 12' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4h8v8M12 4 4 12' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
  transform:none !important;
  transition:transform .22s ease,opacity .22s ease !important;
}
.dzhx a:hover .dzsx-index-arrow{
  transform:translate(2px,-2px) !important;
}
@media (max-width:640px){
  .dzhx .dzsx-index-arrow{
    width:13px !important;
    height:13px !important;
    flex-basis:13px !important;
    margin-left:8px !important;
  }
}


.dzhx-news-loading{
  padding:22px 0;
  border-top:1px solid var(--line);
  color:rgba(244,243,239,.55);
  font-size:12px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* Serbian/Croatian diacritics: never crop Č/Ć/Š/Ž on large animated headings */
.dzhx-title span{overflow:visible!important;padding-top:.10em;margin-top:-.10em}
.dzhx-title{overflow:visible!important}

