.whatsapp-float{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}

.whatsapp-float img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover img{
    transform: scale(1.1);
}
   .sticker-item i {
         font-size: 30px; 
    width: 30px;          
    text-align: center;
    color: #0277BD;       
    line-height: 1;  
    transition: transform 0.3s ease; 
    }
/* Wrapper to hold both call and email side-by-side */
.dgu-contact-wrapper {
    display: flex;
    align-items: center;
    gap: 25px; /* Adjust this to increase/decrease space between phone and email */
}

/* Individual contact block */
.dgu-contact-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* The white box with the icon */
.dgu-contact-action .icon-box {
    background-color: #ffffff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); 
}

/* Container for the text lines */
.dgu-contact-action .contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* "CALL US" / "EMAIL US" Text */
.dgu-contact-action .title-top {
    color: #ffffff; /* Assuming a dark header background */
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

/* Phone and Email Link Styling */
.dgu-contact-action .info-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
}

/* Hover effect for the links */
.dgu-contact-action .info-link:hover {
    color: #a0c4ff;
}













