/* Start custom CSS for html, class: .elementor-element-ffd9b40 */.sa-car-360-loop{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  background:#05070b;
  padding:0 0 40px;
}

/* glow אדום עדין מתחת לרכב */
.sa-car-360-loop::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:55%;
  height:80px;
  background:radial-gradient(
    ellipse at center,
    rgba(213,0,9,.35),
    transparent 70%
  );
  filter:blur(25px);
  pointer-events:none;
  z-index:1;
}

/* תמונת הרכב */
.sa-car-360-loop img{
  width:100%;
  height:auto;
  display:block;
  position:relative;
  z-index:2;
  object-fit:contain;
  user-select:none;
  -webkit-user-drag:none;
}

/* שכבת נקודות */
.sa-car-hotspots{
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
}

/* נקודה */
.sa-car-hotspot{
  position:absolute;
  width:22px;
  height:22px;
  border:none;
  border-radius:50%;
  background:#d50009;
  transform:translate(-50%,-50%);
  cursor:pointer;
  pointer-events:auto;
  box-shadow:
    0 0 0 6px rgba(213,0,9,.12),
    0 0 18px rgba(213,0,9,.45);
}

.sa-car-hotspot::before{
  content:"";
  position:absolute;
  inset:-7px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.20);
  animation:saHotspotPulse 1.8s infinite ease-out;
}

.sa-car-hotspot::after{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:50%;
  background:#fff;
}

@keyframes saHotspotPulse{
  0%{
    transform:scale(.9);
    opacity:.85;
  }
  70%{
    transform:scale(1.25);
    opacity:0;
  }
  100%{
    transform:scale(1.25);
    opacity:0;
  }
}

/* כרטיס מידע */
.sa-car-tooltip{
  position:absolute;
  min-width:220px;
  max-width:280px;
  padding:14px;
  border-radius:16px;
  background:rgba(8,10,14,.96);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  z-index:10;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}

.sa-car-tooltip.is-visible{
  opacity:1;
  pointer-events:auto;
}

.sa-car-tooltip-title{
  font-size:16px;
  font-weight:800;
  line-height:1.3;
  color:#fff;
  margin-bottom:6px;
}

.sa-car-tooltip-text{
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
  margin-bottom:10px;
}

.sa-car-tooltip-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:10px;
  background:#d50009;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  transition:background .18s ease, transform .18s ease;
}

.sa-car-tooltip-link:hover{
  background:#b80007;
  transform:translateY(-1px);
}

@media(max-width:768px){
  .sa-car-360-loop{
    padding-bottom:28px;
  }

  .sa-car-360-loop::after{
    width:72%;
    height:64px;
  }

  .sa-car-hotspot{
    width:18px;
    height:18px;
  }

  .sa-car-hotspot::after{
    inset:4px;
  }

  .sa-car-tooltip{
    min-width:180px;
    max-width:220px;
    padding:12px;
    border-radius:14px;
  }

  .sa-car-tooltip-title{
    font-size:14px;
  }

  .sa-car-tooltip-text{
    font-size:12px;
  }
}/* End custom CSS */