.floating-icons {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-icons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366; /* WhatsApp green by default */
    color: white;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: 0.3s;
    position: relative;
}

.floating-icons a.call {
    background: #0d6efd; /* Blue for Call */
}

.floating-icons a:hover {
    transform: scale(1.1);
}

.fa-phone {
    rotate: 90deg;
}

/* Label Styling */
.floating-icons a .label {
    position: absolute;
    right: 70px; /* Adjust space between icon and text */
    background: white;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.swiper-container-fade .swiper-slide {
	background-size:cover !important;
}
@media (max-width: 767px) {
    .slider-3 {
        height: 160px;
    }
  ..whiteproduct__thumb img{
  max-width:438px;
    max-height:300px;
  }
}

.whiteproduct__thumb img{
max-width:368px;

}