/* Add custom CSS styles below */ 
.s-reviews-testimonial__info h2 {
        color: black;
    }


.s-reviews-header {
    color: black;
}
.fixed-products .s-block__title h2, .products-slider .s-slider-block__title h2 {
    font-size: 1.75rem;
    font-weight: 600 !important;
  
    color: black;
}

   
 
   
.s-block {
    margin-top: 7rem;
}


 .slider-container {
    padding-top: 5rem !important;
}
  .py-4 {
    padding-bottom: 0rem;
    padding-top: 1rem;
}

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 62px;
    height: 62px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    transition: .3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 28px rgba(0,0,0,.35);
}

.whatsapp-float svg {
    width: 34px;
    height: 34px;
    fill: #fff;
}

.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    white-space: nowrap;
    background: #222;
    color: #fff;
    padding: 9px 14px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: .3s ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.notification-icon {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.notification-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

@media (max-width: 600px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        right: 18px;
        bottom: 18px;
    }

    .whatsapp-tooltip {
        display: none;
    }
}