.elementor-35 .elementor-element.elementor-element-006bb30{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-921c63e *//* =========================================================
   ===== زر الواتساب العائم الزجاجي (Dizaynk) ===== 
   ========================================================= */
.dzk-whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px; /* لليسار في التصميم العربي حتى لا يغطي الـ Scrollbar */
  width: 60px;
  height: 60px;
  background: rgba(37, 211, 102, 0.15); 
  backdrop-filter: blur(12px); 
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3), 0 0 15px rgba(37, 211, 102, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dzk-whatsapp-float i {
  color: #25d366;
  font-size: 35px;
  filter: drop-shadow(0 0 8px rgba(37, 211, 102, 0.6));
  transition: all 0.4s ease;
}

/* أنيميشن النبض الدائري */
.dzk-whatsapp-float::before,
.dzk-whatsapp-float::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0;
  animation: waPulse 2s linear infinite;
  z-index: -1;
}
.dzk-whatsapp-float::after {
  animation-delay: 1s;
}

@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* تأثيرات الـ Hover */
.dzk-whatsapp-float:hover {
  transform: translateY(-5px) scale(1.05);
  background: rgba(37, 211, 102, 0.25);
  border-color: rgba(37, 211, 102, 0.6);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.4), 0 0 25px rgba(37, 211, 102, 0.4);
}

.dzk-whatsapp-float:hover i {
  transform: scale(1.1) rotate(10deg);
  color: #fff; 
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

@media (max-width: 768px) {
  .dzk-whatsapp-float {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
  }
  .dzk-whatsapp-float i { font-size: 30px; }
}/* End custom CSS */