/*-- Use For Custom Styling --*/

/* Logó méretezés: az eredeti jelvény 56x35 volt, a wordmarkhoz hely kell */
.navbar-brand{flex:0 0 auto}
.navbar-brand img{width:auto;height:40px}
.sidemenu-image img{width:auto;height:44px}

/* A termékkártyák nem linkek, ne is úgy viselkedjenek */
.products-section .products .card{cursor:default}
.products-section .products .card:hover{box-shadow:0 0 10px rgba(0,0,0,.18)}

/* ===========================================================
   Demó jelvény — Conen DIGITAL Studio
   (Csak ez a jelvény saját; minden más stílus az eredeti sablonból)
   =========================================================== */
.demo-badge{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 18px 11px 14px;
  background:rgba(1,19,33,.92);
  color:#fff;
  border-radius:50px;
  font-family:'Roboto',Arial,sans-serif;
  font-size:12.8px;
  letter-spacing:.2px;
  text-decoration:none;
  box-shadow:0 10px 30px -10px rgba(1,19,33,.6);
  transition:transform .4s ease, background .3s ease;
}
.demo-badge:hover{transform:translateY(-3px);background:#011321;color:#fff;text-decoration:none}
.demo-badge .demo-dot{
  width:8px;height:8px;border-radius:50%;background:#fda302;
  box-shadow:0 0 0 4px rgba(253,163,2,.25);
  animation:demoPulse 2.4s infinite;
}
.demo-badge strong{font-weight:700}
@keyframes demoPulse{
  0%,100%{box-shadow:0 0 0 3px rgba(253,163,2,.3)}
  50%{box-shadow:0 0 0 8px rgba(253,163,2,0)}
}
@media (max-width:767px){
  .demo-badge{left:12px;bottom:12px;font-size:11.4px;padding:9px 14px}
}
