.elementor-14966 .elementor-element.elementor-element-8e8c467{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14966 .elementor-element.elementor-element-170cca1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-14966 .elementor-element.elementor-element-170cca1::before, .elementor-14966 .elementor-element.elementor-element-170cca1 > .elementor-background-video-container::before, .elementor-14966 .elementor-element.elementor-element-170cca1 > .e-con-inner > .elementor-background-video-container::before, .elementor-14966 .elementor-element.elementor-element-170cca1 > .elementor-background-slideshow::before, .elementor-14966 .elementor-element.elementor-element-170cca1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-14966 .elementor-element.elementor-element-170cca1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-14966 .elementor-element.elementor-element-5a8d6a7{--grid-columns:3;}.elementor-14966 .elementor-element.elementor-element-5a8d6a7 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-14966 .elementor-element.elementor-element-5a8d6a7 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-14966 .elementor-element.elementor-element-5a8d6a7 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-14966 .elementor-element.elementor-element-5a8d6a7 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-14966 .elementor-element.elementor-element-5a8d6a7 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-14966 .elementor-element.elementor-element-5a8d6a7{--grid-columns:2;}}@media(max-width:767px){.elementor-14966 .elementor-element.elementor-element-5a8d6a7{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-8e8c467 *//* ============================================================
   🪐 NEBESKI FELJTONI — FINAL CLEAN CSS 
   (Desktop + Tablet + Mobile optimizacija)
   ============================================================ */


/* ------------------------------------------------------------
   DESKTOP — glavna verzija (default)
------------------------------------------------------------ */

.feljtoni-hero {
  position: relative;
  background: radial-gradient(circle at 50% 20%, #111320, #070710 90%);
  color: #eaeaea;
  padding: 160px 60px;
  border-radius: 12px;
  overflow: hidden;
}

/* Svjetlosna zraka */
.feljtoni-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(76,175,207,0) 0%, rgba(76,175,207,0.25) 50%, rgba(76,175,207,0) 100%);
  animation: lightSweep 22s linear infinite;
  z-index: 0;
}
@keyframes lightSweep {
  0% { left: -60%; opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

/* Pozadinsko svjetlo */
.feljtoni-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 40%, rgba(80,150,255,0.07), transparent 80%);
  mix-blend-mode: screen;
  animation: auroraSoft 25s ease-in-out infinite alternate;
  z-index: 1;
}
@keyframes auroraSoft {
  0%,100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(1.03); }
}

/* Matrix pozadina */
#matrix-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.05;
}

/* Sadržaj */
.feljtoni-content {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}

/* Breadcrumb */
.feljtoni-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  color: #b8c2d0;
}
.feljtoni-breadcrumb a {
  color: #4cafcf !important;
  text-decoration: none;
}
.feljtoni-breadcrumb a:hover {
  text-decoration: underline;
}

/* Naslov */
.feljtoni-title {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #ffb347, #ffd27f, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(255, 179, 71, 0.25), 0 0 4px rgba(255,179,71,0.15);
  margin-bottom: 25px;
  animation: titleGlow 14s ease-in-out infinite alternate;
}
@keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 10px rgba(255, 179, 71, 0.2), 0 0 25px rgba(255, 179, 71, 0.1);
  }
  50% {
    text-shadow: 0 0 25px rgba(255, 200, 120, 0.35), 0 0 45px rgba(255, 179, 71, 0.25);
  }
}

/* Opis */
.feljtoni-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #d8d8d8;
  margin-bottom: 40px;
}

/* Citat */
.feljtoni-quote {
  border-left: 3px solid #4cafcf;
  padding-left: 18px;
  font-style: italic;
  color: #a8c9dc;
  font-size: 18px;
  margin-bottom: 45px;
}
.feljtoni-author {
  display: block;
  font-weight: bold;
  margin-top: 8px;
  color: #4cafcf;
}

/* Gumb */
.feljtoni-btn {
  display: inline-block;
  background: linear-gradient(90deg, #4cafcf, #0077a7);
  color: white;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease;
  box-shadow: 0 0 20px rgba(76,175,207,0.3);
}
.feljtoni-btn:hover {
  background: linear-gradient(90deg, #00a3c8, #4cafcf);
  box-shadow: 0 0 30px rgba(76,175,207,0.6);
  transform: translateY(-4px);
}

/* Animacija teksta gumba */
.feljtoni-btn span {
  display: inline-block;
  animation: btnTextPulse 6s ease-in-out infinite alternate;
}
@keyframes btnTextPulse {
  0% { color: #ffffff; }
  50% { color: #e4f1ff; }
  100% { color: #ffffff; }
}

/* Meteor efekt */
.feljtoni-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(120,200,255,0.35) 40%, rgba(255,255,255,0) 100%);
  opacity: 0;
  z-index: 2;
  animation: meteorPass 18s linear infinite;
}
@keyframes meteorPass {
  0%, 95% { opacity: 0; transform: translateY(0) scaleX(0.8); }
  96% { opacity: 0.8; transform: translateY(-5px) scaleX(1.3); }
  98% { opacity: 0.6; transform: translateY(5px) scaleX(1.1); }
  100% { opacity: 0; transform: translateY(0) scaleX(0.8); }
}



/* ------------------------------------------------------------
   📱 MOBITEL (0–768px)
------------------------------------------------------------ */
@media(max-width: 768px) {

  .feljtoni-hero {
    padding: 70px 20px;
    border-radius: 0;
  }

  .feljtoni-title {
    font-size: 34px;
    text-align: center;
  }

  .feljtoni-desc {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .feljtoni-quote {
    font-size: 14px;
    margin: 20px auto;
    max-width: 90%;
  }

  .feljtoni-btn {
    display: block;
    margin: 30px auto 0;
    padding: 12px 26px;
    font-size: 16px;
  }

  .feljtoni-breadcrumb {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
  }

@media(max-width: 768px) {
  ...
  #matrix-bg {
    opacity: 0.08 !important; /* ili probaj 0.1 ako želiš još jače */
    filter: brightness(1.6) contrast(1.4);
  }
}

}



/* ------------------------------------------------------------
   📲 MOBITEL (posebno sitni: ≤480px)
------------------------------------------------------------ */
@media (max-width: 480px) {

  .feljtoni-hero {
    padding: 55px 16px;
  }

  .feljtoni-title {
    font-size: 28px !important;
    letter-spacing: 0.5px;
  }

  .feljtoni-btn {
    padding: 10px 20px;
    font-size: 15px;
    width: auto;
  }
  @media (max-width: 480px) {
  #matrix-bg {
    opacity: 0.1 !important;
    filter: brightness(1.8) contrast(1.5);
  }
}

}



/* ------------------------------------------------------------
   📱 TABLET (769px–1024px) — SREDNJA VERZIJA
------------------------------------------------------------ */
@media (min-width: 769px) and (max-width: 1024px) {

  .feljtoni-hero {
    padding: 120px 40px;
  }

  .feljtoni-breadcrumb {
    text-align: left !important;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .feljtoni-title {
    font-size: 48px !important;
    line-height: 1.2;
    text-align: left !important;
  }

  .feljtoni-desc {
    font-size: 17px;
    line-height: 1.7;
    max-width: 90%;
    text-align: left;
  }

  .feljtoni-quote {
    font-size: 16px;
    max-width: 85%;
    margin-left: 0;
  }

  .feljtoni-btn {
    font-size: 15px;
    padding: 12px 28px;
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
}
.feljtoni-btn {
    display: block;
    margin: 30px auto 0;
    padding: 12px 26px;
    font-size: 16px;
    max-width: 260px;  /* FIX: gumb više nije preširok */
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-170cca1 *//* ===============================
   NEBESKI LOOP – FINAL
   =============================== */

.nebeski-loop-section {
  position: relative;
  background: radial-gradient(circle at 50% 10%, #10121a, #070710 90%);
  padding: 120px 60px;
  overflow: hidden;
  z-index: 1;
}

/* 🌙 GLOW I POZADINSKA SVJETLA */
.nebeski-loop-section::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 50%;
  width: 680px;
  height: 680px;
  background: radial-gradient(
    circle,
    rgba(76,175,207,0.18) 0%,
    rgba(0,0,0,0) 70%
  );
  transform: translateX(-50%);
  filter: blur(45px);
  opacity: 0.6;
  animation: moonGlow 18s ease-in-out infinite alternate;
  z-index: 0;
}

.nebeski-loop-section::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 60%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255,255,255,0.04) 0%,
    rgba(0,0,0,0) 80%
  );
  filter: blur(50px);
  opacity: 0.4;
  animation: floatingLight 28s ease-in-out infinite alternate;
  z-index: 0;
}

/* ⭐ ZVJEZDICE */
.nebeski-loop-section .astro-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.nebeski-loop-section .astro-stars::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  box-shadow:
    12vw 22vh rgba(255,255,255,0.06),
    28vw 45vh rgba(255,255,255,0.09),
    52vw 32vh rgba(255,255,255,0.07),
    68vw 48vh rgba(255,255,255,0.06),
    85vw 28vh rgba(255,255,255,0.1),
    15vw 70vh rgba(255,255,255,0.05),
    40vw 60vh rgba(255,255,255,0.08),
    75vw 15vh rgba(255,255,255,0.07);
  animation: starsTwinkle 18s ease-in-out infinite alternate;
}

/* 🌗 ANIMACIJE */
@keyframes moonGlow {
  0%   { opacity: 0.25; transform: translateX(-50%) scale(1); }
  100% { opacity: 0.45; transform: translateX(-50%) scale(1.06); }
}

@keyframes floatingLight {
  0%   { transform: translateY(0) scale(1); }
  100% { transform: translateY(-20px) scale(1.05); }
}

@keyframes starsTwinkle {
  0%   { opacity: 0.15; transform: scale(1); }
  50%  { opacity: 0.35; transform: scale(1.25); }
  100% { opacity: 0.15; transform: scale(1); }
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 768px) {
  .nebeski-loop-section {
    padding: 90px 24px;
  }
}/* End custom CSS */