.wa-icon {
    width: 30px;
    height: 30px;
    fill: white;
}            


/* Variant 11: Hexagon */
.connectapre-btn-11 {
    width: 60px;
    height: 60px;
    background: #25d366;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
.connectapre-btn-11:hover {
    transform: scale(1.1) rotate(60deg);
}

