.whatsapp-link {
    color: #25D366;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    color: #128C7E;
    text-decoration: underline;
}

.service-note {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #0056b3;
    margin-bottom: 15px;
}

.payment-note {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #28a745;
    margin-bottom: 15px;
}

.payment-note i {
    color: #28a745;
    margin-right: 5px;
}
