ul {
    list-style-type: none;
    padding: 0;
}

#contac-li {
    background-color: #4ea8de;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background-color 0.6s;
    border-radius: 5px;
}

#contac-li:hover {
    background-color: #72efdd;
    color: black;
}

.facebook1.whatsapp-hidden{

 width: 300px;
 height: 300px;

}

svg.bi-whatsapp {
    
    fill: #02d326;
}
    
.lead1{
    display: flex;
    flex-wrap: wrap; 
    margin: auto;
    justify-content: center;
}

.call-action {

    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    border: 1px solid blue;
    line-height: 42px;
    background-color: #4ea8de ;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 8px;
  
}

.Share{

    padding-top: 10px;

}

.info {
    display: none;
    background-color: #4ea8de;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
    transform: translateY(-10px);
}

.info.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

h3 {
    margin-top: 0;
    color: #333;
}

p {
    margin-bottom: 0;
}



.product-right .info h2{

    border-bottom: 1px solid rgb(2, 2, 22);

}