/* Add custom CSS styles below */ 


/* Mobile Sticky CSS */
@media (max-width: 767px) {
  .sticky-mobile-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  
  body.sticky-mobile-active {
    padding-bottom: 90px; 
  }
}



/* Target by exact href match */
a[href="https://wa.me/966593405644"] {
    display: block !important;
    width: 50px !important;
    height: 130px !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    transition: all 0.3s ease !important;
}

/* Target image inside specific link */
a[href="https://wa.me/966593405644"] img.whatsapp-image {
    width: 50px !important;
    height: auto !important; /* Maintain aspect ratio */
    display: block !important;
    transition: transform 0.3s ease !important;
}

/* Hover effects */
a[href="https://wa.me/966593405644"]:hover img.whatsapp-image {
    transform: scale(1.1);
}
<meta name="google-site-verification" content="HGiTjmiC-86DDQTIZZ1mozxAceSlZGBwca-EkMQG29U" />