.bottom {
    background-color: #f5f5f5; /* warna latar belakang */
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1;
}

.bottom p {
    margin-bottom: 5px;
    font-size: 12px;
}

.bottom a {
    color: #0066cc;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.bottom a:hover {
    color: #004a99;
}

#whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
}


@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

#whatsapp .wtsapp {
    animation: pulse 2s infinite;
}


#whatsapp .wtsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#whatsapp .wtsapp i {
    font-size: 22px;
}

#whatsapp .wa-text {
    font-weight: 500;
}
