 .whatsapp-button {
        position: fixed;
        bottom: 75px;
        left: 20px;
        z-index: 100;
        text-align: center;
    }

    .whatsapp-button img {
        width: 60px;
        height: 60px;
    }

    .tooltip {
        position: absolute;
        bottom: 50px; /* Moves tooltip above the icon */
        right: 50%;
        transform: translateX(50%);
        background: white;
        color: #25D366; /* WhatsApp green */
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 5px;
        font-weight: bold;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Show tooltip on hover */
    .whatsapp-button:hover .tooltip {
        visibility: visible;
        opacity: 1;
    }
    
  /*  .owl-carousel .item img {*/


  /*  width: 100%;*/
  /*  border-radius: 10px;*/
  /*  height: 200px;*/
  /*  width: 200px;*/
  /*  object-fit: cover;*/
  /*padding:10px;*/
  /*border-radius:10px !important;*/
  /*  }*/
    
    
.item {

    border: 1px dashed #3457D5 !important;
    padding: 10px;
    border-bottom:3px solid #3457D5 !important;
    color: #000 !important;
    border-radius: 10px !important;
    background-color:white !important;
    height:237px !important;
    
}

.item p{

margin:0 !important;
}
   
.item img {
    width: 52% !important;
    height: 125px !important;
    margin-left: 56px !important;
    border-radius: 20px 8px !important;
    object-fit: fill;
}     
     
    
    
    
    
    