Share your brand story, values, and what makes your boutique unique.
Email: store.ijlaal@gmail.com
Phone: 03226021271
Address: SITARA PLAZA LAAL MILL CHOWK FAISALABAD
Chat with us
.ijlaal-whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:64px;
height:64px;
background:linear-gradient(135deg,#25D366,#128C7E);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-decoration:none;
z-index:99999;
box-shadow:0 15px 40px rgba(0,0,0,.35);
transition:.35s ease;
animation:waFloat 2.5s infinite;
}
.ijlaal-whatsapp:hover{
transform:translateY(-6px) scale(1.08);
box-shadow:0 22px 50px rgba(0,0,0,.45);
}
.wa-tooltip{
position:absolute;
right:78px;
white-space:nowrap;
background:#1b1b1b;
color:#fff;
padding:10px 16px;
border-radius:30px;
font-size:14px;
font-weight:600;
opacity:0;
transform:translateX(10px);
transition:.3s;
pointer-events:none;
}
.ijlaal-whatsapp:hover .wa-tooltip{
opacity:1;
transform:translateX(0);
}
@keyframes waFloat{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-8px);}
}
@media(max-width:768px){
.ijlaal-whatsapp{
width:58px;
height:58px;
right:18px;
bottom:18px;
}
.wa-tooltip{
display:none;
}
}