.float-contact-wrapper{
  /* position: fixed; */
  /* right: 16px; */
  /* bottom: 16px; */
  /* z-index: 999999; */
  /* direction: rtl; */
  /* font-family: inherit; */
  /* max-width: 320px; */
  /* width: 96%; */
  /* display: grid; */
}

.float-contact-label{
  display: inline-flex;
  color: #104400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-backdrop-filter: blur(6px);
}

.float-pulse-dot{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 999px;
  position: relative;
}

.float-pulse-dot::after{
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  background: rgba(34,197,94,.25);
  animation: floatPulse 1.6s ease-out infinite;
}

@keyframes floatPulse{
  0%{ transform: scale(.6); opacity: .7; }
  70%{ transform: scale(1.25); opacity: 0; }
  100%{ transform: scale(1.25); opacity: 0; }
}

.float-contact-actions{
  display: flex;
  gap: 10px;
}

.float-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  user-select: none;
}

.float-contact-btn:hover{ transform: translateY(-2px); }
.float-contact-btn:active{ transform: translateY(0); opacity: .92; }

.float-contact-btn:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(59,130,246,.25), 0 12px 28px rgba(0,0,0,.18);
}

.float-icon{ font-size: 16px; line-height: 1; }
.float-text{font-size: 16px;line-height: 1;}

.float-btn-call{
      background-color: #007bff;
      color: #fff !important;
      box-shadow: 0 4px 6px rgb(0 123 255 / .2);
}

.float-btn-whatsapp{
  
      color: #fff !important;
     background-color: #0e9e43;
    box-shadow: 0 4px 6px rgb(37 211 102 / .2);
}

@media (max-width: 480px){
  display: flex;
        bottom: 0;
        width: 98%;
        left: 0;
        right: 0;
        background: #fff;}

  .float-contact-label{
    background: white;
    /* width: 98%; */
    color: black;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
  .float-contact-actions{ width: 100%; }
  .float-contact-btn{
    flex: 1;
    padding: 14px 12px;
    border-radius: 7px;
  }


@media (prefers-reduced-motion: reduce){
  .float-pulse-dot::after{ animation: none; }
  .float-contact-btn{ transition: none; }
}

/* إخفاء الشريط على الديسكتوب */
@media (min-width: 992px){
  .float-contact-wrapper{
    display: none !important;
  }
}

/* تأكيد ظهوره على الموبايل */
@media (max-width: 991px){
  .float-contact-wrapper{
    display: block !important;
    position: fixed; */
    right: 16px;
    bottom: 2px;
    z-index: 999999;
    direction: rtl;
    font-family: inherit;
    max-width: 98%;
    width: 98%;
    right: 1%;
    left: 1%;
    /* background: white; */
  }
  /* مساحة تحت الصفحة عشان الشريط العائم ما يغطي الفوتر */
:root{
  --hbfcc-safe-space: 10px; /* عدلها حسب ارتفاع الشريط عندك */
}

/* لو الفوتر عندك footer */
footer{
  padding-bottom: var(--hbfcc-safe-space) !important;
}

/* احتياط لو القالب بيستخدم أسماء مختلفة */
#colophon,
.site-footer{
  padding-bottom: var(--hbfcc-safe-space) !important;
}
}
