/* Custom Neon Text Effect */
.neon-text {
    text-shadow: 0 0 5px #00f2fe;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(37, 211, 102, 0.5);
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
    display: inline-block;
}